Skip to content

Commit 6fb54f1

Browse files
authored
Merge pull request yooper#30 from yooper/fix_laravel_56
Fix laravel 56
2 parents 05af191 + 7f0d5af commit 6fb54f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
67

78
before_script:
89
- composer self-update

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "yooper/php-text-analysis",
33
"description": "PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language",
44
"keywords": ["nlp","ir","text analysis","natural language processing"],
5-
"license": "Apache 2",
5+
"license": "Apache-2.0",
66
"authors": [
77
{
88
"name": "yooper",
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require" : {
27-
"php": ">=7.0",
27+
"php": ">=7",
2828
"yooper/stop-words": "~1",
2929
"symfony/console": "~2.7|~3.4|~4.0",
3030
"camspiers/porter-stemmer": "~1",

0 commit comments

Comments
 (0)