init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
|
|
@ -1,76 +0,0 @@
|
|||
{
|
||||
"name": "gedmo/doctrine-extensions",
|
||||
"type": "library",
|
||||
"description": "Doctrine2 behavioral extensions",
|
||||
"keywords": [
|
||||
"behaviors",
|
||||
"doctrine2",
|
||||
"extensions",
|
||||
"gedmo",
|
||||
"sluggable",
|
||||
"loggable",
|
||||
"translatable",
|
||||
"tree",
|
||||
"nestedset",
|
||||
"sortable",
|
||||
"timestampable",
|
||||
"blameable",
|
||||
"uploadable"
|
||||
],
|
||||
"homepage": "http://gediminasm.org/",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Gediminas Morkevicius",
|
||||
"email": "gediminas.morkevicius@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Gustavo Falco",
|
||||
"email": "comfortablynumb84@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "David Buchmann",
|
||||
"email": "david@liip.ch"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"email": "gediminas.morkevicius@gmail.com",
|
||||
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"behat/transliterator": "~1.2",
|
||||
"doctrine/common": "~2.4"
|
||||
},
|
||||
"provide": {
|
||||
"ext-mongo": "1.6.12"
|
||||
},
|
||||
"require-dev": {
|
||||
"alcaeus/mongo-php-adapter": "~1.0.4",
|
||||
"doctrine/mongodb-odm": ">=1.0.2",
|
||||
"doctrine/orm": ">=2.5.0",
|
||||
"doctrine/common": ">=2.5.0",
|
||||
"symfony/yaml": "~2.6|~3.0|~4.0",
|
||||
"phpunit/phpunit": "^5.7|^6.5"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/annotations": "<1.2",
|
||||
"doctrine/mongodb": "<1.3",
|
||||
"sebastian/comparator": "<2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
|
||||
"doctrine/orm": "to use the extensions with the ORM"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "Gedmo\\": "lib/Gedmo" }
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.0.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue