Skip to content

Commit 6afc428

Browse files
committed
Add missing dependency
We use it in one of our classes, that we should be able to statically analyze or test.
1 parent 63ca45b commit 6afc428

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"symfony/property-info": "^5.4 || ^6.0 || ^7.0",
5959
"symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0",
6060
"symfony/security-bundle": "^5.4 || ^6.0 || ^7.0",
61+
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0",
6162
"symfony/string": "^5.4 || ^6.0 || ^7.0",
6263
"symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0",
6364
"symfony/validator": "^5.4 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)