Skip to content

Commit fe561b4

Browse files
committed
Added support laravel 11.x
1 parent 7b75572 commit fe561b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@
3939
"ext-json": "*",
4040
"orchid/blade-icons": "^4.0",
4141
"tabuna/breadcrumbs": "^4.0",
42-
"laravel/framework": "^10.0",
42+
"laravel/framework": "^10.0||^11.0",
4343
"laravel/scout": "^9.0 || ^10.0",
4444
"watson/active": "^7.0",
4545
"twbs/bootstrap-icons": "^1.10"
4646
},
4747
"require-dev": {
4848
"doctrine/dbal": "^2.10 || ^3.0",
4949
"fakerphp/faker": "^1.9.1",
50-
"laravel/pint": "^1.2",
51-
"orchestra/testbench-core": "^8.0",
52-
"orchestra/testbench-dusk": "^8.0",
50+
"laravel/pint": "^1.14",
51+
"orchestra/testbench-core": "^8.0|^9.0",
52+
"orchestra/testbench-dusk": "^8.0|^9.0",
5353
"phpunit/php-code-coverage": "^10.0",
54-
"phpunit/phpunit": "^10.0",
54+
"phpunit/phpunit": "^10.0|^11.0",
5555
"vimeo/psalm": "^5.0"
5656
},
5757
"conflict": {

0 commit comments

Comments
 (0)