-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for 3.3.2 and drop support for 3.2.x
- Loading branch information
Showing
3 changed files
with
68 additions
and
40 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
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 |
---|---|---|
@@ -1,35 +1,35 @@ | ||
{ | ||
"name": "davidiq/phpbbasic", | ||
"type": "phpbb-extension", | ||
"description": "Simplifies phpBB to a single forum where all posts are shown on the main index page.", | ||
"homepage": "https://www.phpbb.com/customise/db/extension/phpbbasic/", | ||
"version": "2.1.0", | ||
"keywords": ["phpbb", "extension", "basic", "singleforum"], | ||
"license": "GPL-2.0-only", | ||
"authors": [ | ||
{ | ||
"name": "David Colón", | ||
"email": "[email protected]", | ||
"homepage": "http://www.davidiq.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.0", | ||
"composer/installers": "~1.0" | ||
}, | ||
"require-dev": { | ||
"phpbb/epv": "dev-ascraeus" | ||
}, | ||
"extra": { | ||
"display-name": "phpBBasic", | ||
"soft-require": { | ||
"phpbb/phpbb": ">=3.2.9,<4.0" | ||
}, | ||
"version-check": { | ||
"host": "www.phpbb.com", | ||
"directory": "/customise/db/extension/phpbbasic", | ||
"filename": "version_check" | ||
} | ||
} | ||
} | ||
{ | ||
"name": "davidiq/phpbbasic", | ||
"type": "phpbb-extension", | ||
"description": "Simplifies phpBB to a single forum where all posts are shown on the main index page.", | ||
"homepage": "https://www.phpbb.com/customise/db/extension/phpbbasic/", | ||
"version": "2.2.0", | ||
"keywords": ["phpbb", "extension", "basic", "singleforum", "phpbbasic"], | ||
"license": "GPL-2.0-only", | ||
"authors": [ | ||
{ | ||
"name": "David Colón", | ||
"email": "[email protected]", | ||
"homepage": "http://www.davidiq.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.0", | ||
"composer/installers": "~1.0" | ||
}, | ||
"require-dev": { | ||
"phpbb/epv": "dev-ascraeus" | ||
}, | ||
"extra": { | ||
"display-name": "phpBBasic", | ||
"soft-require": { | ||
"phpbb/phpbb": ">=3.3.0" | ||
}, | ||
"version-check": { | ||
"host": "www.phpbb.com", | ||
"directory": "/customise/db/extension/phpbbasic", | ||
"filename": "version_check" | ||
} | ||
} | ||
} |
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