{ "$schema": "./composer-schema.json", "name": "softedge/softedge-corporation", "description": "Professional website for SoftEdge Corporation - Modern web solutions with user management", "type": "project", "license": "MIT", "authors": [ { "name": "SoftEdge Corporation", "email": "softedgecorporation@gmail.com" } ], "require": { "php": ">=8.1", "phpmailer/phpmailer": "^6.8", "monolog/monolog": "^3.0", "vlucas/phpdotenv": "^5.5", "firebase/php-jwt": "^6.4" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "autoload": { "psr-4": { "SoftEdge\\": "src/" } }, "config": { "optimize-autoloader": true, "prefer-stable": true, "sort-packages": true }, "minimum-stability": "stable" }