-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.05 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
{
"name": "positibe/orm-block-bundle",
"type": "symfony-bundle",
"description": "Symfony PositibeOrmBlockBundle",
"keywords": ["cmf","block", "positibe", "positibelabs"],
"homepage": "http://positibelabs.blogspot.com/bundles/block",
"license": "MIT",
"version": "0.4.1.0",
"authors": [
{
"name": "Pedro Carlos Abreu Jiménez",
"email": "pcabreus@gmail.com",
"homepage": "https://github.com/pcabreus"
},
{
"name": "PositibeLabs Cooperative",
"homepage": "https://github.com/positibelabs"
}
],
"require": {
"symfony/framework-bundle": "~2.7",
"gedmo/doctrine-extensions": "~2.3",
"sonata-project/block-bundle": "~2.2",
"symfony-cmf/core-bundle": "~1.2",
"positibe/publishable": "~0.1",
"doctrine/orm": "~2.4"
},
"autoload": {
"psr-4": { "Positibe\\Bundle\\OrmBlockBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
}
}
}