Skip to content

Commit b73f88c

Browse files
committed
Add requirements section to README.md
1 parent 5b36e61 commit b73f88c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ work for Magento 2 projects.
66
[![Build Status](https://github.com/bitExpert/phpstan-magento/workflows/ci/badge.svg?branch=master)](https://github.com/bitExpert/phpstan-magento/actions)
77
[![Coverage Status](https://coveralls.io/repos/github/bitExpert/phpstan-magento/badge.svg?branch=master)](https://coveralls.io/github/bitExpert/phpstan-magento?branch=master)
88

9+
## Requirements
10+
11+
This PHPStan extension requires PHPStan 1.1. If you are using a Magento version that requires an older version of PHPStan,
12+
you need to manually upgrade before installing this extension.
13+
914
## Installation
1015

1116
The preferred way of installing `bitexpert/phpstan-magento` is through Composer.
@@ -25,8 +30,6 @@ includes:
2530
- vendor/bitexpert/phpstan-magento/extension.neon
2631
```
2732

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-
3033
## Features
3134

3235
### Class generator for factory & proxy classes

0 commit comments

Comments
 (0)