Skip to content

Commit 04ab1b2

Browse files
committed
Merge pull request #1 from afraazali/master
Adding composer autoload property
2 parents a660fbc + d41d48e commit 04ab1b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66
"guzzlehttp/guzzle": "~5.3",
77
"illuminate/support": "~5.1"
88
},
9-
"psr-0": {
10-
"Cmosguy": "src/"
9+
"autoload": {
10+
"psr-0": {
11+
"Cmosguy": "src/"
12+
}
1113
},
14+
1215
"license": "MIT",
1316
"authors": [
1417
{

0 commit comments

Comments
 (0)