Skip to content

Commit 24ce78a

Browse files
j-fulbrightanannson
authored andcommitted
v9.. laravel 9 update
1 parent 0bf4eef commit 24ce78a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
],
2727
"require-dev": {
2828
"phpunit/phpunit": "^10.0|^11.0",
29-
"orchestra/testbench": "^8.0|^9.0"
29+
"orchestra/testbench": "^8.0|^9.0",
30+
"codacy/coverage": "dev-master"
3031
},
3132
"autoload": {
3233
"psr-4": {
@@ -35,7 +36,7 @@
3536
},
3637
"autoload-dev": {
3738
"psr-4": {
38-
"Askedio\\Tests\\" : "tests"
39+
"Askedio\\Tests\\": "tests"
3940
}
4041
},
4142
"extra": {

0 commit comments

Comments
 (0)