Skip to content

Commit

Permalink
Merge pull request #10 from daaner/master
Browse files Browse the repository at this point in the history
Support Laravel 8+
  • Loading branch information
butschster committed Sep 10, 2020
2 parents 9082ab7 + 4f14803 commit daceb4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"require": {
"php": ">=7.2.5",
"illuminate/support": "7.*",
"kodicomponents/support": "0.*"
"illuminate/support": ">=7.0",
"kodicomponents/support": ">=0.5"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~8.5"
"mockery/mockery": ">=1.0",
"phpunit/phpunit": ">=8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit daceb4f

Please sign in to comment.