{
  "name": "ziorwebdev/wordpress-blocks",
  "version": "1.2.13",
  "description": "A collection of custom Gutenberg blocks designed to extend the WordPress block editor with icons, dynamic data, and flexible content composition.",
  "type": "library",
  "autoload": {
    "psr-4": {
      "ZIORWebDev\\WordPressBlocks\\": "src/"
    }
  },
  "require": {
    "php": "^8.0",
    "pinkcrab/wp-psr16-cache": "^2.0"
  },
  "license": "MIT",
  "authors": [
    {
      "name": "ZIORWeb.Dev",
      "email": "devs@ziorweb.dev"
    }
  ]
}