We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a102f21 commit b7c1d0cCopy full SHA for b7c1d0c
.travis.yml
@@ -1,9 +1,9 @@
1
language: php
2
3
php:
4
- - 7.0
5
- 7.1
6
- 7.2
+ - 7.3
7
8
before_script:
9
- composer self-update
Dockerfile70
composer.json
@@ -25,7 +25,7 @@
25
},
26
"bin": ["textconsole"],
27
"require" : {
28
- "php": ">=7",
+ "php": ">=7.1",
29
"yooper/stop-words": "~1",
30
"symfony/console": "~2.7|~3.4|~4.0",
31
"camspiers/porter-stemmer": "~1",
0 commit comments