Skip to content

Commit

Permalink
Merge pull request #87 from movem/master
Browse files Browse the repository at this point in the history
Add Laravel 5.6 support
  • Loading branch information
TomLingham authored Mar 23, 2018
2 parents d2f6fbc + f015fa9 commit e5d1eeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": "^5.5.9 || ^7.0",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*"
"illuminate/support": "^5.1"
},
"require-dev": {
"graham-campbell/testbench": "^3.4 || ^4.0",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.3"
"graham-campbell/testbench": "^3.4 || ^4.0 || ^5.0",
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.3 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e5d1eeb

Please sign in to comment.