Files
medicalalert-web-reloaded/wp/wp-content/plugins/nginx-helper/composer.json
Jay Sharma 07f9307d0c Merged in feature/165-dev-dev01 (pull request #12)
auto-patch  165-dev-dev01-2023-12-27T21_44_36

* auto-patch  165-dev-dev01-2023-12-27T21_44_36
2023-12-27 21:46:01 +00:00

29 lines
931 B
JSON

{
"name": "rtcamp/nginx-helper",
"description": "Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also does a few more things.",
"keywords": ["wordpress", "plugin", "nginx", "nginx-helper", "fastcgi", "redis-cache", "redis", "cache"],
"homepage": "https://rtcamp.com/nginx-helper/",
"license": "GPL-2.0+",
"authors": [{
"name": "rtCamp",
"email": "support@rtcamp.com",
"homepage": "https://rtcamp.com"
}],
"minimum-stability": "dev",
"prefer-stable": true,
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/rtCamp/nginx-helper/issues",
"forum": "https://wordpress.org/support/plugin/nginx-helper",
"wiki": "https://github.com/rtCamp/nginx-helper/wiki",
"source": "https://github.com/rtCamp/nginx-helper/"
},
"require": {
"php": ">=5.3.2",
"composer/installers": "^1.0"
},
"require-dev": {
"wpreadme2markdown/wpreadme2markdown": "*"
}
}