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 bin to .gitattributes #3730

Closed
wants to merge 1 commit into from
Closed

Conversation

reedy
Copy link
Contributor

@reedy reedy commented Nov 11, 2019

Needs symfony/console from require-dev so most composer includes probably don't want these files :)

Q A
Type bug
BC Break no

Needs symfony/console from `require-dev` so most composer includes probably don't want these files :)
@andrew-demb
Copy link
Contributor

andrew-demb commented Nov 11, 2019

I think we should check what we can change to skip composer warning about missed bin (specified in composer.json) before merge.

Base automatically changed from master to 4.0.x January 22, 2021 07:44
@@ -5,6 +5,7 @@
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/bin export-ignore
Copy link
Member

Choose a reason for hiding this comment

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

This way, the CLI utils will be only available during the development of the DBAL itself but not to other projects. See #3956 for example.

@morozov morozov closed this Jul 8, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants