Files

33 lines
760 B
JSON

{
"name": "uruk/prize-backend",
"description": "Uruk International Prize Platform - Pure PHP Core Engine",
"type": "project",
"license": "proprietary",
"authors": [
{
"name": "Hamza Ayed",
"role": "Founding Tech Architect"
}
],
"require": {
"php": ">=8.1",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-openssl": "*",
"ext-json": "*",
"vlucas/phpdotenv": "^5.6",
"guzzlehttp/guzzle": "^7.8"
},
"autoload": {
"psr-4": {
"Core\\": "core/",
"App\\": "app/"
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
}
}