Skip to content

Commit bf4ae48

Browse files
authored
Merge pull request #24 from jchodzicki/master
Feature: Add support for PHP 8; Change phpunit to 9.5
2 parents 89e48f8 + 58d50a4 commit bf4ae48

File tree

7 files changed

+1344
-468
lines changed

7 files changed

+1344
-468
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
],
1515
"description": "PHP Class implementation of LZ-String javascript.",
1616
"require": {
17-
"php": ">=5.3.0"
17+
"php": ">=5.4"
1818
},
1919
"require-dev": {
2020
"monolog/monolog": "^1.17",
21-
"phpunit/phpunit": "~5.1"
21+
"phpunit/phpunit": "~9.5"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)