init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
31
vendor/stof/doctrine-extensions-bundle/composer.json
vendored
Normal file
31
vendor/stof/doctrine-extensions-bundle/composer.json
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "stof/doctrine-extensions-bundle",
|
||||
"type": "symfony-bundle",
|
||||
"description": "Integration of the gedmo/doctrine-extensions with Symfony2",
|
||||
"keywords": ["tree", "behaviors", "doctrine2", "extensions", "gedmo", "sluggable","loggable", "translatable", "nestedset", "sortable", "timestampable"],
|
||||
"homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christophe Coevoet",
|
||||
"email": "stof@notk.org"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.2",
|
||||
"symfony/framework-bundle": "~2.1|~3.0",
|
||||
"gedmo/doctrine-extensions": "^2.3.1"
|
||||
},
|
||||
"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": "1.2.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue