{
  "name": "debughawk/debughawk-plugin",
  "type": "wordpress-plugin",
  "authors": [
    {
      "name": "Ashley Rich",
      "email": "hello@ashleyrich.com"
    }
  ],
  "require": {
    "php": "^7.4|^8.0"
  },
  "autoload": {
    "psr-4": {
      "DebugHawk\\": "src/"
    }
  }
}