Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 2, 2024
1 parent 77a5b8d commit 1b419d8
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "hi-folks/lara-lens",

"description": "Laravel Diagnostic command for configuration, db connection, http request",
"keywords": [
"laravel",
Expand All @@ -25,20 +24,20 @@
"php": "^8.0|^8.1|^8.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"illuminate/support": "v8.75.0|^9.0|^10.0",
"nunomaduro/termwind": "^1.13"
"illuminate/support": "v8.75.0|^9.0|^10.0|^11.0",
"nunomaduro/termwind": "^1.13|^2.0"
},
"require-dev": {
"doctrine/dbal": "^3.0",
"laravel/pint": "^1.4",
"nunomaduro/larastan": "^1.0.0|^2.0",
"orchestra/testbench": "^6.23.2|^7.0|^8.0",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.2",
"phpunit/phpunit": "^9.5.10",
"orchestra/testbench": "^6.23.2|^7.0|^8.0|^9.0",
"pestphp/pest": "^1.22|^2.34",
"pestphp/pest-plugin-laravel": "^1.2|^2.3",
"phpunit/phpunit": "^9.5.10|^10.5",
"psalm/plugin-laravel": "^1.6.2",
"rector/rector": "^0.14.6",
"vimeo/psalm": "^4.11"
"rector/rector": "^0.14.6|^1.0",
"vimeo/psalm": "^4.11|^5.22"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1b419d8

Please sign in to comment.