-
- Downloads
bugfix(function not exists): add actions when add_action function exists
parent
6c9cae0e
No related branches found
No related tags found
Pipeline #11240 passed with warnings
Stage: prepare-vendor
Stage: prepare-node
Stage: tools
Stage: tests
Stage: deploy
Stage: post-deploy
... | ... | @@ -17,9 +17,8 @@ |
}, | ||
"require-dev": { | ||
"composer/composer": "^1|^2", | ||
"phpunit/phpunit": "<7", | ||
"mockery/mockery": "^1.2", | ||
"10up/wp_mock": "^0.3" | ||
"10up/wp_mock": "0.3", | ||
"phpunit/phpunit": "<7" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment