21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"name": "nano-banana-pro/image-generator",
|
|
"description": "AI Image Generation & Editing Tool with MSAL Authentication",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"firebase/php-jwt": "^6.0"
|
|
},
|
|
"require-dev": {},
|
|
"autoload": {
|
|
"classmap": [
|
|
"JWTValidator.php",
|
|
"AuthMiddleware.php",
|
|
"session_manager.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true
|
|
}
|
|
}
|