Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit b430f95

Browse files
committed
PHP 7.1 requirement
1 parent 11d702d commit b430f95

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"minimum-stability": "dev",
66
"license": "MIT",
77
"version": "2.2.0",
8-
"require": {},
8+
"require": {
9+
"php": "^7.1"
10+
},
911
"require-dev": {
1012
"phpunit/phpunit": "5.*",
1113
"phpspec/phpspec": "^3.0",

0 commit comments

Comments
 (0)