-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
29 lines (29 loc) · 964 Bytes
/
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
{
"name": "silverstripe/recipe-reporting-tools",
"type": "silverstripe-recipe",
"description": "Add extra CMS reporting tools to your SilverStripe project",
"homepage": "https://www.silverstripe.org",
"license": "BSD-3-Clause",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/recipe-cms": "5.x-dev",
"silverstripe/externallinks": "3.x-dev",
"silverstripe/securityreport": "3.x-dev",
"silverstripe/sitewidecontent-report": "4.x-dev",
"bringyourownideas/silverstripe-maintenance": "3.x-dev",
"bringyourownideas/silverstripe-composer-update-checker": "4.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"symbiote/silverstripe-queuedjobs": "^5"
},
"extra": {
"project-files": []
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}