Skip to content

Commit 5e1cab3

Browse files
committed
bug #65 [Contracts] Update dependency to use symfony/service-contracts (wbrinkman)
This PR was merged into the master branch. Discussion ---------- [Contracts] Update dependency to use symfony/service-contracts Updated requirement symfony/contracts to symfony/service-contracts so having this bundle in a Symfony 4.3 installation does not generate ambiguous classes with an optimized composer autoloader. Fixes #64 Commits ------- 2ec86a5 Update dependency to use symfony/service-contracts to prevent autoloading clashes with Symfony 4.3
2 parents dcec167 + 2ec86a5 commit 5e1cab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/config": "^3.4 || ^4.0",
2626
"symfony/dependency-injection": "^3.4 || ^4.0",
2727
"symfony/http-kernel": "^3.4 || ^4.0",
28-
"symfony/contracts": "^1.0"
28+
"symfony/service-contracts": "^1.0"
2929
},
3030
"require-dev": {
3131
"friendsofphp/php-cs-fixer": "^2.14",

0 commit comments

Comments
 (0)