Ports: Update Composer to 2.3.4

This fixes some warnings when running with PHP 8.1.
This commit is contained in:
Jelle Raaijmakers 2022-04-08 01:22:17 +02:00 committed by Linus Groh
parent 3449745117
commit ada4f8d660
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`citron`](citron/) | Citron Programming Language | 0.0.9.3 | https://github.com/alimpfard/citron |
| [`cmake`](cmake/) | CMake | 3.23.0 | https://cmake.org/ |
| [`cmatrix`](cmatrix/) | cmatrix | 3112b12 | https://github.com/abishekvashok/cmatrix |
| [`composer`](composer/) | Composer | 2.1.3 | https://getcomposer.org/ |
| [`composer`](composer/) | Composer | 2.3.4 | https://getcomposer.org/ |
| [`coreutils`](coreutils/) | GNU core utilities | 9.0 | https://www.gnu.org/software/coreutils/ |
| [`cfunge`](cfunge/) | cfunge | 2bc4fb2 | https://github.com/VorpalBlade/cfunge/ |
| [`curl`](curl/) | curl | 7.82.0 | https://curl.se/ |

View file

@ -1,7 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=composer
version="2.1.3"
files="https://getcomposer.org/download/${version}/composer.phar composer.phar f8a72e98dec8da736d8dac66761ca0a8fbde913753e9a43f34112367f5174d11"
version="2.3.4"
files="https://getcomposer.org/download/${version}/composer.phar composer.phar 1fc8fc5b43f081fe76fa85eb5a213412e55f54a60bae4880bc96521ae482d6c3"
auth_type=sha256
depends=("php")