Skip to content

Commit

Permalink
fix(deps): use correct framework-extra-bundle version
Browse files Browse the repository at this point in the history
framework-extra-bundle is out of sync with symfony versioning. It's suggested to use ~3.0 as version constraint.
  • Loading branch information
ckrack committed May 26, 2020
1 parent 4f77c4d commit 47eee5f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require": {
"php": ">=7.1",
"jenssegers/optimus": "^1.1",
"sensio/framework-extra-bundle": "^5.1",
"sensio/framework-extra-bundle": "~3.0",
"symfony/http-kernel": "^4.0 || ^5.0"
},
"require-dev": {
Expand All @@ -34,11 +34,6 @@
"roave/security-advisories": "dev-master",
"twig/twig": "^2.7"
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"suggest": {
"twig/twig": "Allows to use optimus in Twig template engine"
},
Expand Down

0 comments on commit 47eee5f

Please sign in to comment.