File tree 2 files changed +10
-4
lines changed
src/Integration/Symfony/Bundle
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.2.3
4
+
5
+ ### Changed
6
+
7
+ - Support only version 1.0 of async-aws/core
8
+
3
9
## 0.2.2
4
10
5
11
### Added
Original file line number Diff line number Diff line change 11
11
"license" : " MIT" ,
12
12
"require" : {
13
13
"php" : " ^7.2.5" ,
14
- "async-aws/core" : " ^0.3 || ^0.4 || ^0.5 " ,
14
+ "async-aws/core" : " ^1.0 " ,
15
15
"symfony/config" : " ^4.4 || ^5.0" ,
16
16
"symfony/dependency-injection" : " ^4.4 || ^5.0" ,
17
17
"symfony/http-kernel" : " ^4.4 || ^5.0"
18
18
},
19
19
"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 " ,
23
23
"async-aws/ssm" : " ^0.1" ,
24
24
"matthiasnoback/symfony-config-test" : " ^4.1" ,
25
25
"nyholm/symfony-bundle-test" : " ^1.6.1"
You can’t perform that action at this time.
0 commit comments