Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ede7417

Browse filesBrowse files
committed
Bump async-aws to 1.0
1 parent dacb784 commit ede7417
Copy full SHA for ede7417

File tree

2 files changed

+2
-4
lines changed
Filter options

2 files changed

+2
-4
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@
104104
"require-dev": {
105105
"amphp/http-client": "^4.2",
106106
"amphp/http-tunnel": "^1.0",
107-
"async-aws/core": "^0.5.1",
108-
"async-aws/sqs": "^0.4",
107+
"async-aws/sqs": "^1.0",
109108
"cache/integration-tests": "dev-master",
110109
"doctrine/annotations": "~1.0",
111110
"doctrine/cache": "~1.6",

‎src/Symfony/Component/Messenger/Bridge/AmazonSqs/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/AmazonSqs/composer.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.2.5",
20-
"async-aws/sqs": "^0.4",
20+
"async-aws/sqs": "^1.0",
2121
"symfony/messenger": "^4.3|^5.0",
2222
"symfony/service-contracts": "^1.1|^2"
2323
},
2424
"require-dev": {
25-
"async-aws/core": "^0.5.1",
2625
"symfony/http-client-contracts": "^1.0|^2.0",
2726
"symfony/property-access": "^4.4|^5.0",
2827
"symfony/serializer": "^4.4|^5.0"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.