{
  "name": "alcohol/iso4217",
  "description": "ISO 4217 PHP Library",
  "keywords": ["ISO 4217", "ISO", "4217", "currencies", "library"],
  "homepage": "http://alcohol.github.io/iso4217/",
  "license": "MIT",
  "authors": [{
    "name": "Rob Bast",
    "email": "rob.bast@gmail.com"
  }],
  "support": {
    "issues": "https://github.com/alcohol/iso4217/issues",
    "source": "https://github.com/alcohol/iso4217"
  },
  "require": {
    "php": "^7.4 || ^8.0"
  },
  "autoload": {
    "psr-4": {
      "Alcohol\\": "."
    }
  },
  "require-dev": {
    "phpunit/phpunit": "^9.5.28 || ^10.5.58 || ^11.5.43 || ^12.4.2"
  },
  "scripts": {
    "test": "vendor/bin/phpunit",
    "phpstan": "tools/phpstan/vendor/bin/phpstan",
    "php-cs-fixer": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --dry-run --diff",
    "php-cs-fixer-fix": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix"
  },
  "extra": {
    "branch-alias": {
      "dev-main": "4.x-dev"
    }
  }
}
