Skip to content

Commit

Permalink
chore: allow phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Feb 6, 2023
1 parent 2c878d2 commit 7988f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
composer.lock
vendor
.php_cs.cache
.phpunit.result.cache

# Ignore files created during tests
/cov/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"doctrine/phpcr-odm": "^1.3",
"jackalope/jackalope-doctrine-dbal": "^1.5",
"monolog/monolog": "^1.25.1 || ^2.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.0",
"symfony/doctrine-bridge": "^4.4 || ^5.4 || ^6.0",
"symfony/monolog-bridge": "^4.4 || ^5.4 || ^6.0",
"symfony/monolog-bundle": "^3.2",
Expand Down

0 comments on commit 7988f4d

Please sign in to comment.