Changing name

This commit is contained in:
2019-04-05 20:26:26 -03:00
parent f4d862d4a9
commit 9f66bb7c55
18 changed files with 69 additions and 69 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
{
"name": "ahwelp/bbddl",
"name": "urfat/schema",
"description": "From Phinx, just the DDL",
"type": "library",
"authors": [
{
"name": "ahwelp",
"email": "ahwelp@ahwelp.com"
"name": "Artur Welp",
"email": "ahwelp@universo.univates.br"
}
],
"require": {},
"autoload": {
"psr-4": {
"BBDDL\\": "src/BBDDL"
"Schema\\": "src/Schema"
}
}
}