Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 447 Bytes

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"
  }
}