{
  "name": "pluginmagnet/magnet-blocks",
  "title": "Magnet Blocks",
  "description": "A powerful WordPress block management system that enables you to create, manage, and display custom blocks with shortcodes. Features include global content management, WooCommerce integration, and AI-powered capabilities.",
  "homepage": "https://pluginmagnet.com/wp-plugins/magnet-blocks/",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "prefer-stable": true,
  "minimum-stability": "dev",
  "repositories": [
  ],
  "require": {
    "php": ">=8.0"
  },
  "require-dev": {
    "codeception/lib-innerbrowser": "^1.0",
    "codeception/module-asserts": "^1.1",
    "codeception/module-cli": "^1.0",
    "codeception/module-db": "^1.0",
    "codeception/module-filesystem": "^1.0",
    "codeception/module-phpbrowser": "^1.0",
    "codeception/module-rest": "^1.2",
    "codeception/module-webdriver": "^1.0",
    "codeception/util-universalframework": "^1.0",
    "coenjacobs/mozart": "^0.7.1",
    "level-level/wp-browser-woocommerce": "^0.1.8",
    "lucatume/wp-browser": "^3.1",
    "phpcompatibility/php-compatibility": "9.3.5"
  },
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true,
    "allow-plugins": {
      "composer/*": true,
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "autoload": {},
  "autoload-dev": {},
  "scripts": {
    "post-install-cmd": [
      "composer dump-autoload"
    ],
    "post-update-cmd": [
      "composer dump-autoload"
    ],
    "phpcs": "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v",
    "phpcbf": "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"
  },
  "extra": {}
}
