From f2a1aedf7aab68f0bb12e373e3cbe756bc336261 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 14 Sep 2016 16:49:13 +0200 Subject: [PATCH] Change minimum required PHP version from 5.5.0 to 5.6.0 --- README.md | 2 +- composer.json | 2 +- composer.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c331c72..a233304 100644 --- a/README.md +++ b/README.md @@ -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+ diff --git a/composer.json b/composer.json index 4cb69f0..8b56427 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/composer.lock b/composer.lock index 825584a..5ca1d1e 100644 --- a/composer.lock +++ b/composer.lock @@ -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": []