-
Notifications
You must be signed in to change notification settings - Fork 17
/
composer.json
48 lines (48 loc) · 1.46 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"require": {
"automattic/vipwpcs": "^3.0.0",
"cakephp/cakephp-codesniffer": "^5.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"doctrine/coding-standard": "^12.0.0",
"drupal/coder": "^8.3.24",
"escapestudios/symfony2-coding-standard": "^3.13.0",
"magento/magento-coding-standard": "^32.0",
"magento/marketplace-eqp": "^4.0.0",
"pheromone/phpcs-security-audit": "^2.0.1",
"phpcompatibility/php-compatibility": "9.3.5",
"phpcompatibility/phpcompatibility-paragonie": "^1.3.3",
"phpcompatibility/phpcompatibility-wp": "^2.1.5",
"phpstan/phpdoc-parser": "^1.28.0",
"slevomat/coding-standard": "^8.15.0",
"squizlabs/php_codesniffer": "3.10.1",
"symfony/flex": "^2.4.5",
"vaimo/phpcs-rulesets": "dev-codacy",
"wp-coding-standards/wpcs": "^3.1.0",
"vaimo/uk-phpcs-standards": "dev-master"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/magento/marketplace-eqp.git"
},
{
"type": "vcs",
"url": "https://bitbucket.org/vaimo/phpcs-rulesets.git"
},
{
"type": "vcs",
"url": "https://bitbucket.org/vaimo/uk-phpcs-standards.git"
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"symfony/flex": true,
"phpdocumentor/unified-asset-installer": true
}
},
"require-dev": {
"phpunit/phpunit": "^11.1",
"phpcompatibility/php-compatibility": "*"
}
}