Skip to content

Commit c524429

Browse files
authored
Merge pull request #2 from lbausch/develop
Allow Laravel 5.5
2 parents a02cd35 + 3174d7d commit c524429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require": {
29-
"laravel/framework": "5.4.*"
29+
"laravel/framework": "5.4.*|5.5.*"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "5.*"

0 commit comments

Comments
 (0)