Skip to content

Commit

Permalink
Add composer.json and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jan 11, 2025
1 parent b6a9808 commit 9178b76
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "jazzsequence/ccg-manager",
"description": "A WordPress plugin to manage your CCG collection",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Chris Reynolds",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {}
}

0 comments on commit 9178b76

Please sign in to comment.