Skip to content

Commit b7c1d0c

Browse files
committed
no longer supports php 7.0
1 parent a102f21 commit b7c1d0c

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
6+
- 7.3
77

88
before_script:
99
- composer self-update

Dockerfile70

Lines changed: 0 additions & 16 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"bin": ["textconsole"],
2727
"require" : {
28-
"php": ">=7",
28+
"php": ">=7.1",
2929
"yooper/stop-words": "~1",
3030
"symfony/console": "~2.7|~3.4|~4.0",
3131
"camspiers/porter-stemmer": "~1",

0 commit comments

Comments
 (0)