Boilerplate to use a Directus Instance to Build a Custom Website, Content will be Manage by Directus
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "super-gear/directus",
|
|
"version": "0.1.0",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Björn Hase",
|
|
"email": "me@tentakelfabrik.de",
|
|
"homepage": "https://tentakelfabrik.de"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^7.0",
|
|
"mikecao/flight": "^1.3",
|
|
"erusev/parsedown": "^1.7"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SuperGear\\": "src/"
|
|
}
|
|
}
|
|
}
|