Skip to content

Commit bfc1119

Browse files
committed
Merge pull request #2 from cooperl22/laravel5
Update composer.json for Laravel 5
2 parents 3e0acb4 + d4a6a15 commit bfc1119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=5.4.0",
14-
"illuminate/support": "~4.2",
15-
"illuminate/database": "~4.2"
14+
"illuminate/support": "~5.0",
15+
"illuminate/database": "~5.0"
1616
},
1717
"require-dev": {
1818
},

0 commit comments

Comments
 (0)