forked from ec-europa/platform-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.16 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
49
50
51
52
53
{
"require": {
"php": ">=5.4.0",
"drupal/phingdrushtask": "^1.1",
"drupol/phingbehattask": "^1.0",
"drush/drush": "8.0.5",
"ec-europa/qa-automation": "^3.0",
"ext-json": "*",
"ext-phar": "*",
"ext-xml": "*",
"pear/versioncontrol_git": "dev-master",
"pfrenssen/phpcs-pre-push": "1.0",
"phing/phing": "~2",
"wimg/php-compatibility": "~7.0.7"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"NextEuropa\\": "src"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://git.drupal.org/project/phingdrushtask.git"
},
{
"type": "package",
"package": {
"name": "pfrenssen/phpcs-pre-push",
"version": "1.0",
"type": "git-hook",
"source": {
"url": "https://gist.github.com/498fc52fea3f965f6640.git",
"type": "git",
"reference": "master"
}
}
}
],
"scripts": {
"post-install-cmd": [
"resources/scripts/composer/post-install.sh"
],
"post-update-cmd": [
"resources/scripts/composer/post-install.sh"
]
},
"config": {
"bin-dir": "bin/",
"process-timeout": 1200
}
}