Skip to content

Commit 414b9a5

Browse files
authored
Update composer.json for Laravel 5.4
1 parent 17eb53f commit 414b9a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"license": "MIT",
66
"require": {
77
"php": ">=5.6.0",
8-
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x",
9-
"illuminate/console": "5.0.x|5.1.x|5.2.x|5.3.x",
10-
"illuminate/filesystem": "5.0.x|5.1.x|5.2.x|5.3.x",
8+
"illuminate/support": "^5.0",
9+
"illuminate/console": "^5.0",
10+
"illuminate/filesystem": "^5.0",
1111
"symfony/class-loader": "^2.3|3.*",
1212
"doctrine/dbal": "~2.3"
1313
},

0 commit comments

Comments
 (0)