{ "name": "aneurin/php-project-manager", "description": "Simple project-management REST API + SPA (PHP, SQLite)", "type": "project", "license": "MIT", "require": { "php": ">=8.1", "ext-json": "*", "ext-mbstring": "*", "ext-pdo": "*", "ext-pdo_sqlite": "*", "firebase/php-jwt": "^7.0", "lbuchs/webauthn": "^2.2", "phpmailer/phpmailer": "^7.1", "slim/psr7": "^1.6", "slim/slim": "^4.12", "vlucas/phpdotenv": "^5.6" }, "require-dev": { "phpunit/phpunit": "^10.5" }, "autoload": { "psr-4": { "App\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "config": { "sort-packages": true }, "scripts": { "migrate": "php bin/migrate.php", "serve": "php -S localhost:8080 -t public" } }