Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke committed Sep 6, 2024
1 parent 06ed09f commit c898e81
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules

/vendor/
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "humanmade/query-filter",
"description": "Query Loop Block filters",
"type": "wordpress-plugin",
"require": {
"composer/installers": "^1 || ^2"
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Human Made Limited",
"email": "hello@humanmade.com"
}
]
}

0 comments on commit c898e81

Please sign in to comment.