updater-composer-2.8.11 — composer → 2.8.11 (#12604)

* Add unbuilt composer to updater-composer-2.8.11

* updater-composer-2.8.11: Build Run on linux/arm/v7.

* updater-composer-2.8.11: Build Run on linux/amd64.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-22 12:05:09 +10:00
committed by GitHub
parent 55d18c4ca3
commit 960f9ccea4
3 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -1,2 +1,3 @@
# Total size: 3124413
/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.10'
version '2.8.11'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url "https://github.com/composer/composer/releases/download/#{version}/composer.phar"
source_sha256 '28dbb6bd8bef31479c7985b774c130a8bda37dbe63c35b56f6cb6bc377427573'
source_sha256 '257a969e9a9d27e0e45cfe954835c17a76033ba84a388e0f472db83eded65a8b'
depends_on 'php83' unless File.exist? "#{CREW_PREFIX}/bin/php"
depends_on 'xdg_base'