78 lines
2.3 KiB
JSON
Executable File
78 lines
2.3 KiB
JSON
Executable File
{
|
|
"require": {
|
|
"php": "^8.2",
|
|
"ext-bcmath": "*",
|
|
"ext-curl": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-mysqli": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pdo": "*",
|
|
"ext-posix": "*",
|
|
"ext-redis": "*",
|
|
"ext-xml": "*",
|
|
"ext-yaml": "*",
|
|
"ext-zip": "*",
|
|
"alibabacloud/dm-20170622": "^1.2",
|
|
"alipaysdk/openapi": "*@dev",
|
|
"aws/aws-sdk-php": "^3",
|
|
"geoip2/geoip2": "^3",
|
|
"guzzlehttp/guzzle": "^7",
|
|
"guzzlehttp/psr7": "^2",
|
|
"illuminate/database": "^11",
|
|
"illuminate/pagination": "^11",
|
|
"irazasyed/telegram-bot-sdk": "^3",
|
|
"lcobucci/jwt": "^5",
|
|
"mailchimp/transactional": "^1",
|
|
"mailgun/mailgun-php": "^4",
|
|
"nikolaposa/rate-limit": "^3",
|
|
"openai-php/client": "^0",
|
|
"ozdemir/datatables": "^2",
|
|
"phpmailer/phpmailer": "^6",
|
|
"postal/postal": "^2",
|
|
"ramsey/uuid": "^4",
|
|
"resend/resend-php": "^1.3",
|
|
"sendgrid/sendgrid": "^8",
|
|
"sentry/sdk": "^4",
|
|
"slim/http": "^1",
|
|
"slim/slim": "^4",
|
|
"smarty/smarty": "^5",
|
|
"srmklive/paypal": "^3",
|
|
"stripe/stripe-php": "^13",
|
|
"symfony/http-client": "^7",
|
|
"symfony/translation": "^7",
|
|
"tronovav/geoip2-update": "^2",
|
|
"twig/twig": "^3",
|
|
"vectorface/googleauthenticator": "^3",
|
|
"voku/anti-xss": "^4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true,
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"dg/bypass-finals": "^1.6",
|
|
"nunomaduro/phpinsights": "*",
|
|
"phpunit/phpunit": "^10"
|
|
},
|
|
"scripts": {
|
|
"update-dev-windows": [
|
|
"composer update --ignore-platform-req=ext-posix --ignore-platform-req=ext-redis --ignore-platform-req=ext-yaml"
|
|
],
|
|
"install-dev-windows": [
|
|
"composer install --ignore-platform-req=ext-posix --ignore-platform-req=ext-redis --ignore-platform-req=ext-yaml"
|
|
]
|
|
},
|
|
"type": "project"
|
|
}
|