We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ef12c commit 1d3fc0aCopy full SHA for 1d3fc0a
symfony/phpunit-bridge/7.3/manifest.json
@@ -0,0 +1,16 @@
1
+{
2
+ "add-lines": [
3
+ {
4
+ "file": "phpunit.dist.xml",
5
+ "content": " <bootstrap class=\"Symfony\\Bridge\\PhpUnit\\SymfonyExtension\">\n <parameter name=\"clock-mock-namespaces\" value=\"App\" />\n <parameter name=\"dns-mock-namespaces\" value=\"App\" />\n </bootstrap>",
6
+ "position": "after_target",
7
+ "target": "<extensions>",
8
+ "warn_if_missing": true
9
+ }
10
+ ],
11
+ "conflict": {
12
+ "phpunit/phpunit": "<10.0",
13
+ "symfony/framework-bundle": "<5.4"
14
+ },
15
+ "aliases": ["simple-phpunit"]
16
+}
0 commit comments