-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
78 lines (78 loc) · 2.25 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
{
"name": "jp3cki/onestop-fetus-jp",
"type": "project",
"license": "MIT",
"minimum-stability": "stable",
"require": {
"php": ">= 8.2",
"php-64bit": "*",
"php-ipv6": "*",
"ext-ctype": "*",
"ext-intl": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-sqlite3": "*",
"jp3cki/gimei": "^2.0.1",
"jp3cki/mynumber": "^1.0.0",
"paragonie/constant_time_encoding": "^3.0.0",
"php-curl-class/php-curl-class": "^11.0.0",
"tecnickcom/tcpdf": "^6.7.7",
"twbs/bootstrap-icons": "^1.11.3",
"yiisoft/yii2": "^2.0.51",
"yiisoft/yii2-bootstrap5": "^2.0.4"
},
"require-dev": {
"codeception/codeception": "^5.1.2",
"codeception/module-asserts": "^3.0.0",
"codeception/module-filesystem": "^3.0.1",
"codeception/module-phpbrowser": "^3.0.1",
"codeception/module-rest": "^3.4.0",
"codeception/module-yii2": "^1.1.10",
"codeception/specify": "^2.0.0",
"codeception/verify": "^3.2.0",
"jp3cki/coding-standard": "^1.0.0",
"proget-hq/phpstan-yii2": "^0.8.0",
"squizlabs/php_codesniffer": "^3.10.3",
"symfony/browser-kit": ">=6.4.13",
"yiisoft/yii2-debug": "^2.1.25",
"yiisoft/yii2-gii": "^2.2.6"
},
"replace": {
"bower-asset/bootstrap": "*",
"bower-asset/inputmask": "*",
"bower-asset/jquery": "*",
"bower-asset/punycode": "*",
"bower-asset/yii2-pjax": "*",
"npm-asset/bootstrap": "*",
"paragonie/random_compat": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-intl-grapheme": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php56": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"yiisoft/yii2-composer": true
},
"process-timeout": 1800,
"platform": {
"php": "8.2.14"
},
"sort-packages": true
},
"scripts": {
"post-install-cmd": [
"[ $COMPOSER_DEV_MODE -eq 0 ] || ./vendor/bin/codecept build"
],
"post-update-cmd": [
"[ $COMPOSER_DEV_MODE -eq 0 ] || ./vendor/bin/codecept build"
]
}
}