Skip to content

Commit

Permalink
Support Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
daaner committed Mar 24, 2020
1 parent a2ef6dc commit 66d8cf9
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 @@ -39,9 +39,9 @@
"require": {
"php": ">=7.1.3",
"ext-json": "*",
"laravel/framework": "~5.5 || ~6.0",
"laravel/framework": "~5.5 || ~6.0 || ~7.0",
"kodicomponents/support": "0.*",
"kodicomponents/navigation": "0.*",
"kodicomponents/navigation": "0.* || ~1.0",
"doctrine/dbal": "~2.3",
"laravelcollective/html": "~5.5 || ~6.0",
"kodicms/laravel-assets": "0.*",
Expand All @@ -52,7 +52,7 @@
"require-dev": {
"phpunit/phpunit": "~7.0 || ~8.0",
"mockery/mockery": "~0.9 || ~1.0",
"orchestra/testbench": "^3.5 || ^4.0"
"orchestra/testbench": "^3.5 || ^4.0 || ~5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -67,7 +67,7 @@
},
"extra": {
"branch-alias": {
"dev-development": "5.6.x-dev"
"dev-development": "dev-development"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 66d8cf9

Please sign in to comment.