29 lines
687 B
JSON
29 lines
687 B
JSON
{
|
|
"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",
|
|
"lasselehtinen/issuu": "^3.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"php vendor/magicoli/wp-package-updater-lib/install.php"
|
|
]
|
|
}
|
|
}
|