Skip to content

Commit 3a462da

Browse files
committed
Merge branch 'lacrossefootwear-feature/extension-attributes-autoloading'
2 parents 513dd6d + c8d736d commit 3a462da

File tree

8 files changed

+2365
-7008
lines changed

8 files changed

+2365
-7008
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,18 @@ work for Magento 2 projects.
88

99
## Requirements
1010

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.
11+
PHP: PHP 7.2 or higher
12+
13+
Magento: Magento 2.3 or higher
14+
15+
PHPStan: PHPStan 1.1
16+
17+
If you are using a Magento version that requires an older version of PHPStan, you need to manually upgrade it before
18+
installing this extension. Change the PHPStan version to 1.1 in your composer.json and run:
19+
20+
```
21+
composer update phpstan/phpstan --with-all-dependencies
22+
```
1323

1424
## Installation
1525

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@
1616
],
1717
"require": {
1818
"php": "^7.2.0 | ^8.0.0",
19+
"ext-dom": "*",
20+
"laminas/laminas-code": "~3.3.0 | ~3.4.1 | ~3.5.1",
1921
"nette/neon": "^3.3.1",
2022
"phpstan/phpstan": "^1.1.0"
2123
},
2224
"conflict": {
23-
"magento/framework": "<101.0.0"
25+
"magento/framework": "<102.0.0"
2426
},
2527
"require-dev": {
2628
"captainhook/captainhook": "^5.10.4",
2729
"captainhook/plugin-composer": "^5.3.2",
2830
"madewithlove/license-checker": "^0.10.0",
29-
"magento/framework": ">=101.0.0",
3031
"mikey179/vfsstream": "^1.6.10",
3132
"nikic/php-parser": "^4.13.1",
3233
"phpstan/extension-installer": "^1.1.0",

0 commit comments

Comments
 (0)