Skip to content

Commit

Permalink
update php-env
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jul 17, 2024
1 parent d84aaab commit a3482b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"simplesamlphp/composer-module-installer": "^1.0",
"rlanvin/php-ip": "^1.0",
"silinternational/ssp-utilities": "v2.0.0",
"silinternational/php-env": "^3.1.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",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dockerbuild/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
$PASSWORD_CHANGE_URL = Env::get('PASSWORD_CHANGE_URL');
$PASSWORD_FORGOT_URL = Env::get('PASSWORD_FORGOT_URL');
$HELP_CENTER_URL = Env::get('HELP_CENTER_URL');
$TRUSTED_URL_DOMAINS = Env::getArray('TRUSTED_URL_DOMAINS', []);
$TRUSTED_URL_DOMAINS = Env::getArray('TRUSTED_URL_DOMAINS', null);

$config = [

Expand Down

0 comments on commit a3482b2

Please sign in to comment.