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 a467812 commit f93945f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 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.2.5",
"ext-json": "*",
Expand All @@ -33,6 +33,15 @@
"EcPhp\\EuLoginBundle\\": "src/"
}
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"ergebnis/composer-normalize": true,
"infection/extension-installer": true,
"phpro/grumphp": true,
"phpstan/extension-installer": true
}
},
"scripts": {
"changelog-unreleased": "docker-compose run auto_changelog -c .auto-changelog -u",
"changelog-version": "docker-compose run auto_changelog -c .auto-changelog -v",
Expand Down

0 comments on commit f93945f

Please sign in to comment.