1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:47:34 +00:00

Ports/composer: Update composer to version 2.5.8

This commit is contained in:
EWouters 2023-09-01 18:48:48 +02:00 committed by Jelle Raaijmakers
parent 4e3aea7966
commit 0d47391ebc
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='composer'
version='2.4.3'
version='2.5.8'
files=(
"https://getcomposer.org/download/${version}/composer.phar#26d72f2790502bc9b22209e1cec1e0e43d33b368606ad227d327cccb388b609a"
"https://getcomposer.org/download/${version}/composer.phar#f07934fad44f9048c0dc875a506cca31cc2794d6aebfc1867f3b1fbf48dce2c5"
)
depends=(
'php'