Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
otphp
Commits
6f1cd6e1
Unverified
Commit
6f1cd6e1
authored
5 years ago
by
Florent Morselli
Committed by
GitHub
5 years ago
Browse files
Options
Download
Patches
Plain Diff
Update composer.json (#137)
* Update composer.json * PHP 7.4 added to travis-ci * PHPDoc and Typehint fixed
parent
deff4e9f
11.2.x
10.0.x
11.0.x
11.1.x
dependabot/composer/phpunit/phpunit-tw-9.5.26or-tw-10.0.0
11.1.0
v11.0.2
v11.0.1
v11.0.0
v10.0.3
v10.0.2
v10.0.1
No related merge requests found
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
.travis.yml
+1
-0
.travis.yml
composer.json
+7
-7
composer.json
src/Factory.php
+12
-0
src/Factory.php
src/HOTP.php
+4
-1
src/HOTP.php
src/OTP.php
+6
-0
src/OTP.php
src/OTPInterface.php
+3
-0
src/OTPInterface.php
src/ParameterTrait.php
+10
-4
src/ParameterTrait.php
src/TOTP.php
+8
-2
src/TOTP.php
tests/TOTPTest.php
+2
-0
tests/TOTPTest.php
with
53 additions
and
14 deletions
+53
-14
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets