Skip to content

Add TastyIgniter module support#503

Merged
niksamokhvalov merged 2 commits intocomposer:mainfrom
sampoyigi:add-module-support
Feb 17, 2022
Merged

Add TastyIgniter module support#503
niksamokhvalov merged 2 commits intocomposer:mainfrom
sampoyigi:add-module-support

Conversation

@sampoyigi
Copy link
Contributor

Also did a bit of refactoring

Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
/** @var array<string, string> */
protected $locations = array(
protected $locations = [
'module' => 'app/{$name}/',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add a description (in README.md) and unit tests for tastyigniter-module.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All sorted now!

Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
@niksamokhvalov niksamokhvalov merged commit b8e490f into composer:main Feb 17, 2022
@sampoyigi sampoyigi deleted the add-module-support branch February 18, 2022 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants