We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2906334 commit 88e44f0Copy full SHA for 88e44f0
2 files changed
CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
11
## [6.0.0-beta.8](https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.7...6.0.0-beta.8)
12
- Updated `vite.config.ts` : Other packages removed from `optimizeDeps`
13
+- Docker - Suppress PHP warnings in custom PHP ini
14
- Specify node engine version
15
- Convert GitHub Actions workflow files to reusable templates
16
docker/app/php/custom.ini
@@ -4,6 +4,7 @@ upload_max_filesize = 64M
4
post_max_size = 64M
5
max_execution_time = 600
6
memory_limit=512M
7
+error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED
8
9
[xdebug]
xdebug.mode=debug,coverage
0 commit comments