-
- Downloads
Add phpcs dependency; fix coverage folder
... | ... | @@ -22,7 +22,8 @@ |
"require-dev": { | ||
"simplesamlphp/simplesamlphp-test-framework": "^1.2", | ||
"phpunit/phpunit": "^9.5", | ||
"psalm/plugin-phpunit": "^0.18.3" | ||
"psalm/plugin-phpunit": "^0.18.3", | ||
"squizlabs/php_codesniffer": "^3.7" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment