File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
"php-http/message-factory" : " ^1.0.2" ,
26
26
"php-http/promise" : " ^1.0" ,
27
27
"psr/http-message-implementation" : " ^1.0" ,
28
- "psr/log" : " ^1.0" ,
28
+ "psr/log" : " ^1.0|^2.0|^3.0 " ,
29
29
"psr/simple-cache" : " ^1.0"
30
30
},
31
31
"require-dev" : {
73
73
"scripts" : {
74
74
"test" : " vendor/bin/phpunit"
75
75
}
76
- }
76
+ }
Original file line number Diff line number Diff line change 16
16
"require" : {
17
17
"php" : " ^7.3 || ^8.0" ,
18
18
"php-http/promise" : " ^1.0" ,
19
- "psr/log" : " ^1.0" ,
19
+ "psr/log" : " ^1.0|^2.0|^3.0 " ,
20
20
"psr/simple-cache" : " ^1.0" ,
21
21
"willdurand/geocoder" : " ^4.0"
22
22
},
43
43
"test" : " vendor/bin/phpunit" ,
44
44
"test-ci" : " vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
45
45
}
46
- }
46
+ }
Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"php" : " ^7.3 || ^8.0" ,
16
- "psr/log" : " ^1.0" ,
16
+ "psr/log" : " ^1.0|^2.0|^3.0 " ,
17
17
"willdurand/geocoder" : " ^4.0"
18
18
},
19
19
"provide" : {
44
44
"test" : " vendor/bin/phpunit" ,
45
45
"test-ci" : " vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
46
46
}
47
- }
47
+ }
You can’t perform that action at this time.
0 commit comments