Sander Visser
Sander Visser
So I made my own plugin to support this, which doesn't require any configuration and maintains the ability to normally update your packages even when you have packages linked. https://github.com/SanderSander/composer-link
> @SanderSander If I understand correctly your plugin allows to link packages and link them (by creating a symlink) _after_ they are installed. So your plugin first let Composer pull...
https://github.com/rmariuzzo/Laravel-JS-Localization/pull/172 I made a PR that fixes the problem
> @rmariuzzo Thank you very much for your fast response :) > > I suppose you should give the version a different tag on packagist, to ensure people re-download this...
I updated the PR because of the prev commit was reverted (This PR includes those changes). BTW, I think the original commit adds a feature, so instead releasing it as...
I tried to fix it but I''m not aware of a way to detect if the method truly exists
> Thats why the open source community struggles so much against Java and other technologies Isn't it the other way around? The open source community doesn't struggle. Microsoft struggles to...
@David-Engel > It's just a matter of getting it prioritized and funded. It would be so nice to use alpine based containers connecting to mssql containers, and mssql is a...
I have another commit that creates an `.studio` directory in the root of the project and copies the original packages to that directory. It solves the issue with the error...
I made everything better testable (first time with phpspec so suggestion are welcome). There are a few points of attention left. - Currently the Filesystem that is used from Composer...