Skip to content

Commit 43cf4f2

Browse files
committed
Fix. Code. Composer config fixed.
1 parent 4cdae93 commit 43cf4f2

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

composer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
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": "*",
@@ -30,11 +28,6 @@
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",
@@ -43,5 +36,10 @@
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
}

0 commit comments

Comments
 (0)