Skip to content

Commit de5fd9a

Browse files
committed
Merge 4.1
2 parents bb4e9f5 + a6b68a6 commit de5fd9a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"phpspec/prophecy-phpunit": "^2.2",
3131
"ramsey/uuid": "^4.7",
3232
"ramsey/uuid-doctrine": "^2.0",
33-
"phpunit/phpunit": "^11.2",
33+
"phpunit/phpunit": "11.5.x-dev",
3434
"symfony/type-info": "^7.3-dev"
3535
},
3636
"autoload": {
@@ -68,6 +68,10 @@
6868
{
6969
"type": "vcs",
7070
"url": "https://github.com/symfony/type-info"
71+
},
72+
{
73+
"type": "vcs",
74+
"url": "https://github.com/soyuka/phpunit"
7175
}
7276
]
7377
}

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<directory>./Tests/</directory>
99
</testsuite>
1010
</testsuites>
11-
<source>
11+
<source ignoreSuppressionOfDeprecations="true" ignoreIndirectDeprecations="false">
1212
<deprecationTrigger>
1313
<function>trigger_deprecation</function>
1414
</deprecationTrigger>

0 commit comments

Comments
 (0)