Skip to content

Commit 03ed8a6

Browse files
SuperSeb92TerrePorter
authored andcommitted
Laravel 5.4 compatibility (#22)
* Update composer to work with Laravel 5.4 * work with new 5.4 interfaces * add flush state * modernize factory in line with 5 + 5.4 changes * add the file engine - Updated by SuperSeb92
1 parent 2e9a8bd commit 03ed8a6

5 files changed

Lines changed: 212 additions & 674 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.4",
14-
"laravel/framework": "5.3.*"
14+
"laravel/framework": "5.4.*"
1515
},
1616
"autoload": {
1717
"psr-4": {

0 commit comments

Comments
 (0)