Skip to content

Remove symfony/process dependancy for now #26

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

Merged
merged 8 commits into from
Jun 6, 2018
Merged

Remove symfony/process dependancy for now #26

merged 8 commits into from
Jun 6, 2018

Conversation

kasparsd
Copy link
Contributor

@kasparsd kasparsd commented Jun 5, 2018

Fixes #24.

An alternative to #25.

cghooks Outdated
@@ -22,7 +22,7 @@ use BrainMaestro\GitHooks\Commands\ListCommand;
use BrainMaestro\GitHooks\Commands\HookCommand;
use Symfony\Component\Console\Application;

$application = new Application('Composer Git Hooks', git_version());
$application = new Application('Composer Git Hooks');
Copy link
Owner

Choose a reason for hiding this comment

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

Can you put the string '2.4.5'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@BrainMaestro
Copy link
Owner

Thanks for contributing and also spotting the issue! I think I will go with this one instead of the other because I don't want to require git and a new dependency just to see the version number.

@kasparsd kasparsd mentioned this pull request Jun 5, 2018
2 tasks
@BrainMaestro BrainMaestro merged commit 1bc14b8 into BrainMaestro:master Jun 6, 2018
@kasparsd kasparsd deleted the fix/23-no-process branch August 9, 2018 11:14
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