requirement class is no longer needed
parent
e6999847
No related branches found
No related tags found
Pipeline
#8080
failed
with stages
in
2 minutes and 58 seconds
Stage: tools
Stage: tests
Stage: pre-deploy
Stage: deploy
... | @@ -7,8 +7,7 @@ | ... | @@ -7,8 +7,7 @@ |
} | } | ||
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.5", | "php": ">=5.5" | ||
"wpdesk/wp-basic-requirements": "^2.0" | |||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "<7", | "phpunit/phpunit": "<7", | ||
... | ... |
Please register or sign in to comment