Skip to content

Commit

Permalink
Merge pull request #12 from nasyrov/support-laravel-5.6
Browse files Browse the repository at this point in the history
Add support for laravel 5.6
  • Loading branch information
Evgenii Nasyrov authored Mar 26, 2018
2 parents 01434e7 + fd949cd commit ee0ad8a
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 @@ -18,14 +18,14 @@
],
"require": {
"php": ">=7.0",
"illuminate/console": "5.5.*",
"illuminate/support": "5.5.*"
"illuminate/console": "5.5.*|5.6.*",
"illuminate/support": "5.5.*|5.6.*"
},
"require-dev": {
"mockery/mockery": "~1.0",
"orchestra/testbench": "~3.5",
"phpunit/phpunit": "~6.4",
"squizlabs/php_codesniffer": "~3.1"
"orchestra/testbench": "~3.5|~3.6",
"phpunit/phpunit": "~6.0|~7.0",
"squizlabs/php_codesniffer": "~3.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ee0ad8a

Please sign in to comment.