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

ci: test on php 8.0 (#308)

* PHP 8 support

* only php 8.0

* Merged to master

Co-authored-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
Kieran
2021-12-24 02:26:25 +00:00
committed by GitHub
parent 41fc223f96
commit 1c784a5c3d
2 changed files with 1 additions and 4 deletions

View File

@@ -15,9 +15,6 @@
"require": {
"php": ">=5.2"
},
"require-dev": {
"simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
},
"autoload": {
"psr-0": { "HTMLPurifier": "library/" },
"files": ["library/HTMLPurifier.composer.php"],