forked from danslo/Danslo_Aop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1.06 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
{
"name": "danslo/aop",
"license": "MIT",
"type": "magento-module",
"description": "Bringing aspect oriented programming to Magento.",
"authors": [
{
"name": "Daniel Sloof"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*",
"ecomdev/ecomdev_phpunit": "*",
"firegento/psr0autoloader": "0.1.*",
"lisachenko/go-aop-php": "0.6.*",
"mikey179/vfsStream": "1.4.*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Cotya/magento-composer-installer"
},
{
"type": "vcs",
"url": "https://github.com/magento-hackathon/Magento-PSR-0-Autoloader"
},
{
"type": "vcs",
"url": "https://github.com/lisachenko/go-aop-php"
},
{
"type": "vcs",
"url": "https://github.com/mikey179/vfsStream"
},
{
"type": "composer",
"url": "http://packages.firegento.com"
}
]
}