Skip to content

Commit a180218

Browse files
committed
# This is a combination of 3 commits.
# This is the 1st commit message: Add PHP 7.0/7.1 to travis tests # The commit message #2 will be skipped: # New version for phpunit/phpunit in composer.json # The commit message #3 will be skipped: # New version for phpunit
1 parent dee7d51 commit a180218

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
8+
- 7.1
79
- hhvm
810

911
install:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "phpbb/translation-validator",
33
"description": "A language package validator for phpBB language packs. Language packs are required to pass the validator when submitted to the language pack database.",
44
"homepage": "https://github.com/phpbb/phpbb-translation-validator",
5-
"version": "1.3.10",
5+
"version": "1.4.0",
66
"license": "GPL-2.0",
77
"authors": [
88
{
@@ -20,7 +20,7 @@
2020
"symfony/finder": "2.6.*"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "4.4.*"
23+
"phpunit/phpunit": "~5.7"
2424
},
2525
"bin": [
2626
"src/Phpbb/TranslationValidator/PhpbbTranslationValidator.php"

0 commit comments

Comments
 (0)