forked from Sylius/SyliusResourceBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (53 loc) · 1.54 KB
/
composer.json
File metadata and controls
54 lines (53 loc) · 1.54 KB
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
53
54
{
"name": "sylius/resource-bundle",
"type": "symfony-bundle",
"description": "Resource component for Sylius.",
"keywords": ["resource", "storage", "persistence", "sylius"],
"homepage": "http://sylius.com",
"license": "MIT",
"authors": [
{
"name": "Paweł Jędrzejewski",
"homepage": "http://pjedrzejewski.com"
},
{
"name": "Sylius project",
"homepage": "http://sylius.org"
},
{
"name": "Community contributions",
"homepage": "http://github.com/Sylius/Sylius/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "~2.3",
"friendsofsymfony/rest-bundle": "~1.0",
"jms/serializer-bundle": "0.12.*",
"white-october/pagerfanta-bundle": "1.0.*"
},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev",
"twig/twig": "~1.11",
"doctrine/orm": "~2.3",
"doctrine/mongodb-odm": "1.0.*@dev"
},
"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": "1.0-dev"
}
}
}