| {
  "name": "jawira/sanitizer",
  "description": "Sanitize your classes using attributes",
  "license": [
    "MIT"
  ],
  "type": "library",
  "authors": [
    {
      "name": "Jawira Portugal",
      "email": "[email protected] "
    }
  ],
  "require": {
    "php": "^8.0"
  },
  "require-dev": {
    "ergebnis/composer-normalize": "^2.31",
    "friendsofphp/php-cs-fixer": "^3.20",
    "jawira/skeleton": "^2.18",
    "pds/skeleton": "^1.0",
    "phpunit/phpunit": "^9.6",
    "vimeo/psalm": "^5.13"
  },
  "autoload": {
    "psr-4": {
      "Jawira\\Sanitizer\\": "src/"
    }
  },
  "config": {
    "allow-plugins": {
      "ergebnis/composer-normalize": true
    },
    "platform-check": true,
    "preferred-install": "dist",
    "sort-packages": true
  }
}
 |