Initial commit.

This commit is contained in:
dcooperdalrymple
2024-09-06 16:21:20 -05:00
commit 9387d15c4b
15 changed files with 758 additions and 0 deletions

27
composer.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "cleverogre/ogreissuu",
"description": "WordPress integration with Issuu API v2.",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org",
"only": [
"wpackagist-plugin/*",
"wpackagist-theme/*"
]
}
],
"require": {
"magicoli/wp-package-updater-lib": "^0.1.9"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"scripts": {
"post-update-cmd": [
"php vendor/magicoli/wp-package-updater-lib/install.php"
]
}
}