This commit is contained in:
therselman 2017-07-15 22:53:28 +02:00
parent ffecb233ce
commit d2a25a90b5
2 changed files with 22 additions and 0 deletions

22
src/Schema/composer.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "twister/schema",
"type": "library",
"description": "Twister automated Schema builder",
"keywords": ["schema"],
"homepage": "https://github.com/twister-php/twister",
"license": "MIT",
"authors": [
{
"name": "Trevor Herselman",
"email": "therselman@gmail.com"
}
],
"require": {
"php": ">=7.0"
},
"autoload": {
"files": [ "Schema.php" ],
"psr-4": { "Twister\\Schema\\": "" }
},
"minimum-stability": "dev"
}