-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 1019 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
{
"name": "amacgregor/patchwork",
"description": "Pending Description",
"authors": [
{
"name": "Allan MacGregor",
"email": "[email protected]"
}
],
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"require-dev": {
"phpspec/phpspec": "~2.0",
"magetest/magento-phpspec-extension": "~2.0",
"antecedent/patchwork": "*"
},
"autoload": {
"psr-0": {
"": [
"app",
"app/code/local",
"app/code/community",
"lib",
"/srv/www/ce1810.demacmedia.com/public_html/app",
"/srv/www/ce1810.demacmedia.com/public_html/app/code/core",
"/srv/www/ce1810.demacmedia.com/public_html/app/code/local",
"/srv/www/ce1810.demacmedia.com/public_html/app/code/community",
"/srv/www/ce1810.demacmedia.com/public_html/lib"
]
}
}
}