You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN if [ "$BUILD_ARGUMENT_ENV" = "default" ]; then echo "Set BUILD_ARGUMENT_ENV in docker build-args like --build-arg BUILD_ARGUMENT_ENV=dev" && exit 2; \
Copy file name to clipboardExpand all lines: readme.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,15 @@ Symfony log files are formatted in the same way for all environments. This means
11
11
12
12
This bundle is a new Monolog handler that creates human-friendly log files. It's optimized to display the log information in a clear and concise way. Use it in the development environment to become a much more productive developer.
13
13
14
-
## Requirements
14
+
## Requirements for EasyLogBundle version 2 or later
15
+
* PHP 8.1 or later
16
+
* Symfony 6.1 or later
17
+
* Monolog bundle 3.0 or later
18
+
19
+
## Requirements for EasyLogBundle version 1
15
20
* PHP 7.4 or later
16
21
* Symfony 4.4 or later
17
-
* Monolog bundle 1.6 or later
22
+
* Monolog bundle 1.6 or later up to 2.X
18
23
19
24
## Contents
20
25
1.[Features](#features)
@@ -159,7 +164,7 @@ Use the `buffered` handler to configure the channels logged/excluded and the lev
159
164
3. Allow Flex to use contrib recipes and install next symfony bundle:
0 commit comments