{
  "name": "chiri/lar-06-cache-freshness",
  "description": "Reproducible Laravel cache freshness fixture",
  "license": "proprietary",
  "type": "project",
  "require": {
    "php": "8.4.12",
    "laravel/framework": "13.20.0",
    "predis/predis": "3.2.0"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    }
  },
  "config": {
    "allow-plugins": {
      "php-http/discovery": false
    },
    "platform": {
      "php": "8.4.12"
    },
    "sort-packages": true
  },
  "minimum-stability": "stable",
  "prefer-stable": true
}
