18 lines
348 B
JSON
Executable File
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"
|
|
}
|
|
}
|
|
}
|