Ensure PHP 8.4 support

This commit is contained in:
Chris Kankiewicz 2024-11-22 15:21:40 -07:00
parent 308132cdfe
commit 9f902e174d
No known key found for this signature in database
GPG Key ID: 474E915709CEB5EB
3 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3', '8.4']
steps:
- name: Checkout Repository

View File

@ -13,7 +13,7 @@
"issues": "https://github.com/DirectoryLister/DirectoryLister/issues"
},
"require": {
"php": "^8.0 || ^8.1 || ^8.2",
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-zip": "*",

4
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "322cb5c7e9b364c14b81d8db9ad456a3",
"content-hash": "5fff34e40f30e02411400dd2e22b9f16",
"packages": [
{
"name": "erusev/parsedown",
@ -6829,7 +6829,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^8.0 || ^8.1 || ^8.2",
"php": "^8.1 || ^8.2 || ^8.3 || ^8.4",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-zip": "*"