Skip to content

Commit

Permalink
Merge pull request #17 from rickselby/new-tests
Browse files Browse the repository at this point in the history
Update composer requirements
  • Loading branch information
rickselby authored May 19, 2018
2 parents 54ea4b3 + bb626f5 commit 71b6e81
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 @@ -10,11 +10,11 @@
}
],
"require": {
"laravel/framework": "5.4.*|5.5.*|5.6.*"
"laravel/framework": "5.6.*"
},
"require-dev": {
"graham-campbell/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^6.0|^7.0"
"graham-campbell/testbench": "^5.0",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 71b6e81

Please sign in to comment.