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
3ff28fc3
Unverified
Commit
3ff28fc3
authored
5 years ago
by
Spomky
Browse files
Options
Download
Patches
Plain Diff
Doc updated
parent
5e9fb1d6
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
v10.0.0
v10.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/UPGRADE_v9-v10.md
+3
-1
doc/UPGRADE_v9-v10.md
doc/index.md
+4
-2
doc/index.md
with
7 additions
and
3 deletions
+7
-3
doc/UPGRADE_v9-v10.md
+
3
−
1
View file @
3ff28fc3
...
...
@@ -7,5 +7,7 @@ The main changes only concern:
*
new public methods added to the interfaces.
*
a new interface for the factory.
*
the parameters of the method
`OTP::getQrCodeUri`
are now required as the Google API is deprecated since April 2019.
The library now relies on the MBString extension. This extension is now a required dependency.
The library now relies on the MBString extension.
This extension is now a required dependency.
This diff is collapsed.
Click to expand it.
doc/index.md
+
4
−
2
View file @
3ff28fc3
...
...
@@ -18,8 +18,10 @@ Support for the version 9 will end when PHP 7.1 will not be maintained (1 Dec 20
# Prerequisites
This library needs at least
`PHP 7.1`
.
It has been successfully tested using
`PHP 7.1`
,
`PHP 7.2`
and nightly branch.
This library needs at least
`PHP 7.1`
for v9.0 and
`PHP 7.2`
for v10.0.
It has been successfully tested using
`PHP 7.1`
,
`PHP 7.2`
,
`PHP 7.3`
.
Nightly branch (
`PHP 8.0`
) fails as dependencies are not yet compatible.
# Installation
...
...
This diff is collapsed.
Click to expand it.
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