File: //home/xedaptot/ai.naniguide.com/composer.json
{
"$schema": "https://getcomposer.org/schema.json",
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
"minimum-stability": "dev",
"prefer-stable": true,
"note": "Package php-http/message-factory is required by SparkPost API, it is a legacy compability fix when using Guzzle7 with SparkPost API (it is made with Guzzle6)",
"require": {
"acelle/cashier": "^1.1.5",
"anthropic-ai/sdk": "^0.14.0",
"athena/email-verification-result": "dev-main",
"athenaevs/athenaevs-php": "dev-master",
"aws/aws-php-sns-message-validator": "^1.1",
"aws/aws-sdk-php": "^3.19",
"bacon/bacon-qr-code": "^2.0",
"bjoernffm/spintax": "^1.0",
"dompdf/dompdf": "^2.0",
"facebook/php-ads-sdk": "^11.0",
"filp/whoops": "^2.14",
"geoip2/geoip2": "~2.0",
"getbrevo/brevo-php": "1.x.x",
"google/recaptcha": "^1.3",
"guzzlehttp/guzzle": "^7.0.1",
"guzzlehttp/psr7": "^2.4.5",
"intervention/image": "^2.3",
"kub-at/php-simple-html-dom-parser": "^1.9",
"laravel/framework": "^12.0",
"laravel/helpers": "^1.7",
"laravel/socialite": "^5.17",
"laravel/tinker": "^2.10",
"laravel/ui": "^4.0",
"lawepham/geoip": "1.7.3",
"league/csv": "9.7.4",
"league/pipeline": "^1.0",
"louis/spfcheck": "^1.1",
"mailgun/mailgun-php": "^3.5",
"mews/purifier": "^3.4",
"mockery/mockery": "^1.6",
"neverbounce/neverbounce-php": "^4.5",
"nyholm/psr7": "^1.4",
"openspout/openspout": "^5.3",
"php-http/client-common": "~2.3",
"php-http/curl-client": "~2.0",
"php-http/guzzle7-adapter": "^1.0",
"php-http/httplug": "~2.2",
"php-http/message": "^1.3",
"php-http/message-factory": "^1.1",
"pragmarx/google2fa-laravel": "^2.3",
"ramsey/uuid": "^4.7",
"rmccue/requests": "^1.8",
"sendgrid/sendgrid": "~7",
"sendgrid/smtpapi": "^0.5.0",
"soundasleep/html2text": "^2.1",
"sparkpost/sparkpost": "^2.1",
"spatie/laravel-ignition": "^2.9",
"square/square": "37.1.1.20240717",
"symfony/yaml": "^6.4",
"twig/twig": "^3.0",
"twilio/sdk": "^7.4",
"zero-bounce/sdk": "^1.1",
"zytzagoo/smtp-validate-email": "^1.1"
},
"require-dev": {
"doctrine/instantiator": "^1.3.1",
"fakerphp/faker": "^1.24",
"larastan/larastan": "^3.9",
"laravel/pail": "^1.2",
"laravel/pint": "^1.18",
"laravel/sail": "^1.39",
"nunomaduro/collision": "^8.5",
"pestphp/pest": "^4.0",
"pestphp/pest-plugin-laravel": "^4.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0"
},
"autoload": {
"classmap": [
"database"
],
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
},
"files": [
"app/Helpers/helpers.php",
"app/Helpers/namespaced_helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"platform-check": false,
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true,
"phpstan/extension-installer": true
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/luanpm88/lawepham-geoip"
}, {
"type": "vcs",
"url": "https://github.com/luanpm88/acelle-cashier"
}, {
"type": "vcs",
"url" : "https://github.com/louisitvn/PHP-SPF-Check"
}, {
"type": "vcs",
"url": "https://github.com/luanpm88/aws-whitelabel"
}, {
"type": "vcs",
"url": "https://github.com/athenaevs/athenaevs-php"
}, {
"type": "vcs",
"url": "https://github.com/luanpm88/athena-email-verification-result"
}
]
}