Skip to content

Commit

Permalink
bug #65 [Contracts] Update dependency to use symfony/service-contract…
Browse files Browse the repository at this point in the history
…s (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
  • Loading branch information
weaverryan committed Jul 3, 2019
2 parents dcec167 + 2ec86a5 commit 5e1cab3
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 5e1cab3

Please sign in to comment.