22 lines
No EOL
539 B
JSON
Executable file
22 lines
No EOL
539 B
JSON
Executable file
{
|
|
"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"
|
|
}
|
|
}
|
|
} |