indeyets / appserver-in-php

Generic HTTP applications approach for PHP5.3+ (inspired by Rack and WSGI)
BSD 3-Clause "New" or "Revised" License
291 stars 23 forks source link

Composer packaging #19

Closed bergie closed 12 years ago

bergie commented 12 years ago

In addition the git repository needs to be registered at Packagist, and a new release tagged.

igorw commented 12 years ago

Nice one. You can also add a "bin" key with an array of binaries that will be symlinked to the main project's vendor/bin.

{
    ...
    "bin": ["bin/aip"]
}