You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably it comes from question 1.. why don't just use some sort of provider class instead of ton of ucommentable json lines in composer.json ? I mean, in Laravel you can use like
| ---------------- | ---
| Version | 0.3/master
Question 1
I guess I'm missing the concept of this package even after reading its code.
I have created 3 projects
https://github.com/yurii-github/composer-config-plugin -- overrides your package for my tweaks purpose
https://github.com/yurii-github/test-config-plugin -- my demo plugin that uses extra data
https://github.com/yurii-github/test-config-plugin-project -- my demo project that uses test plugin
My expected behavior was
test-config-plugin
test-config-plugin
intest-config-plugin-project
it returns config array instead of cache file. Is it correct?
How to get whole config? This does not work
Question 2
Probably it comes from question 1.. why don't just use some sort of provider class instead of ton of ucommentable json lines in composer.json ? I mean, in Laravel you can use like
So, in your case it could be
but instead you introduce things like "?" and "$"
what am I doing wrong?
regards
The text was updated successfully, but these errors were encountered: