Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from peter279k/fix_deprecated_reflection
Browse files Browse the repository at this point in the history
Fix deprecated ReflectionType::__toString on php74
  • Loading branch information
DeGraciaMathieu authored Jul 1, 2020
2 parents 7906331 + 146a325 commit c17d337
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 144 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"mockery/mockery": "^0.9.9"
"mockery/mockery": "^1.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c17d337

Please sign in to comment.