-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 818 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 818 Bytes
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
{
"name": "drupal-module",
"description": "Drupal Module for AdTechMedia.io",
"keywords": [
"drupal",
"adtechmedia"
],
"homepage": "https://github.com/AdTechMedia/drupal-module",
"type": "library",
"license": "MPL-2.0",
"authors": [
{
"name": "DEEP Dev Team",
"email": "hello@deep.mg",
"homepage": "https://www.deep.mg"
}
],
"require": {
},
"require-dev": {
"phpunit/phpunit": "3.7.*@stable",
"ext-xdebug": "*",
"tm/tooly-composer-script": "^1.0",
"scrutinizer/ocular": "~1.1",
"squizlabs/php_codesniffer": "^2.3"
},
"scripts": {
"post-install-cmd": "composer create-project wp-coding-standards/wpcs:dev-master --no-dev && ./vendor/bin/phpcs --config-set installed_paths wpcs/",
"test": "echo 'No php test specified' && exit 0"
}
}