Skip to content

Commit

Permalink
Add composer
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Oct 20, 2023
1 parent 4ccbdbb commit a1adefb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "acrosswp/wordpress-plugin-boilerplate",
"type": "library",
"license": "GPL-2.0-or-later",
"description": "Composer to autoload the WordPress Plugin Boilerplate",
"homepage": "https://acrosswp.com/",
"keywords": [
"wordpress",
"plugin"
],
"require": {
"acrosswp/acrosswp-about-us": "dev-main",
"alledia/edd-sl-plugin-updater": "dev-master",
"acrosswp/acrosswp-plugin-edd-licence": "dev-main",
"yahnis-elsts/plugin-update-checker": "dev-master",
"acrosswp/acrosswp-plugin-update-checker-github": "dev-main"
},
"support": {
"issues": "https://github.com/acrosswp/wordpress-plugin-boilerplate/issues"
},
"authors": [
{
"name": "acrosswp",
"email": "[email protected]"
}
]
}

0 comments on commit a1adefb

Please sign in to comment.