28 lines
567 B
JSON
28 lines
567 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|