forked from ezsystems/ez-support-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1005 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
29
30
31
32
33
34
35
36
37
38
{
"name": "ezsystems/ez-support-tools",
"description": "Providing information about the system eZ Platform/Studio is running on",
"license": "GPL-2.0",
"type": "ezplatform-bundle",
"authors": [
{
"name": "Gunnstein Lye",
"email": "[email protected]"
}
],
"require": {
"ezsystems/ezpublish-kernel": "^6.2 || ^7.0",
"ocramius/proxy-manager": "~1.0|~2.0",
"symfony/proxy-manager-bridge": "*",
"zetacomponents/system-information": "^1.1"
},
"autoload": {
"psr-4": {
"EzSystems\\EzSupportToolsBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"config": {
"bin-dir": "bin"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.7.1",
"phpunit/phpunit": "^4.7"
},
"scripts": {
"fix-cs": "@php ./bin/php-cs-fixer fix -v --show-progress=estimating"
}
}