Files
MOHPortalTest-AllAgents-All…/qwen/php/composer.json
2025-10-24 16:29:40 -05:00

34 lines
859 B
JSON

{
"name": "qwen/php-merchants-of-hope",
"description": "Recruiting platform for MerchantsOfHope.org",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Qwen Agent",
"email": "qwen@example.com"
}
],
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"slim/slim": "^4.12",
"slim/psr7": "^1.6",
"monolog/monolog": "^3.4",
"vlucas/phpdotenv": "^5.5",
"firebase/php-jwt": "^6.10",
"league/oauth2-client": "^2.7",
"phpunit/phpunit": "^10.0",
"guzzlehttp/guzzle": "^7.0",
"php-di/php-di": "^7.0"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"scripts": {
"start": "php -S localhost:20000 -t public",
"test": "phpunit tests/"
}
}