rhymix/composer-stub

Composer Stub for Rhymix Third-Party Programs

dev-master 2024-08-21 01:16 UTC

This package is auto-updated.

Last update: 2024-08-21 01:16:29 UTC


README

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