summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticResultFormats/composer.json')
-rw-r--r--www/wiki/extensions/SemanticResultFormats/composer.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/www/wiki/extensions/SemanticResultFormats/composer.json b/www/wiki/extensions/SemanticResultFormats/composer.json
index 2c3ace08..abb877c5 100644
--- a/www/wiki/extensions/SemanticResultFormats/composer.json
+++ b/www/wiki/extensions/SemanticResultFormats/composer.json
@@ -44,14 +44,16 @@
"source": "https://github.com/SemanticMediaWiki/SemanticResultFormats"
},
"require": {
- "php": ">=5.6.0",
+ "php": ">=7.0",
"composer/installers": "1.*,>=1.0.1",
"mediawiki/semantic-media-wiki": "~3.0",
"nicmart/tree": "^0.2.7",
"data-values/geo": "~4.0|~3.0|~2.0",
- "symfony/css-selector": "^3.3"
+ "symfony/css-selector": "^3.3",
+ "mediawiki/mermaid": "~2.1"
},
"suggest": {
+ "phpoffice/phpspreadsheet": "Required for 'format=spreadsheet'",
"phpoffice/phpexcel": "Required for 'format=excel'",
"mediawiki/graph-viz": "Required for 'format=graph' and 'format=process'"
},
@@ -71,13 +73,14 @@
},
"extra": {
"branch-alias": {
- "dev-master": "3.0.x-dev"
+ "dev-master": "3.1.x-dev"
}
},
"config": {
"process-timeout": 0
},
"scripts":{
+ "test": "php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist",
"phpunit": "php ../../tests/phpunit/phpunit.php -c phpunit.xml.dist",
"integration": "composer phpunit -- --testsuite=semantic-result-formats-integration"
}