Skip to content

Commit a499352

Browse files
authored
Use version of lib-asserts which fixes the assertions for newer phpunit versions (#30)
1 parent c58281f commit a499352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"require": {
2525
"php": "^8.1",
2626
"codeception/codeception": "*@dev",
27-
"codeception/lib-asserts": "^2.0"
27+
"codeception/lib-asserts": "^2.2"
2828
},
2929
"conflict": {
3030
"codeception/codeception": "<5.0"

0 commit comments

Comments
 (0)