Skip to content

Commit 2ce3afe

Browse files
authored
Fix Magento 2.x reference in README
1 parent d01b9e9 commit 2ce3afe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Whilst this extension depends on phpstan/phpstan, it can also depend on phpstan/
2222
With coupled dependencies:
2323

2424
```bash
25-
composer require inviqa/phpstan-magento2 phpstan/phpstan
25+
composer require inviqa/phpstan-magento1 phpstan/phpstan
2626
```
2727

2828
With uncoupled phar package:
2929

3030
```bash
31-
composer require inviqa/phpstan-magento2 phpstan/phpstan-shim
31+
composer require inviqa/phpstan-magento1 phpstan/phpstan-shim
3232
```
3333

3434
## Alternative Magento path

0 commit comments

Comments
 (0)