Skip to content

Commit 86c137d

Browse files
author
Nikita Starshinov
committed
Add composer.json for Composer support with autoloading by classmap in src-php directory to use without building.
1 parent fb52788 commit 86c137d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "emuravjev/mdash",
3+
"description": "EMT - Evgeny Muravjev Typograph",
4+
"license": "Public Domain",
5+
"authors": [
6+
{
7+
"name": "Evgeny Muravjev",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"autoload": {
12+
"classmap": ["src-php/"]
13+
}
14+
}

0 commit comments

Comments
 (0)