Skip to content

Commit b0b7d1b

Browse files
committed
chore: prepares for 4.x
1 parent 0075aa8 commit b0b7d1b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
],
1515
"license": "MIT",
1616
"require": {
17-
"php": "^8.2",
18-
"phpstan/phpstan": "^1.12.21|^2.1.12",
19-
"tomasvotruba/type-coverage": "^1.0.0|^2.0.2",
20-
"pestphp/pest-plugin": "^3.0.0"
17+
"php": "^8.3",
18+
"phpstan/phpstan": "^2.1.12",
19+
"tomasvotruba/type-coverage": "^2.0.2",
20+
"pestphp/pest-plugin": "^4.0.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
2424
"Pest\\TypeCoverage\\": "src/"
2525
}
2626
},
2727
"require-dev": {
28-
"pestphp/pest": "^3.8.2",
29-
"pestphp/pest-dev-tools": "^3.4.0"
28+
"pestphp/pest": "^4.0.0",
29+
"pestphp/pest-dev-tools": "^4.0.0"
3030
},
3131
"minimum-stability": "dev",
3232
"prefer-stable": true,

0 commit comments

Comments
 (0)