18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"name": "ahwelp/ddlwrapper",
|
|
"description": "From Phinx, just the DDL",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "ahwelp",
|
|
"email": "ahwelp@ahwelp.com"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DDLWrapper\\": "src/DDLWrapper"
|
|
}
|
|
}
|
|
}
|