Skip to content

Commit 2371875

Browse files
added autoload to composer.json
1 parent 68a7328 commit 2371875

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
vendor
3+
composer.lock
4+
composer.phar

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
"description": "PHP library for interacting with Qencode API",
44
"require": {
55
"php": ">=5.4"
6+
},
7+
"autoload": {
8+
"classmap": [
9+
"src/"
10+
]
611
}
712
}

0 commit comments

Comments
 (0)