Skip to content

Commit 34ace90

Browse files
authored
Bump versions on the Symfony Bundle (#523)
1 parent 194e7ff commit 34ace90

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

src/Integration/Symfony/Bundle/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.2.3
4+
5+
### Changed
6+
7+
- Support only version 1.0 of async-aws/core
8+
39
## 0.2.2
410

511
### Added

src/Integration/Symfony/Bundle/composer.json

+4-4
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.3 || ^0.4 || ^0.5",
14+
"async-aws/core": "^1.0",
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.3 || ^0.4",
21-
"async-aws/ses": "^0.3 || ^0.4",
22-
"async-aws/sqs": "^0.3 || ^0.4",
20+
"async-aws/s3": "^1.0",
21+
"async-aws/ses": "^1.0",
22+
"async-aws/sqs": "^1.0",
2323
"async-aws/ssm": "^0.1",
2424
"matthiasnoback/symfony-config-test": "^4.1",
2525
"nyholm/symfony-bundle-test": "^1.6.1"

0 commit comments

Comments
 (0)