Skip to content

Commit

Permalink
laravel 5.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
melihovv committed Sep 4, 2018
1 parent a5ca054 commit 0fe55bd
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 @@ -18,12 +18,12 @@
],
"require": {
"php": ">=7.0",
"illuminate/support": "~5.5.0|~5.6.0",
"illuminate/validation": "~5.5.0|~5.6.0"
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
"illuminate/validation": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"mockery/mockery": "^0.9.9",
"phpunit/phpunit": "~6.0"
"phpunit/phpunit": "~6.0|~7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0fe55bd

Please sign in to comment.