Skip to content
Snippets Groups Projects

1.x

Merged Bartek Jaskulski requested to merge 1.x into review
1 file
+ 9
1
Compare changes
  • Side-by-side
  • Inline
+ 9
1
@@ -45,7 +45,10 @@
@@ -45,7 +45,10 @@
"phpunit/phpunit": "^8 || ^9",
"phpunit/phpunit": "^8 || ^9",
},
},
"suggest": {
"suggest": {
"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"
@@ -55,5 +58,10 @@
@@ -55,5 +58,10 @@
},
},
"scripts": {
"scripts": {
"test": "vendor/bin/phpunit --bootstrap tests/bootstrap.php ./tests"
"test": "vendor/bin/phpunit --bootstrap tests/bootstrap.php ./tests"
 
},
 
"config": {
 
"allow-plugins": {
 
"phpstan/extension-installer": true
 
}
}
}
}
}
Loading