1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[task/composer-compatibility] Minor changes that will break extension BC

PHPBB3-11840
This commit is contained in:
MichaelC
2013-09-18 09:06:16 +01:00
parent 179f41475b
commit fd022123c0
5 changed files with 28 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "foo/bar",
"type": "phpbb3-extension",
"type": "phpbb-extension",
"description": "Testing extensions",
"homepage": "",
"version": "1.0.0",
@@ -8,14 +8,13 @@
"licence": "GPL-2.0",
"authors": [{
"name": "Joas Schilling",
"username": "nickvergessen",
"email": "nickvergessen@phpbb.com",
"homepage": "http://www.phpbb.com",
"role": "Developer"
}],
"require": {
"php": ">=5.3",
"phpbb": ">=3.1.0-dev"
"phpbb": "3.1.*@dev"
},
"extra": {
"display-name": "phpBB 3.1 Extension Testing"