Skip to content

Commit

Permalink
change plugin fork
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty committed Dec 26, 2024
1 parent ea2f441 commit 4586539
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 35 deletions.
4 changes: 1 addition & 3 deletions .phpstan.dist.neon
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
includes:
- vendor/mahocommerce/maho-phpstan-plugin/extension.neon
- vendor/macopedia/phpstan-magento1/extension.neon
- .phpstan.dist.baseline.neon
- phar://phpstan.phar/conf/bleedingEdge.neon
parameters:
magentoRootPath: %currentWorkingDirectory%
bootstrapFiles:
- app/Mage.php
fileExtensions:
- php
- phtml
Expand Down
20 changes: 18 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@
],
"type": "magento-source",
"repositories": [
{ "type": "git", "url": "https://github.com/justinbeaty/maho-phpstan-plugin.git" }
{
"type": "package",
"package": {
"name": "macopedia/phpstan-magento1",
"version": "dev-topic-om",
"source": {
"url": "https://github.com/justinbeaty/maho-phpstan-plugin.git",
"type": "git",
"reference": "topic-om"
},
"autoload": {
"psr-4": {
"PHPStanMagento1\\": "src/"
}
}
}
}
],
"require": {
"php": ">=7.4 <8.5",
Expand Down Expand Up @@ -53,8 +69,8 @@
"composer/composer": "^2.7",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"friendsofphp/php-cs-fixer": "^3.4",
"macopedia/phpstan-magento1": "dev-topic-om",
"magento-ecg/coding-standard": "^4.5",
"mahocommerce/maho-phpstan-plugin": "dev-topic-v3",
"openmage/dev-meta-package": "^1.0.5",
"perftools/php-profiler": "^1.1",
"phpcompatibility/php-compatibility": "^9.3",
Expand Down
38 changes: 8 additions & 30 deletions composer.lock

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

0 comments on commit 4586539

Please sign in to comment.