Skip to content

Commit

Permalink
Merge pull request #1462 from ciaranmcnulty/bump-phpunit
Browse files Browse the repository at this point in the history
Require a more recent PHPUnit
  • Loading branch information
ciaranmcnulty committed Jan 19, 2024
2 parents a831de0 + 636b3c8 commit de66ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},

"require-dev": {
"behat/behat": "^3.3",
"behat/behat": "^3.14",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
"phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
"phpunit/phpunit": "^9.0 || ^10.0",
"vimeo/psalm": "^4.3 || ^5.2",
"bamarni/composer-bin-plugin": "^1.8"
},
Expand Down

0 comments on commit de66ccc

Please sign in to comment.