-
Notifications
You must be signed in to change notification settings - Fork 6
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
Co-oping with johnpbloch/wordpress, how? #60
Comments
Hello Leho! 😆 This is also a viktor-supported project. You could create a stub package (in form of 1 local |
Turns out no need for a fake package, it can be done in the main project. {
"name": "cxl/lehos-trick",
"description": "https://github.com/Automattic/wordbless/issues/60",
"require": {
"automattic/wordbless": "^0.4.1",
"johnpbloch/wordpress": "^6.1"
},
"provide": {
"roots/wordpress": "^6.0.2"
},
"config": {
"allow-plugins": {
"johnpbloch/wordpress-core-installer": true
}
}
}
|
Thanks I will test this and report back. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If my project is already using
johnpbloch/wordpress
as dependency, how's this going to work out? Seems like I would need to maintain a wordbless fork withroots/wordpress
swapped out? Or maybe some composer magic can sendroots/wordpress
to/dev/null
automatically 🤔The text was updated successfully, but these errors were encountered: