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
Here is Matthew from Germany. Believe me, in many years I have gained a lot of experience regarding modern development in the ecosystem of WordPress. It is always difficult for developers to maintain multiple plugins. I have an Open-Source solution for all developers out there: WP React Starter. WP React Starter is built on top of all modern web development tools ported to the WordPress economy.
Why do I open this issue?
I just ran into the problem that there can be different dependency versions between plugins (in relation to Composer). I have found your solution and think:
Lets marriage imposter with wp-react-starter
Are you open to work together to make this work? Due to the fact that WP React Starter is working a lot with traits I need to get this work before I implement it into my open source project. Reference: #111
Please let me know what you think!
The text was updated successfully, but these errors were encountered:
If you control all the plugins, making all plugins use the same package version is a better choice (i.e: let the root composer.json determine which version to install)
Thanks for your words. The last few days I intensively worked on scoping WordPress plugins and found an ultimative way of doing this. I introduced PHP-Scoper to my boilerplate as imposter did not work for me (one reason was #151).
If you or someone else is interested, the boilerplate documentation can be found here.
Hi!
Here is Matthew from Germany. Believe me, in many years I have gained a lot of experience regarding modern development in the ecosystem of WordPress. It is always difficult for developers to maintain multiple plugins. I have an Open-Source solution for all developers out there: WP React Starter. WP React Starter is built on top of all modern web development tools ported to the WordPress economy.
Why do I open this issue?
I just ran into the problem that there can be different dependency versions between plugins (in relation to Composer). I have found your solution and think:
Lets marriage
imposter
withwp-react-starter
Are you open to work together to make this work? Due to the fact that WP React Starter is working a lot with
trait
s I need to get this work before I implement it into my open source project. Reference: #111Please let me know what you think!
The text was updated successfully, but these errors were encountered: