forked from Ph3nol/RelationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 918 Bytes
/
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
{
"name": "sly/relation-bundle",
"type": "symfony-bundle",
"description": "Symfony2 bundle to manage relations between models/entities (like friends, contacts and others).",
"keywords": ["relations", "entities", "models", "friends", "contacts"],
"homepage": "https://github.com/Ph3nol/RelationBundle",
"license": "MIT",
"authors": [{
"name": "Cédric Dugat",
"email": "ph3@slynett.com"
},{
"name": "Community contributors",
"homepage": "https://github.com/Ph3nol/RelationBundle/graphs/contributors"
}],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.*",
"symfony/console": "2.*",
"doctrine/orm": "2.*",
"doctrine/dbal": "2.*",
"snc/redis-bundle": ">=1.0.1"
},
"suggest": {
},
"autoload": {
"psr-0": { "Sly\\RelationBundle": "" }
},
"target-dir": "Sly/RelationBundle"
}