Blame view

vendor/cakephp/chronos/composer.json 995 Bytes
6c4edfa3   Alexandre   First Commit LabI...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "name": "cakephp/chronos",
  "type": "library",
  "description": "A simple API extension for DateTime.",
  "keywords": [
    "date",
    "time",
    "DateTime"
  ],
  "homepage": "http://cakephp.org",
  "license": "MIT",
  "authors": [
    {
      "name": "Brian Nesbitt",
      "email": "brian@nesbot.com",
      "homepage": "http://nesbot.com"
    },
    {
      "name": "The CakePHP Team",
      "homepage": "http://cakephp.org"
    }
  ],
  "support": {
    "issues": "https://github.com/cakephp/chronos/issues",
    "irc": "irc://irc.freenode.org/cakephp",
    "source": "https://github.com/cakephp/chronos"
  },
  "require": {
    "php": ">=5.5.9"
  },
  "require-dev": {
    "phpunit/phpunit": "*",
    "athletic/athletic": "~0.1",
    "cakephp/cakephp-codesniffer": "dev-master"
  },
  "autoload": {
    "psr-4": {
      "Cake\\Chronos\\": "src"
    },
    "files": ["src/carbon_compat.php"]
  },
  "autoload-dev": {
    "psr-4": {
      "Cake\\Chronos\\Test\\": "tests"
    }
  }
}