forked from Opifer/ContentBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 943 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 943 Bytes
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
{
"name": "opifer/content-bundle",
"description": "Opifer Content Bundle",
"homepage": "https://github.com/Opifer/ContentBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Opifer",
"homepage": "http://www.opifer.nl/"
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.5",
"doctrine/orm": "~2.4",
"doctrine/doctrine-bundle": "~1.2",
"twig/extensions": "~1.0",
"friendsofsymfony/jsrouting-bundle": "~1.5.3",
"gedmo/doctrine-extensions": "~2.3",
"jms/serializer-bundle": "~1.0",
"opifer/eav-bundle": "@dev",
"opifer/media-bundle": "@dev"
},
"require-dev": {
"phpunit/phpunit": "~4.2.0",
"mockery/mockery": "~0.9",
"symfony/phpunit-bridge": "~2.7"
},
"autoload": {
"psr-4": {"Opifer\\ContentBundle\\": "."}
}
}