Skip to content

Commit 4a5942f

Browse files
committed
Update TLV to version 1.6.1
1 parent 7780ee2 commit 4a5942f

File tree

3 files changed

+346
-255
lines changed

3 files changed

+346
-255
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This console application allows you to validate [phpBB](https://www.phpbb.com) l
44

55
## Requirements
66

7-
This extension requires PHP 5.5.9 or above.
7+
This tool requires PHP 8.1 or above.
88

99
### Installation
1010

@@ -47,7 +47,7 @@ In your project you can add phpBB Translation Validator as a dependency:
4747

4848
{
4949
"require-dev": {
50-
"phpbb/translation-validator": "1.5.*"
50+
"phpbb/translation-validator": "1.6.*"
5151
}
5252
}
5353

composer.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,27 @@
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.6.0",
5+
"version": "1.6.1",
66
"license": "GPL-2.0-only",
77
"authors": [
88
{
99
"name": "Joas Schilling",
1010
"email": "[email protected]",
11-
"homepage": "http://www.phpbb.com/",
12-
"role": "Developer"
11+
"homepage": "https://www.phpbb.com/",
12+
"role": "Former Developer"
1313
},
1414
{
1515
"name": "Battye",
1616
"email": "[email protected]",
1717
"homepage": "https://www.phpbb.com",
1818
"role": "Developer"
19-
}
19+
},
20+
{
21+
"name": "Christian Schnegelberger",
22+
"email": "[email protected]",
23+
"homepage": "https://www.phpbb.com",
24+
"role": "Developer"
25+
}
2026
],
2127
"minimum-stability": "stable",
2228
"require": {
@@ -34,7 +40,7 @@
3440
],
3541
"config": {
3642
"platform": {
37-
"php": "7.4.33"
43+
"php": "8.1"
3844
},
3945
"bin-dir": "bin"
4046
},

0 commit comments

Comments
 (0)