-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
125 lines (125 loc) · 4.17 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
{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"require": {
"php": "^7.2.5",
"akcybex/laravel-jazzcash": "^1.0",
"anandsiddharth/laravel-paytm-wallet": "^1.0",
"astrotomic/laravel-translatable": "^11.9",
"authorizenet/authorizenet": "^2.0",
"barryvdh/laravel-debugbar": "^3.5",
"cashuanony/phpanonymous": "dev-master",
"chehivskiy/i18n-arabic": "^1.0",
"coraxster/flysystem-aws-s3-v3-minio": "^1.0",
"cviebrock/eloquent-sluggable": "v7.0.1",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"gathuku/laravelmpesa": "^1.2",
"google/cloud-storage": "^1.36",
"guzzlehttp/guzzle": "^7.8",
"hiqdev/omnipay-robokassa": "^3.2",
"instamojo/instamojo-php": "^1.0",
"intervention/image": "^2.7",
"irakan/paylink": "^1.1",
"iyzico/iyzipay-php": "^2.0",
"james-heinrich/getid3": "^1.9",
"joisarjignesh/bigbluebutton": "^2.3",
"jorenvanhocht/laravel-share": "^4.0",
"kingflamez/laravelrave": "^4.2",
"laravel/framework": "^7.0",
"laravel/socialite": "^4.4",
"laravel/tinker": "^2.0",
"laravel/ui": "^2.1",
"lasserafn/php-initial-avatar-generator": "^4.2",
"league/flysystem-aws-s3-v3": "1.0",
"league/omnipay": "^3.2",
"lokielse/omnipay-global-alipay": "^3.0",
"lyracom/rest-php-sdk": "4.0.*",
"maatwebsite/excel": "^3.1",
"macsidigital/laravel-zoom": "^5.0",
"melhorenvio/mercadopago-dx-php-laravel": "^1.2",
"mews/captcha": "^3.2",
"mews/purifier": "^3.3",
"midtrans/midtrans-php": "^2.3",
"myonlinestore/omnipay-klarna-checkout": "^5.0",
"omnipay/braintree": "~4.0@dev",
"omnipay/mollie": "^5.4",
"paypal/rest-api-sdk-php": "^1.14",
"ptuchik/omnipay-yandex": "^1.0",
"razorpay/razorpay": "2.*",
"sebacarrasco93/laravel-payku": "^1.0",
"semyonchetvertnyh/omnipay-paysera": "^0.1.0",
"shetabit/payment": "^4.0",
"spatie/calendar-links": "^1.4",
"spatie/laravel-google-calendar": "^3.1",
"ssheduardo/redsys-laravel": "~1.4.0",
"stripe/stripe-php": "^7.76",
"superbalist/laravel-google-cloud-storage": "^2.2",
"toshy/bunnynet-php": "^2.3",
"twilio/sdk": "^6.17",
"tymon/jwt-auth": "^1.0",
"tzsk/payu": "^5.0",
"unicodeveloper/laravel-paystack": "1.0.*",
"unisharp/laravel-filemanager": "^2.1",
"vrajroham/laravel-bitpay": "^3.0"
},
"require-dev": {
"facade/ignition": "^2.0",
"fzaninotto/faker": "^1.9.1",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^4.1",
"phpunit/phpunit": "^8.5"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"autoload": {
"psr-4": {
"App\\": "app/"
},
"classmap": [
"database/seeds",
"database/factories"
],
"files": [
"app/Helpers/helper.php",
"app/Mixins/Geo/Geo.php",
"app/Helpers/ApiHelper.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"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"
]
}
}