mirror of
https://github.com/holidayapi/holidayapi-php.git
synced 2025-06-21 12:16:31 +00:00
Fairly minor update, no code change, just added a new test to cover the flag that was recently added to the API and expanded the documentation to also include it.
29 lines
632 B
JSON
29 lines
632 B
JSON
{
|
|
"name": "holidayapi/holidayapi-php",
|
|
"description": "Official PHP library for Holiday API",
|
|
"version": "2.2.1",
|
|
"type": "library",
|
|
"keywords": [
|
|
"calendar",
|
|
"holiday",
|
|
"holidays",
|
|
"holidayapi"
|
|
],
|
|
"homepage": "https://github.com/holidayapi/holidayapi-php",
|
|
"license": "MIT",
|
|
"authors": [{
|
|
"name": "Josh Sherman",
|
|
"email": "hello@holidayapi.com",
|
|
"homepage": "https://holidayapi.com"
|
|
}],
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": ">=1",
|
|
"phpunit/phpunit": ">=4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "HolidayAPI\\": "src/" }
|
|
}
|
|
}
|