-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (51 loc) · 1.52 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
46
47
48
49
50
51
52
{
"name": "sylius/resource-bundle",
"type": "symfony-bundle",
"description": "Resource component for Sylius.",
"keywords": ["resource", "storage", "persistence"],
"homepage": "http://sylius.org",
"license": "MIT",
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "pjedrzejewski@diweb.pl",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Community contributions",
"homepage": "https://github.com/Sylius/SyliusResourceBundle/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.1",
"friendsofsymfony/rest-bundle": "*",
"white-october/pagerfanta-bundle": "*",
"pagerfanta/pagerfanta": "*",
"jms/serializer": "*"
},
"require-dev": {
"twig/twig": "~1.11",
"doctrine/orm": "~2.3",
"doctrine/mongodb-odm": "1.0.*@dev",
"phpspec/phpspec2": "dev-develop",
"phpspec/php-diff": "dev-master"
},
"suggest": {
"fsc/hateoas-bundle": "0.3.x-dev",
"doctrine/orm": "~2.3",
"doctrine/mongodb-odm": "1.0.*@dev"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "Sylius\\Bundle\\ResourceBundle": "" }
},
"target-dir": "Sylius/Bundle/ResourceBundle",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
}
}