Skip to content
Snippets Groups Projects
Verified Commit 7dea404c authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

build: fix invalid version constraint

parent 4dd401dc
No related branches found
No related tags found
1 merge request!3improve into wp-hook and some additional unfinished things
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
"wpdesk/wp-basic-requirements": "Enables your plugin to check an environment requirement before instantiation, e.g. PHP version or active plugins" "wpdesk/wp-basic-requirements": "Enables your plugin to check an environment requirement before instantiation, e.g. PHP version or active plugins"
}, },
"conflict": { "conflict": {
"wpdesk/wp-basic-requirements": "<3, >=4" "wpdesk/wp-basic-requirements": "<3 >=4"
}, },
"scripts": { "scripts": {
"test": "vendor/bin/phpunit --bootstrap tests/bootstrap.php ./tests" "test": "vendor/bin/phpunit --bootstrap tests/bootstrap.php ./tests"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment