1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-05 15:47:25 +02:00

Change minimum required PHP version from 5.5.0 to 5.6.0

This commit is contained in:
Marco
2016-09-14 16:49:13 +02:00
parent 5c87e877db
commit f2a1aedf7a
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ Completely framework-agnostic and database-agnostic.
## Requirements
* PHP 5.5.0+
* PHP 5.6.0+
* OpenSSL extension
* MySQL 5.5.3+ **or** MariaDB 5.5.23+

View File

@@ -2,7 +2,7 @@
"name": "delight-im/auth",
"description": "Authentication for PHP. Simple, lightweight and secure.",
"require": {
"php": ">=5.5.0",
"php": ">=5.6.0",
"ext-openssl": "*",
"delight-im/cookie": "^2.0"
},

6
composer.lock generated
View File

@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "22e56875c7a1386807d5cf6ae01f50fa",
"content-hash": "b914ccd7ac15e1519d7a04b55dbe725e",
"hash": "2fcb5bf14375dcb4f3e1aefed162f9ac",
"content-hash": "36b2872a9cd5c5d018a7eff0b026b862",
"packages": [
{
"name": "delight-im/cookie",
@@ -92,7 +92,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.5.0",
"php": ">=5.6.0",
"ext-openssl": "*"
},
"platform-dev": []