We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6999c14 commit 2d0a387Copy full SHA for 2d0a387
.github/workflows/checks.yml
@@ -18,6 +18,9 @@ jobs:
18
run: |
19
sed -i -re 's/"require": \{/"minimum-stability": "dev","prefer-stable": true,"require": \{/' composer.json
20
cat composer.json
21
+
22
+ git config --local user.email "github@async-aws.com"
23
+ git config --local user.name "AsyncAWS Bot"
24
git commit -am "Allow unstable dependencies"
25
26
- name: Roave BC Check
0 commit comments