8000 Added autoload to composer.json · codezninja/codebird-php@9b208ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b208ca

Browse files
committed
Added autoload to composer.json
1 parent 61c0955 commit 9b208ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "mynetx/codebird-php",
33
"description" : "Library for Twitter",
4-
"version": "2.3.1"
4+
"version": "2.3.1",
5+
"autoload": {
6+
"classmap": ["codebird.php"]
7+
}
58
}

0 commit comments

Comments
 (0)
0