1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-09-02 18:32:48 +02:00

chore: Add support for PHP 8.3 (#382)

* Add PHP 8.3 to CI

* Allow PHP 8.3 in composer.json
This commit is contained in:
Tim Düsterhus
2023-08-24 17:15:30 +02:00
committed by GitHub
parent 6eb6123036
commit ab21ea735a
2 changed files with 2 additions and 2 deletions

View File

@@ -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",