First commit

This commit is contained in:
ebassi -
commit 3a568602da
36 changed files with 1584 additions and 0 deletions

22
composer.json Executable file
View file

@ -0,0 +1,22 @@
{
"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"
}
}
}