composer.json 504 B

12345678910111213141516171819202122
  1. {
  2. "name": "tasplanning/web",
  3. "description": "Tasmanian Planning Scheme Assistant — web frontend",
  4. "type": "project",
  5. "require": {
  6. "php": ">=8.1",
  7. "erusev/parsedown": "^1.7",
  8. "google/apiclient": "^2.15",
  9. "phpmailer/phpmailer": "^7.0",
  10. "phpoffice/phpword": "^1.3"
  11. },
  12. "config": {
  13. "optimize-autoloader": true,
  14. "preferred-install": "dist",
  15. "sort-packages": true
  16. },
  17. "autoload": {
  18. "psr-4": {}
  19. },
  20. "minimum-stability": "stable",
  21. "prefer-stable": true
  22. }