Composer 2.8.11 => 2.8.12 (#12902)

This commit is contained in:
Ed Reel
2025-09-23 16:22:55 -05:00
committed by GitHub
parent cdb0a06488
commit ead014d4c3
3 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# Total size: 3124413
# Total size: 3125377
/usr/local/bin/composer
/usr/local/etc/env.d/10-composer

View File

@@ -1,3 +1,3 @@
# Total size: 3124413
# Total size: 3125377
/usr/local/bin/composer
/usr/local/etc/env.d/10-composer

View File

@@ -3,11 +3,11 @@ require 'package'
class Composer < Package
description 'Dependency Manager for PHP'
homepage 'https://getcomposer.org/'
version '2.8.11'
version '2.8.12'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url "https://github.com/composer/composer/releases/download/#{version}/composer.phar"
source_sha256 '257a969e9a9d27e0e45cfe954835c17a76033ba84a388e0f472db83eded65a8b'
source_sha256 'f446ea719708bb85fcbf4ef18def5d0515f1f9b4d703f6d820c9c1656e10a2f2'
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"
depends_on 'xdg_base'