File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " cleantalk/firewall" ,
33 "description" : " CleanTalk APBCT `SFW` classes" ,
4- "type" : " cleantalk-apbct-lib" ,
54 "authors" : [
65 {
76 "name" : " CleanTalk Team" ,
8- "email" : " support @cleantalk.org"
7+ "email" : " plugins @cleantalk.org"
98 }
109 ],
1110 "license" : " GPL-3.0-or-later" ,
1211 "require" : {
13- "cleantalk/apbct-installer" : " *" ,
1412 "cleantalk/mloader" : " *" ,
1513 "cleantalk/variables" : " *" ,
1614 "cleantalk/cleaner" : " *" ,
3028 "squizlabs/php_codesniffer" : " 3.*" ,
3129 "phpcompatibility/php-compatibility" : " ^9.3"
3230 },
33- "config" : {
34- "allow-plugins" : {
35- "cleantalk/apbct-installer" : true
36- }
37- },
3831 "scripts" : {
3932 "test" : [
4033 " vendor/bin/phpunit --configuration tests/phpunit.xml" ,
4336 " vendor/bin/psalm --no-cache --config=tests/psalm.xml" ,
4437 " vendor/bin/psalm --no-cache --config=tests/psalm.xml --taint-analysis"
4538 ]
39+ },
40+ "autoload" : {
41+ "psr-4" : {
42+ "Cleantalk\\ Common\\ Firewall\\ " : " /"
43+ }
4644 }
4745}
You can’t perform that action at this time.
0 commit comments