Skip to content

Commit

Permalink
Merge pull request #281 from silinternational/idp-781
Browse files Browse the repository at this point in the history
Idp 781 update last_login_utc from inside mfa
  • Loading branch information
hobbitronics authored Oct 7, 2024
2 parents d76dbdf + 85bf331 commit 2d8f4dd
Show file tree
Hide file tree
Showing 5 changed files with 623 additions and 403 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"ext-gmp": "*",
"ext-json": "*",
"codemix/yii2-streamlog": "^1.3",
"simplesamlphp/simplesamlphp": "^2.0",
"simplesamlphp/simplesamlphp": ">=2.2.2 <2.3.0",
"simplesamlphp/composer-module-installer": "^1.0",
"rlanvin/php-ip": "^1.0",
"silinternational/ssp-utilities": "v2.0.0",
"silinternational/php-env": "^3.2.0",
"silinternational/psr3-adapters": "v4.0.0",
"silinternational/yii2-json-log-targets": "^2.0",
"silinternational/idp-id-broker-php-client": "^4.3",
"silinternational/idp-id-broker-php-client": "^4.4",
"yiisoft/yii2": "~2.0.12",
"yiisoft/yii2-gii": "^2.0",
"google/recaptcha": "^1.1",
Expand Down Expand Up @@ -49,7 +49,8 @@
"config": {
"allow-plugins": {
"simplesamlphp/composer-module-installer": true,
"yiisoft/yii2-composer": true
"yiisoft/yii2-composer": true,
"simplesamlphp/composer-xmlprovider-installer": true
}
}
}
Loading

0 comments on commit 2d8f4dd

Please sign in to comment.