Skip to content

Commit 9f298d2

Browse files
author
ityaozm@gmail.com
committed
feat(dependencies): Update Laravel Zero and PHPStan versions
- Upgrade "laravel-zero/framework" from "^11.45" to "^12.0" for new features and improvements. - Update "laravel/framework" from "^11.45 || ^12.0" to "^12.18" to ensure compatibility with the latest version. - Change "pb30/phpstan-composer-analysis" from "^0.12" to "^1.0" to leverage the latest analysis capabilities. - Add "@composer-diff" to scripts for improved composer dependency management. These updates are necessary to maintain compatibility with the latest Laravel and PHPStan features and to enhance the project's dependency management workflow.
1 parent f391f76 commit 9f298d2

4 files changed

Lines changed: 197 additions & 186 deletions

File tree

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"ext-mbstring": "*",
6161
"guzzlehttp/guzzle": "^7.9",
6262
"laminas/laminas-text": "^2.12",
63-
"laravel-zero/framework": "^11.45",
63+
"laravel-zero/framework": "^12.0",
6464
"laravel-zero/phar-updater": "^1.4",
65-
"laravel/framework": "^11.45 || ^12.0"
65+
"laravel/framework": "^12.18"
6666
},
6767
"require-dev": {
6868
"bamarni/composer-bin-plugin": "^1.8",
@@ -86,7 +86,7 @@
8686
"laravel-lang/common": "^6.7",
8787
"laravel/facade-documenter": "dev-main",
8888
"mockery/mockery": "^1.6",
89-
"pb30/phpstan-composer-analysis": "^0.12",
89+
"pb30/phpstan-composer-analysis": "^1.0",
9090
"pestphp/pest": "^3.8",
9191
"pestphp/pest-plugin-laravel": "^3.2",
9292
"php-mock/php-mock-phpunit": "^2.13",
@@ -189,7 +189,8 @@
189189
"@artisan vendor:publish --tag=laravel-assets --force",
190190
"@artisan lang:update",
191191
"@cghooks update",
192-
"@composer-bin-all-update"
192+
"@composer-bin-all-update",
193+
"@composer-diff"
193194
],
194195
"ai-commit": "@php ai-commit commit --ansi",
195196
"ai-commit-bito": "@ai-commit --generator=bito_cli",

0 commit comments

Comments
 (0)