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.
super-gear-directus/composer.json

28 lines
666 B

5 years ago
{
5 years ago
"name": "tentakelfabrik/super-gear-directus",
3 years ago
"version": "1.0.0-rc3",
"type": "project",
5 years ago
"license": "MIT",
"authors": [
{
"name": "Björn Hase",
"email": "me@tentakelfabrik.de",
5 years ago
"homepage": "https://tentakelfabrik.de"
}
5 years ago
],
5 years ago
"minimum-stability": "stable",
5 years ago
"require": {
"mikecao/flight": "1.3.*",
4 years ago
"erusev/parsedown": "1.7.*",
"vlucas/phpdotenv": "5.3.*",
"jenssegers/blade": "1.4.*",
3 years ago
"tentakelfabrik/pirectus": "^0.1.3",
"cocur/slugify": "^4.0"
5 years ago
},
"autoload": {
"psr-4": {
"App\\": "app/"
5 years ago
}
}
}