Skip to content

Commit

Permalink
Fix the installation of PHPUnit Bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Dec 4, 2023
1 parent 795efd1 commit 2c2c0cb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"symfony/css-selector": "^7.0",
"symfony/debug-bundle": "^7.0",
"symfony/maker-bundle": "^1.36",
"symfony/phpunit-bridge": "^7.0",
"symfony/phpunit-bridge": "7.0.x-dev as 7.0.1",
"symfony/stopwatch": "^7.0",
"symfony/web-profiler-bundle": "^7.0"
},
Expand Down
27 changes: 18 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c2c0cb

Please sign in to comment.