{
"name": "spatie/period",
"description": "Complex period comparisons",
"keywords": [
"spatie",
"period"
],
"homepage": "https://github.com/spatie/period",
"license": "MIT",
"authors": [
{
"name": "Brent Roose",
"email": "brent@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"require": {
"php": "^7.1"
},
"require-dev": {
"larapack/dd": "^1.0",
"nesbot/carbon": "^2.6",
"phpunit/phpunit": "^7.0"
},
"autoload": {
"psr-4": {
"Spatie\\Period\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Spatie\\Period\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"config": {
"sort-packages": true
},
"extra": {
}
}
|