Skip to content

Commit ff019c0

Browse files
authored
Merge branch 'symfony-6.3' into upgrade/symfony-6.3
2 parents d58eedd + 4bfdfa0 commit ff019c0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
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.5.3",
5+
"version": "1.6.0",
66
"license": "GPL-2.0-only",
77
"authors": [
88
{
@@ -33,6 +33,9 @@
3333
"translation.php"
3434
],
3535
"config": {
36+
"platform": {
37+
"php": "7.4.33"
38+
},
3639
"bin-dir": "bin"
3740
},
3841
"autoload": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

translation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*/
1010

11-
const TRANSLATION_VALIDATOR_VERSION = '1.5.3';
11+
const TRANSLATION_VALIDATOR_VERSION = '1.6.0';
1212

1313
require 'vendor/autoload.php';
1414

0 commit comments

Comments
 (0)