{
    "name": "afragen/wp-dismiss-notice",
    "description": "Library for time dismissible WordPress admin notices.",
    "version": "0.3.7",
    "type": "library",
    "license": "MIT",
    "authors": [
      {
        "name": "Andy Fragen",
        "email": "andy@thefragens.com",
        "homepage": "https://thefragens.com",
        "role": "Developer"
      }
    ],
    "prefer-stable": true,
    "require": {
      "php": ">=5.6"
    },
    "support": {
      "issues": "https://github.com/afragen/wp-dismiss-notice/issues",
      "source": "https://github.com/afragen/wp-dismiss-notice"
    },
    "autoload": {
      "classmap": [
        "wp-dismiss-notice.php"
      ]
    }
  }
