{
  "name": "silvestar/yaml-custom-fields",
  "description": "A WordPress plugin for managing YAML frontmatter schemas in theme templates",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "require": {
    "php": ">=8.1",
    "symfony/yaml": "^6.4",
    "symfony/deprecation-contracts": "^3.6"
  },
  "require-dev": {
    "humbug/php-scoper": "^0.18",
    "phpunit/phpunit": "^9.0",
    "yoast/phpunit-polyfills": "^2.0"
  },
  "autoload": {
    "psr-4": {
      "YamlCF\\": "src/"
    }
  },
  "scripts": {
    "test": "@php -d error_reporting=8191 vendor/bin/phpunit",
    "test:unit": "@php -d error_reporting=8191 vendor/bin/phpunit --testsuite unit",
    "test:integration": "@php -d error_reporting=8191 vendor/bin/phpunit --testsuite integration"
  },
  "config": {
    "platform-check": false
  }
}
