Skip to content

Commit 8464fea

Browse files
committed
Add composer.json
1 parent 45bb46a commit 8464fea

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "humanmade/foundry",
3+
"description": "Foundry is an experimental approach to custom tables in WordPress.",
4+
"license": "GPL-2.0+",
5+
"autoload": {
6+
"classmap": [
7+
"inc/"
8+
],
9+
"files": [
10+
"inc/cli/namespace.php",
11+
"inc/database/namespace.php"
12+
]
13+
}
14+
}

0 commit comments

Comments
 (0)