forked from ezsystems/launchpad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.43 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.43 KB
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
{
"name": "ezsystems/launchpad",
"description": "eZ Launchpad - Ultimate eZ Platform CLI Helper.",
"homepage": "https://github.com/ezsystems/launchpad",
"require": {
"php": "^5.6 || ^7.0",
"symfony/console": "3.3.x-dev",
"symfony/yaml": "3.3.x-dev",
"symfony/dependency-injection": "3.3.x-dev",
"symfony/process": "3.3.x-dev",
"symfony/finder": "3.3.x-dev",
"symfony/config": "3.3.x-dev",
"symfony/filesystem": "3.3.x-dev",
"novactive/collection": "^1.0",
"symfony/options-resolver": "3.3.x-dev",
"padraic/phar-updater": "dev-use-curl",
"symfony/event-dispatcher": "3.3.x-dev",
"nesbot/carbon": "^1.22"
},
"require-dev": {
"symfony/var-dumper": "3.3.x-dev",
"friendsofphp/php-cs-fixer": "^2.1",
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "^2.8",
"phpunit/phpunit": "^5.0",
"behat/behat": "^3.3",
"mikey179/vfsStream": "^1.6",
"twig/twig": "^1.33",
"symfony/translation": "^3.2",
"symfony/twig-bridge": "3.3.x-dev"
},
"autoload": {
"psr-4": {
"eZ\\Launchpad\\": "src/"
},
"files": [
"src/functions.php"
]
},
"prefer-stable": true,
"autoload-dev": {
"psr-4": {
"eZ\\Launchpad\\Tests\\": "tests/Tests"
}
},
"bin": [
"bin/ez"
]
}