-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
207 lines (207 loc) · 6.93 KB
/
composer.json
File metadata and controls
207 lines (207 loc) · 6.93 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
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": "joeworkman/totalcms",
"type": "project",
"description": "Total CMS",
"keywords": [
"total-cms",
"totalcms",
"dynamics",
"cms"
],
"license": "proprietary",
"repositories": [
{ "type": "vcs", "url": "https://github.com/joeworkman-forks/slim-test" },
{ "type": "vcs", "url": "https://github.com/joeworkman-forks/pest-plugin-slim" },
{ "type": "vcs", "url": "https://github.com/joeworkman-forks/couleur.git" },
{ "type": "vcs", "url": "https://github.com/joeworkman-forks/parsedown-extra" },
{ "type": "vcs", "url": "https://github.com/joeworkman-forks/parsedown" },
{ "type": "vcs", "url": "https://github.com/joeworkman-forks/color-thief-php.git" }
],
"require": {
"php": "^8.2",
"bacon/bacon-qr-code": "^3.0",
"cakephp/chronos": "^3.1",
"cakephp/i18n": "^5.2",
"cakephp/validation": "^5.0",
"cocur/slugify": "^4.0",
"embed/embed": "^4.3",
"enshrined/svg-sanitize": "^0.22.0",
"erusev/parsedown": "dev-master as 1.8.0",
"erusev/parsedown-extra": "dev-master as 1.8.0",
"fakerphp/faker": "^1.23",
"fig/http-message-util": "^1.1",
"firebase/php-jwt": "^7.0",
"glenscott/url-normalizer": "^1.4",
"guzzlehttp/guzzle": "^7",
"halaxa/json-machine": "^1.1",
"illuminate/collections": "^11.45",
"joeworkman-forks/couleur": "dev-main",
"khanzadimahdi/uploadmanager": "^1.0",
"ksubileau/color-thief-php": "dev-fix-deprecations as 2.0.3",
"laminas/laminas-feed": "^2.26",
"league/commonmark": "^2.7",
"league/csv": "^9.6",
"league/flysystem": "^3.2",
"league/fractal": "^0.21",
"league/glide": "^3.0",
"league/uri": "^7.4",
"middlewares/trailing-slash": "^2.0",
"monolog/monolog": "^3.2",
"nyholm/psr7": "^1.8",
"nyholm/psr7-server": "^1.0",
"odan/session": "^6.1",
"opis/json-schema": "^2.3",
"php-di/php-di": "^7.0",
"phpmailer/phpmailer": "^7.0",
"selective/basepath": "^2",
"selective/validation": "^2.0",
"sentry/sentry": "^4.8",
"slim/php-view": "^3.1",
"slim/psr7": "^1.5",
"slim/slim": "^4",
"slim/twig-view": "^3.3",
"symfony/polyfill-uuid": "^1.23",
"symfony/property-access": "^7.1",
"symfony/serializer": "^7.1",
"symfony/translation": "^7.4",
"tecnickcom/tc-lib-barcode": "^2.4",
"thepixeldeveloper/sitemap": "dev-master#ee4cbd1406f1250534860b8c9b74020fee0c3650",
"twig/cssinliner-extra": "^3.21",
"twig/html-extra": "^3.21",
"twig/inky-extra": "^3.0",
"twig/intl-extra": "^3.22",
"twig/markdown-extra": "^3.21",
"twig/string-extra": "^3.21",
"twig/twig": "^3.24.0",
"web-auth/webauthn-lib": "^5",
"webuni/front-matter": "^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"mikey179/vfsstream": "^1.6",
"nekofar/pest-plugin-slim": "dev-develop#f55ba25333d964257a24a3c1206948fcf454cb01",
"nekofar/slim-test": "dev-develop#7cd84a847ba14ef8424635b55bbcfd50d0e85349",
"overtrue/phplint": "^9.0",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-arch": "^3.0",
"pestphp/pest-plugin-faker": "^3.0",
"pestphp/pest-plugin-type-coverage": "^3.0",
"phpmd/phpmd": "^2.12",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^11.0",
"rector/rector": "^2.1",
"selective/test-traits": "^4.1",
"spatie/pest-plugin-snapshots": "^2.0",
"squizlabs/php_codesniffer": "^4.0",
"symfony/var-dumper": "^7.1"
},
"config": {
"process-timeout": 0,
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
},
"platform": {
"php": "8.2.0"
}
},
"autoload": {
"psr-4": {
"TotalCMS\\": "src/"
},
"files": [
"vendor/cakephp/i18n/functions_global.php"
]
},
"autoload-dev": {
"psr-4": {
"TotalCMS\\Test\\": "tests/",
"Tests\\": "tests/"
}
},
"scripts": {
"build": "bin/build.sh",
"cs": "php-cs-fixer fix --dry-run --format=txt --verbose --diff --config=.php-cs-fixer.php",
"cs:fix": "php-cs-fixer fix --config=.php-cs-fixer.php",
"lint": "phplint ./ --exclude=vendor --no-interaction --no-cache",
"stan": "phpstan analyse -c phpstan.neon --no-ansi --no-progress --memory-limit 2G",
"md:src": "phpmd src ansi phpmd.xml",
"md:config": "phpmd config ansi phpmd.xml",
"md:tests": "phpmd tests ansi phpmd.xml",
"schema:dump": "php bin/console.php schema-dump",
"sniffer:check": "phpcs --standard=phpcbf.xml",
"sniffer:fix": "phpcbf --standard=phpcbf.xml",
"rector": "rector --dry-run",
"rector:fix": "rector",
"test": [
"@bundle",
"php -c php-test.ini vendor/bin/pest --display-notices --display-warnings --display-errors --display-deprecations"
],
"test:filter": "php -c php-test.ini vendor/bin/pest --display-notices --display-warnings --display-errors --display-deprecations --filter",
"test:quick": "php -c php-test.ini vendor/bin/pest --display-notices --display-warnings --display-errors --display-deprecations",
"test:parallel": [
"@bundle",
"php -c php-test.ini vendor/bin/pest tests/Unit --parallel --processes=4 --display-notices --display-warnings --display-errors --display-deprecations"
],
"test:parallel:all": [
"@bundle",
"php -c php-test.ini vendor/bin/pest --parallel --processes=4 --display-notices --display-warnings --display-errors --display-deprecations"
],
"test:phpunit": [
"@bundle",
"php -c php-test.ini vendor/bin/phpunit --configuration phpunit.xml --do-not-cache-result --colors=always --display-warnings --display-deprecations --no-coverage"
],
"test:coverage": [
"@bundle",
"php -c php-test.ini vendor/bin/pest --coverage --coverage-clover=build/coverage/clover.xml --coverage-html=build/coverage --coverage-text --display-notices --display-warnings --display-errors --display-deprecations"
],
"test:coverage:parallel": [
"@bundle",
"php -c php-test.ini vendor/bin/pest --parallel --processes=4 --coverage --coverage-clover=build/coverage/clover.xml --coverage-html=build/coverage --coverage-text"
],
"test:coverage:phpunit": [
"@bundle",
"php -c php-test.ini vendor/bin/phpunit --configuration phpunit.xml --do-not-cache-result --colors=always --display-warnings --display-deprecations --coverage-clover build/coverage/clover.xml --coverage-html build/coverage --coverage-text"
],
"test:coverage:type": "pest --type-coverage",
"test:updatesnaps": "pest --update-snapshots",
"bundle": "php bin/make-bundle.php",
"docs:api": "open API_DOCUMENTATION.md",
"md": [
"@md:src",
"@md:config",
"@md:tests"
],
"test:format": [
"@lint",
"@cs"
],
"test:all": [
"@stan",
"@test"
],
"test:build": [
"@stan",
"@test"
],
"quality": [
"@cs",
"@stan",
"@rector",
"@sniffer:check"
],
"quality:full": [
"@cs",
"@stan",
"@rector",
"@sniffer:check",
"@md",
"@test:coverage"
],
"clean": [
"@rector:fix",
"@cs:fix",
"@sniffer:fix"
]
}
}