1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-30 01:00:00 +02:00

Increase minimum requirement to PHP 5.6 (#331)

This commit is contained in:
Tim Düsterhus
2022-09-03 03:43:29 +02:00
committed by GitHub
parent 1b80051115
commit 1c2bae18e3
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.2"
"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"
},
"autoload": {
"psr-0": { "HTMLPurifier": "library/" },