For some overview: https://groups.google.com/d/msg/silverstripe-dev/kHsCR2llQHQ/mLu_3yJNDuUJ What needs to be done is creating a Composer.JSON file in the root of your module: ``` { "name": "silverstripe/foo_project_name", "description": "foo_description", "type": "silverstripe-module", "keywords": ["silverstripe", "foo", "bar"], "authors": [ { "name": "Foo Bar", "email": "foo@bar.com" } ], "require": { "silverstripe/framework": "3.*" } } ``` And then submitting to https://packagist.org/packages/silverstripe/
For some overview: https://groups.google.com/d/msg/silverstripe-dev/kHsCR2llQHQ/mLu_3yJNDuUJ
What needs to be done is creating a Composer.JSON file in the root of your module:
And then submitting to https://packagist.org/packages/silverstripe/