mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-06 08:07:27 +02:00
Change minimum required PHP version from 5.5.0 to 5.6.0
This commit is contained in:
@@ -16,7 +16,7 @@ Completely framework-agnostic and database-agnostic.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* PHP 5.5.0+
|
* PHP 5.6.0+
|
||||||
* OpenSSL extension
|
* OpenSSL extension
|
||||||
* MySQL 5.5.3+ **or** MariaDB 5.5.23+
|
* MySQL 5.5.3+ **or** MariaDB 5.5.23+
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "delight-im/auth",
|
"name": "delight-im/auth",
|
||||||
"description": "Authentication for PHP. Simple, lightweight and secure.",
|
"description": "Authentication for PHP. Simple, lightweight and secure.",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.5.0",
|
"php": ">=5.6.0",
|
||||||
"ext-openssl": "*",
|
"ext-openssl": "*",
|
||||||
"delight-im/cookie": "^2.0"
|
"delight-im/cookie": "^2.0"
|
||||||
},
|
},
|
||||||
|
6
composer.lock
generated
6
composer.lock
generated
@@ -4,8 +4,8 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"hash": "22e56875c7a1386807d5cf6ae01f50fa",
|
"hash": "2fcb5bf14375dcb4f3e1aefed162f9ac",
|
||||||
"content-hash": "b914ccd7ac15e1519d7a04b55dbe725e",
|
"content-hash": "36b2872a9cd5c5d018a7eff0b026b862",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "delight-im/cookie",
|
"name": "delight-im/cookie",
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": ">=5.5.0",
|
"php": ">=5.6.0",
|
||||||
"ext-openssl": "*"
|
"ext-openssl": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": []
|
"platform-dev": []
|
||||||
|
Reference in New Issue
Block a user