mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-19 16:11:21 +02:00
[ticket/10824] Move declare strict_types and adjust version
PHPBB3-10824
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "phpbb/phpbb-language-en",
|
"name": "phpbb/phpbb-language-en",
|
||||||
"description": "phpBB Forum Software default language",
|
"description": "phpBB Forum Software default language",
|
||||||
"type": "phpbb-language",
|
"type": "phpbb-language",
|
||||||
"version": "3.3.0-a1-dev",
|
"version": "4.0.0-a1-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.3.0-a1-dev"
|
"phpbb-version": "4.0.0-a1-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
declare(strict_types=1);
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* This file is part of the phpBB Forum Software package.
|
* This file is part of the phpBB Forum Software package.
|
||||||
@@ -12,6 +11,8 @@ declare(strict_types=1);
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace phpbb\json;
|
namespace phpbb\json;
|
||||||
|
|
||||||
use phpbb\request\type_cast_helper;
|
use phpbb\request\type_cast_helper;
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"name": "phpbb/phpbb-style-prosilver",
|
"name": "phpbb/phpbb-style-prosilver",
|
||||||
"description": "phpBB Forum Software default style",
|
"description": "phpBB Forum Software default style",
|
||||||
"type": "phpbb-style",
|
"type": "phpbb-style",
|
||||||
"version": "3.3.0-a1-dev",
|
"version": "4.0.0-a1-dev",
|
||||||
"homepage": "https://www.phpbb.com",
|
"homepage": "https://www.phpbb.com",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
@@ -20,6 +20,6 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"display-name": "prosilver",
|
"display-name": "prosilver",
|
||||||
"phpbb-version": "3.3.0-a1-dev"
|
"phpbb-version": "4.0.0-a1-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user