Skip to content
Snippets Groups Projects

Draft: Basic implementation of plugin initializer

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