{
  "name": "advmaker/carbon-period",
  "type": "library",
  "description": "Extension of nesbot/carbon plugin, to work with date period",
  "keywords": [
    "date",
    "time",
    "DateTime",
    "Period"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Stanislav A. Karabanov"
    }
  ],
  "autoload": {
    "psr-4": {
      "Advmaker\\": "src"
    }
  },
  "require": {
    "php": ">=5.3.0",
    "nesbot/carbon": ">=1.14"
  },
  "require-dev": {
    "phpunit/phpunit": ">=4.0"
  }
}
