Skip to content

Commit

Permalink
chore: Update composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 22, 2022
1 parent 804b995 commit 7caa3dd
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "ecphp/eu-login-bundle",
"type": "symfony-bundle",
"description": "A bundle for Symfony 4 & 5, providing authentication against European Commission authentication service.",
"license": "BSD-3-Clause",
"type": "symfony-bundle",
"keywords": [
"authentication",
"cas",
Expand All @@ -11,7 +12,6 @@
"single sign-on",
"sso"
],
"license": "BSD-3-Clause",
"require": {
"php": ">= 7.1.3",
"ext-json": "*",
Expand All @@ -33,6 +33,14 @@
"EcPhp\\EuLoginBundle\\": "src/"
}
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpro/grumphp": true,
"phpstan/extension-installer": true,
"infection/extension-installer": true
}
},
"scripts": {
"grumphp": "./vendor/bin/grumphp run"
}
Expand Down

0 comments on commit 7caa3dd

Please sign in to comment.