Skip to content

Commit

Permalink
chore: Normalize composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 24, 2022
1 parent 39a84da commit 9e435dd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
@@ -1,15 +1,15 @@
{
"name": "ecphp/cas-bundle",
"type": "symfony-bundle",
"description": "A bundle for Symfony 4 & 5, providing authentication against a Central Authentication Service (CAS) server.",
"license": "BSD-3-Clause",
"type": "symfony-bundle",
"keywords": [
"authentication",
"cas",
"central authentication service",
"single sign-on",
"sso"
],
"license": "BSD-3-Clause",
"require": {
"php": ">= 7.4",
"ext-filter": "*",
Expand Down Expand Up @@ -54,6 +54,15 @@
"spec\\EcPhp\\CasBundle\\": "./spec/EcPhp/CasBundle/"
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"ergebnis/composer-normalize": true,
"infection/extension-installer": true,
"phpro/grumphp": true,
"phpstan/extension-installer": true
}
},
"scripts": {
"grumphp": "./vendor/bin/grumphp run"
}
Expand Down

0 comments on commit 9e435dd

Please sign in to comment.