Skip to content

Commit b3238d1

Browse files
committed
TASK: Remove flowpack/jobqueue-beanstalkd as a hard dependency
1 parent 63be4ef commit b3238d1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"description": "Neos CMS ElasticSearch indexer based on beanstalkd (job queue)",
55
"license": "MIT",
66
"require": {
7-
"flowpack/jobqueue-beanstalkd": "^3.0.0",
8-
"flowpack/elasticsearch-contentrepositoryadaptor": "^4.0.0",
9-
"neos/content-repository-search": "^3.0.0"
7+
"flowpack/jobqueue-common": "^2.0.0",
8+
"flowpack/elasticsearch-contentrepositoryadaptor": "^4.0.0"
109
},
1110
"autoload": {
1211
"psr-0": {

0 commit comments

Comments
 (0)