22 lines
No EOL
574 B
JSON
Executable file
22 lines
No EOL
574 B
JSON
Executable file
{
|
|
"name": "pedodev/tagging",
|
|
"type": "phpbb-extension",
|
|
"description": "Content Tagging system for phpBB 3.3. Allows users to tag posts with a selection of pre-configured tags, and allows users to search by tag",
|
|
"version": "1.0.0",
|
|
"license": "None",
|
|
"authors": [
|
|
{
|
|
"name": "PedoDeveloper"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"extra": {
|
|
"display-name": "Content Tagging",
|
|
"soft-require": {
|
|
"phpbb/phpbb": ">=3.3"
|
|
}
|
|
}
|
|
} |