-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
140 lines (140 loc) · 4.12 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
{
"name": "spotman/betakiller",
"description": "BetaKiller development platform based on Kohana framework",
"license": "MIT",
"type": "project",
"require": {
"aidantwoods/secureheaders": "^2.0",
"anthonykgross/dependency-resolver": "^2.0",
"beberlei/metrics": "^2.8",
"bramus/monolog-colored-line-formatter": "^3.1",
"clue/redis-react": "^2.4",
"dflydev/fig-cookies": "^3.0",
"doctrine/annotations": "^1.2",
"dragonmantank/cron-expression": "^2.0",
"elephox/mimey": "^4.0.5",
"enqueue/dbal": "^0.10.18",
"enqueue/enqueue": "^0.10.18",
"enqueue/redis": "^0.10.18",
"geocoder-php/chain-provider": "^4.0",
"geocoder-php/geonames-provider": "^4.4",
"geocoder-php/google-maps-provider": "^4.6",
"geocoder-php/yandex-provider": "^4.5",
"guzzlehttp/guzzle": "^7.0",
"hansott/psr7-cookies": "^3.0",
"imangazaliev/didom": "^1.14",
"jakeasmith/http_build_url": "^1",
"laminas/laminas-diactoros": "^3.3",
"laminas/laminas-httphandlerrunner": "^2.10",
"laminas/laminas-permissions-acl": "^2.7",
"maximebf/debugbar": "^1.18",
"mezzio/mezzio": "^3.19",
"mezzio/mezzio-fastroute": "^3.11",
"mezzio/mezzio-flash": "^1.8",
"mezzio/mezzio-helpers": "^5.16",
"mezzio/mezzio-session": "^1.15",
"middlewares/negotiation": "^2.1",
"monolog/monolog": "3.8.*",
"nesbot/carbon": "^3.8",
"php-di/php-di": "^7.0",
"php-http/guzzle7-adapter": "^1.0",
"php-http/message": "^1.7",
"php-middleware/php-debug-bar": "^4.2.0",
"php-middleware/request-id": "^4.0",
"php-school/cli-menu": "^4.3",
"psr/log": "^2.0",
"psr/simple-cache": "^1.0",
"punic/punic": "^3.1",
"react/async": "^4.2",
"react/child-process": "^0.6.1",
"samdark/sitemap": "^2.0",
"spotman/davbackup": "^2.0",
"symfony/cache": "^6.3",
"symfony/mailer": "^5.4",
"symfony/process": "^4.2",
"symfony/stopwatch": "^5.0",
"symfony/workflow": "^5.2",
"symfony/yaml": "^4.0",
"thruway/pawl-transport": "^0.5.0",
"thunderer/shortcode": "^0.7",
"twig/cache-extra": "^v3.6.0",
"twig/extensions": "^1.5",
"twig/twig": "^2.6.0",
"vlucas/phpdotenv": "^3.3",
"voryx/thruway": "^0.5.3"
},
"require-dev": {
"deployer/deployer": "^v6.9.0",
"diablomedia/phpunit-pretty-printer": "^5.0",
"jolicode/jolinotif": "^2.0",
"kint-php/kint": "^4.2.3",
"kint-php/kint-twig": "^3.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^2.0",
"phpunit/php-code-coverage": "^9.2",
"phpunit/phpunit": "^9.4",
"roave/security-advisories": "dev-master",
"tsufeki/react-filesystem-monitor": "^0.4.1"
},
"suggest": {
"franzl/studio": "Tool for developing Composer packages"
},
"scripts": {
"ci": [
"@qa",
"@test"
],
"qa": [
"@testEnv",
"@phpstan",
"@envCleanup"
],
"test": [
"@testEnv",
"@phpunit",
"@envCleanup"
],
"testEnv": "cp -P ./.env.testing ./application/.env",
"envCleanup": "rm ./application/.env",
"phpunit": "APP_ENV=testing ./vendor/bin/phpunit --colors=always",
"phpstan": "APP_ENV=testing ./vendor/bin/phpstan analyze"
},
"config": {
"platform": {
"php": "8.2.15",
"ext-bcmath": "8.2.15",
"ext-pdo": "8.2.15",
"ext-curl": "8.2.15",
"ext-exif": "8.2.15",
"ext-gd": "8.2.15",
"ext-imagick": "3.7.0",
"ext-intl": "8.2.15",
"ext-pcntl": "8.2.15",
"ext-mbstring": "8.2.15",
"ext-fileinfo": "8.2.15",
"ext-json": "8.2.15",
"ext-libxml": "8.2.15",
"ext-mysqli": "8.2.15",
"ext-posix": "8.2.15",
"ext-simplexml": "8.2.15",
"ext-sodium": "8.2.15",
"ext-sqlite3": "8.2.15",
"ext-xml": "8.2.15",
"ext-zlib": "8.2.15"
},
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true,
"laminas/laminas-dependency-plugin": false
}
},
"autoload": {
"files": [
"./functions.php"
],
"psr-4": {
"BetaKiller\\Env\\": "modules/core/classes/BetaKiller/Env",
"BetaKiller\\Dev\\": "modules/platform/classes/BetaKiller/Dev"
}
}
}