1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 07:47:34 +02:00

[ticket/10824] Update language composer.json

PHPBB3-10824
This commit is contained in:
Marc Alexander
2016-01-16 23:07:51 +01:00
parent 21c9883ac7
commit 732935582a

View File

@@ -1,8 +1,8 @@
{ {
"name": "en", "name": "phpbb/phpbb-language-en",
"description": "phpBB Forum Software default style", "description": "phpBB Forum Software default style",
"type": "phpbb-language", "type": "phpbb-language",
"version": "3.2.0-a1-dev", "version": "3.2.0-a3-dev",
"homepage": "https://www.phpbb.com", "homepage": "https://www.phpbb.com",
"license": "GPL-2.0", "license": "GPL-2.0",
"authors": [ "authors": [
@@ -22,6 +22,6 @@
"language-iso": "en", "language-iso": "en",
"english-name": "British English", "english-name": "British English",
"local-name": "British English", "local-name": "British English",
"phpbb-version": "3.2.0-a1-dev" "phpbb-version": "3.2.0-a3-dev"
} }
} }