Skip to content

rhymix/composer-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published