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:
@@ -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/" },
|
||||
|
Reference in New Issue
Block a user