Skip to content

Commit

Permalink
Add phpunit-bridge dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Mar 16, 2024
1 parent 41a3544 commit 149ad20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"require": {
"phpunit/phpunit": "^9.6 || ^10.0 || ^11.0",
"slevomat/coding-standard": "^8.15"
"slevomat/coding-standard": "^8.15",
"symfony/phpunit-bridge": "^6.4 || ^7.0"
},
"require-dev": {
"php": "^8.1",
Expand Down

0 comments on commit 149ad20

Please sign in to comment.