Skip to content

Commit

Permalink
Normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jun 15, 2018
1 parent 9f1a8bc commit 016a67c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
"php": "^7.1",
"psr/log": "^1.0"
},
"conflict": {
"symfony/framework-bundle": "<3.4"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"matthiasnoback/symfony-dependency-injection-test": "^2.3",
Expand All @@ -35,9 +38,6 @@
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/phpunit-bridge": "^4.0"
},
"conflict": {
"symfony/framework-bundle": "<3.4"
},
"suggest": {
"cache/adapter-bundle": "Symfony cache adapter",
"php-http/buzz-adapter": "Buzz HTTP client implementation",
Expand Down

0 comments on commit 016a67c

Please sign in to comment.