Skip to content

Commit 5801482

Browse files
committed
Chore(deps) - Installed doctrine/deprecations flex recipe
1 parent bac9f7e commit 5801482

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

phpunit.xml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
</bootstrap>
5656
</extensions>
5757

58+
5859
<testsuites>
5960
<testsuite name="Unit">
6061
<directory>./tests/Unit/</directory>
@@ -92,5 +93,10 @@
9293
<directory>./src/Migrations</directory>
9394
<file>./src/Kernel.php</file>
9495
</exclude>
96+
97+
<deprecationTrigger>
98+
<method>Doctrine\Deprecations\Deprecation::trigger</method>
99+
<method>Doctrine\Deprecations\Deprecation::delegateTriggerToBackend</method>
100+
</deprecationTrigger>
95101
</source>
96102
</phpunit>

symfony.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@
2121
"version": "v2.10.1"
2222
},
2323
"doctrine/deprecations": {
24-
"version": "v0.5.3"
24+
"version": "1.1",
25+
"recipe": {
26+
"repo": "github.com/symfony/recipes",
27+
"branch": "main",
28+
"version": "1.0",
29+
"ref": "87424683adc81d7dc305eefec1fced883084aab9"
30+
}
2531
},
2632
"doctrine/doctrine-bundle": {
2733
"version": "2.14",

0 commit comments

Comments
 (0)