Skip to content

Commit ec38d30

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 5023ebf commit ec38d30

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install dependencies
4646
run: |
47-
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"
47+
composer update --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"
4848
env:
4949
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
5050

composer.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@
4242
"nova": { "type": "composer", "url": "https://nova.laravel.com" }
4343
},
4444
"config": {
45-
"sort-packages": true,
4645
"allow-plugins": {
4746
"pestphp/pest-plugin": true
48-
}
47+
},
48+
"preferred-install": {
49+
"*": "auto"
50+
},
51+
"sort-packages": true
4952
},
5053
"extra": {
5154
"laravel": {

0 commit comments

Comments
 (0)