Skip to content

Commit 04472e8

Browse files
committed
php version updated to 7.1
1 parent 6a893c9 commit 04472e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
This package provide typed arrays for php as extension of native [ArrayObject](http://php.net/manual/en/class.arrayobject.php).
1212

1313
## Requirements
14-
This package require php 7.
14+
This package require php 7.1
1515

1616
## Installation
1717
With composer:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"issues": "https://github.com/linna/typed-array/issues"
1616
},
1717
"require": {
18-
"php": "^7.0"
18+
"php": "^7.1"
1919
},
2020
"require-dev": {
2121
"infection/infection": "^0.10",

0 commit comments

Comments
 (0)