Files
schema/composer.json
T
2019-03-13 20:30:30 -03:00

18 lines
324 B
JSON

{
"name": "ahwelp/bbddl",
"description": "From Phinx, just the DDL",
"type": "library",
"authors": [
{
"name": "ahwelp",
"email": "ahwelp@ahwelp.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"BBDDL\\": "src/BBDDL"
}
}
}