104 lines
3.3 KiB
JSON
Executable File
104 lines
3.3 KiB
JSON
Executable File
{
|
|
"name": "laravel/laravel",
|
|
"type": "project",
|
|
"description": "The skeleton application for the Laravel framework.",
|
|
"keywords": ["laravel", "framework"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"anhskohbo/no-captcha": "^3.7",
|
|
"bacon/bacon-qr-code": "^3.0",
|
|
"google/apiclient": "^2.18",
|
|
"inertiajs/inertia-laravel": "^2.0",
|
|
"laravel/framework": "^12.0",
|
|
"laravel/sanctum": "^4.2",
|
|
"laravel/socialite": "^5.23",
|
|
"laravel/tinker": "^2.9",
|
|
"league/flysystem-aws-s3-v3": "^3.0",
|
|
"league/oauth2-client": "^2.8",
|
|
"mailchimp/marketing": "^3.0",
|
|
"microsoft/microsoft-graph": "^2.49",
|
|
"paragonie/sodium_compat": "^2.5",
|
|
"phpoffice/phpspreadsheet": "^5.1",
|
|
"pragmarx/google2fa-laravel": "^2.3",
|
|
"pusher/pusher-php-server": "^7.2",
|
|
"robrichards/xmlseclibs": "^3.1.4",
|
|
"salla/zatca": "^3.0",
|
|
"spatie/laravel-activitylog": "^4.7",
|
|
"spatie/laravel-google-calendar": "^3.8",
|
|
"spatie/laravel-medialibrary": "^11.14",
|
|
"spatie/laravel-permission": "^6.21",
|
|
"srmklive/paypal": "^3.0",
|
|
"stripe/stripe-php": "^17.6",
|
|
"symfony/process": "^7.4.5",
|
|
"tightenco/ziggy": "^2.0",
|
|
"twilio/sdk": "^8.8",
|
|
"webklex/laravel-imap": "^6.2",
|
|
"yajra/laravel-datatables-buttons": "^12.3",
|
|
"yajra/laravel-datatables-html": "^12.7",
|
|
"yajra/laravel-datatables-oracle": "^12.7"
|
|
},
|
|
"require-dev": {
|
|
"barryvdh/laravel-debugbar": "^3.9",
|
|
"fakerphp/faker": "^1.23",
|
|
"laravel/breeze": "^2.0",
|
|
"laravel/pint": "^1.13",
|
|
"laravel/sail": "^1.26",
|
|
"mockery/mockery": "^1.6",
|
|
"nunomaduro/collision": "^8.0",
|
|
"phpunit/phpunit": "^11.0",
|
|
"psy/psysh": "^0.12.19",
|
|
"spatie/laravel-ignition": "^2.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/",
|
|
"Workdo\\LandingPage\\": "packages/workdo/LandingPage/src/"
|
|
},
|
|
"files": [
|
|
"app/Helpers/Helper.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",
|
|
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
|
|
"@php artisan migrate --graceful --ansi"
|
|
]
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"dont-discover": []
|
|
}
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.2.28"
|
|
},
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true,
|
|
"php-http/discovery": true,
|
|
"tbachert/spi": true
|
|
}
|
|
},
|
|
"minimum-stability": "stable",
|
|
"prefer-stable": true
|
|
}
|