From 20dcd270c0d0b43e8cb5c280ca4e5acbdd6e36c6 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Thu, 12 Aug 2021 13:41:34 +0200 Subject: [PATCH] bugfix(function not exists): add actions when add_action function exists --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index fae4ca9..0451a59 100644 --- a/composer.json +++ b/composer.json @@ -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": { -- GitLab