Skip to content

Commit

Permalink
update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Sep 1, 2022
1 parent 11fe3d2 commit a3e9656
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
.phpunit.result.cache
.php-version
/composer.lock
/infection.log

Expand Down
7 changes: 3 additions & 4 deletions composer.json
Expand Up @@ -19,13 +19,12 @@
"php": "^7.4|^8.0|^8.1"
},
"require-dev": {
"icanhazstring/composer-unused": "^0.7.5",
"infection/infection": "^0.25",
"icanhazstring/composer-unused": "^0.8",
"phpcompatibility/php-compatibility": "^9.3",
"phpro/grumphp": "^1.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^8.0 || ^9.0",
"roave/infection-static-analysis-plugin": "^1.8",
"roave/infection-static-analysis-plugin": "^1.18",
"squizlabs/php_codesniffer": "^3.4",
"symfony/var-dumper": "^4.2 || ^5.0",
"vimeo/psalm": "^4.4"
Expand All @@ -42,7 +41,7 @@
},
"scripts": {
"check-all": [
"composer unused",
"composer-unused",
"@cs-check",
"@test",
"@inspect",
Expand Down
4 changes: 2 additions & 2 deletions infection.json.dist
Expand Up @@ -8,8 +8,8 @@
"@default": true
},
"logs": {
"badge": {
"branch": "1.0.x"
"stryker": {
"badge": "1.0.x"
},
"text": "infection.log"
}
Expand Down

0 comments on commit a3e9656

Please sign in to comment.