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
655 B

5 years ago
  1. {
  2. "name": "mikecao/flight",
  3. "description": "Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.",
  4. "homepage": "http://flightphp.com",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Mike Cao",
  9. "email": "mike@mikecao.com",
  10. "homepage": "http://www.mikecao.com/",
  11. "role": "Original Developer"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.3.0"
  16. },
  17. "autoload": {
  18. "files": [ "flight/autoload.php", "flight/Flight.php" ]
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "~4.6"
  22. }
  23. }