Skip to content

Commit

Permalink
Fixed syntax error in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 18, 2018
1 parent e8844fb commit c635255
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",

"sllh/composer-lint": "^1.0",
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/expression-language": "^3.4 || ^4.0",
"symfony/framework-bundle": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",

"symfony/http-kernel": "^3.4 || ^4.0"
},
"suggest": {
"symfony/framework-bundle": "If you want to use symfony"
Expand Down

0 comments on commit c635255

Please sign in to comment.