Files
schema/composer.json
T
2023-02-07 13:27:59 +00:00

18 lines
348 B
JSON
Executable File

{
"name": "inforsistemas/schema",
"description": "From Phinx, just the DDL",
"type": "library",
"authors": [
{
"name": "Artur Welp",
"email": "ahwelp@universo.univates.br"
}
],
"require": {},
"autoload": {
"psr-4": {
"Schema\\": "src/Schema"
}
}
}