-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathcomposer.json
28 lines (28 loc) · 923 Bytes
/
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
{
"repositories": {
"magento": {
"type": "package",
"package": {
"name": "magento/marketplace-eqp",
"version": "1.0.5",
"description": "A set of PHP_CodeSniffer rules and sniffs.",
"license": "MIT",
"source": {
"url": "https://github.com/magento/marketplace-eqp.git",
"type": "git",
"reference": "1.0.5"
}
}
}
},
"require": {
"squizlabs/php_codesniffer": "^2.9.1",
"barracudanetworks/forkdaemon-php": "^1.0",
"danielstjules/stringy": "^2.3",
"drupal/coder": "^8.2",
"escapestudios/symfony2-coding-standard": "^2.10",
"wp-coding-standards/wpcs": "^1.0.0",
"yiisoft/yii2-coding-standards": "^2.0",
"magento/marketplace-eqp": "^1.0"
}
}