Skip to content

Commit 1e1a7bf

Browse files
authored
Merge pull request #298 from pipedrive/fix-php85-pest-v3
Upgrade Pest to ^3.0 for PHP 8.5 compatibility
2 parents 0137344 + 5b10e91 commit 1e1a7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"guzzlehttp/psr7": "^2.0"
2424
},
2525
"require-dev": {
26-
"pestphp/pest": "^2.0",
26+
"pestphp/pest": "^3.0",
2727
"phpstan/phpstan": "^1.10"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)