-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.15 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
{
"name": "positibe/classification-bundle",
"type": "symfony-bundle",
"description": "Symfony Positibe Classification Bundle",
"keywords": ["tags","classification", "tags","category", "positibe", "positibelabs"],
"homepage": "http://www.positibelabs.com/bundles/classification",
"license": "MIT",
"version": "1.1.0",
"authors": [
{
"name": "Pedro Carlos Abreu Jiménez",
"email": "pcabreus@gmail.com",
"homepage": "https://github.com/pcabreus"
},
{
"name": "PositibeLabs",
"homepage": "http://www.positibelabs.com"
}
],
"require": {
"symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
"gedmo/doctrine-extensions": "~2.4",
"pcabreus-utils/entity-traits": "^1.2"
},
"suggest": {
"twig/twig": "Allows to use twig templates",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/orm": "~2.2,>=2.2.3"
},
"autoload": {
"psr-4": { "Positibe\\Bundle\\ClassificationBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}