{
  "name": "wp-forge/wp-htaccess-manager",
  "description": "A helper library for making changes to .htaccess files in WordPress.",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "Micah Wood",
      "email": "micah@wpscholar.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "WP_Forge\\WP_Htaccess_Manager\\": "includes"
    },
    "files": [
      "includes/functions.php"
    ]
  }
}
