Skip to content

Commit 857cd1d

Browse files
committed
2 parents 5307e4f + 1fca4da commit 857cd1d

File tree

7 files changed

+675
-288
lines changed

7 files changed

+675
-288
lines changed

.travis.yml

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

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76
- 7.2
7+
- 7.3
88

99
before_script:
1010
- printf "\n" | pecl install imagick
@@ -19,4 +19,4 @@ after_script:
1919
- php vendor/bin/coveralls -v
2020

2121
after_success:
22-
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'
22+
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;'

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^5.6|^7.0|^7.1|^7.2|^7.3",
18+
"php": "^7.0|^7.1|^7.2|^7.3",
1919
"ext-json": "*",
2020
"intervention/image": "^2.3",
2121
"lasserafn/php-initials": "^2.20",
22-
"lasserafn/php-string-script-language": "^0.1.0"
22+
"lasserafn/php-string-script-language": "^0.1.0",
23+
"overtrue/pinyin": "^4.0"
2324
},
2425
"require-dev": {
2526
"doctrine/instantiator": "1.0.*",
26-
"phpunit/phpunit": "~5.6",
27+
"phpunit/phpunit": "^6.5",
2728
"satooshi/php-coveralls": "^1.0"
2829
},
2930
"autoload": {
@@ -39,7 +40,7 @@
3940
"config": {
4041
"sort-packages": true,
4142
"platform": {
42-
"php": "5.6"
43+
"php": "7.0"
4344
}
4445
}
4546
}

0 commit comments

Comments
 (0)