Skip to content

Commit

Permalink
Update Composer to 1.0-alpha9
Browse files Browse the repository at this point in the history
  • Loading branch information
gmckeever committed Jan 12, 2015
1 parent d4d88ed commit 96649c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/composer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module Autoparts
module Packages
class Composer < Package
name 'composer'
version '1.0.0-alpha8'
version '1.0.0-alpha9'
description 'Composer: PHP5 Dependency management'
category Category::DEVELOPMENT_TOOLS

source_url 'http://getcomposer.org/download/1.0.0-alpha8/composer.phar'
source_sha1 '6eefa41101a2d1a424c3d231a1f202dfe6f09cf8'
source_url 'http://getcomposer.org/download/1.0.0-alpha9/composer.phar'
source_sha1 '10fcb5a5694afa539df0237090db19e73bd35ed0'
source_filetype 'php'

depends_on 'php5'
Expand Down

0 comments on commit 96649c5

Please sign in to comment.