{
  "name": "trepmal/mini-loops",
  "description": "Get recent posts, posts from categories, and more. Display as widget or with shortcodes and template tags.",
  "homepage": "https://github.com/trepmal/mini-loops/",
  "type": "wordpress-plugin",
  "license": "GPL-2.0+",
  "authors": [
    {
      "name": "Kailey Lampert",
      "homepage": "http://trepmal.com/"
    }
  ],
  "support": {
    "issues": "https://github.com/trepmal/mini-loops/issues",
    "source": "https://github.com/trepmal/mini-loops"
  },
  "require": {
    "composer/installers": "~1.0",
    "php": ">=5.6"
  },
  "require-dev": {
    "automattic/vipwpcs": "^2.2",
    "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7",
    "php-parallel-lint/php-parallel-lint": "^1.0",
    "phpcompatibility/phpcompatibility-wp": "^2.1",
    "phpunit/phpunit": "^4 || ^5 || ^6 || ^7",
    "squizlabs/php_codesniffer": "^3.5",
    "wp-coding-standards/wpcs": "^2.3.0",
    "yoast/phpunit-polyfills": "^0.2.0"
  },
  "scripts": {
    "cs": [
      "@php ./vendor/bin/phpcs -p -s -v -n . --standard=\"WordPress-VIP-Go\" --extensions=php --ignore=\"/vendor/*,/node_modules/*,/tests/*\""
    ],
    "cbf": [
      "@php ./vendor/bin/phpcbf -p -s -v -n . --standard=\"WordPress-VIP-Go\" --extensions=php --ignore=\"/vendor/*,/node_modules/*,/tests/*\""
    ],
    "lint": [
      "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git"
    ],
    "lint-ci": [
      "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git --checkstyle"
    ],
    "prepare": [
      "bash bin/install-wp-tests.sh wordpress_test root root localhost"
    ],
    "integration": [
      "@php ./vendor/bin/phpunit --testsuite WP_Tests"
    ],
    "integration-ms": [
      "@putenv WP_MULTISITE=1",
      "@composer integration"
    ]
  }
}
