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.

19 lines
402 B

5 years ago
  1. {
  2. "name": "super-gear/directus",
  3. "version": "0.1.0",
  4. "type": "library",
  5. "license": "MIT",
  6. "authors": [
  7. { "name": "Björn Hase", "email": "me@tentakelfabrik.de" }
  8. ],
  9. "require": {
  10. "php": "^7.0",
  11. "mikecao/flight": "^1.3",
  12. "erusev/parsedown": "^1.7"
  13. },
  14. "autoload": {
  15. "psr-4": {
  16. "SuperGear\\": "src/"
  17. }
  18. }
  19. }