-
Notifications
You must be signed in to change notification settings - Fork 9
Update type to wordpress-plugin #37
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
Conversation
|
@jmichaelward not sure how to write the testing instructions for this one? |
I messaged you in Slack about this, but letting you know here, too, that I added testing instructions above. |
jmichaelward
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's unclear whether we need a version bump right now, but I'd assume not and that this is probably just an administrative change that will go out with the next release.
|
I ran into an error while running |
@michelle-bauer I can help walk you through it. My assumption is that you don't have an SSH key attached to your GitHub account, so the |
|
@jmichaelward I may just be doing it wrong. Here's the error I am getting: I'd love to walk through the testing steps together in the am. |
Agreed. |
Hi @michelle-bauer I think this has something to do with the PHP version, are you using 8 ? You can try updating composer, first try Happy to have a call anytime to go through it together |
|
Ah, that worked! Thanks, Sherif! 🎉 |
Description
This PR fixes gravityforms/backlog#386 by updating the package type to wordpress-plugin
Testing Instructions
composer.jsonfile with the following contents:composer install.composer.lockfile and avendordirectory. The vendor directory should contain a directory namedgravityforms, which itself contains a directory namedgravityformscli, which contains the contents of this repository.rm --rf vendor composer.lockin the command line.composer require gravityforms/gravityformscli:dev-fix-386-package-type.vendordirectory and awp-contentdirectory. Thewp-contentdirectory should contain thegravityformsclipackage within thepluginsdirectory.