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.

27 lines
666 B

5 years ago
5 years ago
3 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
  1. {
  2. "name": "tentakelfabrik/super-gear-directus",
  3. "version": "1.0.0-rc2",
  4. "type": "project",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Björn Hase",
  9. "email": "me@tentakelfabrik.de",
  10. "homepage": "https://tentakelfabrik.de"
  11. }
  12. ],
  13. "minimum-stability": "stable",
  14. "require": {
  15. "mikecao/flight": "1.3.*",
  16. "erusev/parsedown": "1.7.*",
  17. "vlucas/phpdotenv": "5.3.*",
  18. "jenssegers/blade": "1.4.*",
  19. "tentakelfabrik/pirectus": "^0.1.2",
  20. "cocur/slugify": "^4.0"
  21. },
  22. "autoload": {
  23. "psr-4": {
  24. "App\\": "app/"
  25. }
  26. }
  27. }