Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 9733e71

Browse files
committed
updated composer to support classmap autoloading
1 parent 4ae87c8 commit 9733e71

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
@@ -12,5 +12,8 @@
1212
"homepage": "http://www.alchemyapi.com/",
1313
"role": "Developer"
1414
}
15-
]
15+
],
16+
"autoload": {
17+
"classmap": ["alchemyapi.php"]
18+
}
1619
}

0 commit comments

Comments
 (0)