From b687052273f7974016ff4f933a28426134a38629 Mon Sep 17 00:00:00 2001 From: Craig Davis Date: Mon, 16 Oct 2017 16:17:01 -0700 Subject: [PATCH] Remove php70, update composer contributor list --- .travis.yml | 1 - README.md | 1 + composer.json | 9 +++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index de402b2..46bfc85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - '7.0' - '7.1' - '7.2' diff --git a/README.md b/README.md index 2f612ed..06bc8a2 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ are a more comfortable with html than markdown, you should use it. ## Changelog +* __2.1.0__ : Dropped PHP5 support * __2.0.12__ : Added new `Roboto` template from [@ejwaibel](https://github.com/ejwaibel) * __2.0.10__ : Updated spacing in moder template with commites from [@501st-alpha1](https://github.com/501st-alpha1) * __2.0.9__ : Updated Modern template with improved spacing. Update parsing of diff --git a/composer.json b/composer.json index 296e188..b7fb29d 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "authors": [ { "name": "Craig Davis", - "email": "craig@there4development.com", + "email": "craig@there4.io", "role": "Developer" }, { @@ -34,6 +34,11 @@ "name": "Abhishek Kandoi", "email": "abhikandoi2000@gmail.com", "role": "Contributor" + }, + { + "name": "Erik Waibel", + "email": "ejwaibel@gmail.com", + "role": "Contributor" } ], "support": { @@ -41,7 +46,7 @@ }, "minimum-stability": "dev", "require": { - "php": ">=7.0", + "php": ">=7.1", "indeyets/pake": "~1.99", "kriswallsmith/assetic": "1.1.2", "leafo/lessphp": "v0.4.0",