12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "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.3.2",
- "behat/transliterator": "~1.2",
- "doctrine/common": "~2.4"
- },
- "require-dev": {
- "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": "^4.8.35|^5.7|^6.5"
- },
- "conflict": {
- "doctrine/annotations": "<1.2"
- },
- "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": "2.4.x-dev"
- }
- }
- }
|