15/04
                                    2013
                                
                            
                        
                         Wallogit.com
                    
                    2017 © Pedro Peláez
                    
                    
                    
                    
                
                
            
Composer installer for rampage-php framework modules
To make use of this installer add a dependency for it to your modules composer.json, (*1)
The modules package type should then be set to rampage-module., (*2)
Note: The following options are only available in the root package., (*3)
You may specify a custom modules directory for your application. Add the rampage.modules-dir
extras option to your project's composer.json file., (*4)
You may also customize the location of the modules definition file. To do so add the 
rampage.modules-config extras option to your project's composer.json file., (*5)
{
    "extra": {
        "rampage": {
            "modules-dir": "application/modules",
            "modules-config": "application/etc/modules.conf"
        }
    }
}