From 9b26b2128b894a6ea84552aaa16bebd7d3f9d995 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst Date: Wed, 29 Aug 2018 10:15:18 +0200 Subject: [PATCH] Bump minimum to PHP 5.6 --- composer.json | 3 +- composer.lock | 115 ++------------------------------------------------ 2 files changed, 4 insertions(+), 114 deletions(-) diff --git a/composer.json b/composer.json index 94ad044..a4097b9 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,6 @@ "ext-pcre": "*", "ext-pdo": "*", "ext-spl": "*", - "php": ">=5.4", - "symfony/polyfill-php56": "^1.3" + "php": ">=5.6" } } diff --git a/composer.lock b/composer.lock index b71e7b1..db14bcb 100644 --- a/composer.lock +++ b/composer.lock @@ -4,117 +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" ], - "content-hash": "b73d1609ae16c93bd1ba9498fa9c89af", - "packages": [ - { - "name": "symfony/polyfill-php56", - "version": "v1.3.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c", - "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/polyfill-util": "~1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php56\\": "" - }, - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "time": "2016-11-14T01:06:16+00:00" - }, - { - "name": "symfony/polyfill-util", - "version": "v1.3.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-util.git", - "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb", - "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Util\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony utilities for portability of PHP codes", - "homepage": "https://symfony.com", - "keywords": [ - "compat", - "compatibility", - "polyfill", - "shim" - ], - "time": "2016-11-14T01:06:16+00:00" - } - ], + "content-hash": "59e3bfeedc13058201b837184460bbe0", + "packages": [], "packages-dev": [], "aliases": [], "minimum-stability": "stable", @@ -128,7 +19,7 @@ "ext-pcre": "*", "ext-pdo": "*", "ext-spl": "*", - "php": ">=5.4" + "php": ">=5.6" }, "platform-dev": [] }