Skip to content

Commit ee3558f

Browse files
committed
Prepare and check for Laravel 5.4. compatibility
1 parent b5caaaf commit ee3558f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"phpunit/phpunit": "^5.1",
3939
"mockery/mockery": "^0.9.4",
4040
"satooshi/php-coveralls": "^1.0",
41-
"laravel/laravel": "5.2.*"
42-
}
41+
"laravel/laravel": "dev-develop"
42+
},
43+
"minimum-stability": "dev"
4344
}

0 commit comments

Comments
 (0)