Name change

This commit is contained in:
2019-03-13 20:30:30 -03:00
parent bee1de27ca
commit 1d886326c5
18 changed files with 67 additions and 67 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "ahwelp/ddlwrapper",
"name": "ahwelp/bbddl",
"description": "From Phinx, just the DDL",
"type": "library",
"authors": [
@@ -11,7 +11,7 @@
"require": {},
"autoload": {
"psr-4": {
"DDLWrapper\\": "src/DDLWrapper"
"BBDDL\\": "src/BBDDL"
}
}
}