Skip to content

Commit

Permalink
Merge branch 'master' of github.com:spatie/laravel-model-status
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 6, 2018
2 parents 4dbcba2 + cbc9ec5 commit 9f98777
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
}
],
"require": {
"php": "^7.1"
"php": "^7.1",
"illuminate/support": "^5.5"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"orchestra/testbench": "~3.0"
"orchestra/testbench": "~3.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9f98777

Please sign in to comment.