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 d69f59e commit 84c1af6Copy full SHA for 84c1af6
composer.json
@@ -17,10 +17,10 @@
17
"ext-json": "*",
18
"psr/cache": "^1.0 || ^2.0 || ^3.0",
19
"psr/log": "^1.0",
20
- "symfony/deprecation-contracts": "^2.1",
+ "symfony/deprecation-contracts": "^2.1 || ^3.0",
21
"symfony/http-client": "^4.4.16 || ^5.1.7,!=5.2.0 || ^6.0",
22
- "symfony/http-client-contracts": "^1.1.8 || ^2.0",
23
- "symfony/service-contracts": "^1.0 || ^2.0"
+ "symfony/http-client-contracts": "^1.1.8 || ^2.0 || ^3.0",
+ "symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
24
},
25
"conflict": {
26
"async-aws/s3": "<1.1"
0 commit comments