getnamingo-registry/cp/composer.json
2024-12-08 13:31:07 +02:00

56 lines
1.8 KiB
JSON

{
"name": "pinga/pinga-panel",
"description": "Namingo Registry Control Panel",
"type": "project",
"keywords": ["slim", "slim 4", "domain", "registry", "panel"],
"homepage": "https://github.com/getpinga/pinga-panel",
"license": "MIT",
"authors": [
{
"name": "Taras Kondratyuk",
"email": "tk@gepinga.com"
}
],
"require": {
"php": "^8.2",
"ext-pdo": "*",
"slim/slim": "4.14.0",
"slim/twig-view": "^3.4.0",
"monolog/monolog": "^3.7.0",
"respect/validation": "^2.3",
"slim/csrf": "^1.5",
"slim/flash": "^0.4",
"vlucas/phpdotenv": "^5.6",
"php-di/php-di": "^7.0.7",
"nyholm/psr7": "^1.8.1",
"nyholm/psr7-server": "^1.1.0",
"pinga/auth": "^0.3.4",
"filp/whoops": "^2.15.3",
"mevdschee/php-crud-api": "^2.14",
"gettext/gettext": "^5.7",
"punic/punic": "^3.8.1",
"league/iso3166": "^4.3.1",
"stripe/stripe-php": "^15.10.0",
"robthree/twofactorauth": "^3.0.0",
"lbuchs/webauthn": "^2.2",
"bacon/bacon-qr-code": "^3.0",
"jeremykendall/php-domain-parser": "^6.3",
"matthiasmullie/scrapbook": "^1.5.3",
"guzzlehttp/guzzle": "^7.9.2",
"league/flysystem": "^3.28",
"mpociot/vat-calculator": "^3.11.0",
"ramsey/uuid": "^4.7",
"selective/xmldsig": "^3.1",
"adyen/php-api-library": "^19.1",
"giggsey/libphonenumber-for-php-lite": "^8.13",
"egulias/email-validator": "^4.0",
"utopia-php/messaging": "^0.12.0",
"brick/postcode": "^0.3.3",
"utopia-php/system": "^0.9.0"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}