Skip to content

Commit a04e157

Browse files
committed
docs: harmonize version numbers across configuration files and documentation
1 parent 8c7f2fb commit a04e157

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ Common configuration options:
107107

108108
| Variable | Description | Default (Dev) | Default (Prod) |
109109
|--------------------|------------------------------------|------------------|------------------|
110-
| PHP_VERSION | PHP version to use | 8.2 | 8.2 |
110+
| PHP_VERSION | PHP version to use | 8.3 | 8.3 |
111111
| PHP_TARGET | PHP image target | dev | base |
112-
| MYSQL_VERSION | MySQL version | 8.0 | 8.0 |
112+
| MYSQL_VERSION | MySQL version | 9.2 | 9.2 |
113113
| PHP_DISPLAY_ERRORS | Show PHP errors | 1 | 0 |
114114
| PHP_MEMORY_LIMIT | PHP memory limit | 256M | 128M |
115115
| XDEBUG_ENABLED | Enable Xdebug | 1 | 0 |
@@ -282,10 +282,10 @@ With this setup, you'll have a powerful debugging environment that helps you ide
282282
│ ├── php/ # PHP configuration
283283
│ └── ssl/ # SSL certificates
284284
├── web/ # Web root directory
285-
── app/ # Application code
286-
├── src/ # Source code
287-
── test/ # Test code
288-
│ └── public/ # Public files
285+
── app/ # Application code
286+
├── public/ # Public files
287+
── src/ # Source files
288+
└── tests/ # Test code
289289
├── .env.dev # Development environment variables
290290
├── .env.prod # Production environment variables
291291
├── docker-compose.yml # Docker Compose configuration

0 commit comments

Comments
 (0)