-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1.35 KB
/
composer.json
File metadata and controls
37 lines (37 loc) · 1.35 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
{
"name": "netresearch/typo3-ci-workflows",
"description": "Centralized dev-dependencies, configs, and CI tooling for Netresearch TYPO3 extensions",
"type": "library",
"license": "MIT",
"require": {
"a9f/typo3-fractor": "^0.5",
"captainhook/captainhook": "^5.28",
"captainhook/hook-installer": "^1.0",
"friendsofphp/php-cs-fixer": "^3.65",
"infection/infection": "^0.29 || ^0.30 || ^0.31 || ^0.32",
"nikic/php-fuzzer": "^0.0.11",
"overtrue/phplint": "^9.5",
"php": "^8.2",
"phpat/phpat": "^0.12",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"rector/rector": "^2.0",
"saschaegerer/phpstan-typo3": "^2.0 || ^3.0",
"ssch/typo3-rector": "^3.0",
"typo3/testing-framework": "^8.0 || ^9.0"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"a9f/fractor-extension-installer": true,
"captainhook/hook-installer": true,
"infection/extension-installer": true,
"phpstan/extension-installer": true,
"typo3/class-alias-loader": true,
"typo3/cms-composer-installers": true
}
}
}