Dependencies
This commit is contained in:
41
app/composer.json
Normal file
41
app/composer.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "provm/phinx-migration-generator",
|
||||
"description": "Generate database migration files for Phinx for each table.",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"monolog/monolog": "^3.8",
|
||||
"php-di/php-di": "^7.0",
|
||||
"provm/database": "^2.3",
|
||||
"provm/query_builder": "^1.1",
|
||||
"symfony/console": "^7.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^11.5",
|
||||
"robmorgan/phinx": "^0.16.6"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Aldarien",
|
||||
"email": "aldarien85@gmail.com"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ProVM\\": "src/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true,
|
||||
"bin-dir": "./bin"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://git.provm.cl/ProVM/database"
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://git.provm.cl/ProVM/query_builder"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user