You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add type def to functions
* update phpunit
* fix router example use declarations
* fix travis version
* delete hhvm
* remove PHP v from travis, fix tests
* add composer script
* add support for php 7.3 and 7.4
* add return type for AuthCode setConfigProvider
* enhance config in AuthCodeControllerTest
* mute slack for now
* fix setConfigProvider return type
* fix return type at EncryptionInterface isValid
* fix encrypt type
* fix decrypt type
* test getMockBuilder
* adjust unit tests, still failing
* fix mocks, testing travis
* fix some mocks
* fix DI object
* fix authcode error
* fix authcode test, forgot one
* fix mocks
* remove support for php 7.1
* turn slack notifications back on
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ This project is designed to be executed in a server environment with [Apache HTT
51
51
52
52
### Prerequisites
53
53
54
-
A recent version of [PHP](https://php.net/), equal to or greater than 5.6.0 is required.
54
+
A recent version of [PHP](https://php.net/), equal to or greater than 7.2.0 is required.
55
55
56
56
The default [EncryptionProvider](/src/Providers/EncryptionProvider.php) class provided in this package relies on the [OpenSSL](https://php.net/manual/en/book.openssl.php) extension. If OpenSSL is unavailable, the consumer has the option to implement a custom EncryptionProvider class that implements our [EncryptionInterface](/src/Interfaces/EncryptionInterface.php). (For more information, see the [EncryptionProvider](#encryptionprovider) section.)
0 commit comments