-
Notifications
You must be signed in to change notification settings - Fork 17
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
Move command over to new v2 structure #21
Conversation
fixes #20 |
@szepeviktor Ives if github don't catch this then this will be reference for @schlessera 😄 |
composer.json
Outdated
@@ -15,9 +15,33 @@ | |||
"role": "Developer" | |||
}], | |||
"require": { | |||
"php": ">=5.3.0" | |||
"php": ">=5.4", | |||
"wp-cli/extension-command": "2", |
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.
This is a testing requirement, it should be moved into "require-dev"
section.
Ah, clicked on the request review button too fast... @wojsmol Please make the following additional changes:
|
I'm temporally using in tests this link /~https://github.com/wojsmol/wp-super-cache-cli/archive/tov2.zip |
Fix tests in PR
Thank you @swissspidy 😄 |
fixes #20
test results from my fork https://travis-ci.com/wojsmol/wp-super-cache-cli.