Skip to content

Commit ab3e670

Browse files
authored
Add empty config object in composer.json
1 parent 4c9628a commit ab3e670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"test": "./vendor/bin/testbench package:test --no-coverage",
4747
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
4848
},
49-
"config": [],
49+
"config": {
50+
},
5051
"extra": {
5152
"laravel": {
5253
"providers": [

0 commit comments

Comments
 (0)