-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #353 from marc1706/ticket/327
[ticket/327] Prepare package for release of beta
- Loading branch information
Showing
1 changed file
with
3 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"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", | ||
"time": "2012-10-05 10:40:01", | ||
"version": "2.1.0-b1", | ||
"time": "2014-08-24 14:02:18", | ||
"license": "GPL-2.0", | ||
"authors": [{ | ||
"name": "Marc Alexander", | ||
|
@@ -17,27 +17,6 @@ | |
"email": "[email protected]", | ||
"homepage": "http://mods.flying-bits.org", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Kevin", | ||
"homepage": "http://www.board3.de", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Ice", | ||
"homepage": "http://www.board3.de", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Christian", | ||
"homepage": "http://www.phpbb-projekt.de", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Walter", | ||
"email": "[email protected]", | ||
"homepage": "http://www.digitalfotografie-foren.de", | ||
"role": "Developer" | ||
}], | ||
"require": { | ||
"php": ">=5.3.3", | ||
|
@@ -50,7 +29,7 @@ | |
"extra": { | ||
"display-name": "Board3 Portal", | ||
"soft-require": { | ||
"phpbb/phpbb": "3.1.*@dev" | ||
"phpbb/phpbb": ">=3.1.0-RC3,<3.2.*@dev" | ||
}, | ||
"version-check": { | ||
"host": "board3.de", | ||
|