Skip to content

Commit

Permalink
fixing pest version to adapt to the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Sep 16, 2024
1 parent 281e594 commit 7016665
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 @@ -16,8 +16,8 @@
},
"require-dev": {
"laravel/pint": "^1.17",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-type-coverage": "^3.0",
"pestphp/pest": "^2.0|^3.0",
"pestphp/pest-plugin-type-coverage": "^2.0|^3.0",
"spatie/laravel-ray": "^1.37",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^8.0|^9.0",
Expand Down

0 comments on commit 7016665

Please sign in to comment.