Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alan De Vaney
DirectoryLister
Commits
10a5990b
Unverified
Commit
10a5990b
authored
3 years ago
by
Chris Kankiewicz
Browse files
Options
Download
Email Patches
Plain Diff
Bumped minimum supported PHP version to 7.4
parent
5814ea09
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
README.md
composer.json
+2
-2
composer.json
composer.lock
+138
-134
composer.lock
with
141 additions
and
137 deletions
+141
-137
README.md
+
1
-
1
View file @
10a5990b
...
...
@@ -38,7 +38,7 @@ Features
Requirements
------------
-
Directory Lister requires
[
PHP
](
https://www.php.net/
)
>= 7.
3
-
Directory Lister requires
[
PHP
](
https://www.php.net/
)
>= 7.
4
-
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
...
...
This diff is collapsed.
Click to expand it.
composer.json
+
2
-
2
View file @
10a5990b
...
...
@@ -13,7 +13,7 @@
"issues"
:
"https://github.com/DirectoryLister/DirectoryLister/issues"
},
"require"
:
{
"php"
:
"^7.
3
|| ^8.0 || ^8.1"
,
"php"
:
"^7.
4
|| ^8.0 || ^8.1"
,
"ext-dom"
:
"*"
,
"ext-fileinfo"
:
"*"
,
"ext-zip"
:
"*"
,
...
...
@@ -60,7 +60,7 @@
"config"
:
{
"optimize-autoloader"
:
true
,
"platform"
:
{
"php"
:
"7.
3
"
"php"
:
"7.
4
"
},
"platform-check"
:
true
,
"sort-packages"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
composer.lock
+
138
-
134
View file @
10a5990b
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets