File tree 21 files changed +25
-24
lines changed 21 files changed +25
-24
lines changed Original file line number Diff line number Diff line change 23
23
"psr/event-dispatcher-implementation" : " 1.0" ,
24
24
"psr/http-client-implementation" : " 1.0" ,
25
25
"psr/link-implementation" : " 1.0" ,
26
- "psr/log-implementation" : " 1.0" ,
26
+ "psr/log-implementation" : " 1.0|2.0 " ,
27
27
"psr/simple-cache-implementation" : " 1.0" ,
28
28
"symfony/cache-implementation" : " 1.0|2.0" ,
29
29
"symfony/event-dispatcher-implementation" : " 1.1" ,
41
41
"psr/cache" : " ^1.0|^2.0" ,
42
42
"psr/container" : " ^1.0" ,
43
43
"psr/link" : " ^1.0" ,
44
- "psr/log" : " ~1.0 " ,
44
+ "psr/log" : " ^1|^2 " ,
45
45
"symfony/contracts" : " ^1.1.8" ,
46
46
"symfony/polyfill-ctype" : " ~1.8" ,
47
47
"symfony/polyfill-intl-icu" : " ~1.0" ,
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " >=7.1.3" ,
25
25
"psr/cache" : " ^1.0|^2.0" ,
26
- "psr/log" : " ~1.0 " ,
26
+ "psr/log" : " ^1|^2|^3 " ,
27
27
"symfony/cache-contracts" : " ^1.1.7|^2" ,
28
28
"symfony/service-contracts" : " ^1.1|^2" ,
29
29
"symfony/var-exporter" : " ^4.2|^5.0"
Original file line number Diff line number Diff line change 29
29
"symfony/lock" : " ^4.4|^5.0" ,
30
30
"symfony/process" : " ^3.4|^4.0|^5.0" ,
31
31
"symfony/var-dumper" : " ^4.3|^5.0" ,
32
- "psr/log" : " ~1.0 "
32
+ "psr/log" : " ^1|^2 "
33
33
},
34
34
"provide" : {
35
- "psr/log-implementation" : " 1.0"
35
+ "psr/log-implementation" : " 1.0|2.0 "
36
36
},
37
37
"suggest" : {
38
38
"symfony/event-dispatcher" : " " ,
41
41
"psr/log" : " For using the console logger"
42
42
},
43
43
"conflict" : {
44
+ "psr/log" : " >=3" ,
44
45
"symfony/dependency-injection" : " <3.4" ,
45
46
"symfony/event-dispatcher" : " <4.3|>=5" ,
46
47
"symfony/lock" : " <4.4" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require $vendor.'/vendor/autoload.php';
14
14
if (true ) {
15
15
class TestLogger extends \Psr \Log \AbstractLogger
16
16
{
17
- public function log ($ level , $ message , array $ context = [])
17
+ public function log ($ level , $ message , array $ context = []): void
18
18
{
19
19
echo $ message , "\n" ;
20
20
}
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=7.1.3" ,
20
- "psr/log" : " ~1.0 " ,
20
+ "psr/log" : " ^1|^2|^3 " ,
21
21
"symfony/polyfill-php80" : " ^1.15"
22
22
},
23
23
"conflict" : {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require $vendor.'/vendor/autoload.php';
14
14
if (true ) {
15
15
class TestLogger extends \Psr \Log \AbstractLogger
16
16
{
17
- public function log ($ level , $ message , array $ context = [])
17
+ public function log ($ level , $ message , array $ context = []): void
18
18
{
19
19
echo 'LOG: ' , $ message , "\n" ;
20
20
}
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=7.1.3" ,
20
- "psr/log" : " ~1.0 " ,
20
+ "psr/log" : " ^1|^2|^3 " ,
21
21
"symfony/debug" : " ^4.4.5" ,
22
22
"symfony/polyfill-php80" : " ^1.15" ,
23
23
"symfony/var-dumper" : " ^4.4|^5.0"
Original file line number Diff line number Diff line change 27
27
"symfony/http-foundation" : " ^3.4|^4.0|^5.0" ,
28
28
"symfony/service-contracts" : " ^1.1|^2" ,
29
29
"symfony/stopwatch" : " ^3.4|^4.0|^5.0" ,
30
- "psr/log" : " ~1.0 "
30
+ "psr/log" : " ^1|^2|^3 "
31
31
},
32
32
"conflict" : {
33
33
"symfony/dependency-injection" : " <3.4"
Original file line number Diff line number Diff line change 22
22
},
23
23
"require" : {
24
24
"php" : " >=7.1.3" ,
25
- "psr/log" : " ^1.0 " ,
25
+ "psr/log" : " ^1|^2|^3 " ,
26
26
"symfony/http-client-contracts" : " ^1.1.10|^2" ,
27
27
"symfony/polyfill-php73" : " ^1.11" ,
28
28
"symfony/service-contracts" : " ^1.0|^2"
Original file line number Diff line number Diff line change 24
24
"symfony/polyfill-ctype" : " ^1.8" ,
25
25
"symfony/polyfill-php73" : " ^1.9" ,
26
26
"symfony/polyfill-php80" : " ^1.15" ,
27
- "psr/log" : " ~1.0 "
27
+ "psr/log" : " ^1|^2 "
28
28
},
29
29
"require-dev" : {
30
30
"symfony/browser-kit" : " ^4.3|^5.0" ,
45
45
"twig/twig" : " ^1.43|^2.13|^3.0.4"
46
46
},
47
47
"provide" : {
48
- "psr/log-implementation" : " 1.0"
48
+ "psr/log-implementation" : " 1.0|2.0 "
49
49
},
50
50
"conflict" : {
51
51
"symfony/browser-kit" : " <4.3" ,
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=7.1.3" ,
20
- "psr/log" : " ~1.0 "
20
+ "psr/log" : " ^1|^2|^3 "
21
21
},
22
22
"require-dev" : {
23
23
"doctrine/dbal" : " ^2.6|^3.0" ,
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " >=7.1.3" ,
20
20
"egulias/email-validator" : " ^2.1.10|^3" ,
21
- "psr/log" : " ~1.0 " ,
21
+ "psr/log" : " ^1|^2|^3 " ,
22
22
"symfony/event-dispatcher" : " ^4.3" ,
23
23
"symfony/mime" : " ^4.4.21|^5.2.6" ,
24
24
"symfony/service-contracts" : " ^1.1|^2"
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=7.1.3" ,
20
- "psr/log" : " ~1.0 " ,
20
+ "psr/log" : " ^1|^2|^3 " ,
21
21
"symfony/polyfill-php80" : " ^1.15"
22
22
},
23
23
"require-dev" : {
Original file line number Diff line number Diff line change 25
25
"symfony/expression-language" : " ^3.4|^4.0|^5.0" ,
26
26
"symfony/dependency-injection" : " ^3.4|^4.0|^5.0" ,
27
27
"doctrine/annotations" : " ^1.10.4" ,
28
- "psr/log" : " ~1.0 "
28
+ "psr/log" : " ^1|^2|^3 "
29
29
},
30
30
"conflict" : {
31
31
"symfony/config" : " <4.2" ,
Original file line number Diff line number Diff line change 28
28
"symfony/ldap" : " ^4.4|^5.0" ,
29
29
"symfony/translation" : " ^4.4|^5.0" ,
30
30
"symfony/validator" : " ^3.4.31|^4.3.4|^5.0" ,
31
- "psr/log" : " ~1.0 "
31
+ "psr/log" : " ^1|^2|^3 "
32
32
},
33
33
"conflict" : {
34
34
"symfony/event-dispatcher" : " <4.3|>=5" ,
Original file line number Diff line number Diff line change 21
21
"symfony/security-http" : " ^4.4.1"
22
22
},
23
23
"require-dev" : {
24
- "psr/log" : " ~1.0 "
24
+ "psr/log" : " ^1|^2|^3 "
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : { "Symfony\\ Component\\ Security\\ Guard\\ " : " " },
Original file line number Diff line number Diff line change 25
25
"require-dev" : {
26
26
"symfony/routing" : " ^3.4|^4.0|^5.0" ,
27
27
"symfony/security-csrf" : " ^3.4.11|^4.0.11|^5.0" ,
28
- "psr/log" : " ~1.0 "
28
+ "psr/log" : " ^1|^2|^3 "
29
29
},
30
30
"conflict" : {
31
31
"symfony/event-dispatcher" : " >=5" ,
Original file line number Diff line number Diff line change 39
39
"symfony/expression-language" : " ^3.4|^4.0|^5.0" ,
40
40
"symfony/ldap" : " ^4.4|^5.0" ,
41
41
"symfony/translation" : " ^4.4|^5.0" ,
42
- "psr/log" : " ~1.0 "
42
+ "psr/log" : " ^1|^2|^3 "
43
43
},
44
44
"conflict" : {
45
45
"symfony/event-dispatcher" : " >=5" ,
Original file line number Diff line number Diff line change 20
20
"symfony/polyfill-ctype" : " ~1.8"
21
21
},
22
22
"require-dev" : {
23
- "psr/log" : " ~1.0 "
23
+ "psr/log" : " ^1|^2|^3 "
24
24
},
25
25
"suggest" : {
26
26
"psr/log-implementation" : " For using debug logging in loaders"
Original file line number Diff line number Diff line change 29
29
"symfony/service-contracts" : " ^1.1.2|^2" ,
30
30
"symfony/yaml" : " ^3.4|^4.0|^5.0" ,
31
31
"symfony/finder" : " ~2.8|~3.0|~4.0|^5.0" ,
32
- "psr/log" : " ~1.0 "
32
+ "psr/log" : " ^1|^2|^3 "
33
33
},
34
34
"conflict" : {
35
35
"symfony/config" : " <3.4" ,
Original file line number Diff line number Diff line change 24
24
"symfony/property-access" : " ^3.4|^4.3|^5.0"
25
25
},
26
26
"require-dev" : {
27
- "psr/log" : " ~1.0 " ,
27
+ "psr/log" : " ^1|^2|^3 " ,
28
28
"symfony/dependency-injection" : " ^3.4|^4.0|^5.0" ,
29
29
"symfony/event-dispatcher" : " ^4.3" ,
30
30
"symfony/expression-language" : " ^3.4|^4.0|^5.0" ,
<
1558
div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden>
You can’t perform that action at this time.
0 commit comments