{
  "name": "gmaccario/lead-magnet-locker",
  "type": "wordpress-plugin",
  "require": {
    "php": ">=8.1"
  },
  "autoload": {
    "psr-4": {
      "LeadMagnet\\Locker\\": "src/"
    }
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "scripts": {
    "lint": "phpcs --standard=phpcs.xml",
    "fix": "phpcbf --standard=phpcs.xml"
  },
  "require-dev": {
    "wp-coding-standards/wpcs": "^3.2"
  }
}
