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 a705271 commit 80f95b0Copy full SHA for 80f95b0
composer.json
@@ -29,7 +29,7 @@
29
"require-dev": {
30
"phpspec/prophecy-phpunit": "^2.2",
31
"symfony/serializer": "^6.4 || ^7.0",
32
- "phpunit/phpunit": "^11.2",
+ "phpunit/phpunit": "11.5.x-dev",
33
"symfony/validator": "^6.4 || ^7.0",
34
"symfony/http-kernel": "^6.4 || ^7.0"
35
},
@@ -63,5 +63,11 @@
63
64
"scripts": {
65
"test": "./vendor/bin/phpunit"
66
- }
+ },
67
+ "repositories": [
68
+ {
69
+ "type": "vcs",
70
+ "url": "https://github.com/soyuka/phpunit"
71
+ }
72
+ ]
73
}
phpunit.xml.dist
@@ -8,7 +8,7 @@
8
<directory>./Tests/</directory>
9
</testsuite>
10
</testsuites>
11
- <source>
+ <source ignoreSuppressionOfDeprecations="true" ignoreIndirectDeprecations="false" >
12
<deprecationTrigger>
13
<function>trigger_deprecation</function>
14
</deprecationTrigger>
0 commit comments