Skip to content

Commit

Permalink
Merge pull request #44 from hostep/fixes-issue-42
Browse files Browse the repository at this point in the history
Removes upper version constraint of phpstan
  • Loading branch information
shochdoerfer authored Oct 27, 2020
2 parents 9ca113c + e808857 commit 413783f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ includes:
- vendor/bitexpert/phpstan-magento/extension.neon
```

⚠️ 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.

## Features

### Class generator for factory & proxy classes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"php": "^7.2.0",
"magento/framework": ">=101.0.0",
"nette/neon": "^3.1",
"phpstan/phpstan": ">=0.12.3 <=0.12.23"
"phpstan/phpstan": "^0.12.23"
},
"require-dev": {
"bitexpert/phing-securitychecker": "^0.4.0",
Expand Down
15 changes: 8 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 413783f

Please sign in to comment.