From 15e802dab1ee50bf979dea44a20cbee1c495a3e0 Mon Sep 17 00:00:00 2001
From: Piotr Horzycki <piotr.horzycki@gmail.com>
Date: Fri, 6 Apr 2018 20:47:12 +0200
Subject: [PATCH] Dropped support for PHP 7.0

---
 .travis.yml   | 1 -
 composer.json | 2 +-
 composer.lock | 4 ++--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f98ed8d..ae675bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ language: php
 sudo: false
 
 php:
-  - 7.0
   - 7.1
   - 7.2
 
diff --git a/composer.json b/composer.json
index 37aec81..c9c8e6a 100644
--- a/composer.json
+++ b/composer.json
@@ -9,7 +9,7 @@
     ],
     "minimum-stability": "stable",
     "require": {
-        "php": ">=7.0",
+        "php": ">=7.1",
         "psr/http-message": "^1.0"
     },
     "require-dev": {
diff --git a/composer.lock b/composer.lock
index d380198..35105d1 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "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": "4a0ecca27d108ff51eafc6a5a5cd17fe",
+    "content-hash": "af39391ec89831e5552cd0018816e53e",
     "packages": [
         {
             "name": "psr/http-message",
@@ -1570,7 +1570,7 @@
     "prefer-stable": false,
     "prefer-lowest": false,
     "platform": {
-        "php": ">=7.0"
+        "php": ">=7.1"
     },
     "platform-dev": []
 }