Remove DoctrineFixtures mechanism

This commit is contained in:
Nicolas Le Goff
2013-11-21 14:57:10 +01:00
parent 4890832822
commit b751d0ef3e
19 changed files with 367 additions and 1202 deletions

View File

@@ -46,7 +46,6 @@
"doctrine/migrations" : "1.0.x-dev@dev"
},
"require-dev": {
"doctrine/data-fixtures" : "1.0.x@dev",
"phpunit/phpunit" : "~3.7",
"behat/behat" : "2.5.x-dev@dev",
"behat/gherkin" : "2.3.x-dev@dev",
@@ -69,8 +68,7 @@
"autoload": {
"psr-0": {
"" : "lib/classes",
"Alchemy" : "lib",
"PhraseaFixture" : "lib/conf.d"
"Alchemy" : "lib"
}
},
"include-path": ["vendor/zend/gdata/library"],