Skip to content

Commit 11ee327

Browse files
committed
Add standard composer file
Needs include-path to support legacy classes that still have requires in them.
1 parent 3f9a098 commit 11ee327

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "unl/common",
3+
"autoload": {
4+
"psr-0": { "": "src/" }
5+
},
6+
"include-path": ["src"]
7+
}

0 commit comments

Comments
 (0)