Skip to content

Commit deaf73f

Browse files
Merge pull request #462 from edgarsherman/fix/php8deprecations
fix: some php8 deprecation errors
2 parents 92ed303 + bb45d64 commit deaf73f

File tree

8 files changed

+1054
-532
lines changed

8 files changed

+1054
-532
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"ext-dom": "*"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0"
13+
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^8",
14+
"php-mock/php-mock-phpunit": "^2.6",
15+
"php-mock/php-mock": "^2.3"
1416
},
1517
"autoload": {
1618
"psr-4": {

0 commit comments

Comments
 (0)