Skip to content

Commit

Permalink
Merge pull request orangehill#146 from AraneaDev/master
Browse files Browse the repository at this point in the history
Laravel 6.0 support
  • Loading branch information
tihomiro authored Sep 9, 2019
2 parents aaf5329 + 4878c28 commit 82bc71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "^5.3.8"
"illuminate/support": "^5.3.8 || ^6.0.0"
},
"require-dev": {
"mockery/mockery": "dev-master",
"illuminate/filesystem": "5.x",
"illuminate/filesystem": "5.x || 6.x",
"laravel/framework": "^5.3.8",
"phpunit/phpunit": "^5.7"
},
Expand Down

0 comments on commit 82bc71c

Please sign in to comment.