Skip to content

rhymix/composer-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Composer Stub for Rhymix Third-Party Programs

Start your module with the following composer.json and add any other library you need. Libraries included with Rhymix Core will be skipped so that you can avoid duplicates and version conflicts.

{
  "config": {
    "optimize-autoloader": true,
    "prepend-autoloader": false
  },
  "require": {
    "rhymix/composer-stub": "dev-master"
  }
}

About

Composer Stub for Rhymix Modules

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors