Skip to content

Commit 121a53b

Browse files
committed
Update dependencies 🏷
1 parent 9684d67 commit 121a53b

File tree

3 files changed

+11511
-3
lines changed

3 files changed

+11511
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.php_cs.cache
44
.phpunit.result.cache
55
build
6-
composer.lock
76
coverage
87
docs
98
phpunit.xml

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
},
2424
"require-dev": {
2525
"brianium/paratest": "^6.3",
26+
"infection/infection": "^0.27.3",
2627
"laravel/pint": "^0.2.1",
2728
"nunomaduro/collision": "^6.0",
2829
"nunomaduro/larastan": "^2.0",
2930
"orchestra/testbench": "^8.0",
3031
"phpunit/phpunit": "^9.5",
31-
"roave/backward-compatibility-check": "^8.0",
32-
"roave/infection-static-analysis-plugin": "^1.25"
32+
"roave/backward-compatibility-check": "^8.0"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)