From 1dc568e8d3284b80d5833b34dab16b5bc872de67 Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Thu, 14 Sep 2023 11:42:27 +0800 Subject: [PATCH] run composer normalize --- composer.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 6a3565102..c3759ba90 100644 --- a/composer.json +++ b/composer.json @@ -17,20 +17,27 @@ } ], "homepage": "https://github.com/codeigniter4/shield", + "support": { + "issues": "https://github.com/codeigniter4/shield/issues", + "forum": "https://github.com/codeigniter4/shield/discussions", + "source": "https://github.com/codeigniter4/shield", + "docs": "https://codeigniter4.github.io/shield/", + "slack": "https://codeigniterchat.slack.com" + }, "require": { "php": "^7.4.3 || ^8.0", "codeigniter4/settings": "^2.1" }, "require-dev": { + "codeigniter/phpstan-codeigniter": "^1.1", "codeigniter4/devkit": "^1.0", "codeigniter4/framework": "^4.2.7", + "firebase/php-jwt": "^6.4", "mikey179/vfsstream": "^1.6.7", "mockery/mockery": "^1.0", - "firebase/php-jwt": "^6.4", - "rector/rector": "0.18.3", - "codeigniter/phpstan-codeigniter": "^1.2", "phpstan/extension-installer": "^1.3", - "phpstan/phpstan-strict-rules": "^1.5" + "phpstan/phpstan-strict-rules": "^1.5", + "rector/rector": "0.18.3" }, "provide": { "codeigniter4/authentication-implementation": "1.0" @@ -45,12 +52,12 @@ "psr-4": { "CodeIgniter\\Shield\\": "src" }, - "exclude-from-classmap": [ - "**/Database/Migrations/**" - ], "files": [ "src/Helpers/auth_helper.php", "src/Helpers/email_helper.php" + ], + "exclude-from-classmap": [ + "**/Database/Migrations/**" ] }, "autoload-dev": { @@ -74,7 +81,6 @@ "psalm", "rector process --dry-run" ], - "sa": "@analyze", "ci": [ "Composer\\Config::disableProcessTimeout", "@cs", @@ -88,14 +94,8 @@ "deduplicate": "phpcpd app/ src/ --exclude src/Database/Migrations/2020-12-28-223112_create_auth_tables.php", "inspect": "deptrac analyze --cache-file=build/deptrac.cache", "mutate": "infection --threads=2 --skip-initial-tests --coverage=build/phpunit", + "sa": "@analyze", "style": "@cs-fix", "test": "phpunit" - }, - "support": { - "forum": "https://github.com/codeigniter4/shield/discussions", - "slack": "https://codeigniterchat.slack.com", - "source": "https://github.com/codeigniter4/shield", - "issues": "https://github.com/codeigniter4/shield/issues", - "docs": "https://codeigniter4.github.io/shield/" } }