mirror of
https://github.com/holidayapi/holidayapi-php.git
synced 2025-06-21 12:16:31 +00:00
chore(ci): include 7.4 and nightly
* chore(ci): Added 7.4 (just released) and nightly (as an allowed failure). * chore(composer): Swap out abandoned coveralls package for maintained version. * chore(composer): Added PHPUnit as a dev dependency. * chore(ci): Dropped a ton of the juggling in favor of version juggling in Composer. * fix(readme): Corrected the badge for the license. * chore(composer): Bumped the package's version number.
This commit is contained in:
parent
e97edee508
commit
0f45ca781a
3 changed files with 12 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "holidayapi/holidayapi-php",
|
||||
"description": "Official PHP library for Holiday API",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"type": "library",
|
||||
"keywords": [
|
||||
"calendar",
|
||||
|
@ -17,10 +17,11 @@
|
|||
"homepage": "https://holidayapi.com"
|
||||
}],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"satooshi/php-coveralls": "~1.0"
|
||||
"php-coveralls/php-coveralls": ">=1",
|
||||
"phpunit/phpunit": ">=4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "HolidayAPI\\": "src/" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue