{
  "name" : "pixelshield/witchcraft",
  "description" : "PixelShield Software - Witchcraft Bundle",
  "type" : "symfony-bundle",
  "authors" : [{
    "name" : "PixelShield - Dulanjana Fernando",
    "email" : "pixelshieldsoftware@gmail.com"
  }],
  "keywords" : [
    "Witchcraft Bundle"
  ],
  "license" : [
    "proprietary"
  ],
  "require" : {
    "php": "^8.2"
  },
  "autoload" : {
    "psr-4" : {
      "PixelShield\\Witchcraft\\" : ""
    }
  },
  "extra" : {
    "branch-alias" : {
      "dev-master" : "master"
    }
  }
}