Map-based autoloader across php and phar resources

⌈⌋ ⎇ branch:  Canonic Autoloader


Update of "Composer"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 0a11a61eb062f0feb3c0d84e233c54de32e518d8
Page Name:Composer
Date: 2014-03-19 01:17:11
Original User: mario
Mimetype:text/x-markdown
Content

Composer binding

To auto-update shared.phar alongside the default autoloader, just add a post-install-cmd to your composer.json:

{
    "scripts": {
        "post-install-cmd": [
            "./vendor/shared.phar"
        ]
    }
}