Skip to content

Commit cf5cd83

Browse files
authored
[Integration] Only support 0.3.0 (#246)
* Only support the latest version * normalize
1 parent c932bb1 commit cf5cd83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"license": "MIT",
1212
"require": {
1313
"php": "^7.2.5",
14-
"async-aws/core": "^0.1 || ^0.2 || ^0.3",
14+
"async-aws/core": "^0.3",
1515
"symfony/config": "^4.4 || ^5.0",
1616
"symfony/dependency-injection": "^4.4 || ^5.0",
1717
"symfony/http-kernel": "^4.4 || ^5.0"
1818
},
1919
"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",
20+
"async-aws/s3": "^0.2",
21+
"async-aws/ses": "^0.2",
22+
"async-aws/sqs": "^0.2",
2323
"matthiasnoback/symfony-config-test": "^4.1",
2424
"nyholm/symfony-bundle-test": "^1.6.1"
2525
},

0 commit comments

Comments
 (0)