fix tests for laravel 5.1

This commit is contained in:
Khoubza Younes
2020-12-13 12:58:35 +01:00
parent f07c999c9a
commit 7bc1924269
5 changed files with 47 additions and 3 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
"require": {
"php": ">=5.3",
"ext-json": "*",
"illuminate/support": "5.0.*"
"illuminate/support": "5.1.*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
@@ -30,7 +30,7 @@
},
"config": {
"platform": {
"php": "5.4.0"
"php": "5.5.9"
}
},
"minimum-stability": "dev"