Updated change log

This commit is contained in:
Walter Dal Mut 2014-12-04 08:00:46 +01:00
parent adac0738cd
commit da685a0568
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# BC Breaks
* Build will returns the dpkg command instead print it to the user
* Removed internal autoloader -> use composer as a default

View file

@ -5,6 +5,20 @@
A simple debian packager for PHP applications
Get composer:
```
curl -sS http://getcomposer.org/installer | php
```
Install dependencies and autoloader
```
php composer.phar install
```
Use it:
```php
<?php