Skip to content

Commit 9f60de5

Browse files
committed
Update dev dependencies 🏷
1 parent 3e777e6 commit 9f60de5

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.github/workflows/infection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: composer install -n --prefer-dist
3131

3232
- name: Run infection
33-
run: ./vendor/bin/infection --test-framework=pest --show-mutations --min-msi=100 --min-covered-msi=100
33+
run: ./vendor/bin/infection --show-mutations --min-msi=100 --min-covered-msi=100

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,15 @@
2323
"spatie/laravel-package-tools": "^1.12"
2424
},
2525
"require-dev": {
26-
"brianium/paratest": "^6.3",
26+
"infection/infection": "^0.26.7",
2727
"laravel/pint": "^1.2",
2828
"mockery/mockery": "^1.4.4",
29-
"nunomaduro/collision": "^6.0",
29+
"nunomaduro/collision": "^6.0|^7.0",
3030
"nunomaduro/larastan": "^2.2",
3131
"orchestra/testbench": "^7.4|^8.0",
3232
"pestphp/pest": "^1.16",
33-
"phpunit/phpunit": "^9.5",
34-
"roave/backward-compatibility-check": "^7.0|^8.0",
35-
"roave/infection-static-analysis-plugin": "^1.25"
33+
"phpunit/phpunit": "^9.5|^10.0",
34+
"roave/backward-compatibility-check": "^7.0|^8.0"
3635
},
3736
"autoload": {
3837
"psr-4": {

infection.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"src"
66
]
77
},
8+
"testFramework": "pest",
89
"logs": {
910
"text": "php://stderr",
1011
"github": true

pint.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"binary_operator_spaces": {
1414
"default": "single_space",
1515
"operators": {"=>": null, "=": "align_single_space_minimal"}
16-
}
17-
},
18-
"exclude": [
19-
"src/Overrides"
20-
]
16+
},
17+
"no_superfluous_phpdoc_tags": false
18+
}
2119
}

0 commit comments

Comments
 (0)