8000 Add dependency on phpunit-bridge for class exists mock · symfony/symfony@190c0d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 190c0d0

Browse files
committed
Add dependency on phpunit-bridge for class exists mock
1 parent b0d2ee6 commit 190c0d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Translation/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"symfony/service-contracts": "^1.1.2|^2|^3",
3434
"symfony/yaml": "^5.4|^6.0",
3535
"symfony/finder": "^5.4|^6.0",
36-
"psr/log": "^1|^2|^3"
36+
"psr/log": "^1|^2|^3",
37+
"symfony/phpunit-bridge": "^5.4|^6.0"
3738
},
3839
"conflict": {
3940
"symfony/config": "<5.4",

0 commit comments

Comments
 (0)
0