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 022d0eb + a391ada commit d6b5c0eCopy full SHA for d6b5c0e
composer.json
@@ -4,8 +4,8 @@
4
"tempest/framework": "dev-main"
5
},
6
"require-dev": {
7
- "phpunit/phpunit": "^10.2",
8
- "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^10.2 || ^11.5",
+ "phpstan/phpstan": "^2.0",
9
"friendsofphp/php-cs-fixer": "^3.21",
10
"symfony/var-dumper": "^7.1"
11
@@ -32,7 +32,7 @@
32
"@php ./tempest discovery:generate",
33
"rm -r .github"
34
],
35
- "post-package-update": [
+ "post-autoload-dump": [
36
"@php ./tempest discovery:generate"
37
38
"phpunit": "vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
0 commit comments