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.
2 parents 1409880 + 86c4074 commit f675380Copy full SHA for f675380
2 files changed
.gitignore
@@ -12,3 +12,4 @@ coverage.xml
12
.php
13
.phpunit.cache
14
/.temp
15
+.temp
composer.json
@@ -17,7 +17,7 @@
17
"php": "^8.3",
18
"nunomaduro/pokio": "^0.1.0",
19
"pestphp/pest-plugin": "^4.0.0",
20
- "phpstan/phpstan": "^1.12.24|^2.1.18",
+ "phpstan/phpstan": "^1.12.24|^2.1.19",
21
"tomasvotruba/type-coverage": "^1.0.0|^2.0.2"
22
},
23
"autoload": {
0 commit comments