chore: drop EOL PHP versions

Seemed overdue to finally drop support for PHP 5.x, as well as 7.x as
the 7 series has also reached end of life.

Expanded testing to include both the soon to be released 8.3 and the
next development version 8.4.
This commit is contained in:
Josh Sherman 2023-11-06 12:29:43 -06:00
parent 15052790c5
commit f8e945bacd
4 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{
"name": "holidayapi/holidayapi-php",
"description": "Official PHP library for Holiday API",
"version": "3.0.0",
"version": "4.0.0",
"type": "library",
"keywords": [
"calendar",
@ -17,12 +17,12 @@
"homepage": "https://holidayapi.com"
}],
"require": {
"php": ">=5.3",
"php": ">=8.0",
"ext-json": "*",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^9.0"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {