Skip to content

Commit 8735afd

Browse files
author
OXIDFabian
committedJul 15, 2021
removed PHP 7.0-7.3
1 parent f01ae64 commit 8735afd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ADMINER_PORT=8080
3636

3737

3838
# Set PHP version
39-
# PHP Versions 7.0, 7.1, 7.2, 7.3, 7.4, 8.0
39+
# PHP Versions 7.4, 8.0
4040
PHP_VERSION=7.4
4141

4242

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ _THIS IS A PRIVATE PROJECT AND NOT OFFICALY SUPPORTED BY OXID ESALES_
55
**Stack overview**
66

77
* Webserver container (httpd or nginx)
8-
* PHP container (7.0 - 7.3)
8+
* PHP container (7.4 - 8.0)
99
* DB container (MySQL or MariaDB)
1010
* Memcached container
1111
* Mailhog container (default port: 8025)

0 commit comments

Comments
 (0)
Please sign in to comment.