Skip to content

Commit

Permalink
Compatibility only with Laravel 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocfalcao committed Sep 20, 2019
1 parent 62e7382 commit 1d6cd26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "~5.8.0|^6.0",
"brunocfalcao/helpers": "^1.0"
"illuminate/support": "^6.0",
"brunocfalcao/helpers": "^1.0",
"laravel/helpers": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
Expand Down

0 comments on commit 1d6cd26

Please sign in to comment.