Skip to content

Commit

Permalink
Update dev dependencies 🏷
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rubel committed May 17, 2023
1 parent 3e777e6 commit 9f60de5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: composer install -n --prefer-dist

- name: Run infection
run: ./vendor/bin/infection --test-framework=pest --show-mutations --min-msi=100 --min-covered-msi=100
run: ./vendor/bin/infection --show-mutations --min-msi=100 --min-covered-msi=100
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@
"spatie/laravel-package-tools": "^1.12"
},
"require-dev": {
"brianium/paratest": "^6.3",
"infection/infection": "^0.26.7",
"laravel/pint": "^1.2",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.0",
"nunomaduro/collision": "^6.0|^7.0",
"nunomaduro/larastan": "^2.2",
"orchestra/testbench": "^7.4|^8.0",
"pestphp/pest": "^1.16",
"phpunit/phpunit": "^9.5",
"roave/backward-compatibility-check": "^7.0|^8.0",
"roave/infection-static-analysis-plugin": "^1.25"
"phpunit/phpunit": "^9.5|^10.0",
"roave/backward-compatibility-check": "^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions infection.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"src"
]
},
"testFramework": "pest",
"logs": {
"text": "php://stderr",
"github": true
Expand Down
8 changes: 3 additions & 5 deletions pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"binary_operator_spaces": {
"default": "single_space",
"operators": {"=>": null, "=": "align_single_space_minimal"}
}
},
"exclude": [
"src/Overrides"
]
},
"no_superfluous_phpdoc_tags": false
}
}

0 comments on commit 9f60de5

Please sign in to comment.