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.

26 lines
617 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "tentakelfabrik/super-gear-directus",
  3. "version": "0.2.1",
  4. "type": "library",
  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. "php": "^7.0",
  16. "mikecao/flight": "1.*",
  17. "erusev/parsedown": "1.*",
  18. "vlucas/phpdotenv": "3.3.*",
  19. "jenssegers/blade": "1.*"
  20. },
  21. "autoload": {
  22. "psr-4": {
  23. "SuperGear\\Directus\\": "src/"
  24. }
  25. }
  26. }