-
Notifications
You must be signed in to change notification settings - Fork 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
Allow to hide version #7
Conversation
@@ -9,7 +9,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) { | |||
require __DIR__.'/vendor/autoload.php'; | |||
} | |||
|
|||
$app = new Symfony\Component\Console\Application('PHP Legal Licenses', '1.1.0'); | |||
$app = new Symfony\Component\Console\Application('PHP Legal Licenses', '1.2.0'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ready to release 🚢
Hi, what's the status of this PR? Could anyone review it, @orediggerco, @JohnRiv? |
Hey @marmichalski, reviewing your PR now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Merged and added version v1.1.1. Thanks for your contribution, it's appreciated! |
Thanks. |
This PR add option
--hide-version
which allow to hide dependency version in generated file: