From 21406e767c85658ffa6674c21e0d82f8b40bd953 Mon Sep 17 00:00:00 2001 From: Thoriq Firdaus <2067467+tfirdaus@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:36:17 +0700 Subject: [PATCH 1/2] Upgrade `syntatis/codex-companion` --- composer.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index b44d5c1..c9c8a3e 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,6 @@ "syntatis/codex-settings-provider": "^0.1" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "filp/whoops": "^2.17", "johnbillion/wp-compat": "^1.1", @@ -59,7 +58,7 @@ "shipmonk/dead-code-detector": "^0.8.1", "shipmonk/phpstan-rules": "^4.1", "symfony/var-dumper": "^5.4", - "syntatis/codex-companion": "^0.1", + "syntatis/codex-companion": "^0.2", "syntatis/coding-standard": "^1.5", "syntatis/phpstan-psr-11": "^1.0", "szepeviktor/phpstan-wordpress": "^2.0", @@ -97,7 +96,6 @@ }, "config": { "allow-plugins": { - "bamarni/composer-bin-plugin": true, "dealerdirect/phpcodesniffer-composer-installer": true, "phpstan/extension-installer": true, "syntatis/codex-companion": true @@ -133,10 +131,6 @@ ] }, "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": true - }, "codex": { "scoper": { "prefix": "SSFV", From ae2392e55a6376de4758bfe73b9f768a9ad6f3a7 Mon Sep 17 00:00:00 2001 From: Thoriq Firdaus <2067467+tfirdaus@users.noreply.github.com> Date: Mon, 3 Feb 2025 05:39:07 +0700 Subject: [PATCH 2/2] Update `phpunit/phpunit` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c9c8a3e..2eed548 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "9.2.6", + "phpunit/phpunit": "^9.2.6", "shipmonk/dead-code-detector": "^0.8.1", "shipmonk/phpstan-rules": "^4.1", "symfony/var-dumper": "^5.4",