Skip to content

Commit

Permalink
Added support laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Mar 19, 2024
1 parent 7b75572 commit fe561b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"ext-json": "*",
"orchid/blade-icons": "^4.0",
"tabuna/breadcrumbs": "^4.0",
"laravel/framework": "^10.0",
"laravel/framework": "^10.0||^11.0",
"laravel/scout": "^9.0 || ^10.0",
"watson/active": "^7.0",
"twbs/bootstrap-icons": "^1.10"
},
"require-dev": {
"doctrine/dbal": "^2.10 || ^3.0",
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.2",
"orchestra/testbench-core": "^8.0",
"orchestra/testbench-dusk": "^8.0",
"laravel/pint": "^1.14",
"orchestra/testbench-core": "^8.0|^9.0",
"orchestra/testbench-dusk": "^8.0|^9.0",
"phpunit/php-code-coverage": "^10.0",
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.0|^11.0",
"vimeo/psalm": "^5.0"
},
"conflict": {
Expand Down

0 comments on commit fe561b4

Please sign in to comment.