Skip to content

Commit

Permalink
Add support phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
demyan112rv committed Jul 6, 2023
1 parent f2e4368 commit c3d80e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3,474 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea/
.DS_Store
.phpunit.result.cache
composer.lock
vendor/
build/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"guzzlehttp/guzzle": ">=4.1.4"
},
"require-dev": {
"phpunit/phpunit": ">=7.5.20 <10.0",
"phpunit/phpunit": ">=8.0 <11.0",
"php-coveralls/php-coveralls": ">=v2.0.0",
"phpstan/phpstan": ">=1.0 <3.0"
}
Expand Down
Loading

0 comments on commit c3d80e9

Please sign in to comment.