Skip to content

Commit

Permalink
add support for Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
musonza committed Sep 5, 2018
1 parent fd1ec49 commit 41f6e21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"require": {
"php": ">=7.0",
"illuminate/support": "~5.4.0|~5.5.0|~5.6.0",
"illuminate/config": "~5.4.0|~5.5.0|~5.6.0"
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0",
"mockery/mockery": "^1.0@dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7|6.2|^7.0",
"orchestra/testbench": "~3.3.0|~3.4.2|^3.5.0",
"orchestra/database": "~3.3.0|~3.4.2|^3.5.0"
"orchestra/testbench": "~3.3.0|~3.4.2|^3.5.0|~3.7.0",
"orchestra/database": "~3.3.0|~3.4.2|^3.5.0|~3.7.0"
},
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -47,4 +47,4 @@
]
}
}
}
}

0 comments on commit 41f6e21

Please sign in to comment.