forked from netz98/n98-magerun2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.21 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
{
"name": "n98/magerun2",
"description": "Tools for managing Magento projects and installations",
"license": "MIT",
"support": {
"issues": "https://github.com/netz98/n98-magerun2/issues"
},
"homepage": "http://netz98.github.com/n98-magerun2/",
"keywords": ["magento", "installer", "cli", "magerun2"],
"require": {
"php": ">=5.3.3",
"psy/psysh": "~0.6",
"symfony/console": "~2.3",
"symfony/event-dispatcher": "~2.3",
"symfony/finder": "~2.3",
"symfony/yaml": "~2.3",
"symfony/process": "~2.3",
"symfony/validator": "~2.3",
"n98/junit-xml": "~1.0",
"fzaninotto/faker": "~1.4",
"composer/composer": "1.0.*@dev",
"twig/twig": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1.0",
"mikey179/vfsStream": "~1.4"
},
"autoload": {
"psr-0": {
"N98": "src",
"Composer": "src"
}
},
"authors": [
{
"name": "Christian Münch",
"email": "c.muench@netz98.de"
},
{
"name": "Alexander Menk",
"email": "a.menk@netz98.de"
}
],
"bin": ["bin/n98-magerun2"]
}