mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 08:11:49 +02:00
56 lines
1.8 KiB
JSON
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.12.0",
|
|
"slim/twig-view": "^3.3.0",
|
|
"monolog/monolog": "^3.5.0",
|
|
"respect/validation": "^2.3",
|
|
"slim/csrf": "^1.3",
|
|
"slim/flash": "^0.4",
|
|
"vlucas/phpdotenv": "^5.6",
|
|
"php-di/php-di": "^7.0.6",
|
|
"nyholm/psr7": "^1.8.1",
|
|
"nyholm/psr7-server": "^1.1.0",
|
|
"pinga/auth": "^0.3.4",
|
|
"filp/whoops": "^2.15.3",
|
|
"lasserafn/php-initial-avatar-generator": "^4.3",
|
|
"mevdschee/php-crud-api": "^2.14",
|
|
"gettext/gettext": "^5.7",
|
|
"punic/punic": "^3.8",
|
|
"league/iso3166": "^4.3",
|
|
"stripe/stripe-php": "^13.11",
|
|
"robthree/twofactorauth": "^2.1",
|
|
"lbuchs/webauthn": "^2.1",
|
|
"bacon/bacon-qr-code": "^2.0",
|
|
"jeremykendall/php-domain-parser": "^6.3",
|
|
"matthiasmullie/scrapbook": "^1.5",
|
|
"guzzlehttp/guzzle": "^7.8",
|
|
"league/flysystem": "^3.23",
|
|
"mpociot/vat-calculator": "^3.7",
|
|
"ramsey/uuid": "^4.7",
|
|
"selective/xmldsig": "^3.1",
|
|
"adyen/php-api-library": "^17.1",
|
|
"giggsey/libphonenumber-for-php-lite": "^8.13",
|
|
"egulias/email-validator": "^4.0",
|
|
"utopia-php/messaging": "^0.9.1",
|
|
"brick/postcode": "^0.3.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
}
|
|
}
|