From 9666bc61d3e26dd8b1381a33a68c302938d7b450 Mon Sep 17 00:00:00 2001 From: CismonX Date: Sat, 26 May 2018 19:31:14 +0800 Subject: [PATCH] Drop support for PHP 7.0 --- .travis.yml | 1 - README.md | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 156fb86..93d402f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ group: edge language: php php: - - 7.0 - 7.1 - 7.2 - nightly diff --git a/README.md b/README.md index 22e8051..8154a17 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ This PHP extension provides a set of useful functional-style operations on PHP a Method names and functionalities are inspired by [Kotlin.Collections](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/). +### 1.1 Notes + +* This extension requires PHP 7.1 and above. + ## 2. Documentation ### 2.1 Functionalities