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

Make it possible to configure additional extensions. #74

Merged
merged 3 commits into from
Dec 7, 2015

Conversation

veewee
Copy link
Contributor

@veewee veewee commented Dec 1, 2015

This PR will make it possible to specify additional extensions. These extensions can hook into the service container. This means it is possible to create your own set of tasks and/or event listeners.

Fixes #63

@veewee veewee changed the title Feature/extensions Make it possible to configure additional extensions. Make it possible to configure additional extensions. Dec 1, 2015
@@ -523,6 +524,41 @@ Following events are triggered during execution:
| grumphp.runner.complete | RunnerEvent | when all tasks succeed


## Extensions

You will propably have some custom tasks or event listeners that are not included in the default GrumPHP project.
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: probably

@aderuwe
Copy link
Contributor

aderuwe commented Dec 3, 2015

This needs a rebase, it looks like, after #73 was merged.

veewee added a commit that referenced this pull request Dec 7, 2015
Make it possible to configure additional extensions.
@veewee veewee merged commit 6f3e3c6 into phpro:master Dec 7, 2015
@veewee veewee deleted the feature/extensions branch February 9, 2016 09:40
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