|
4 | 4 | "type": "magento2-module", |
5 | 5 | "version": "5.3.2", |
6 | 6 | "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": "*" |
20 | 20 | }, |
21 | 21 | "license": [ |
22 | 22 | "OSL-3.0" |
|
47 | 47 | "exclude": ["Jenkinsfile", "Dockerfile", ".DS_STORE", ".idea", ".phan", ".docker", "ruleset.xml", "phan.*", ".gitignore", "build.xml", ".github", "supervisord.conf", "entrypoint.sh", "/magento"] |
48 | 48 | }, |
49 | 49 | "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 | + } |
51 | 56 | }, |
52 | 57 | "scripts": { |
53 | 58 | "di:compile": "./compile.sh", |
|
0 commit comments