{ "name": "codepress/admin-console", "description": "Admin Console for CodePress CMS", "type": "project", "require": { "php": ">=8.4", "firebase/php-jwt": "^6.10", "phpmailer/phpmailer": "^6.9", "monolog/monolog": "^3.5" }, "require-dev": { "phpunit/phpunit": "^11.0", "squizlabs/php_codesniffer": "^3.10" }, "autoload": { "psr-4": { "CodePress\\Admin\\": "src/" } }, "autoload-dev": { "psr-4": { "CodePress\\Admin\\Tests\\": "tests/" } }, "scripts": { "start": "php -S localhost:8081 -t public", "test": "phpunit", "lint": "phpcs --standard=PSR12 src/", "lint-fix": "phpcbf --standard=PSR12 src/" }, "license": "MIT", "authors": [ { "name": "Edwin Noorlander", "email": "edwin@noorlander.info" } ], "minimum-stability": "stable", "prefer-stable": true }