From 860cd822147aafb30980ba48e1e141889e5a31b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20L=C3=B8vgaard?= Date: Mon, 9 Dec 2024 11:37:47 +0100 Subject: [PATCH] Normalize --- composer.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index e0f64f5..2d2b0c0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,8 @@ { "name": "setono/sylius-catalog-promotion-plugin", - "type": "sylius-plugin", "description": "Catalog promotion plugin for Sylius", + "license": "MIT", + "type": "sylius-plugin", "keywords": [ "sylius", "sylius-plugin", @@ -9,7 +10,6 @@ "setono", "promotions" ], - "license": "MIT", "require": { "php": ">=8.1", "beberlei/doctrineextensions": "^1.2", @@ -44,13 +44,27 @@ "symfony/web-profiler-bundle": "^5.4 || ^6.0", "weirdan/doctrine-psalm-plugin": "^1.0" }, + "prefer-stable": true, + "autoload": { + "psr-4": { + "Setono\\SyliusCatalogPromotionPlugin\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "Tests\\Setono\\SyliusCatalogPromotionPlugin\\": "tests/" + }, + "classmap": [ + "tests/Application/Kernel.php" + ] + }, "config": { - "sort-packages": true, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": false, "ergebnis/composer-normalize": true, "symfony/thanks": false - } + }, + "sort-packages": true }, "extra": { "branch-alias": { @@ -60,20 +74,6 @@ "beberlei/doctrineextensions" ] }, - "autoload": { - "psr-4": { - "Setono\\SyliusCatalogPromotionPlugin\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "Tests\\Setono\\SyliusCatalogPromotionPlugin\\": "tests/" - }, - "classmap": [ - "tests/Application/Kernel.php" - ] - }, - "prefer-stable": true, "scripts": { "all": [ "@checks",