Migraciones

This commit is contained in:
2021-03-16 00:43:14 -03:00
parent bfaf2b354e
commit cd6a949e23
7 changed files with 682 additions and 2 deletions

View File

@ -9,7 +9,8 @@
"php-di/slim-bridge": "^3.1",
"provm/models": "dev-master",
"provm/controller": "dev-master",
"vlucas/phpdotenv": "^5.3"
"vlucas/phpdotenv": "^5.3",
"nesbot/carbon": "^2.46"
},
"license": "MIT",
"authors": [
@ -19,7 +20,9 @@
}
],
"require-dev": {
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^8.5",
"robmorgan/phinx": "^0.12.5",
"odan/phinx-migrations-generator": "^5.4"
},
"autoload": {
"psr-4": {