From 432e938ddef359226205dfb92b3119b26d7a55fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Dec 2023 09:00:17 +0100 Subject: update to 7.0.3 update bundled bartlett/php-compatinfo-db to 6.1.1 --- composer.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 756dfa4..fb31fc4 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,8 @@ "symfony/stopwatch": "^5.4 || ^6.0" }, "require-dev": { - "symfony/framework-bundle": "^5.4 || ^6.0" + "symfony/framework-bundle": "^5.4 || ^6.0", + "bamarni/composer-bin-plugin": "^1.8" }, "authors": [ { @@ -60,11 +61,28 @@ "prefer-stable": true, "config": { "sort-packages": true, - "optimize-autoloader": true + "optimize-autoloader": true, + "allow-plugins": { + "bamarni/composer-bin-plugin": true + } }, "extra": { "branch-alias": { "dev-master": "7.0.x-dev" + }, + "bamarni-bin": { + "bin-links": true, + "target-directory": "vendor-bin", + "forward-command": true } + }, + "scripts": { + "bin": "echo 'bin not installed'", + "post-update-cmd": [ + "@composer bin all update --ansi" + ], + "post-install-cmd": [ + "@composer bin all install --ansi" + ] } } -- cgit