1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10824] Move declare strict_types and adjust version

PHPBB3-10824
This commit is contained in:
Marc Alexander
2020-01-20 20:21:55 +01:00
parent 93949d1be4
commit c25e06e46b
3 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"name": "phpbb/phpbb-language-en",
"description": "phpBB Forum Software default language",
"type": "phpbb-language",
"version": "3.3.0-a1-dev",
"version": "4.0.0-a1-dev",
"homepage": "https://www.phpbb.com",
"license": "GPL-2.0",
"authors": [
@@ -22,6 +22,6 @@
"language-iso": "en",
"english-name": "British English",
"local-name": "British English",
"phpbb-version": "3.3.0-a1-dev"
"phpbb-version": "4.0.0-a1-dev"
}
}