Skip to content

Commit

Permalink
fix lowest version
Browse files Browse the repository at this point in the history
  • Loading branch information
TVke committed Feb 6, 2018
1 parent faca364 commit cbc9ec5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -16,11 +16,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 cbc9ec5

Please sign in to comment.