maglnet / ComposerRequireChecker

A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies
MIT License
872 stars 70 forks source link

Add export-ignore entries to .gitattributes #530

Closed VincentLanglet closed 4 months ago

VincentLanglet commented 4 months ago

Hi @Ocramius,

Seems like there is no export-ignore directive in this repo. I tried to add some.

VincentLanglet commented 4 months ago

We should probably also add composer.lock to this list.

Done

Ocramius commented 4 months ago

The simulated merges are really messing with CI here @_@

I think the patch is fine, just wondering about its build status: could you rebase on 4.10.x, please?

Ocramius commented 4 months ago

Never mind, saw that #512 fixed this already.

Merging here - will fix-up if something breaks.

Ocramius commented 4 months ago

Thanks @VincentLanglet!