Skip to content

Commit

Permalink
[0.2.x] Use Pest 3 and update branch alias
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 19, 2024
1 parent 99f74bd commit e31aef7
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 @@ -24,7 +24,7 @@
},
"require-dev": {
"phpstan/phpstan": "^1.11",
"pestphp/pest": "^2.3",
"pestphp/pest": "^3.0",
"mockery/mockery": "^1.5",
"phpstan/phpstan-mockery": "^1.1"
},
Expand All @@ -42,7 +42,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "0.1.x-dev"
"dev-main": "0.2.x-dev"
}
},
"prefer-stable": true,
Expand Down

0 comments on commit e31aef7

Please sign in to comment.