Skip to content

Commit

Permalink
run composer normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Sep 18, 2023
1 parent f4344f5 commit 1dc568e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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": {
Expand All @@ -74,7 +81,6 @@
"psalm",
"rector process --dry-run"
],
"sa": "@analyze",
"ci": [
"Composer\\Config::disableProcessTimeout",
"@cs",
Expand All @@ -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/"
}
}

0 comments on commit 1dc568e

Please sign in to comment.