Skip to content

Commit

Permalink
fix: support pest 3
Browse files Browse the repository at this point in the history
  • Loading branch information
marijoo committed Oct 10, 2024
1 parent fc9ad6d commit 0ac469e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^6.1|^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"pestphp/pest": "^1.1|^2.35",
"pestphp/pest-plugin-laravel": "^1.1|^2.0",
"pestphp/pest": "^1.1|^2.35|^3.0",
"pestphp/pest-plugin-laravel": "^1.1|^2.0|^3.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0"
Expand Down

0 comments on commit 0ac469e

Please sign in to comment.