aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/psr/clock/composer.json
blob: 77992eda7575e9ca2c581b37a8eefe65fdae341e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "psr/clock",
  "description": "Common interface for reading the clock.",
  "keywords": ["psr", "psr-20", "time", "clock", "now"],
  "homepage": "https://github.com/php-fig/clock",
  "license": "MIT",
  "authors": [
    {
      "name": "PHP-FIG",
      "homepage": "https://www.php-fig.org/"
    }
  ],
  "require": {
    "php": "^7.0 || ^8.0"
  },
  "autoload": {
    "psr-4": {
      "Psr\\Clock\\": "src/"
    }
  }
}