Skip to content

Commit 210585c

Browse files
committed
chore: point pestphp dependencies to ^5.0.0
1 parent 9b18501 commit 210585c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"require": {
1616
"php": "^8.4",
17-
"pestphp/pest-plugin": "^4.0.0"
17+
"pestphp/pest-plugin": "^5.0.0"
1818
},
1919
"autoload": {
2020
"psr-4": {
@@ -23,8 +23,8 @@
2323
},
2424
"require-dev": {
2525
"faissaloux/pest-plugin-inside": "^1.9",
26-
"pestphp/pest": "^4.0.0",
27-
"pestphp/pest-dev-tools": "^4.0.0"
26+
"pestphp/pest": "^5.0.0",
27+
"pestphp/pest-dev-tools": "^5.0.0"
2828
},
2929
"minimum-stability": "dev",
3030
"prefer-stable": true,

0 commit comments

Comments
 (0)