-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
163 lines (163 loc) · 4.9 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"repositories": [
{
"type": "path",
"url": "./packages/magicai/magicai-updater",
"options": {"symlink": false}
},
{
"type": "path",
"url": "./packages/rachidlaasri/laravel-installer",
"options": {"symlink": false}
}
],
"require": {
"php": "^8.2",
"ext-curl": "*",
"ext-zip": "*",
"akaunting/laravel-setting": "^1.2",
"aws/aws-sdk-php": "^3.275",
"bacon/bacon-qr-code": "^3.0",
"barryvdh/laravel-dompdf": "^2.0",
"brick/math": "^0.12.1",
"coingate/coingate-php": "^4.1",
"cryptomus/api-php-sdk": "^1.0",
"darkaonline/l5-swagger": "^8.5",
"datlechin/laravel-google-translate": "^0.2.0",
"doctrine/dbal": "^3.6",
"drewm/mailchimp-api": "^2.5",
"elseyyid/laravel-json-mysql-locations-manager": "^1.0",
"enshrined/svg-sanitize": "^0.20.0",
"fahlisaputra/laravel-minify": "^1.1",
"firebase/php-jwt": "^6.10",
"gehrisandro/tailwind-merge-laravel": "^1.1",
"google/apiclient": "^2.17",
"google/cloud-text-to-speech": "^1.6",
"guzzlehttp/guzzle": "^7.6",
"hubspot/api-client": "^12.0",
"igaster/laravel-theme": "^2.0",
"intervention/image": "^3.5",
"iyzico/iyzipay-php": "^2.0",
"laravel/cashier": "14.14.0",
"laravel/framework": "^10.0",
"laravel/passport": "^12.3",
"laravel/sanctum": "^3.2",
"laravel/socialite": "^5.6",
"laravel/tinker": "^2.8",
"league/flysystem-aws-s3-v3": "3.29.0",
"livewire/livewire": "^3.5",
"magicai/magicai-updater": "@dev",
"mcamara/laravel-localization": "^1.8",
"mews/purifier": "^3.4",
"nerdzlab/socialite-apple-sign-in": "^2.2",
"noweh/twitter-api-v2-php": "^3.4",
"openai-php/client": "^0.6.4",
"openai-php/laravel": "^0.6.3",
"orhanerday/open-ai": "^5.1",
"paddlehq/paddle-php-sdk": "^1.0",
"paquettg/php-html-parser": "^2.2",
"php-ffmpeg/php-ffmpeg": "^1.2",
"php-http/guzzle7-adapter": "^1.0",
"phpoffice/phpspreadsheet": "^3.5",
"phpoffice/phpword": "^1.1",
"pragmarx/google2fa-laravel": "^2.2",
"protobuf-php/protobuf": "^0.1.3",
"pusher/pusher-php-server": "^7.2",
"rachidlaasri/laravel-installer": "@dev",
"razorpay/razorpay": "^2.9",
"ryangjchandler/blade-tabler-icons": "^2.2",
"sentry/sentry-laravel": "^4.9",
"smalot/pdfparser": "^2.7",
"spatie/laravel-health": "^1.22",
"spatie/laravel-newsletter": "^5.2",
"spatie/laravel-permission": "^6.9",
"spatie/laravel-sitemap": "^7.2",
"spatie/once": "^3.1",
"spatie/pdf-to-text": "^1.52",
"srmklive/paypal": "~3.0",
"symfony/process": "^6.2",
"yajra/laravel-datatables-oracle": "^10.8",
"yediyuz/yediyuz-helpers": "^2.0",
"yoomoney/yookassa-sdk-php": "^3.1"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9",
"fakerphp/faker": "^1.9.1",
"laravel/breeze": "^1.19",
"laravel/pint": "^1.17",
"laravel/sail": "^1.18",
"laravel/telescope": "^5.2",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"pestphp/pest": "^2.35",
"pestphp/pest-plugin-laravel": "^2.4",
"phpunit/phpcov": "^9.0",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0",
"spatie/laravel-ray": "^1.36"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/",
"Database\\Helpers\\": "database/helpers/"
},
"files": [
"app/Helpers/helpers.php",
"app/Services/AdsenseService.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
"@php artisan vendor:publish --tag=livewire:assets --ansi --force"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"test": "vendor/bin/pest --colors=always --parallel --bail",
"test:coverage": "@test --coverage-php ./coverage/cov/default.cov",
"test:coverage:html": "@test --coverage-html ./coverage/html/default",
"test:lint": "vendor/bin/pint --test",
"lint": "vendor/bin/pint -v"
},
"extra": {
"laravel": {
"dont-discover": [
"laravel/telescope"
]
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true
}
},
"minimum-stability": "stable",
"prefer-stable": true
}