Multiple ORMs for all database

This commit is contained in:
Nicolas Le Goff
2014-10-16 20:00:27 +02:00
parent 007d83fe57
commit 9a3e92ed9c
252 changed files with 2901 additions and 2417 deletions

View File

@@ -33,6 +33,7 @@
"dailymotion/sdk" : "~1.5",
"data-uri/data-uri" : "~0.1.0",
"doctrine/orm" : "~2.4.0",
"doctrine/dbal" : "~2.4.0",
"elasticsearch/elasticsearch" : "~1.0",
"facebook/php-sdk" : "~3.0",
"gedmo/doctrine-extensions" : "~2.3.0",
@@ -73,7 +74,8 @@
"vierbergenlars/php-semver" : "~2.1",
"zend/gdata" : "~1.12.1",
"doctrine/migrations" : "1.0.x-dev@dev",
"willdurand/negotiation" : "~1.3"
"willdurand/negotiation" : "~1.3",
"dflydev/doctrine-orm-service-provider" : "~1.0"
},
"require-dev": {
"phpunit/phpunit" : "~3.7",