Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Feb 25, 2020
1 parent f335ca8 commit 8889ac2
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 @@ -11,11 +11,11 @@
],
"require": {
"php": ">=7",
"illuminate/support": "^5.5|^6",
"symfony/form": "^3.4|^4",
"symfony/validator": "^3|^4",
"symfony/twig-bridge": "^3|^4",
"twig/twig": "~1.30|~2.0"
"illuminate/support": "^5.5|^6|^7",
"symfony/form": "^3.4|^4|^5",
"symfony/validator": "^3|^4|^5",
"symfony/twig-bridge": "^3|^4|^5",
"twig/twig": "^2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8889ac2

Please sign in to comment.