forked from jsamouh/WTFCartBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·35 lines (35 loc) · 922 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
{
"name": "jordscream/cart-bundle",
"type": "symfony-bundle",
"description": "WTF: Simple Cart Ecommerce Managment",
"keywords": ["shop", "ecommerce", "cart", "wtf"],
"homepage": "http://wtf.com",
"license": "MIT",
"authors": [
{
"name": "Artinal",
"email": "[email protected]",
"homepage": "http://wtf.com"
},
{
"name": "WTF",
"homepage": "http://wtf.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "2.3.*",
"gedmo/doctrine-extensions": "2.3.*",
"sonata-project/easy-extends-bundle": "2.1.9"
},
"autoload": {
"psr-0": { "WTF\\CartBundle\\": "" }
},
"target-dir": "WTF/CartBundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}