We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f38f32 commit b9bc371Copy full SHA for b9bc371
2 files changed
composer.json
@@ -30,7 +30,7 @@
30
"require-dev": {
31
"cakephp/authorization": "^3.0",
32
"cakephp/cakephp-codesniffer": "^5.0",
33
- "phpunit/phpunit": "^10.1.0"
+ "phpunit/phpunit": "^10.1.0 <=10.5.3"
34
},
35
"autoload": {
36
"psr-4": {
tests/TestCase/Panel/DeprecationsPanelTest.php
@@ -17,6 +17,7 @@
17
use Cake\Event\Event;
18
use Cake\TestSuite\TestCase;
19
use DebugKit\Panel\DeprecationsPanel;
20
+
21
use function Cake\Core\deprecationWarning;
22
23
/**
0 commit comments