mirror of
https://github.com/twisterarmy/twister.git
synced 2025-03-13 05:41:22 +00:00
This commit is contained in:
parent
ffecb233ce
commit
d2a25a90b5
22
src/Schema/composer.json
Normal file
22
src/Schema/composer.json
Normal 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"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user