Skip to content

Commit 4586539

Browse files
committed
change plugin fork
1 parent ea2f441 commit 4586539

File tree

3 files changed

+27
-35
lines changed

3 files changed

+27
-35
lines changed

.phpstan.dist.neon

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
includes:
2-
- vendor/mahocommerce/maho-phpstan-plugin/extension.neon
2+
- vendor/macopedia/phpstan-magento1/extension.neon
33
- .phpstan.dist.baseline.neon
44
- phar://phpstan.phar/conf/bleedingEdge.neon
55
parameters:
66
magentoRootPath: %currentWorkingDirectory%
7-
bootstrapFiles:
8-
- app/Mage.php
97
fileExtensions:
108
- php
119
- phtml

composer.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,23 @@
77
],
88
"type": "magento-source",
99
"repositories": [
10-
{ "type": "git", "url": "https://github.com/justinbeaty/maho-phpstan-plugin.git" }
10+
{
11+
"type": "package",
12+
"package": {
13+
"name": "macopedia/phpstan-magento1",
14+
"version": "dev-topic-om",
15+
"source": {
16+
"url": "https://github.com/justinbeaty/maho-phpstan-plugin.git",
17+
"type": "git",
18+
"reference": "topic-om"
19+
},
20+
"autoload": {
21+
"psr-4": {
22+
"PHPStanMagento1\\": "src/"
23+
}
24+
}
25+
}
26+
}
1127
],
1228
"require": {
1329
"php": ">=7.4 <8.5",
@@ -53,8 +69,8 @@
5369
"composer/composer": "^2.7",
5470
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
5571
"friendsofphp/php-cs-fixer": "^3.4",
72+
"macopedia/phpstan-magento1": "dev-topic-om",
5673
"magento-ecg/coding-standard": "^4.5",
57-
"mahocommerce/maho-phpstan-plugin": "dev-topic-v3",
5874
"openmage/dev-meta-package": "^1.0.5",
5975
"perftools/php-profiler": "^1.1",
6076
"phpcompatibility/php-compatibility": "^9.3",

composer.lock

+8-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)