Skip to content

Commit

Permalink
Update to Multiotp 5.6+, PHPass 8+, PHP 7.3+ and PHPUnit 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
cymapgt committed May 11, 2020
1 parent dd47cc0 commit 27971df
Show file tree
Hide file tree
Showing 114 changed files with 244,850 additions and 1,597 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019, CYMAP Business Solutions
Copyright (c) 2020, CYMAP Business Solutions
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the SMS OTP and Google Authenticator TOTP services that we have provided with th

### Install application via Composer

require "cymapgt/usercredential": "1.*"
require "cymapgt/usercredential": "*"

## Usage

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"description" : "Package for Password authentication policy management",
"license" : "BSD-3-clause",
"require" : {
"php" : ">=7.2.0",
"cymapgt/phpass" : "^7.0.0",
"php" : ">=7.3.0",
"cymapgt/phpass" : "^8.0.0",
"freedsx/ldap" : "*"
},
"require-dev" : {
"phpunit/phpunit" : "8.*",
"phpunit/phpunit" : "9.*",
"geerlingguy/ping" : "*"
},
"support" : {
Expand Down
Loading

0 comments on commit 27971df

Please sign in to comment.