{
  "name": "allnekoclub/yoyaku-manager",
  "description": "Yoyaku Manager Packages",
  "autoload": {
    "psr-4": {
      "Yoyaku\\": "src/",
      "phpunit\\": "tests/phpunit"
    }
  },
  "require": {
    "php-di/php-di": "^7.0",
    "ramsey/uuid": "^4.7"
  },
  "require-dev": {
    "phpunit/phpunit": "^9",
    "yoast/phpunit-polyfills": "^2.0"
  },
  "scripts": {
    "test": [
      "vendor/bin/phpunit"
    ]
  },
  "config": {
    "optimize-autoloader": true,
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "php-http/discovery": true
    },
    "platform": {
      "php": "8.1"
    }
  }
}
