Skip to content

Commit 65699eb

Browse files
author
ityaozm@gmail.com
committed
build(dependencies): update composer package versions for framework and dev tools
- Upgrade laravel/framework dependency to version ^12.21 for latest fixes - Bump dev dependencies including php-cs-fixer-config, rector-rules, phpstan extensions, and phpstan-mockery for improved static analysis and code quality - Add phpstan/phpstan-mockery to enhance mocking capabilities in static analysis - Update spaze/phpstan-disallowed-calls to ^4.6 to align with new static analysis rules - Add reference to lazy-commit in AI commit configuration for better commit message generation integration
1 parent da7a593 commit 65699eb

3 files changed

Lines changed: 219 additions & 160 deletions

File tree

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"laravel-lang/common": "^6.7",
6464
"laravel-zero/framework": "^12.0",
6565
"laravel-zero/phar-updater": "^1.4",
66-
"laravel/framework": "^12.19"
66+
"laravel/framework": "^12.21"
6767
},
6868
"require-dev": {
6969
"bamarni/composer-bin-plugin": "^1.8",
@@ -76,14 +76,14 @@
7676
"editorconfig-checker/editorconfig-checker": "^10.7",
7777
"ergebnis/composer-normalize": "^2.47",
7878
"ergebnis/license": "^2.6",
79-
"ergebnis/php-cs-fixer-config": "^6.46",
80-
"ergebnis/rector-rules": "^1.4",
79+
"ergebnis/php-cs-fixer-config": "^6.50",
80+
"ergebnis/rector-rules": "^1.5",
8181
"evaisse/php-json-schema-generator": "^2.1",
82-
"friendsofphp/php-cs-fixer": "^3.75",
82+
"friendsofphp/php-cs-fixer": "^3.84",
8383
"guanguans/monorepo-builder-worker": "^2.0",
8484
"intonate/tinker-zero": "^1.2",
8585
"ion-bazan/composer-diff": "^1.12",
86-
"larastan/larastan": "^3.5",
86+
"larastan/larastan": "^3.6",
8787
"laravel/facade-documenter": "dev-main",
8888
"mockery/mockery": "^1.6",
8989
"pb30/phpstan-composer-analysis": "^1.0",
@@ -94,6 +94,7 @@
9494
"phpstan/extension-installer": "^1.4",
9595
"phpstan/phpstan": "^2.1",
9696
"phpstan/phpstan-deprecation-rules": "^2.0",
97+
"phpstan/phpstan-mockery": "^2.0",
9798
"phpstan/phpstan-strict-rules": "^2.0",
9899
"phpstan/phpstan-webmozart-assert": "^2.0",
99100
"povils/phpmnd": "^3.6",
@@ -109,7 +110,7 @@
109110
"shipmonk/phpstan-baseline-per-identifier": "^2.1",
110111
"spatie/pest-plugin-snapshots": "^2.2",
111112
"spatie/schema-org": "^3.23",
112-
"spaze/phpstan-disallowed-calls": "^4.5",
113+
"spaze/phpstan-disallowed-calls": "^4.6",
113114
"staabm/phpstan-todo-by": "^0.2",
114115
"symfony/thanks": "^1.4",
115116
"symplify/phpstan-extensions": "^12.0",

0 commit comments

Comments
 (0)