Skip to content

Commit 4409354

Browse files
committed
Use stable versions of tools
1 parent 2c2d2fd commit 4409354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"require-dev": {
3333
"symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0",
3434
"psr/container": "^1.0|^2.0",
35-
"phpstan/phpstan": "^2.0",
36-
"php-cs-fixer/shim": "^3.0"
35+
"phpstan/phpstan": "^2.0@stable",
36+
"php-cs-fixer/shim": "^3.0@stable"
3737
},
3838
"autoload": {
3939
"files": [

0 commit comments

Comments
 (0)