-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 797 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "wika-group/magento2-azure-ad-b2c-sso",
"description": "Module to add support for a login via Azure B2C",
"keywords": ["OAuth", "Service Provider", "SSO", "Single Sign On", "Authentication", "Magento", "Magento2"],
"type": "magento2-module",
"license": "MIT",
"authors": [
{
"name": "WIKA Group",
"email": "webapps-admin@wika.com"
}
],
"minimum-stability": "stable",
"version": "1.14.0",
"require": {
"php": "^8.2",
"firebase/php-jwt": "^6.10 || ^7.0",
"league/oauth2-client": "^2.9",
"magento/framework": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"WikaGroup\\AzureB2cSSO\\": ""
}
}
}