Skip to content

Commit 413783f

Browse files
authored
Merge pull request #44 from hostep/fixes-issue-42
Removes upper version constraint of phpstan
2 parents 9ca113c + e808857 commit 413783f

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ includes:
2525
- vendor/bitexpert/phpstan-magento/extension.neon
2626
```
2727

28+
⚠️ When you use a version of `phpstan/phpstan` lower than 0.12.26 you should replace `bootstrapFiles` with `autoload_files` in the configuration mentioned above.
29+
2830
## Features
2931

3032
### Class generator for factory & proxy classes

composer.json

Lines changed: 1 addition & 1 deletion
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.3 <=0.12.23"
21+
"phpstan/phpstan": "^0.12.23"
2222
},
2323
"require-dev": {
2424
"bitexpert/phing-securitychecker": "^0.4.0",

composer.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)