Skip to content

Commit fad9131

Browse files
author
ipranjal
committed
test: more testing with mutations
1 parent 911b535 commit fad9131

File tree

7 files changed

+544
-398
lines changed

7 files changed

+544
-398
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@
1818
"require": {
1919
"php": ">=8.1.0",
2020
"doctrine/dbal": "^4.0",
21-
"loophp/collection": "^7.0",
21+
"loophp/collection": "^7.5",
2222
"ramsey/uuid": "^4.3",
2323
"thecodingmachine/safe": "^2.5",
2424
"dunglas/doctrine-json-odm": "^1.4"
2525
},
2626
"require-dev": {
2727
"squizlabs/php_codesniffer": "3.7.2",
28-
"loophp/phpunit-iterable-assertions": "1.0.3",
2928
"doctrine/collections": "2.1.2",
3029
"phpstan/phpstan": "1.10.36",
3130
"phpmd/phpmd": "2.14.1",
32-
"pestphp/pest": "^2.4",
33-
"pestphp/pest-plugin-faker": "^2.0",
31+
"pestphp/pest": "^3.0",
32+
"pestphp/pest-plugin-faker": "^3.0",
3433
"thecodingmachine/phpstan-safe-rule": "^1.2",
3534
"rector/rector": "^0.18.13"
3635
},

0 commit comments

Comments
 (0)