mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-22 21:54:15 +02:00
Bumpped minimum supported PHP version to 8.0
This commit is contained in:
2
.github/workflows/test-suite.yaml
vendored
2
.github/workflows/test-suite.yaml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['7.4', '8.0', '8.1']
|
||||
php-versions: ['8.0', '8.1', '8.2']
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
@@ -38,7 +38,7 @@ Features
|
||||
Requirements
|
||||
------------
|
||||
|
||||
- Directory Lister requires [PHP](https://www.php.net/) >= 7.4
|
||||
- Directory Lister requires [PHP](https://www.php.net/) >= 8.0
|
||||
- The [Zip](https://www.php.net/manual/en/book.zip.php) extension is required for zip downloads
|
||||
- The [DOM](https://www.php.net/en/dom) and [Fileinfo](https://www.php.net/manual/en/book.fileinfo.php) extensions are required for README rendering
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
"issues": "https://github.com/DirectoryLister/DirectoryLister/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0 || ^8.1",
|
||||
"php": "^8.0 || ^8.1 || ^8.2",
|
||||
"ext-dom": "*",
|
||||
"ext-fileinfo": "*",
|
||||
"ext-zip": "*",
|
||||
@@ -61,7 +61,7 @@
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"platform": {
|
||||
"php": "7.4"
|
||||
"php": "8.0"
|
||||
},
|
||||
"platform-check": true,
|
||||
"sort-packages": true,
|
||||
|
564
composer.lock
generated
564
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user