Skip to content

Commit 26df60c

Browse files
committed
Test updates
1 parent a83bedb commit 26df60c

2 files changed

Lines changed: 5059 additions & 3518 deletions

File tree

composer.json

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"type": "magento2-module",
55
"version": "5.3.2",
66
"require-dev": {
7-
"magento-ecg/coding-standard": "^4.5",
8-
"magento/module-store": "^101.1.8",
9-
"staabm/annotate-pull-request-from-checkstyle": "^2.5",
10-
"magento/magento-coding-standard": "^5.0",
11-
"phan/phan": "^5.4",
12-
"phpmd/phpmd": "^2.15",
13-
"sebastian/phpcpd": "^6.0",
14-
"drenso/phan-extensions": "^4.0",
15-
"phing/phing": "^3.0",
16-
"squizlabs/php_codesniffer": "^3.9",
17-
"magento/module-layered-navigation": "^100.4.8",
18-
"magento/module-catalog-graph-ql": "^100.4.8",
19-
"magento/module-elasticsearch": "^101.0.8"
7+
"magento-ecg/coding-standard": "*",
8+
"magento/module-store": "*",
9+
"staabm/annotate-pull-request-from-checkstyle": "*",
10+
"magento/magento-coding-standard": "*",
11+
"phan/phan": "*",
12+
"phpmd/phpmd": "*",
13+
"sebastian/phpcpd": "*",
14+
"drenso/phan-extensions": "*",
15+
"phing/phing": "*",
16+
"squizlabs/php_codesniffer": "*",
17+
"magento/module-layered-navigation": "*",
18+
"magento/module-catalog-graph-ql": "*",
19+
"magento/module-elasticsearch": "*"
2020
},
2121
"license": [
2222
"OSL-3.0"
@@ -47,7 +47,12 @@
4747
"exclude": ["Jenkinsfile", "Dockerfile", ".DS_STORE", ".idea", ".phan", ".docker", "ruleset.xml", "phan.*", ".gitignore", "build.xml", ".github", "supervisord.conf", "entrypoint.sh", "/magento"]
4848
},
4949
"config": {
50-
"process-timeout":3600
50+
"process-timeout":3600,
51+
"allow-plugins": {
52+
"php-http/discovery": false,
53+
"magento/composer-dependency-version-audit-plugin": false,
54+
"dealerdirect/phpcodesniffer-composer-installer": false
55+
}
5156
},
5257
"scripts": {
5358
"di:compile": "./compile.sh",

0 commit comments

Comments
 (0)