Installing CSVSeeder for phinx, updated phinx to 0.10
... | ... | @@ -3,12 +3,13 @@ |
"description": "Site de soutien LQDN", | ||
"require": { | ||
"bcosca/fatfree": "^3.5", | ||
"robmorgan/phinx": "^0.6.4", | ||
"robmorgan/phinx": "^0.10.0", | ||
"vlucas/phpdotenv": "^2.4", | ||
"pimple/pimple": "^3.0", | ||
"doctrine/dbal": "^2.5", | ||
"symfony/http-foundation": "^3.2", | ||
"sentry/sentry": "^1.9" | ||
"sentry/sentry": "^1.9", | ||
"backendtea/phinx-csv-seeder": "^0.0.2" | ||
}, | ||
"require-dev": { | ||
"codeception/codeception": "^2.2", | ||
... | ... |
Please register or sign in to comment