aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2025-09-15 07:40:54 -0400
committerGravatar GitHub <noreply@github.com> 2025-09-15 13:40:54 +0200
commit8619ae07791e11a412d9ba5ecd9b4c33cb81bb48 (patch)
treefb87bd9aabeca6376a600060c6a52f69a7ff7ca2
parentbb56f59fcf245c00ce7738f077955a3b2ca42606 (diff)
Bump composer version from 2.5.2 to 2.8.11 (#7966)
Version 2.5.2 was released Feb 4th, 2023. Version 2.8.11 was released Aug 21st, 2025.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57aa76cd7..5b9871614 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ test: bin/phpunit ## Run the test suite
bin/composer:
mkdir -p bin/
- wget 'https://raw.githubusercontent.com/composer/getcomposer.org/9e43d8a9b16fffa4dc9b090b9104dab7d815424a/web/installer' -O - -q | php -- --quiet --install-dir='./bin/' --filename='composer'
+ wget 'https://raw.githubusercontent.com/composer/getcomposer.org/a5abae68b349213793dca4a1afcaada0ad11143b/web/installer' -O - -q | php -- --quiet --install-dir='./bin/' --filename='composer'
# building any of these builds them all
vendor/bin/phpunit vendor/bin/phpcs vendor/bin/phpcbf vendor/bin/phpstan &: bin/composer