From 0d2b106093e07aad0104f1baf8e10a1adfb430d3 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Tue, 18 Aug 2026 18:29:22 +0400 Subject: [PATCH] Pass --no-security-blocking only to composer install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3595937..65cda2b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "setup": "npm-run-all start start:test composer:setup", "start": "wp-env start", "start:test": "wp-env --config .wp-env.test.json start", - "composer": "wp-env --config .wp-env.test.json run --env-cwd='wp-content/plugins/phpdoc-parser' wordpress composer --no-interaction --no-security-blocking", + "composer": "wp-env --config .wp-env.test.json run --env-cwd='wp-content/plugins/phpdoc-parser' wordpress composer --no-interaction", "composer:setup": "wp-env --config .wp-env.test.json run --env-cwd='wp-content/plugins/phpdoc-parser' wordpress composer install --no-interaction --no-security-blocking", "test:phpunit:setup": "npm-run-all start:test composer:setup", "test:phpunit": "wp-env --config .wp-env.test.json run --env-cwd='wp-content/plugins/phpdoc-parser' wordpress vendor/phpunit/phpunit/phpunit -c phpunit.xml.dist"