-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.2 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
{
"name": "rozbehsharahi/tester3",
"description": "Testing-Framework for TYPO3",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Rozbeh Chiryai Sharahi"
}
],
"autoload": {
"psr-4": {
"Rozbehsharahi\\Tester3\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"Rozbehsharahi\\Tester3\\Tests\\": "Tests/"
}
},
"require": {
"php": "^7.4 || ^8.0",
"typo3/cms-core": "^11.5 || ^12",
"typo3/cms-backend": "^11.5 || ^12",
"typo3/cms-frontend": "^11.5 || ^12",
"typo3/cms-extensionmanager": "^11.5 || ^12",
"typo3/cms-install": "^11.5 || ^12",
"typo3/cms-rte-ckeditor": "^11.5 || ^12",
"typo3/cms-tstemplate": "^11.5 || ^12",
"typo3/cms-lowlevel": "^11.5 || ^12",
"typo3/cms-felogin": "^11.5 || ^12",
"typo3/cms-fluid-styled-content": "^11.5 || ^12",
"phpunit/phpunit": "^9 || ^10",
"phpstan/phpstan": "^1",
"ext-json": "*"
},
"config": {
"allow-plugins": {
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
}
}