| 12345678910111213141516171819202122 |
- {
- "name": "tasplanning/web",
- "description": "Tasmanian Planning Scheme Assistant — web frontend",
- "type": "project",
- "require": {
- "php": ">=8.1",
- "erusev/parsedown": "^1.7",
- "google/apiclient": "^2.15",
- "phpmailer/phpmailer": "^7.0",
- "phpoffice/phpword": "^1.3"
- },
- "config": {
- "optimize-autoloader": true,
- "preferred-install": "dist",
- "sort-packages": true
- },
- "autoload": {
- "psr-4": {}
- },
- "minimum-stability": "stable",
- "prefer-stable": true
- }
|