Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TastyIgniter module support #503

Merged
merged 2 commits into from Feb 17, 2022

Conversation

sampoyigi
Copy link
Contributor

Also did a bit of refactoring

Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com>
@@ -5,10 +5,11 @@
class TastyIgniterInstaller extends BaseInstaller
{
/** @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.

None yet

2 participants