We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123bbf7 commit 2be986eCopy full SHA for 2be986e
1 file changed
composer.json
@@ -15,19 +15,19 @@
15
"license": "MIT",
16
"require": {
17
"php": "^8.3",
18
- "nunomaduro/pokio": "^0.1.1",
+ "nunomaduro/pokio": "^1.0.0",
19
"pestphp/pest-plugin": "^4.0.0",
20
- "phpstan/phpstan": "^1.12.24|^2.1.31",
21
- "tomasvotruba/type-coverage": "^1.0.0|^2.0.2"
+ "phpstan/phpstan": "^1.12.24|^2.1.46",
+ "tomasvotruba/type-coverage": "^1.0.0|^2.1.0"
22
},
23
"autoload": {
24
"psr-4": {
25
"Pest\\TypeCoverage\\": "src/"
26
}
27
28
"require-dev": {
29
- "pestphp/pest": "^4.1.3",
30
- "pestphp/pest-dev-tools": "^4.0.0"
+ "pestphp/pest": "^4.4.5",
+ "pestphp/pest-dev-tools": "^4.1.0"
31
32
"autoload-dev": {
33
0 commit comments