Commit 06baac44 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Update composer from 1.10.9 to 1.10.10 (#4194)

parent 9998519f
......@@ -3,10 +3,10 @@ require 'package'
class Composer < Package
description 'Dependency Manager for PHP'
homepage 'https://getcomposer.org/'
version '1.10.9'
version '1.10.10'
compatibility 'all'
source_url 'https://github.com/composer/composer/archive/1.10.9.tar.gz'
source_sha256 '85f8a8562290d43e56cbf9aa1af49b3ec3120866b51e801904dfafdd7e5414ba'
source_url 'https://github.com/composer/composer/archive/1.10.10.tar.gz'
source_sha256 '1273b0e5b133e01adae830aeae31180a9f3a3e50d09bafe592d5c04b8722074e'
depends_on 'php74' unless File.exists? "#{CREW_PREFIX}/bin/php"
depends_on 'xdg_base'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment