PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dominique Vienne   PHP Swiss Day Off   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Swiss Day Off
Check if a given day is off in Switzerland
Author: By
Last change: Updated dependencies

Bump phpunit/phpunit from 4.0.20 to 4.8.28

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 4.0.20 to 4.8.28.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-8.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/4.0.20...4.8.28)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Date: 6 hours ago
Size: 567 bytes
 

Contents

Class file image Download
{ "name": "dominiquevienne/swiss-off", "description": "PHP Library used to know if a day is off in a given Swiss Canton", "license": "Apache-2.0", "keywords": ["php"], "authors": [ { "name": "Dominique Vienne", "email": "pierredominique.vienne@gmail.com" } ], "require": { "php": "^5.3.3 || ^7.0", "doctrine/instantiator": "^1.4", "phpdocumentor/reflection-docblock": "^5.3" }, "require-dev": { "phpunit/phpunit": "4.8.*" }, "autoload": { "psr-0": { "Dominiquevienne\\SwissOff\\": "src" } } }