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.

23 lines
485 B

5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "supergear/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": "http://tentakelfabrik.de"
  11. }
  12. ],
  13. "require": {
  14. "php": "^7.0",
  15. "mikecao/flight": "^1.3",
  16. "erusev/parsedown": "^1.7"
  17. },
  18. "autoload": {
  19. "psr-4": {
  20. "SuperGear\\": "src/"
  21. }
  22. }
  23. }