Skip to content

Commit

Permalink
in namespace, change SilInternational to Sil
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed May 17, 2024
1 parent 41e3bfb commit e0941ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"vendor/yiisoft/yii2/Yii.php"
],
"psr-4": {
"SilInternational\\SspBase\\Features\\": "features/"
"Sil\\SspBase\\Features\\": "features/"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion development/idp-local/config/authsources.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use SilInternational\SspBase\Features\fakes\FakeIdBrokerClient;
use Sil\SspBase\Features\fakes\FakeIdBrokerClient;

$config = [

Expand Down
2 changes: 1 addition & 1 deletion development/idp-local/metadata/saml20-idp-hosted.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

use Sil\Psr3Adapters\Psr3StdOutLogger;
use SilInternational\SspBase\Features\fakes\FakeIdBrokerClient;
use Sil\SspBase\Features\fakes\FakeIdBrokerClient;

$metadata['http://ssp-idp1.local:8085'] = [
/*
Expand Down
2 changes: 1 addition & 1 deletion features/bootstrap/MfaContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Behat\Mink\Exception\ElementNotFoundException;
use PHPUnit\Framework\Assert;
use Sil\PhpEnv\Env;
use SilInternational\SspBase\Features\fakes\FakeIdBrokerClient;
use Sil\SspBase\Features\fakes\FakeIdBrokerClient;
use SimpleSAML\Module\mfa\LoginBrowser;

/**
Expand Down
2 changes: 1 addition & 1 deletion features/fakes/FakeIdBrokerClient.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace SilInternational\SspBase\Features\fakes;
namespace Sil\SspBase\Features\fakes;

use InvalidArgumentException;
use Sil\Idp\IdBroker\Client\ServiceException;
Expand Down

0 comments on commit e0941ca

Please sign in to comment.