Skip to content

Commit

Permalink
Allow dev but prefer stable in global composer
Browse files Browse the repository at this point in the history
  • Loading branch information
gordalina committed Dec 12, 2020
1 parent 914b210 commit f847799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:

- name: Install Dependencies
run: |
composer global config minimum-stability dev
composer global config prefer-stable true
composer global require humbug/box
composer install --prefer-dist --no-dev
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
},
"bin": [
"bin/cachetool"
]
],
"minimum-stability": "dev"
}

0 comments on commit f847799

Please sign in to comment.