Skip to content

Commit 7d851b5

Browse files
committed
Require at least PHP 7.2
1 parent e45fbee commit 7d851b5

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ before_script:
1111
- curl -sS https://getcomposer.org/installer | php
1212
- php composer.phar install
1313

14-
test:7.1:
15-
image: php:7.1
16-
script:
17-
- vendor/bin/phpunit --coverage-text --colors=never
18-
1914
test:7.2:
2015
image: php:7.2
2116
script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PHP DynDNS also supports IPv6! To update both, the IPv4 and IPv6 address, just m
1717
## Requirements
1818

1919
* A domain
20-
* A web server running PHP 7.1 or newer
20+
* A web server running PHP 7.2 or newer
2121
* A DNS server (e.g. bind)
2222

2323
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"minimum-stability": "stable",
1818
"require": {
19-
"php": ">=7.1",
19+
"php": ">=7.2",
2020
"netresearch/jsonmapper": "^1.5",
2121
"ext-json": "*"
2222
},

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)