dakzilla/magento2-cachetags-helper

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "dakzilla/magento2-cachetags-helper",
  "require": {
    "php": "~5.6.0|>=7.0.0"
  },
  "type": "magento2-module",
  "license": "MIT",
  "autoload": {
    "files": [
      "registration.php"
    ],
    "psr-4": {
      "Dakzilla\\CacheTags\\": ""
    }
  }
}