Skip to content

Commit 6b8653c

Browse files
committed
fix: make phpunit php8.2 compatible see: https://stitcher.io/blog/php-version-stats-january-2025
1 parent e338c49 commit 6b8653c

2 files changed

Lines changed: 329 additions & 211 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"guzzlehttp/guzzle": "7.9.3"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "12.1.4",
30+
"phpunit/phpunit": "^11.5.2",
3131
"symplify/easy-coding-standard": "12.5.16",
3232
"testcontainers/testcontainers": "1.0.2"
3333
},

0 commit comments

Comments
 (0)