Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 23, 2023
1 parent f1891f4 commit 8ae0eaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@
"php": "^8.0",
"giggsey/libphonenumber-for-php-lite": "^8.13.4",
"guzzlehttp/guzzle": "^7.5.0",
"psr/http-message": "^2",
"simplesamlphp/assert": "^1.0.4",
"simplesamlphp/composer-module-installer": "^1.3.2",
"simplesamlphp/composer-module-installer": "^1.3.4",
"simplesamlphp/saml2": "^5.0.0-alpha.8",
"simplesamlphp/simplesamlphp": "^3@dev"
"simplesamlphp/simplesamlphp": "^3@dev",
"symfony/http-foundation": "^6.0"
},
"require-dev": {
"simplesamlphp/simplesamlphp-test-framework": "^1.5.5"
Expand Down
2 changes: 1 addition & 1 deletion src/Auth/Process/OTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
namespace SimpleSAML\Module\cmdotcom\Auth\Process;

use RuntimeException;
use SAML2\Constants;
use SimpleSAML\{Auth, Configuration, Logger, Module, Session, Utils};
use SimpleSAML\Assert\Assert;
use SimpleSAML\HTTP\RunnableResponse;
use SimpleSAML\Module\cmdotcom\Utils\PhoneNumber as PhoneNumberUtils;
use SimpleSAML\Module\saml\Error;
use SimpleSAML\SAML2\Constants;
use UnexpectedValueException;

class OTP extends Auth\ProcessingFilter
Expand Down

0 comments on commit 8ae0eaa

Please sign in to comment.