Skip to content

Commit 7bd3f97

Browse files
authored
Update composer.json
1 parent 3b8398f commit 7bd3f97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.0",
14-
"illuminate/support": "5.3.x|5.4.x|5.5.x",
15-
"symfony/form": "^3",
16-
"symfony/validator": "^3",
17-
"symfony/twig-bridge": "^3",
14+
"illuminate/support": "5.5.x|5.6.x",
15+
"symfony/form": "^3.4",
16+
"symfony/validator": "^3|^4",
17+
"symfony/twig-bridge": "^3|^4",
1818
"twig/twig": "~1.30|~2.0"
1919
},
2020
"autoload": {
@@ -29,7 +29,7 @@
2929
},
3030
"extra": {
3131
"branch-alias": {
32-
"dev-master": "0.3-dev"
32+
"dev-master": "0.4-dev"
3333
},
3434
"laravel": {
3535
"providers": [

0 commit comments

Comments
 (0)