Skip to content

Commit 0a7b532

Browse files
Allow dev-main for static analysis packages
1 parent 33010d3 commit 0a7b532

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"prefer-stable": true,
2828
"require": {
2929
"php": ">=8.1",
30-
"php-static-analysis/attributes": "^0.4.1 || dev-main",
31-
"php-static-analysis/node-visitor": "^0.4.1 || dev-main",
30+
"php-static-analysis/attributes": "^0.5.0 || dev-main",
31+
"php-static-analysis/node-visitor": "^0.5.0 || dev-main",
3232
"rector/rector": "^2.0"
3333
},
3434
"require-dev": {
3535
"composer/composer": "^2.8",
36-
"php-static-analysis/phpstan-extension": "^0.4.1 || dev-main",
37-
"php-static-analysis/psalm-plugin": "^0.4.1 || dev-main",
36+
"php-static-analysis/phpstan-extension": "^0.5.0 || dev-main",
37+
"php-static-analysis/psalm-plugin": "^0.5.0 || dev-main",
3838
"phpstan/extension-installer": "^1.3",
3939
"phpstan/phpstan": "^2.0",
4040
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)