-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.09 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
{
"name": "orkestro/core-bundle",
"license": "MIT",
"type": "symfony-bundle",
"description": "Orkestro Core Bundle",
"keywords": ["shop", "ecommerce", "store", "webshop", "orkestro", "symfony", "symfony2"],
"homepage": "http://orkestro.github.io/Orkestro/",
"authors": [
{
"name": "Orkestro project",
"homepage": "http://orkestro.github.io/Orkestro/"
},
{
"name": "Community contributions",
"homepage": "http://github.com/Orkestro/Orkestro/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "2.3.*",
"orkestro/country-bundle": "0.1.*@dev",
"orkestro/user-bundle": "0.1.*@dev"
},
"suggest": {
"orkestro/web-bundle": "Provides default web interface"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-4": { "Orkestro\\Bundle\\CoreBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
},
"minimum-stability": "dev"
}