Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joanrodas authored Apr 26, 2022
1 parent 29f1441 commit cd74459
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "joanrodas/sage10-bbpress",
"description": "bbPress compatibility with Sage 10 blade templates and composers",
"type": "library",
"homepage": "https://github.com/joanrodas/sage10-bbpress",
"license": "GPL-3.0+",
"authors": [
{
"name": "Joan Rodas Cusidó",
"email": "joan@sirvelia.com",
"homepage": "https://sirvelia.com",
"role": "Developer"
}
],
"autoload": {
"files": [
"src/bbpress-compat.php"
]
}
}

0 comments on commit cd74459

Please sign in to comment.