We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c932bb1 commit cf5cd83Copy full SHA for cf5cd83
composer.json
@@ -11,15 +11,15 @@
11
"license": "MIT",
12
"require": {
13
"php": "^7.2.5",
14
- "async-aws/core": "^0.1 || ^0.2 || ^0.3",
+ "async-aws/core": "^0.3",
15
"symfony/config": "^4.4 || ^5.0",
16
"symfony/dependency-injection": "^4.4 || ^5.0",
17
"symfony/http-kernel": "^4.4 || ^5.0"
18
},
19
"require-dev": {
20
- "async-aws/s3": "^0.1 || ^0.2",
21
- "async-aws/ses": "^0.1 || ^0.2",
22
- "async-aws/sqs": "^0.1 || ^0.2",
+ "async-aws/s3": "^0.2",
+ "async-aws/ses": "^0.2",
+ "async-aws/sqs": "^0.2",
23
"matthiasnoback/symfony-config-test": "^4.1",
24
"nyholm/symfony-bundle-test": "^1.6.1"
25
0 commit comments