{
  "name": "psx/datetime",
  "description": "Date and time implementations which only accept RFC3339 formats",
  "keywords": ["date", "time", "rfc3339"],
  "homepage": "https://phpsx.org",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "Christoph Kappestein",
      "email": "christoph.kappestein@gmail.com",
      "homepage": "https://chrisk.app"
    }
  ],
  "require": {
    "php": ">=8.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^8.0",
    "vimeo/psalm": "^4.0"
  },
  "autoload": {
    "psr-4": {
      "PSX\\DateTime\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "PSX\\DateTime\\Tests\\": "tests/"
    }
  }
}
