Skip to content

Commit

Permalink
Updated Symfony dependencies to version 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yat authored and anyt committed May 27, 2019
1 parent 226f54e commit fe8294e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"psr-4": {"Oro\\TwigInspector\\": ""}
},
"require": {
"symfony/config": "^3.4",
"symfony/dependency-injection": "^3.4",
"symfony/http-kernel": "^3.4",
"symfony/http-foundation": "^3.4",
"symfony/routing": "^3.4",
"symfony/config": "^3.4 | ^4.0",
"symfony/dependency-injection": "^3.4 | ^4.0",
"symfony/http-kernel": "^3.4 | ^4.0",
"symfony/http-foundation": "^3.4 | ^4.0",
"symfony/routing": "^3.4 | ^4.0",
"twig/twig": "~1.34|~2.4"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit fe8294e

Please sign in to comment.