aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ezyang/htmlpurifier/composer.json')
-rw-r--r--vendor/ezyang/htmlpurifier/composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/ezyang/htmlpurifier/composer.json b/vendor/ezyang/htmlpurifier/composer.json
index d75582950..ed46bd5cf 100644
--- a/vendor/ezyang/htmlpurifier/composer.json
+++ b/vendor/ezyang/htmlpurifier/composer.json
@@ -13,7 +13,7 @@
}
],
"require": {
- "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
+ "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"cerdic/css-tidy": "^1.7 || ^2.0",
@@ -38,7 +38,8 @@
"repositories": [
{
"type": "vcs",
- "url": "https://github.com/ezyang/simpletest.git"
+ "url": "https://github.com/ezyang/simpletest.git",
+ "no-api": true
}
]
}