Skip to content

Commit 80162bb

Browse files
committed
#105512 Исправление composer.json
1 parent c31e66d commit 80162bb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,9 @@
4040
"cs": "php-cs-fixer fix --config .php-cs-fixer.php",
4141
"test": "vendor/bin/phpunit",
4242
"test-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-html coverage"
43-
4443
},
4544
"config": {
46-
"sort-packages": true,
47-
"allow-plugins": {
48-
"php-http/discovery": false
49-
}
45+
"sort-packages": true
5046
},
5147
"extra": {
5248
"laravel": {

0 commit comments

Comments
 (0)