Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Added support for Laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanGiesbrecht authored and svenluijten committed Feb 27, 2019
1 parent 0283793 commit 701aaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^7.1",
"laravel/framework": "5.4.* || 5.5.* || 5.6.* || 5.7.*"
"laravel/framework": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down

0 comments on commit 701aaa0

Please sign in to comment.