Skip to content

Commit cd589a8

Browse files
mabarf3l1x
authored andcommitted
Require php 7.2
1 parent 6b3e837 commit cd589a8

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76
- 7.4snapshot
@@ -19,7 +18,7 @@ script:
1918
jobs:
2019
include:
2120
- env: title="Lowest Dependencies"
22-
php: 7.1
21+
php: 7.2
2322
install:
2423
- travis_retry composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable
2524
script:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Integration of Nette Framework to Codeception.
2424

2525
## Versions
2626

27-
| State | Version | Branch | PHP | |
28-
|-------------|----------|----------|----------|-----------------|
29-
| dev | `^1.1.0` | `master` | `>= 7.1` | |
30-
| stable | `^1.0.0` | `master` | `>= 7.1` | |
31-
| stable | `^0.8.1` | `master` | `>= 7.1` | (old namespace) |
27+
| State | Version | Branch | PHP | |
28+
|-------------|----------|----------|---------|-----------------|
29+
| dev | `^1.1.0` | `master` | `^7.2` | |
30+
| stable | `^1.0.0` | `master` | `>=7.1` | |
31+
| stable | `^0.8.1` | `master` | `>=7.1` | (old namespace) |
3232

3333

3434
## Maintainers

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": ">= 7.1",
22+
"php": "^7.2",
2323
"codeception/codeception": "^2.5.1 || ^3.0.2",
2424
"nette/di": "^3.0",
2525
"nette/bootstrap": "^3.0",

0 commit comments

Comments
 (0)