From 6285883d47a4a98977cbc94cb10b45deb26e3b7e Mon Sep 17 00:00:00 2001 From: Simon Bigelmayr Date: Tue, 12 Oct 2021 09:42:15 +0200 Subject: [PATCH] Downgrade the required PHP version to `^7.2` --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- composer.lock | 22 +++++++++++----------- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01f5db..a08fdd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## v2.1.0 + +### Changed + +- Downgrade the required PHP version to `^7.2` + ## v2.0.0 ### Added diff --git a/composer.json b/composer.json index 41f9670..b403474 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^7.4 || ^8", + "php": "^7.2 || ^8", "ext-calendar": "*", "nesbot/carbon": "^2.53", "thecodingmachine/safe": "^1" diff --git a/composer.lock b/composer.lock index 447b686..787fe79 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "324619f563c46b7eb452d2b59344b895", + "content-hash": "12cc82fdf5b58f14c41efab47c719bd6", "packages": [ { "name": "nesbot/carbon", @@ -2855,16 +2855,16 @@ }, { "name": "sanmai/pipeline", - "version": "v5.1.0", + "version": "v5.2.0", "source": { "type": "git", "url": "https://github.com/sanmai/pipeline.git", - "reference": "f935e10ddcb758c89829e7b69cfb1dc2b2638518" + "reference": "34232df0bd3bd27798fa5d0be1fc22e8395129cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sanmai/pipeline/zipball/f935e10ddcb758c89829e7b69cfb1dc2b2638518", - "reference": "f935e10ddcb758c89829e7b69cfb1dc2b2638518", + "url": "https://api.github.com/repos/sanmai/pipeline/zipball/34232df0bd3bd27798fa5d0be1fc22e8395129cf", + "reference": "34232df0bd3bd27798fa5d0be1fc22e8395129cf", "shasum": "" }, "require": { @@ -2872,14 +2872,14 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.8", - "friendsofphp/php-cs-fixer": "^2.16", + "friendsofphp/php-cs-fixer": "^3", "infection/infection": ">=0.10.5", "league/pipeline": "^1.0 || ^0.3", - "phan/phan": "^1.1 || ^2.0 || ^3.0", + "phan/phan": ">=1.1", "php-coveralls/php-coveralls": "^2.4.1", "phpstan/phpstan": ">=0.10", "phpunit/phpunit": "^7.4 || ^8.1 || ^9.4", - "vimeo/psalm": "^2.0 || ^3.0 || ^4.0" + "vimeo/psalm": ">=2" }, "type": "library", "extra": { @@ -2908,7 +2908,7 @@ "description": "General-purpose collections pipeline", "support": { "issues": "https://github.com/sanmai/pipeline/issues", - "source": "https://github.com/sanmai/pipeline/tree/v5.1.0" + "source": "https://github.com/sanmai/pipeline/tree/v5.2.0" }, "funding": [ { @@ -2916,7 +2916,7 @@ "type": "github" } ], - "time": "2020-10-25T15:20:56+00:00" + "time": "2021-10-10T13:44:01+00:00" }, { "name": "sebastian/cli-parser", @@ -5026,7 +5026,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.4 || ^8", + "php": "^7.2 || ^8", "ext-calendar": "*" }, "platform-dev": [],