Skip to content

Commit

Permalink
feat: add composer
Browse files Browse the repository at this point in the history
  • Loading branch information
l3rady committed May 14, 2024
1 parent 9401d4b commit 7fb7698
Show file tree
Hide file tree
Showing 2 changed files with 14 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/
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "l3rady/object-cache-apcu",
"description": "APCu backend for WordPress' Object Cache",
"type": "wordpress-dropin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Scott Cariss",
"email": "scott@cariss.dev"
}
],
"require": {}
}

0 comments on commit 7fb7698

Please sign in to comment.