Skip to content

Commit 84c1af6

Browse files
Allow symfony/contracts v3 (#1043)
1 parent d69f59e commit 84c1af6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"ext-json": "*",
1818
"psr/cache": "^1.0 || ^2.0 || ^3.0",
1919
"psr/log": "^1.0",
20-
"symfony/deprecation-contracts": "^2.1",
20+
"symfony/deprecation-contracts": "^2.1 || ^3.0",
2121
"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"
22+
"symfony/http-client-contracts": "^1.1.8 || ^2.0 || ^3.0",
23+
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
2424
},
2525
"conflict": {
2626
"async-aws/s3": "<1.1"

0 commit comments

Comments
 (0)