Skip to content

Commit

Permalink
Merge pull request #462 from edgarsherman/fix/php8deprecations
Browse files Browse the repository at this point in the history
fix: some php8 deprecation errors
  • Loading branch information
sujitharamadass authored Nov 17, 2022
2 parents 92ed303 + bb45d64 commit deaf73f
Show file tree
Hide file tree
Showing 8 changed files with 1,054 additions and 532 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"ext-dom": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0"
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^8",
"php-mock/php-mock-phpunit": "^2.6",
"php-mock/php-mock": "^2.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit deaf73f

Please sign in to comment.