Skip to content

Commit

Permalink
fix: remove specific queuedjobs requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr authored May 10, 2023
1 parent f58c91b commit 18503a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@
"issues": "http://github.com/heyday/silverstripe-elastica/issues"
},
"require": {
"php": ">=7.4",
"ruflin/elastica": "^7",
"elasticsearch/elasticsearch": ">=7.3.0",
"symbiote/silverstripe-queuedjobs": "^4"
"symbiote/silverstripe-queuedjobs": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit 18503a2

Please sign in to comment.