Skip to content

Commit 8e22f8b

Browse files
authored
chore: remove update-copyright script from configs (#5066)
* chore: remove update-copyright script ... not needed anymore. * update composer
1 parent 1a996ff commit 8e22f8b

File tree

4 files changed

+12
-51
lines changed

4 files changed

+12
-51
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
])
5959
->exclude([
6060
__DIR__ . '/shell/translations.php',
61-
__DIR__ . '/shell/update-copyright.php',
6261
])
6362
->name('*.php')
6463
->ignoreDotFiles(true)

.rector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
# skip: use static methods
123123
PreferPHPUnitThisCallRector::class,
124124
__DIR__ . '/shell/translations.php',
125-
__DIR__ . '/shell/update-copyright.php',
126125
__DIR__ . '/tests/unit/Mage/Reports/Model/Resource/Report/CollectionTest.php',
127126
])
128127
->withPreparedSets(

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"macopedia/phpstan-magento1": "^1.1",
5858
"magento-ecg/coding-standard": "^4.5",
5959
"n98/magerun": "dev-develop",
60-
"openmage/dev-meta-package": "^1.0.5",
60+
"openmage/dev-meta-package": "^1.1.0",
6161
"perftools/php-profiler": "^1.1",
6262
"phpcompatibility/php-compatibility": "^9.3",
6363
"phpmd/phpmd": "^2.13",

composer.lock

Lines changed: 11 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)