First Commit

This commit is contained in:
ahwelp
2018-07-30 19:40:45 -03:00
commit 2de051a4e2
17 changed files with 8390 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"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"
}
}
}