[fix/namespaces] Fix portal after adding namespaces

B3P-FIX-NAMESPACES
This commit is contained in:
Marc Alexander
2013-10-17 21:42:43 +02:00
parent ab9f2eaaa3
commit 53436e790c
12 changed files with 86 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "board3/portal",
"type": "phpbb3-extension",
"type": "phpbb-extension",
"description": "Adds a portal with several blocks to your forum. You can change the settings, move the blocks, add new blocks and more in the ACP.",
"homepage": "http://www.board3.de",
"version": "2.1.0-dev",
@@ -47,7 +47,7 @@
}],
"require": {
"php": ">=5.2",
"phpbb": "3.1.0-dev"
"phpbb/phpbb": "3.1.0-dev"
},
"extra": {
"display-name": "Board3 Portal"