Skip to content

Commit b9bc371

Browse files
committed
adjust phpunit version
1 parent 8f38f32 commit b9bc371

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require-dev": {
3131
"cakephp/authorization": "^3.0",
3232
"cakephp/cakephp-codesniffer": "^5.0",
33-
"phpunit/phpunit": "^10.1.0"
33+
"phpunit/phpunit": "^10.1.0 <=10.5.3"
3434
},
3535
"autoload": {
3636
"psr-4": {

tests/TestCase/Panel/DeprecationsPanelTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use Cake\Event\Event;
1818
use Cake\TestSuite\TestCase;
1919
use DebugKit\Panel\DeprecationsPanel;
20+
2021
use function Cake\Core\deprecationWarning;
2122

2223
/**

0 commit comments

Comments
 (0)