Skip to content

Commit c47b251

Browse files
committed
chore(deps): widen phpstan/phpstan requirement to ^1.10 || ^2.0
Allow PHPStan 2.x alongside 1.x to stay current with upstream releases. Closes #2
1 parent 636ceb3 commit c47b251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": ">=8.2"
1414
},
1515
"require-dev": {
16-
"phpstan/phpstan": "^1.10",
16+
"phpstan/phpstan": "^1.10 || ^2.0",
1717
"phpunit/phpunit": "^11.0"
1818
},
1919
"autoload": {

0 commit comments

Comments
 (0)