Update dependencies for PHP 8
Showing
+17 -26
... | ... | @@ -40,8 +40,8 @@ |
"php": "^7|^8" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^6|^7", | ||
"vimeo/psalm": "^1|^2|^3" | ||
"phpunit/phpunit": "^6|^7|^8|^9", | ||
"vimeo/psalm": "^1|^2|^3|^4" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment