Skip to content

Commit

Permalink
Update dependency to use symfony/service-contracts to prevent autoloa…
Browse files Browse the repository at this point in the history
…ding clashes with Symfony 4.3
  • Loading branch information
wbrinkman committed May 30, 2019
1 parent 767a215 commit 2ec86a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/contracts": "^1.0"
"symfony/service-contracts": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
Expand Down

0 comments on commit 2ec86a5

Please sign in to comment.