Skip to content

Commit

Permalink
[Composer] Added conflict with laminas/laminas-code:4.4.0 (#660)
Browse files Browse the repository at this point in the history
* Empty commit to show failing tests

* [Composer] Added conflict with laminas/laminas-code:4.4.0
  • Loading branch information
mnocon authored Jun 18, 2021
1 parent f0f78e9 commit 920a039
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,12 @@
"symfony/phpunit-bridge": "^3.4.18"
},
"conflict": {
"symfony/symfony": "3.4.9||3.4.12||3.4.16",
"doctrine/dbal": "2.7.0",
"doctrine/persistence": "1.3.2",
"twig/twig": "2.6.1",
"symfony/webpack-encore-bundle": "1.2.0||1.2.1"
"laminas/laminas-code": "4.4.0",
"symfony/symfony": "3.4.9||3.4.12||3.4.16",
"symfony/webpack-encore-bundle": "1.2.0||1.2.1",
"twig/twig": "2.6.1"
},
"scripts": {
"symfony-scripts": [
Expand Down

0 comments on commit 920a039

Please sign in to comment.