forked from antishov/StofDoctrineExtensionsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
42 lines (42 loc) · 1.34 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
39
40
41
42
{
"name": "antishov/doctrine-extensions-bundle",
"type": "symfony-bundle",
"description": "Forked from stof/doctrine-extensions-bundle integration of the gedmo/doctrine-extensions with Symfony 4",
"keywords": ["tree", "behaviors", "doctrine2", "extensions", "gedmo", "sluggable","loggable", "translatable", "nestedset", "sortable", "timestampable", "stof"],
"homepage": "https://github.com/antishov/StofDoctrineExtensionsBundle",
"license": "MIT",
"authors": [
{
"name": "Antishov Viktor",
"email": "[email protected]"
},
{
"name": "Christophe Coevoet",
"email": "[email protected]"
}
],
"conflict": {
"stof/doctrine-extensions-bundle": "*"
},
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "^4.3",
"gedmo/doctrine-extensions": "^2.3.4"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.3",
"symfony/security-bundle": "^4.3"
},
"suggest": {
"doctrine/doctrine-bundle": "to use the ORM extensions",
"doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
},
"autoload": {
"psr-4": { "Stof\\DoctrineExtensionsBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}