doc.silverstripe.org/composer.json
Ingo Schommer 5ef4827762 Update deps to PHP 7.3
I've deployed prod to PHP 7.3 yesterday, but cron jobs are breaking in dynamodb,
because there's a newer version that's compat with PHP 7.3 (and SS 3.7).
The constraints were set a bit too tightly.

Note that this also pulls in a new release of silverstripe/toolbar
which updates it's own deps to be PHP 7.3 compat:
https://github.com/silverstripe/silverstripe-globaltoolbar/releases/tag/4.2.2
2019-07-09 11:36:37 +12:00

29 lines
694 B
JSON

{
"name": "silverstripe/doc.silverstripe.org",
"description": "The source code behind doc.silverstripe.org",
"require": {
"ext-gd": "*",
"ext-mbstring": "*",
"silverstripe/docsviewer": "^2.0",
"silverstripe/framework": "~3.6",
"silverstripe/toolbar": "^4.2",
"silverstripe/dynamodb": "^3",
"mandrew/silverstripe-quickfeedback": "^0.2",
"silverstripe/raygun": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "~3.7@stable"
},
"repositories": [
{
"type": "vcs",
"url": "git://github.com/silverstripe/silverstripe-globaltoolbar.git"
}
],
"config": {
"process-timeout": 600
},
"minimum-stability": "dev",
"prefer-stable": true
}