Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit 5e5fd9b

Browse files
committed
Update PHP requirements
1 parent 901b27a commit 5e5fd9b

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
language: php
33

44
php:
5-
- 7.1
65
- 7.2
76
- 7.3
87

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ It is inspired from [GraphWalker](https://graphwalker.github.io/) and based on t
1313

1414
## Minimum Requirements
1515

16-
- Codeception ≥ 2.4.3
17-
- PHP ≥ 7.0
16+
- Codeception ≥ 3.0
17+
- PHP ≥ 7.2
1818

1919
## Installation
2020
The extension can be installed using [Composer](https://getcomposer.org)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.1",
14+
"php": ">=7.2",
1515
"codeception/codeception": "^3",
1616
"clue/graph": "^0.9",
1717
"edno/graphyed": "*"

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)