Skip to content

Commit

Permalink
Relax composer requirements to allow usage of base bundle rev 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Oct 28, 2019
1 parent 7deced6 commit 956bbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"psr-4": { "Kaliop\\Queueing\\Plugins\\KinesisBundle\\": "" }
},
"require": {
"kaliop/queueingbundle": "^0.8",
"kaliop/queueingbundle": "~0.8",
"aws/aws-sdk-php": "^3.0",
"symfony/config": "^2.4 || ^3.0 || ^4.0",
"symfony/dependency-injection": "^2.4 || ^3.0 || ^4.0",
Expand Down

0 comments on commit 956bbb1

Please sign in to comment.