You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to be compatible with PHP8 we had to upgrade some vendor packages.
9
+
10
+
Since these vendor packages have dropped support for older versions of PHP we had todo the same, therefore this version is not compatible anymore with PHP versions prior to 7.3.
11
+
12
+
In case you are not able to upgrade your PHP version, please pin version v0.1.9 of php-htmldiff in your composer config.
13
+
14
+
### Changes:
15
+
16
+
- Fixed the keywords that made this version incompatible with PHP8
17
+
- Upgraded PHPUnit dependencies with a PHP8 compatible version
0 commit comments