{
  "name": "shop/gold-jewellery-software",
  "description": "Gold Jewellery Shop Management System",
  "type": "project",
  "require": {
    "php": ">=8.4",
    "ext-pdo": "*",
    "ext-pdo_mysql": "*"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    }
  }
}
