Skip to content

Commit dfdafca

Browse files
authored
Merge pull request #4 from johannessteu/composer-dependencies
TASK: Pin composer dependencies
2 parents 65e422f + 33cbe1a commit dfdafca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Neos CMS ElasticSearch indexer based on beanstalkd (job queue)",
55
"license": "MIT",
66
"require": {
7-
"typo3/jobqueue-beanstalkd": "*",
7+
"typo3/jobqueue-common": "0.1.0",
8+
"typo3/jobqueue-beanstalkd": "1.1.0",
89
"flowpack/elasticsearch-contentrepositoryadaptor": "^2.0.2",
910
"typo3/typo3cr-search": "^2.1.1"
1011
},

0 commit comments

Comments
 (0)