Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Commit 5f8864d

Browse files
author
Steven Rombauts
committed
Add koowa-component.xml requirement to README
1 parent 7e3b97b commit 5f8864d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ The following settings are required to make your component installable through C
6161

6262
* The `type` directive must be set to `nooku-component`.
6363
* You must make sure to require the `nooku/installer` package so that Composer knows how to handle your package.
64+
* Every Nooku Component should include a `koowa-component.xml` manifest file. You can get an example from our [activities component](https://github.com/nooku/nooku-activities/blob/master/koowa-component.xml).
6465
* You must include the `autoload` directive. You do not, however, need to include the `autoload.php` file yourself. The plugin will autogenerate it for you if it's not found in the repository.
6566

6667
You can now publish your component on [Packagist](http://packagist.org) or [add your own repository](https://getcomposer.org/doc/05-repositories.md#vcs) to your Joomla's composer.json file. Your component can then be installed using the `composer install` command.

0 commit comments

Comments
 (0)