-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/1.0.x' into accordion-power-bi
- Loading branch information
Showing
23 changed files
with
810 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
{ | ||
"name": "epam/quanthub-portal", | ||
"description": "Quanthub Portal Drupal Profile", | ||
"type": "drupal-profile", | ||
"require": { | ||
"php": ">=8.0", | ||
"jumbojett/openid-connect-php": "^0.9.6" | ||
}, | ||
"license": "GPL-3.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Artem Boyko", | ||
"email": "[email protected]" | ||
"name": "epam/quanthub-portal", | ||
"description": "Quanthub Portal Drupal Profile", | ||
"type": "drupal-profile", | ||
"require": { | ||
"php": ">=8.0", | ||
"jumbojett/openid-connect-php": "^0.9.10", | ||
"cweagans/composer-patches": "1.7.3" | ||
}, | ||
"license": "GPL-3.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Artem Boyko", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"config": { | ||
"allow-plugins": { | ||
"cweagans/composer-patches": true | ||
} | ||
}, | ||
"extra": { | ||
"composer-exit-on-patch-failure": true, | ||
"patches": { | ||
"jumbojett/openid-connect-php": { | ||
"Update minimum versions according to security check": "https://patch-diff.githubusercontent.com/raw/jumbojett/OpenID-Connect-PHP/pull/385.patch" | ||
} | ||
} | ||
} | ||
], | ||
"minimum-stability": "dev" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.