Skip to content

Commit 3108ccd

Browse files
author
Sven Hagemann
committed
Update minimum PHP requirements to version 7.3
In order to prepare for PHP8 I upgraded PHPUnit from version 5 to version 9. However PHPUnit has dropped PHP5 support. And I would argue that maybe we should too. I personally dont think that PHP 7.3 is a bad minimum requirement, if that means that we can support PHP8
1 parent d304b3c commit 3108ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"issues": "https://github.com/caxy/php-htmldiff/issues"
2020
},
2121
"require": {
22-
"php": ">=5.3.3",
22+
"php": ">=7.3",
2323
"ezyang/htmlpurifier": "^4.7",
2424
"kub-at/php-simple-html-dom-parser": "^1.7"
2525
},

0 commit comments

Comments
 (0)