-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
207 lines (207 loc) · 6.87 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
{
"name": "rossaddison/invoice",
"type": "project",
"description": "Builds the invoice folder for rossaddison/yii3-i",
"keywords": [
"yii",
"app",
"invoice"
],
"homepage": "https://github.com/rossaddison/invoice",
"license": "BSD-3-Clause",
"support": {
"source": "https://github.com/rossaddison/invoice",
"issues": "https://github.com/rossaddison/invoice/issues",
"forum": "https://www.yiiframework.com/forum/"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "8.3.*",
"ext-curl": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pdo_sqlite": "*",
"ext-uopz": "*",
"amzn/amazon-pay-api-sdk-php": "^2.6",
"braintree/braintree_php": "^6.22",
"brick/math": "^0.12",
"brick/money": "^0.10",
"cebe/markdown": "^1.2@dev",
"chillerlan/php-qrcode": "^5.0",
"cycle/annotated": "^3.5",
"cycle/database": "^2.0",
"cycle/entity-behavior": "^1.0",
"cycle/orm": "^2.9.3",
"digitalbazaar/json-ld": "^0.4",
"doctrine/collections": "^2.2",
"fakerphp/faker": "^1.24",
"google/cloud-translate": "^1.20",
"httpsoft/http-message": "^1.1",
"league/iso3166": "^4.3",
"league/omnipay": "^3.0",
"maglnet/composer-require-checker": "^4.14",
"mollie/mollie-api-php": "^2.75",
"mpdf/mpdf": "^8.0||^8.1||^8.2",
"nyholm/psr7": "^1.8",
"omnipay/common": "^3.3",
"omnipay/stripe": "^3.2",
"php-http/curl-client": "^2.3",
"php-http/guzzle7-adapter": "^1.1",
"phpbench/phpbench": "^1.2",
"psalm/plugin-symfony": "^5.2",
"psr/container": "^2.0",
"psr/http-factory": "^1.1",
"psr/http-message": "^1.1||^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^3.0",
"rossaddison/yii-auth-client": "dev-master",
"sabre/xml": "^4.0",
"setasign/fpdf": "^1.8",
"stripe/stripe-php": "^16.3",
"symfony/console": "^6.4||^7.2",
"vjik/cycle-typecast": "^2.2",
"vjik/telegram-bot-api": "^0.6",
"vlucas/phpdotenv": "^5.6",
"yiisoft/access": "^2.0",
"yiisoft/aliases": "^3.0",
"yiisoft/arrays": "^3.1",
"yiisoft/assets": "^5.0",
"yiisoft/auth": "^3.1",
"yiisoft/cache": "^3.0",
"yiisoft/cache-file": "^3.0",
"yiisoft/config": "^1.5.0",
"yiisoft/cookies": "^1.2",
"yiisoft/csrf": "^2.2",
"yiisoft/data": "dev-master",
"yiisoft/data-cycle": "dev-master",
"yiisoft/data-response": "^2.1",
"yiisoft/db": "dev-master",
"yiisoft/db-mysql": "dev-master",
"yiisoft/definitions": "^3.3",
"yiisoft/di": "^1.3",
"yiisoft/error-handler": "^3.3",
"yiisoft/factory": "^1.0",
"yiisoft/files": "^2.0",
"yiisoft/form": "^1.3",
"yiisoft/form-model": "dev-master",
"yiisoft/friendly-exception": "^1.1",
"yiisoft/html": "^3.9",
"yiisoft/http": "^1.2",
"yiisoft/injector": "^1.0",
"yiisoft/input-http": "^1.0",
"yiisoft/json": "^1.0",
"yiisoft/log": "^2.1",
"yiisoft/log-target-file": "^3.0",
"yiisoft/mailer": "^6.0",
"yiisoft/mailer-symfony": "^4.0",
"yiisoft/middleware-dispatcher": "^5.2",
"yiisoft/rate-limiter": "dev-master",
"yiisoft/rbac": "^2.0",
"yiisoft/rbac-php": "^2.0",
"yiisoft/rbac-rules-container": "^2.1",
"yiisoft/request-provider": "^1.1",
"yiisoft/requirements": "dev-master",
"yiisoft/router": "^3.1",
"yiisoft/router-fastroute": "^3.1",
"yiisoft/security": "^1.0",
"yiisoft/session": "^2.1",
"yiisoft/strings": "^2.5",
"yiisoft/translator": "^3.0",
"yiisoft/translator-message-php": "^1.1.1",
"yiisoft/user": "^2.2",
"yiisoft/validator": "^2.1",
"yiisoft/var-dumper": "^1.0",
"yiisoft/view": "^12.0",
"yiisoft/widget": "^2.1",
"yiisoft/yii-bootstrap5": "dev-master",
"yiisoft/yii-console": "^2.3",
"yiisoft/yii-cycle": "dev-master",
"yiisoft/yii-dataview": "^3.0@dev",
"yiisoft/yii-debug": "dev-master",
"yiisoft/yii-debug-api": "^3.0@dev",
"yiisoft/yii-event": "^2.0",
"yiisoft/yii-http": "^1.0",
"yiisoft/yii-middleware": "^1.0.4",
"yiisoft/yii-runner-console": "^2.2",
"yiisoft/yii-runner-http": "^3.0",
"yiisoft/yii-sentry": "^2.0.1",
"yiisoft/yii-view-renderer": "^7.2",
"zircote/swagger-php": "^4.0"
},
"require-dev": {
"codeception/c3": "^2.9",
"codeception/codeception": "^5.1.2",
"codeception/module-asserts": "^3.0",
"codeception/module-cli": "^2.0",
"codeception/module-phpbrowser": "^3.0",
"friendsofphp/php-cs-fixer": "^3.68",
"phpunit/phpunit": "^10.5.41",
"roave/better-reflection": "^6.26",
"roave/infection-static-analysis-plugin": "^1.35",
"roave/security-advisories": "dev-latest",
"spatie/phpunit-watcher": "^1.23",
"styleci/cli": "^1.5",
"vimeo/psalm": "^5.26",
"yiisoft/translator-extractor": "^2.1",
"yiisoft/yii-gii": "dev-master"
},
"autoload": {
"psr-4": {
"App\\": "src"
}
},
"scripts": {
"serve": [
"Composer\\Config::disableProcessTimeout",
"./yii serve"
],
"post-update-cmd": [
"App\\Installer::postUpdate",
"App\\Installer::copyEnvFile"
],
"post-create-project-cmd": [
"App\\Installer::copyEnvFile"
],
"test": "codecept run",
"test-watch": "phpunit-watcher watch"
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
},
"config-plugin-file": "configuration.php",
"installer-types": [
"npm-asset"
],
"installer-paths": {
"./node_modules/{$name}": [
"type:npm-asset"
]
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"codeception/c3": true,
"oomphinc/composer-installers-extender": true,
"composer/installers": true,
"composer/package-versions-deprecated": true,
"infection/extension-installer": true,
"yiisoft/config": true,
"php-http/discovery": false
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}