Composer 2.9.1 => 2.9.2 (#13568)

This commit is contained in:
Ed Reel
2025-11-22 20:09:19 -06:00
committed by GitHub
parent 5f207882c6
commit 6ca24de64a
3 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,3 +1,3 @@
# Total size: 3249783
# Total size: 3281663
/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.9.1'
version '2.9.2'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url "https://github.com/composer/composer/releases/download/#{version}/composer.phar"
source_sha256 '1f9c85291820f8496ca95cd49028002db328e7fa99b4f548e8afa7f6774540f7'
source_sha256 '471f2d857abf0ec18af7b055e61472214d91adb24f9bdbbb864c1c64faad7dd6'
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"
depends_on 'xdg_base'