getnamingo-registry/cp/composer.json
2023-08-10 16:18:01 +03:00

41 lines
1.2 KiB
JSON

{
"name": "pinga/pinga-panel",
"description": "Pinga Framework Boilerplate",
"type": "project",
"keywords": ["slim", "slim 4", "skeleton", "authentication", "template", "orm","pinga"],
"homepage": "https://github.com/getpinga/pinga-panel",
"license": "MIT",
"authors": [
{
"name": "Taras Kondratyuk",
"email": "tk@gepinga.com"
}
],
"require": {
"php": "^8.1",
"ext-pdo": "*",
"slim/slim": "4.11.0",
"slim/twig-view": "^3.3.0",
"monolog/monolog": "^3.3.1",
"respect/validation": "^2.2.4",
"slim/csrf": "^1.3",
"slim/flash": "^0.4",
"vlucas/phpdotenv": "^5.5",
"php-di/php-di": "^7.0.2",
"nyholm/psr7": "^1.5",
"nyholm/psr7-server": "^1.0",
"pinga/auth": "^0.1.1",
"phpmailer/phpmailer": "^6.7.1",
"filp/whoops": "^2.14.6",
"imefisto/psr-swoole-native": "^1.1",
"chubbyphp/chubbyphp-static-file": "^1.2",
"lasserafn/php-initial-avatar-generator": "^4.2",
"mevdschee/php-crud-api": "^2.14",
"gettext/gettext": "^5.7"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}