First commit

This commit is contained in:
ebassi -
commit e3597abe8e
35 changed files with 2401 additions and 0 deletions

22
composer.json Executable file
View file

@ -0,0 +1,22 @@
{
"name": "pedodev/linkprotection",
"type": "phpbb-extension",
"description": "Link Protection system for phpBB 3.3. Allows users to protect links through the use of a captcha",
"version": "1.0.0",
"license": "None",
"authors": [
{
"name": "PedoDeveloper"
}
],
"require": {
"php": ">=8.0",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Link Protection",
"soft-require": {
"phpbb/phpbb": ">=3.3"
}
}
}