Skip to content

Commit 142ceb7

Browse files
committed
Allow version 2 of the contracts package.
1 parent d353ac5 commit 142ceb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^7.1.3",
2424
"psr/log": "^1.0",
25-
"symfony/http-client-contracts": "^1.1.7",
25+
"symfony/http-client-contracts": "^1.1.7|^2",
2626
"symfony/polyfill-php73": "^1.11"
2727
},
2828
"require-dev": {
@@ -32,7 +32,7 @@
3232
"symfony/dependency-injection": "^4.3|^5.0",
3333
"symfony/http-kernel": "^4.3|^5.0",
3434
"symfony/process": "^4.2|^5.0",
35-
"symfony/service-contracts": "^1.0",
35+
"symfony/service-contracts": "^1.0|^2",
3636
"symfony/var-dumper": "^4.3|^5.0"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)