Drop support for PHP 7.0

This commit is contained in:
CismonX 2018-05-26 19:31:14 +08:00
parent 183648bf60
commit 9666bc61d3
2 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,6 @@ group: edge
language: php
php:
- 7.0
- 7.1
- 7.2
- nightly

View File

@ -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