From e64048742a8410de19d52d980f823b1dd9775ec4 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Tue, 31 Jul 2018 20:05:20 -0500 Subject: [PATCH] Updated minimum supported PHP version to 7.1 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb672dd..6436888 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Like this project? Keep me caffeinated by [making a donation](https://paypal.me/ Requirements ------------ - - [PHP](https://php.net) >= 7.0 + - [PHP](https://php.net) >= 7.1 Install with Composer --------------------- diff --git a/composer.json b/composer.json index d73e216..169b32e 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": ">=7.0", + "php": ">=7.1", "symfony/yaml": "^3.0 || ^4.0", "yosymfony/toml": "^1.0" },