PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Brent Roose   PHP Period Date   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Period Date
Compare and calculate dates between time periods
Author: By
Last change:
Date: 3 years ago
Size: 989 bytes
 

Contents

Class file image Download
{ "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": { } }