composer.json 270 B

1234567891011121314
  1. {
  2. "require": {
  3. "pecee/simple-router": "^5.4",
  4. "ralouphie/mimey": "^1.0",
  5. "php-ffmpeg/php-ffmpeg": "^1.3",
  6. "ext-gd": "*",
  7. "ext-curl": "*"
  8. },
  9. "autoload": {
  10. "psr-4": {
  11. "app\\": "app"
  12. }
  13. }
  14. }