Extensions
This commit is contained in:
27
ext/phpbbstudio/dice/composer.json
Normal file
27
ext/phpbbstudio/dice/composer.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "phpbbstudio/dice",
|
||||
"type": "phpbb-extension",
|
||||
"description": "Let's roll the dice!",
|
||||
"homepage": "https://www.phpbbstudio.com",
|
||||
"version": "2.1.2",
|
||||
"time": "2019-07-10",
|
||||
"license": "GPL-2.0-only",
|
||||
"authors": [
|
||||
{
|
||||
"name": "phpBB Studio",
|
||||
"email": "info@phpbbstudio.com",
|
||||
"homepage": "https://www.phpbbstudio.com",
|
||||
"role": "Lead Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.5",
|
||||
"composer/installers": "~1.0"
|
||||
},
|
||||
"extra": {
|
||||
"display-name": "phpBB Studio - Dice",
|
||||
"soft-require": {
|
||||
"phpbb/phpbb": ">=3.2.5,<3.3.0@dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user