Skip to content

Commit 1e1bb5d

Browse files
committed
refactor(composer): update package versions and rename rector file
- Bump guanguans/monorepo-builder-worker to version 3.1 - Update phpro/grumphp-shim to version 2.19 - Extend phpunit/phpunit version support to include 13.0 - Rename rector.php to rector.dist.php for clarity
1 parent 22e4c19 commit 1e1bb5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"phpstan/phpstan-mockery": "^2.0",
114114
"phpstan/phpstan-strict-rules": "^2.0",
115115
"phpstan/phpstan-webmozart-assert": "^2.0",
116-
"phpunit/phpunit": "^10.5 || ^11.0 || ^12.0",
116+
"phpunit/phpunit": "^10.5 || ^11.0 || ^12.0 || ^13.0",
117117
"povils/phpmnd": "^3.6",
118118
"rector/argtyper": "^0.6",
119119
"rector/jack": "^0.5",
File renamed without changes.

vendor-bin/php82/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"require-dev": {
33
"php": ">=8.2",
44
"ergebnis/composer-normalize": "^2.49",
5-
"guanguans/monorepo-builder-worker": "^3.0",
5+
"guanguans/monorepo-builder-worker": "^3.1",
66
"illuminate/support": "^12.49",
77
"mrpunyapal/rector-pest": "^0.1",
88
"peckphp/peck": "^0.2",
99
"peststan/peststan": "^0.0",
10-
"phpro/grumphp-shim": "^2.18",
10+
"phpro/grumphp-shim": "^2.19",
1111
"phpstan/phpstan": "^2.1",
1212
"roave/backward-compatibility-check": "^8.14",
1313
"roave/no-floaters": "^1.13"

0 commit comments

Comments
 (0)