Skip to content

Commit 8a00053

Browse files
committed
Some dev dependency updates, see details below + reworked composer.json for newest version of ergebnis/composer-normalize
- Upgrading ergebnis/composer-normalize (2.15.0 => 2.20.0) - Upgrading friendsofphp/php-cs-fixer (v3.2.1 => v3.4.0) - Upgrading phpunit/php-code-coverage (9.2.8 => 9.2.10) - Upgrading phpunit/php-file-iterator (3.0.5 => 3.0.6) - Upgrading phpunit/phpunit (9.5.10 => 9.5.11) - Upgrading squizlabs/php_codesniffer (3.6.1 => 3.6.2)
1 parent 19ebe9b commit 8a00053

File tree

3 files changed

+75
-85
lines changed

3 files changed

+75
-85
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ checkstyle:
1414
vendor/bin/phpcs -s --standard=Magento2 --exclude=Magento2.Security.InsecureFunction --ignore=./vendor/ .
1515
vendor/bin/phpcs -s --standard=PHPCompatibility --runtime-set testVersion 7.0- --ignore=./vendor/,./Test/ .
1616
vendor/bin/phpcs -s --standard=PHPCompatibility --runtime-set testVersion 7.1- ./Test/
17-
composer normalize --dry-run
17+
vendor/bin/composer normalize --dry-run
1818

1919
.PHONY: checkquality
2020
checkquality:

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "baldwin/magento2-module-url-data-integrity-checker",
3-
"type": "magento2-module",
43
"description": "Magento 2 module which can find potential url related problems in your catalog data",
54
"license": "MIT",
5+
"type": "magento2-module",
66
"authors": [
77
{
88
"name": "Pieter Hoste",
@@ -32,13 +32,12 @@
3232
"phpstan/phpstan-deprecation-rules": "^1.0",
3333
"phpunit/phpunit": "^9.0"
3434
},
35-
"config": {
36-
"allow-plugins": {
37-
"ergebnis/composer-normalize": true,
38-
"phpstan/extension-installer": true
39-
},
40-
"sort-packages": true
41-
},
35+
"repositories": [
36+
{
37+
"type": "composer",
38+
"url": "https://repo.magento.com/"
39+
}
40+
],
4241
"autoload": {
4342
"psr-4": {
4443
"Baldwin\\UrlDataIntegrityChecker\\": ""
@@ -47,12 +46,13 @@
4746
"registration.php"
4847
]
4948
},
50-
"repositories": [
51-
{
52-
"type": "composer",
53-
"url": "https://repo.magento.com/"
54-
}
55-
],
49+
"config": {
50+
"allow-plugins": {
51+
"ergebnis/composer-normalize": true,
52+
"phpstan/extension-installer": true
53+
},
54+
"sort-packages": true
55+
},
5656
"scripts": {
5757
"post-install-cmd": [
5858
"([ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/phpcs --config-set installed_paths vendor/magento/magento-coding-standard,vendor/phpcompatibility/php-compatibility)"

composer.lock

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

0 commit comments

Comments
 (0)