Skip to content

Commit cd74459

Browse files
authored
Create composer.json
1 parent 29f1441 commit cd74459

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "joanrodas/sage10-bbpress",
3+
"description": "bbPress compatibility with Sage 10 blade templates and composers",
4+
"type": "library",
5+
"homepage": "https://github.com/joanrodas/sage10-bbpress",
6+
"license": "GPL-3.0+",
7+
"authors": [
8+
{
9+
"name": "Joan Rodas Cusidó",
10+
"email": "[email protected]",
11+
"homepage": "https://sirvelia.com",
12+
"role": "Developer"
13+
}
14+
],
15+
"autoload": {
16+
"files": [
17+
"src/bbpress-compat.php"
18+
]
19+
}
20+
}

0 commit comments

Comments
 (0)