Files
schema/composer.json
T
2019-04-05 20:26:26 -03:00

18 lines
340 B
JSON

{
"name": "urfat/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"
}
}
}