Skip to content

Commit a10432e

Browse files
authored
Merge pull request #38 from Crizz0/issue/35
Add PHP 7.0/7.1 to travis tests
2 parents 63ab273 + 16057da commit a10432e

4 files changed

Lines changed: 703 additions & 187 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: php
22
php:
3-
- 5.3.3
4-
- 5.4
5-
- 5.5
63
- 5.6
7-
- hhvm
4+
- 7.0
5+
- 7.1
86

97
install:
108
- php composer.phar install --dev --no-interaction --prefer-source

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)