-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
composer.json
235 lines (235 loc) · 8.82 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
{
"name": "oliverklee/seminars",
"description": "TYPO3 extension that allows you to create and manage a list of seminars, workshops, lectures, theater performances and other events, allowing front-end users to sign up.",
"license": "GPL-2.0-or-later",
"type": "typo3-cms-extension",
"keywords": [
"seminars",
"workshops",
"event",
"registration",
"education",
"talks"
],
"authors": [
{
"name": "Oliver Klee",
"email": "[email protected]",
"homepage": "https://www.oliverklee.de",
"role": "developer"
}
],
"homepage": "https://www.oliverklee.de/typo3-services/seminarmanager/",
"support": {
"issues": "https://github.com/oliverklee/ext-seminars/issues",
"source": "https://github.com/oliverklee/ext-seminars"
},
"require": {
"php": "^7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"doctrine/dbal": "^2.13.8 || ^3.9",
"oliverklee/feuserextrafields": "^6.3.0",
"oliverklee/oelib": "^6.0.2",
"pelago/emogrifier": "^7.3.0",
"psr/event-dispatcher": "^1.0",
"psr/http-message": "^1.0.1 || ^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"sjbr/static-info-tables": "^11.5.5 || ^12.4.3",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/mailer": "^5.4 || ^6.4 || ^7.0",
"symfony/mime": "^5.4 || ^6.4 || ^7.0",
"symfony/polyfill-php80": "^1.31.0",
"typo3/cms-backend": "^11.5.37",
"typo3/cms-core": "^11.5.37",
"typo3/cms-extbase": "^11.5.37",
"typo3/cms-fluid": "^11.5.37",
"typo3/cms-frontend": "^11.5.37",
"typo3fluid/fluid": "^2.7.4"
},
"require-dev": {
"ergebnis/composer-normalize": "2.44.0",
"friendsofphp/php-cs-fixer": "3.64.0",
"helmich/typo3-typoscript-lint": "2.5.2 || 3.2.1",
"icanhazstring/composer-unused": "0.8.11",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "1.12.8",
"phpstan/phpstan-phpunit": "1.4.0",
"phpstan/phpstan-strict-rules": "1.6.1",
"phpunit/phpunit": "9.6.21",
"saschaegerer/phpstan-typo3": "1.10.2",
"squizlabs/php_codesniffer": "3.10.3",
"ssch/typo3-rector": "2.11.0",
"ssch/typo3-rector-testing-framework": "2.0.1",
"symfony/console": "^5.4.44 || ^6.4.12 || ^7.1.5",
"symfony/translation": "^5.4.44 || ^6.4.12 || ^7.1.5",
"symfony/yaml": "^5.4.44 || ^6.4.12 || ^7.1.5",
"typo3/cms-install": "^11.5.37",
"typo3/cms-scheduler": "^11.5.37",
"typo3/coding-standards": "0.6.1",
"typo3/testing-framework": "7.1.0",
"webmozart/assert": "^1.11.0"
},
"replace": {
"typo3-ter/seminars": "self.version"
},
"suggest": {
"oliverklee/onetimeaccount": "for event registration without an explicit FE login",
"typo3/cms-install": "for running the upgrade wizards"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"OliverKlee\\Seminars\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"OliverKlee\\Seminars\\Tests\\": "Tests/"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true,
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
},
"lock": false,
"preferred-install": {
"*": "dist"
},
"process-timeout": 1000,
"sort-packages": true,
"vendor-dir": ".Build/vendor"
},
"extra": {
"branch-alias": {
"dev-main": "6.0.x-dev"
},
"typo3/cms": {
"app-dir": ".Build",
"extension-key": "seminars",
"web-dir": ".Build/public"
}
},
"scripts": {
"ci:composer:normalize": "@composer normalize --no-check-lock --dry-run",
"ci:composer:unused": "composer-unused",
"ci:coverage": [
"@ci:coverage:unit",
"@ci:coverage:functional"
],
"ci:coverage:functional": [
"@coverage:create-directories",
"find 'Tests/Functional' -wholename '*Test.php' | parallel --gnu 'echo; echo \"Running functional test suite {}\"; .Build/vendor/bin/phpunit -c Configuration/FunctionalTests.xml --whitelist Classes --coverage-php=\".Build/coverage/{}.cov\" {}';"
],
"ci:coverage:legacy-functional": [
"@coverage:create-directories",
"find 'Tests/LegacyFunctional' -wholename '*Test.php' | parallel --gnu 'echo; echo \"Running legacy functional test suite {}\"; .Build/vendor/bin/phpunit -c Configuration/FunctionalTests.xml --whitelist Classes --coverage-php=\".Build/coverage/{}.cov\" {}';"
],
"ci:coverage:merge": [
"@coverage:create-directories",
"tools/phpcov merge --clover=./build/logs/clover.xml ./.Build/coverage/"
],
"ci:coverage:unit": [
"@coverage:create-directories",
".Build/vendor/bin/phpunit -c Configuration/UnitTests.xml --whitelist Classes --coverage-php=.Build/coverage/unit.cov Tests/Unit"
],
"ci:php": [
"@ci:php:cs-fixer",
"@ci:php:lint",
"@ci:php:sniff",
"@ci:php:stan"
],
"ci:php:cs-fixer": "php-cs-fixer fix -v --dry-run --diff",
"ci:php:lint": "find .*.php *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l",
"ci:php:rector": "rector --dry-run",
"ci:php:sniff": ".Build/vendor/bin/phpcs *.php Classes Configuration Tests",
"ci:php:stan": ".Build/vendor/bin/phpstan --no-progress",
"ci:static": [
"@ci:composer:normalize",
"@ci:composer:unused",
"@ci:php:cs-fixer",
"@ci:php:lint",
"@ci:php:rector",
"@ci:php:sniff",
"@ci:php:stan",
"@ci:ts:lint",
"@ci:xliff:lint"
],
"ci:tests:functional": "find 'Tests/Functional' -wholename '*Test.php' | parallel --gnu 'echo; echo \"Running functional test suite {}\"; .Build/vendor/bin/phpunit -c Configuration/FunctionalTests.xml {}';",
"ci:tests:legacy-functional": "find 'Tests/LegacyFunctional' -wholename '*Test.php' | parallel --gnu 'echo; echo \"Running legacy functional test suite {}\"; .Build/vendor/bin/phpunit -c Configuration/FunctionalTests.xml {}';",
"ci:tests:unit": ".Build/vendor/bin/phpunit -c Configuration/UnitTests.xml Tests/Unit",
"ci:ts:lint": ".Build/vendor/bin/typoscript-lint -c Configuration/TypoScriptLint.yaml --ansi -n --fail-on-warnings -vvv Configuration/TypoScript",
"ci:xliff:lint": "php Build/xliff/xliff-lint lint:xliff Resources/Private/Language",
"coverage:create-directories": "mkdir -p build/logs .Build/coverage",
"fix": [
"@fix:composer",
"@fix:php"
],
"fix:composer": "@composer normalize --no-check-lock",
"fix:php": [
"@fix:php:rector",
"@fix:php:cs",
"@fix:php:sniff"
],
"fix:php:cs": "php-cs-fixer fix",
"fix:php:rector": "rector",
"fix:php:sniff": "phpcbf *.php Classes Configuration Tests",
"phpstan:baseline": ".Build/vendor/bin/phpstan --generate-baseline=phpstan-baseline.neon",
"prepare-release": [
"rm -rf .Build",
"rm -rf .git",
"rm -rf .github",
"rm -rf .idea",
"rm -rf .phive",
"rm -rf Tests",
"rm -rf var",
"rm .editorconfig",
"rm .gitattributes",
"rm .gitignore",
"rm .php-cs-fixer.cache",
"rm .php-cs-fixer.php",
"rm Configuration/FunctionalTests.xml",
"rm Configuration/TypoScriptLint.yaml",
"rm Configuration/UnitTests.xml",
"rm composer-unused.php",
"rm composer.lock",
"rm crowdin.yml",
"rm phpcs.xml.dist",
"rm phpstan-baseline.neon",
"rm phpstan.neon",
"rm rector.php"
]
},
"scripts-descriptions": {
"ci:composer:normalize": "Checks the composer.json.",
"ci:composer:unused": "Finds unused Composer packages required in composer.json.",
"ci:coverage": "Generates the code coverage report for unit and functional tests.",
"ci:coverage:functional": "Generates the code coverage report for functional tests.",
"ci:coverage:legacy-functional": "Generates the code coverage report for legacy functional tests.",
"ci:coverage:merge": "Merges the code coverage reports for unit and functional tests.",
"ci:coverage:unit": "Generates the code coverage report for unit tests.",
"ci:php": "Runs all static checks for the PHP files.",
"ci:php:cs-fixer": "Checks the code style with the PHP Coding Standards Fixer (PHP-CS-Fixer).",
"ci:php:lint": "Lints the PHP files for syntax errors.",
"ci:php:rector": "Checks for code for changes by Rector.",
"ci:php:sniff": "Checks the code style with PHP_CodeSniffer (PHPCS).",
"ci:php:stan": "Checks the PHP types using PHPStan.",
"ci:static": "Runs all static code analysis checks for the code.",
"ci:tests:functional": "Runs the functional tests.",
"ci:tests:legacy-functional": "Runs the legacy functional tests.",
"ci:tests:unit": "Runs the unit tests.",
"ci:ts:lint": "Lints all TypoScript files.",
"ci:xliff:lint": "Lints the XLIFF files.",
"coverage:create-directories": "Creates the directories needed for recording and merging the code coverage reports.",
"fix": "Runs all automatic code style fixes.",
"fix:composer": "Runs all fixers for the PHP code.",
"fix:php": "Runs all fixers for the PHP code.",
"fix:php:cs": "Fixes the code style with PHP-CS-Fixer.",
"fix:php:rector": "Updates the code with Rector.",
"fix:php:sniff": "Fixes the code style with PHP_CodeSniffer.",
"phpstan:baseline": "Updates the PHPStan baseline file to match the code.",
"prepare-release": "Removes development-only files in preparation of a TER release."
}
}