Skip to content

Commit 7f69ba1

Browse files
committed
Add support Laravel 8
1 parent a9c2c32 commit 7f69ba1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@
3939
"require": {
4040
"php": ">=7.1.3",
4141
"ext-json": "*",
42-
"laravel/framework": "~5.5 || ~6.0 || ~7.0",
42+
"laravel/framework": ">=5.5",
4343
"kodicomponents/support": "0.*",
4444
"kodicomponents/navigation": "0.* || ~1.0",
45-
"doctrine/dbal": "~2.3 || ~2.10",
46-
"laravelcollective/html": "~5.5 || ~6.0",
45+
"doctrine/dbal": ">=2.3",
46+
"laravelcollective/html": ">=5.5",
4747
"kodicms/laravel-assets": "0.*",
4848
"erusev/parsedown": "1.*",
49-
"davejamesmiller/laravel-breadcrumbs": "~4.0 || ~5.0",
50-
"barryvdh/laravel-ide-helper": "^2.4.3 || ~2.6"
49+
"davejamesmiller/laravel-breadcrumbs": ">=4.0",
50+
"barryvdh/laravel-ide-helper": ">=2.4"
5151
},
5252
"require-dev": {
53-
"phpunit/phpunit": "~7.0 || ~8.0 || ~9.0",
54-
"mockery/mockery": "~0.9 || ~1.0",
55-
"orchestra/testbench": "^3.5 || ^4.0 || ~5.0"
53+
"phpunit/phpunit": ">=7.0",
54+
"mockery/mockery": ">=0.9",
55+
"orchestra/testbench": ">=3.5"
5656
},
5757
"autoload": {
5858
"psr-4": {

0 commit comments

Comments
 (0)