We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9684d67 commit 121a53bCopy full SHA for 121a53b
.gitignore
@@ -3,7 +3,6 @@
3
.php_cs.cache
4
.phpunit.result.cache
5
build
6
-composer.lock
7
coverage
8
docs
9
phpunit.xml
composer.json
@@ -23,13 +23,13 @@
23
},
24
"require-dev": {
25
"brianium/paratest": "^6.3",
26
+ "infection/infection": "^0.27.3",
27
"laravel/pint": "^0.2.1",
28
"nunomaduro/collision": "^6.0",
29
"nunomaduro/larastan": "^2.0",
30
"orchestra/testbench": "^8.0",
31
"phpunit/phpunit": "^9.5",
- "roave/backward-compatibility-check": "^8.0",
32
- "roave/infection-static-analysis-plugin": "^1.25"
+ "roave/backward-compatibility-check": "^8.0"
33
34
"autoload": {
35
"psr-4": {
0 commit comments