Skip to content

Commit 7663435

Browse files
authored
Merge pull request #246 from shochdoerfer/feature/restrict_phpstan_1.6
Do not yet install PHPStan 1.7
2 parents fca857a + 02df0bd commit 7663435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^7.2.0 || ^8.1.0",
2323
"ext-dom": "*",
2424
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ~4.5.0",
25-
"phpstan/phpstan": "^1.6.2",
25+
"phpstan/phpstan": "^1.6.2 <1.7.0",
2626
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0"
2727
},
2828
"conflict": {

0 commit comments

Comments
 (0)