You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
699 B
JSON
28 lines
699 B
JSON
{
|
|
"name": "cleantalk/anti-ddos-lite",
|
|
"description": "A small PHP app to protect your site against DDoS attack or crawling web site by bots.",
|
|
"version": "2.0.2",
|
|
"authors": [
|
|
{
|
|
"name": "CleanTalk Team",
|
|
"email": "support@cleantalk.org"
|
|
}
|
|
],
|
|
"license": "GPL-3.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cleantalk\\CleantalkAntiDdosLite\\": "/"
|
|
}
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "3.*",
|
|
"phpcompatibility/php-compatibility": "^9.3"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"vendor/bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility",
|
|
"vendor/bin/phpcs --standard=tests/.phpcs.xml"
|
|
]
|
|
}
|
|
}
|