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.

24 lines
547 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
  1. {
  2. "name": "tentakelfabrik/super-gear-directus",
  3. "version": "0.1.0",
  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.3",
  17. "erusev/parsedown": "^1.7"
  18. },
  19. "autoload": {
  20. "psr-4": {
  21. "SuperGear\\Directus\\": "src/"
  22. }
  23. }
  24. }