Skip to content

Commit bf2c6fc

Browse files
committed
remove autoload.php and user composer autoloader psr-4
1 parent bac178f commit bf2c6fc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

autoload.php

Lines changed: 0 additions & 4 deletions
This file was deleted.

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
"homepage": "http://cleantalk.org",
99
"keywords": ["spam", "anti-spam", "antispam", "api"],
1010
"autoload": {
11-
"classmap": ["lib/Cleantalk.php", "lib/CleantalkRequest.php", "lib/CleantalkResponse.php", "lib/CleantalkAPI.php", "lib/CleantalkHelper.php"]
11+
"psr-4": {
12+
"lib\\": "lib"
13+
}
1214
}
1315
}

0 commit comments

Comments
 (0)