{
  "name": "szopen/similarity",
  "description": "A similarity library for string and date matching",
  "type": "library",
  "license": "MIT",
  "autoload": {
    "psr-4": {
      "Szopen\\Similarity\\": "src/",
      "Tests\\Szopen\\Similarity\\": "tests/"
    }
  },
  "authors": [
    {
      "name": "Leandro Luccerini"
    }
  ],
  "minimum-stability": "stable",
  "require": {
    "php": ">=8.2",
    "ext-intl": "*",
    "ext-iconv": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^12.3",
    "phpstan/phpstan": "^2.1",
    "friendsofphp/php-cs-fixer": "^3.88"
  },
  "scripts": {
    "test": "./vendor/bin/phpunit"
  }
}
