From 7183df72d28351b1599456d7e3ef7d689cc04e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 6 Oct 2024 02:32:13 +0000 Subject: [PATCH] Normalize Composer configuration --- composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ab6dd9c..43c7057 100644 --- a/composer.json +++ b/composer.json @@ -18,17 +18,21 @@ "require": { "php": ">=7.4" }, - "require-dev": { + "require-dev": { "phpunit/phpunit": "^9.5.10", "psalm/plugin-phpunit": "^0.19", "ramsey/uuid": "^4.2.3", "vimeo/psalm": "^5.26" }, "autoload": { - "psr-4": {"PeachySQL\\": "lib/"} + "psr-4": { + "PeachySQL\\": "lib/" + } }, "autoload-dev": { - "psr-4": {"PeachySQL\\Test\\": "test/"} + "psr-4": { + "PeachySQL\\Test\\": "test/" + } }, "config": { "sort-packages": true