23 lines
625 B
JSON
23 lines
625 B
JSON
{
|
|
"name": "joshtronic/php-holidayapi",
|
|
"description": "Official PHP library for Holiday API",
|
|
"version": "1.0.0",
|
|
"type": "library",
|
|
"keywords": [ "holiday", "holidays", "holidayapi" ],
|
|
"homepage": "https://github.com/joshtronic/php-holidayapi",
|
|
"license": "MIT",
|
|
"authors": [{
|
|
"name": "Josh Sherman",
|
|
"email": "hello@holidayapi.com",
|
|
"homepage": "https://holidayapi.com,"
|
|
}],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"satooshi/php-coveralls": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "HolidayAPI\\": "src/" }
|
|
}
|
|
}
|