Skip to content

Commit e80ca17

Browse files
authored
Merge pull request #43 from torhoehn/feature/phpstan-version
Use same constraint as latest Magento release
2 parents 8d52ef6 + 307f1b5 commit e80ca17

File tree

2 files changed

+641
-320
lines changed

2 files changed

+641
-320
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "^7.2.0",
1919
"magento/framework": ">=101.0.0",
2020
"nette/neon": "^3.1",
21-
"phpstan/phpstan": "^0.12.25"
21+
"phpstan/phpstan": ">=0.12.3 <=0.12.23"
2222
},
2323
"require-dev": {
2424
"bitexpert/phing-securitychecker": "^0.4.0",

0 commit comments

Comments
 (0)