Skip to content

Commit 114e756

Browse files
committed
Fix min version of phpstan/phpstan (^2.1.1).
1 parent 2ffb222 commit 114e756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"opis/json-schema": "^2.3.0",
7171
"phpdocumentor/type-resolver": "^1.7",
7272
"phpstan/phpdoc-parser": "^2.0.0",
73-
"phpstan/phpstan": "^2.1.0",
73+
"phpstan/phpstan": "^2.1.1",
7474
"phpunit/phpunit": "^10.5.0|^11.0.0",
7575
"psr/http-message": "^1.0.0|^2.0.0",
7676
"sebastian/comparator": "^5.0|^6.0.0",

packages/dev/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lastdragon-ru/lara-asp-documentator": "self.version",
2727
"nikic/php-parser": "^5.0",
2828
"nette/neon": "^3.4.1",
29-
"phpstan/phpstan": "^2.1.0",
29+
"phpstan/phpstan": "^2.1.1",
3030
"symfony/var-dumper": "^7.0.0"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)