-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.json
More file actions
42 lines (42 loc) · 1.3 KB
/
api.json
File metadata and controls
42 lines (42 loc) · 1.3 KB
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
{
"require": {
"php": "^7.3",
"ext-gd": "*",
"ext-gmp": "*",
"ext-imagick": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo_mysql": "*",
"ext-shmop": "*",
"doctrine/dbal": "^2.10",
"duzun/hquery": "^3.0",
"fideloper/proxy": "^4.0",
"google/apiclient": "^2.4",
"google/recaptcha": "^1.2",
"guzzlehttp/guzzle": "^7.0.1",
"intervention/image": "^2.5",
"irazasyed/telegram-bot-sdk": "^3.3",
"kriswallsmith/buzz": "^1.2",
"laravel/framework": "^8.0",
"laravel/socialite": "^5.0",
"laravel/tinker": "^2.0",
"league/flysystem-aws-s3-v3": "^1.0",
"mailgun/mailgun-php": "^3.2",
"mcamara/laravel-localization": "^1.6",
"nyholm/psr7": "^1.3",
"spatie/db-dumper": "^2.15",
"spatie/laravel-backup": "^6.8",
"spatie/laravel-feed": "^2.6",
"spatie/laravel-sitemap": "^5.7",
"tymon/jwt-auth": "^1.0",
"zanysoft/laravel-zip": "^1.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.4",
"facade/ignition": "^2.3.6",
"fzaninotto/faker": "^1.4",
"mockery/mockery": "^1.0",
"nunomaduro/collision": "^5.0",
"phpunit/phpunit": "^9.0"
}
}