{ "name": "u1f408/neotel-application", "description": "tel.tilde.org.nz application form", "type": "project", "private": true, "authors": [ { "name": "Iris System", "email": "iris@iris.ac.nz" } ], "repositories": [ { "type": "vcs", "url": "https://github.com/u1f408/ix-framework" } ], "require": { "ext-curl": "*", "ext-json": "*", "u1f408/ix-framework": "dev-main", "vlucas/phpdotenv": "^5.3", "serhiy/pushover": "^1.2" }, "require-dev": { "phpstan/phpstan": "^0.12.87", "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "NeotelApply\\": "lib/" } } }