Skip to content

Commit be65f1c

Browse files
committed
Merge pull request #19 from cdarken/laravel-5.1-as-deps
Update composer.json for compatibility with Laravel 5.1
2 parents 57da0c3 + e17cc1d commit be65f1c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.4.0",
16-
"illuminate/database": "5.0.*",
17-
"illuminate/http": "5.0.*",
18-
"illuminate/support": "5.0.*",
19-
"illuminate/pagination" : "5.0.*"
15+
"illuminate/database": "5.1.*",
16+
"illuminate/http": "5.1.*",
17+
"illuminate/support": "5.1.*",
18+
"illuminate/pagination" : "5.1.*"
2019
},
2120
"require-dev": {
2221
"phpunit/phpunit": "4.*"

0 commit comments

Comments
 (0)