Skip to content

Commit c4530d1

Browse files
committed
Upgrade to PHP 7.2
1 parent 708a6fb commit c4530d1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ composer.lock
22
vendor/
33
phpcs.xml
44
phpunit.xml
5+
/.phpunit.result.cache

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ language: php
66
sudo: false
77

88
php:
9-
- 7.1
109
- 7.2
1110
- 7.3
1211

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Minimalist and Typed Immutable Collections for PHP
22

3-
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D7.1-blue.svg)](https://php.net/)
3+
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D7.2-blue.svg)](https://php.net/)
44
[![Latest Stable Version](https://poser.pugx.org/dcsg/php-immutable-collections/v/stable)](https://packagist.org/packages/dcsg/php-immutable-collections)
55
[![License](https://poser.pugx.org/dcsg/php-immutable-collections/license)](https://packagist.org/packages/dcsg/php-immutable-collections)
66
[![Build Status](https://travis-ci.org/dcsg/php-immutable-collections.svg?branch=master)](https://travis-ci.org/dcsg/php-immutable-collections)
@@ -17,7 +17,7 @@ A library that provides a set of minimalist, typed and piped Immutable Collectio
1717

1818
###### Requirements
1919

20-
PHP > 7.1
20+
PHP > 7.2
2121

2222
###### Installation
2323

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.1"
20+
"php": "^7.2"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7",
23+
"phpunit/phpunit": "^8",
2424
"squizlabs/php_codesniffer": "^3.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)