Skip to content

Commit

Permalink
adding compatibility with Composer 2.2+ (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szasza authored Mar 17, 2024
1 parent 8165a45 commit 63f74ee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ runs:
COMPOSER_HOME: /tmp/.satis-build
run: |
mkdir /tmp/.satis-build
echo "{}" > /tmp/.satis-build/composer.json
cat << 'EOF' > /tmp/.satis-build/composer.json
{
"config": {
"allow-plugins": {
"composer/satis": true
}
}
}
EOF
composer g require composer/satis:dev-main --prefer-dist \
--no-cache --no-progress --no-interaction -o \
Expand Down

0 comments on commit 63f74ee

Please sign in to comment.