File tree Expand file tree Collapse file tree 3 files changed +28
-23
lines changed
tests/fixtures/udgercache Expand file tree Collapse file tree 3 files changed +28
-23
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.0.1] - 2020-10-01
4+ ### CHANGED
5+ Remove version from composer
6+
37## [ 4.0.0] - 2020-09-21
48### CHANGED
59Optional upgrade to monolog v2
Original file line number Diff line number Diff line change 11{
2- "name" : " scn/udger-php" ,
3- "description" : " PHP agent string parser based on Udger https://udger.com/products/local_parser" ,
4- "authors" : [
5- {
6- "name" : " The Udger.com Team" ,
7- "email" : " info@udger.com"
8- }
9- ],
10- "type" : " library" ,
11- "license" : " MIT" ,
12- "version" : " 3.1.3" ,
13- "require" :{
14- "php" : " >=5.5.0" ,
15- "ext-sqlite3" : " *" ,
16- "guzzlehttp/guzzle" : " ^6.2" ,
17- "monolog/monolog" : " ^1.20 || ^2"
18- },
19- "require-dev" : {
20- "codeception/codeception" : " ^3"
21- },
22- "minimum-stability" : " dev" ,
23- "autoload" : {
24- "psr-4" : {"Udger\\ " : " src/" }
2+ "name" : " scn/udger-php" ,
3+ "description" : " PHP agent string parser based on Udger https://udger.com/products/local_parser" ,
4+ "authors" : [
5+ {
6+ "name" : " The Udger.com Team" ,
7+ "email" : " info@udger.com"
258 }
9+ ],
10+ "type" : " library" ,
11+ "license" : " MIT" ,
12+ "require" : {
13+ "php" : " >=5.5.0" ,
14+ "ext-sqlite3" : " *" ,
15+ "guzzlehttp/guzzle" : " ^6.2" ,
16+ "monolog/monolog" : " ^1.20 || ^2"
17+ },
18+ "require-dev" : {
19+ "codeception/codeception" : " ^3"
20+ },
21+ "minimum-stability" : " dev" ,
22+ "autoload" : {
23+ "psr-4" : {
24+ "Udger\\ " : " src/"
25+ }
26+ }
2627}
You can’t perform that action at this time.
0 commit comments