Skip to content

Commit f2feb0a

Browse files
author
davydovct
authored
Merge pull request #18 from goodot/master
remove autoload.php and user composer autoloader psr-4
2 parents bac178f + bf2c6fc commit f2feb0a

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)