Skip to content

Commit 39d78e4

Browse files
committed
Updates phpstan/phpstan-phpunit dependency version
Replaces "2.0.x-dev" with "^2.0" for phpstan/phpstan-phpunit dependency to ensure compatibility with stable releases and improve dependency management.
1 parent 6b57b42 commit 39d78e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.openapi-generator/templates/composer.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"friendsofphp/php-cs-fixer": "^3.75",
3838
"ergebnis/composer-normalize": "^2.47",
3939
"ergebnis/php-cs-fixer-config": "^6.46",
40-
"phpstan/phpstan-phpunit": "2.0.x-dev"
40+
"phpstan/phpstan-phpunit": "^2.0"
4141
},
4242
"autoload": {
4343
"psr-4": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"friendsofphp/php-cs-fixer": "^3.75",
3434
"ergebnis/composer-normalize": "^2.47",
3535
"ergebnis/php-cs-fixer-config": "^6.46",
36-
"phpstan/phpstan-phpunit": "2.0.x-dev"
36+
"phpstan/phpstan-phpunit": "^2.0"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)