Skip to content

Commit 837b1ce

Browse files
jcPimcorekingjia90
authored andcommitted
[Task] Update PHPunit and Codeception (#598)
* [Task] Update PHPunit and Codeception * Re-add doctrine/dbal dependency in composer.json --------- Co-authored-by: JiaJia Ji <kingjia90@gmail.com> (cherry picked from commit d203078)
1 parent 8e4271f commit 837b1ce

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131
"require-dev": {
3232
"phpstan/phpstan": "2.1.40",
3333
"phpstan/phpstan-symfony": "^2.0",
34-
"phpunit/phpunit": "^10.5",
35-
"codeception/codeception": "^5.1.2",
34+
"phpunit/phpunit": "^12.5.23 || ^13.1.7",
35+
"codeception/codeception": "^5.3.5",
3636
"codeception/module-asserts": "^3.0",
37-
"codeception/module-symfony": "^3.8",
38-
"codeception/phpunit-wrapper": "^10"
37+
"codeception/module-symfony": "^3.8"
3938
},
4039
"autoload": {
4140
"psr-4": {

0 commit comments

Comments
 (0)