APIgoat_API_wordpress_plugin/composer.json

12 lines
309 B
JSON
Raw Permalink Normal View History

2020-09-03 22:10:06 +00:00
{
"name": "drez/apigoat_doc",
"description": "Access the APIgoat API from within Wordpress",
"homepage": "https://apigoat.com/",
"type": "wordpress-plugin",
"license": "MIT",
"require": {
"bernardosilva/jwt-api-client-php": "^0.0.3",
"firebase/php-jwt": "^5.2"
}
}