-
- Downloads
feat: add initial bindings for wp-builder compatibility
Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
parent
b51f058a
No related branches found
No related tags found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
... | @@ -48,7 +48,8 @@ | ... | @@ -48,7 +48,8 @@ |
"brain/monkey": "^2.6", | "brain/monkey": "^2.6", | ||
"phpstan/phpstan": "^1.10", | "phpstan/phpstan": "^1.10", | ||
"szepeviktor/phpstan-wordpress": "^1.3", | "szepeviktor/phpstan-wordpress": "^1.3", | ||
"phpstan/extension-installer": "^1.3" | "phpstan/extension-installer": "^1.3", | ||
"wpdesk/wp-builder": "^2.0" | |||
}, | }, | ||
"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" | ||
... | ... |
src/HookDriver/LegacyHookableDriver.php
0 → 100644
Please register or sign in to comment