diff --git a/composer.json b/composer.json index 59ab7c7..05e56d6 100644 --- a/composer.json +++ b/composer.json @@ -79,22 +79,22 @@ }, "config": { "allow-plugins": { + "bamarni/composer-bin-plugin": true, "php-http/discovery": true, "phpstan/extension-installer": true, "symfony/flex": true, - "symfony/runtime": true, - "bamarni/composer-bin-plugin": true + "symfony/runtime": true }, "sort-packages": true }, "extra": { - "symfony": { - "allow-contrib": false, - "require": "7.0.*" - }, "bamarni-bin": { "bin-links": true, "forward-command": true + }, + "symfony": { + "allow-contrib": false, + "require": "7.0.*" } }, "scripts": { diff --git a/composer.lock b/composer.lock index d02ec72..2398040 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "de549f2a3e19f64964d674d95990738a", + "content-hash": "0d5a4c0ae254f4b13b7dab8fd939e013", "packages": [ { "name": "composer/semver",