Skip to content

RobLoach/composer.deb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer Debian Package

Builds a Debian package to install and run Composer.

Usage

The first thing you must do is assemble Composer:

 $ make composer

Now that Composer is available, we can build the package:

 $ make package

This will create our Debian package, which we can now interact with:

$ ln *.deb
composer_1.0.0-alpha11_all.deb
$ sudo dpkg --install composer_1.0.0-alpha11_all.deb

If you want to use a different version of Composer you can override the COMPOSER_VERSION variable:

$ COMPOSER_VERSION=1.0.0-alpha9 make composer
$ COMPOSER_VERSION=1.0.0-alpha9 make package

Development

When changing the default target Composer version, make sure to update:

  • Makefile

About

About

Build a Debian package to install and use Composer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published