Skip to content

Commit 821008e

Browse files
committed
💚 Fix Dependencies
1 parent af8fe5f commit 821008e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"wrapper"
1111
],
1212
"type": "library",
13-
"minimum-stability": "dev",
13+
"minimum-stability": "stable",
1414
"require": {
1515
"php": "^8.1",
1616
"ext-json": "*",
@@ -26,7 +26,7 @@
2626
"larastan/larastan": "^2.9.2",
2727
"laravel/pint": "^1.13",
2828
"pestphp/pest": "^2",
29-
"pestphp/pest-plugin-type-coverage": "2.x-dev"
29+
"pestphp/pest-plugin-type-coverage": "^2.8.3"
3030
},
3131
"license": "MIT",
3232
"authors": [

0 commit comments

Comments
 (0)