github.com/replit/upm@v0.0.0-20240423230255-9ce4fc3ea24c/internal/backends/php/testdata/infoResponse.json (about)

     1  {
     2      "minified": "composer/2.0",
     3      "packages": {
     4          "monolog/monolog": [
     5              {
     6                  "name": "monolog/monolog",
     7                  "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
     8                  "keywords": [
     9                      "log",
    10                      "logging",
    11                      "psr-3"
    12                  ],
    13                  "homepage": "https://github.com/Seldaek/monolog",
    14                  "version": "3.2.0",
    15                  "version_normalized": "3.2.0.0",
    16                  "license": [
    17                      "MIT"
    18                  ],
    19                  "authors": [
    20                      {
    21                          "name": "Jordi Boggiano",
    22                          "email": "j.boggiano@seld.be",
    23                          "homepage": "https://seld.be"
    24                      }
    25                  ],
    26                  "source": {
    27                      "url": "https://github.com/Seldaek/monolog.git",
    28                      "type": "git",
    29                      "reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81"
    30                  },
    31                  "dist": {
    32                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/305444bc6fb6c89e490f4b34fa6e979584d7fa81",
    33                      "type": "zip",
    34                      "shasum": "",
    35                      "reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81"
    36                  },
    37                  "type": "library",
    38                  "funding": [
    39                      {
    40                          "url": "https://github.com/Seldaek",
    41                          "type": "github"
    42                      },
    43                      {
    44                          "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
    45                          "type": "tidelift"
    46                      }
    47                  ],
    48                  "time": "2022-07-24T12:00:55+00:00",
    49                  "autoload": {
    50                      "psr-4": {
    51                          "Monolog\\": "src/Monolog"
    52                      }
    53                  },
    54                  "extra": {
    55                      "branch-alias": {
    56                          "dev-main": "3.x-dev"
    57                      }
    58                  },
    59                  "require": {
    60                      "php": ">=8.1",
    61                      "psr/log": "^2.0 || ^3.0"
    62                  },
    63                  "require-dev": {
    64                      "ext-json": "*",
    65                      "aws/aws-sdk-php": "^3.0",
    66                      "doctrine/couchdb": "~1.0@dev",
    67                      "elasticsearch/elasticsearch": "^7 || ^8",
    68                      "graylog2/gelf-php": "^1.4.2",
    69                      "guzzlehttp/guzzle": "^7.4",
    70                      "guzzlehttp/psr7": "^2.2",
    71                      "mongodb/mongodb": "^1.8",
    72                      "php-amqplib/php-amqplib": "~2.4 || ^3",
    73                      "phpstan/phpstan": "^1.4",
    74                      "phpstan/phpstan-deprecation-rules": "^1.0",
    75                      "phpstan/phpstan-strict-rules": "^1.1",
    76                      "phpunit/phpunit": "^9.5.16",
    77                      "predis/predis": "^1.1",
    78                      "ruflin/elastica": "^7",
    79                      "symfony/mailer": "^5.4 || ^6",
    80                      "symfony/mime": "^5.4 || ^6"
    81                  },
    82                  "suggest": {
    83                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
    84                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
    85                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
    86                      "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
    87                      "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
    88                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
    89                      "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
    90                      "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
    91                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
    92                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
    93                      "ext-mbstring": "Allow to work properly with unicode symbols",
    94                      "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
    95                      "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
    96                      "ext-openssl": "Required to send log messages using SSL"
    97                  },
    98                  "provide": {
    99                      "psr/log-implementation": "3.0.0"
   100                  },
   101                  "support": {
   102                      "issues": "https://github.com/Seldaek/monolog/issues",
   103                      "source": "https://github.com/Seldaek/monolog/tree/3.2.0"
   104                  }
   105              },
   106              {
   107                  "version": "3.1.0",
   108                  "version_normalized": "3.1.0.0",
   109                  "source": {
   110                      "url": "https://github.com/Seldaek/monolog.git",
   111                      "type": "git",
   112                      "reference": "0c375495d40df0207e5833dca333f963b171ff43"
   113                  },
   114                  "dist": {
   115                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0c375495d40df0207e5833dca333f963b171ff43",
   116                      "type": "zip",
   117                      "shasum": "",
   118                      "reference": "0c375495d40df0207e5833dca333f963b171ff43"
   119                  },
   120                  "time": "2022-06-09T09:09:00+00:00",
   121                  "require-dev": {
   122                      "ext-json": "*",
   123                      "aws/aws-sdk-php": "^3.0",
   124                      "doctrine/couchdb": "~1.0@dev",
   125                      "elasticsearch/elasticsearch": "^7 || ^8",
   126                      "graylog2/gelf-php": "^1.4.2",
   127                      "guzzlehttp/guzzle": "^7.4",
   128                      "guzzlehttp/psr7": "^2.2",
   129                      "mongodb/mongodb": "^1.8",
   130                      "php-amqplib/php-amqplib": "~2.4 || ^3",
   131                      "php-console/php-console": "^3.1.3",
   132                      "phpstan/phpstan": "^1.4",
   133                      "phpstan/phpstan-deprecation-rules": "^1.0",
   134                      "phpstan/phpstan-strict-rules": "^1.1",
   135                      "phpunit/phpunit": "^9.5.16",
   136                      "predis/predis": "^1.1",
   137                      "ruflin/elastica": "^7",
   138                      "symfony/mailer": "^5.4 || ^6",
   139                      "symfony/mime": "^5.4 || ^6"
   140                  },
   141                  "suggest": {
   142                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
   143                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
   144                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
   145                      "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
   146                      "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
   147                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
   148                      "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
   149                      "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
   150                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
   151                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
   152                      "php-console/php-console": "Allow sending log messages to Google Chrome",
   153                      "ext-mbstring": "Allow to work properly with unicode symbols",
   154                      "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
   155                      "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
   156                      "ext-openssl": "Required to send log messages using SSL"
   157                  },
   158                  "support": {
   159                      "issues": "https://github.com/Seldaek/monolog/issues",
   160                      "source": "https://github.com/Seldaek/monolog/tree/3.1.0"
   161                  }
   162              },
   163              {
   164                  "version": "3.0.0",
   165                  "version_normalized": "3.0.0.0",
   166                  "source": {
   167                      "url": "https://github.com/Seldaek/monolog.git",
   168                      "type": "git",
   169                      "reference": "60ad5183b5e5d6c9d4047e9f3072d36071dcc161"
   170                  },
   171                  "dist": {
   172                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/60ad5183b5e5d6c9d4047e9f3072d36071dcc161",
   173                      "type": "zip",
   174                      "shasum": "",
   175                      "reference": "60ad5183b5e5d6c9d4047e9f3072d36071dcc161"
   176                  },
   177                  "time": "2022-05-10T10:39:55+00:00",
   178                  "support": {
   179                      "issues": "https://github.com/Seldaek/monolog/issues",
   180                      "source": "https://github.com/Seldaek/monolog/tree/3.0.0"
   181                  }
   182              },
   183              {
   184                  "version": "3.0.0-RC1",
   185                  "version_normalized": "3.0.0.0-RC1",
   186                  "source": {
   187                      "url": "https://github.com/Seldaek/monolog.git",
   188                      "type": "git",
   189                      "reference": "a71c4e02502dd04d91f1c7d72ffccf0bd11310eb"
   190                  },
   191                  "dist": {
   192                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a71c4e02502dd04d91f1c7d72ffccf0bd11310eb",
   193                      "type": "zip",
   194                      "shasum": "",
   195                      "reference": "a71c4e02502dd04d91f1c7d72ffccf0bd11310eb"
   196                  },
   197                  "time": "2022-05-08T21:50:49+00:00",
   198                  "support": {
   199                      "issues": "https://github.com/Seldaek/monolog/issues",
   200                      "source": "https://github.com/Seldaek/monolog/tree/3.0.0-RC1"
   201                  }
   202              },
   203              {
   204                  "version": "2.8.0",
   205                  "version_normalized": "2.8.0.0",
   206                  "source": {
   207                      "url": "https://github.com/Seldaek/monolog.git",
   208                      "type": "git",
   209                      "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
   210                  },
   211                  "dist": {
   212                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
   213                      "type": "zip",
   214                      "shasum": "",
   215                      "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
   216                  },
   217                  "time": "2022-07-24T11:55:47+00:00",
   218                  "extra": {
   219                      "branch-alias": {
   220                          "dev-main": "2.x-dev"
   221                      }
   222                  },
   223                  "require": {
   224                      "php": ">=7.2",
   225                      "psr/log": "^1.0.1 || ^2.0 || ^3.0"
   226                  },
   227                  "require-dev": {
   228                      "ext-json": "*",
   229                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   230                      "doctrine/couchdb": "~1.0@dev",
   231                      "elasticsearch/elasticsearch": "^7 || ^8",
   232                      "graylog2/gelf-php": "^1.4.2",
   233                      "guzzlehttp/guzzle": "^7.4",
   234                      "guzzlehttp/psr7": "^2.2",
   235                      "mongodb/mongodb": "^1.8",
   236                      "php-amqplib/php-amqplib": "~2.4 || ^3",
   237                      "phpspec/prophecy": "^1.15",
   238                      "phpstan/phpstan": "^0.12.91",
   239                      "phpunit/phpunit": "^8.5.14",
   240                      "predis/predis": "^1.1 || ^2.0",
   241                      "rollbar/rollbar": "^1.3 || ^2 || ^3",
   242                      "ruflin/elastica": "^7",
   243                      "swiftmailer/swiftmailer": "^5.3|^6.0",
   244                      "symfony/mailer": "^5.4 || ^6",
   245                      "symfony/mime": "^5.4 || ^6"
   246                  },
   247                  "suggest": {
   248                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
   249                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
   250                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
   251                      "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
   252                      "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
   253                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
   254                      "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
   255                      "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
   256                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
   257                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
   258                      "ext-mbstring": "Allow to work properly with unicode symbols",
   259                      "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
   260                      "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
   261                      "ext-openssl": "Required to send log messages using SSL"
   262                  },
   263                  "provide": {
   264                      "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
   265                  },
   266                  "support": {
   267                      "issues": "https://github.com/Seldaek/monolog/issues",
   268                      "source": "https://github.com/Seldaek/monolog/tree/2.8.0"
   269                  }
   270              },
   271              {
   272                  "version": "2.7.0",
   273                  "version_normalized": "2.7.0.0",
   274                  "source": {
   275                      "url": "https://github.com/Seldaek/monolog.git",
   276                      "type": "git",
   277                      "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524"
   278                  },
   279                  "dist": {
   280                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5579edf28aee1190a798bfa5be8bc16c563bd524",
   281                      "type": "zip",
   282                      "shasum": "",
   283                      "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524"
   284                  },
   285                  "time": "2022-06-09T08:59:12+00:00",
   286                  "require-dev": {
   287                      "ext-json": "*",
   288                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   289                      "doctrine/couchdb": "~1.0@dev",
   290                      "elasticsearch/elasticsearch": "^7 || ^8",
   291                      "graylog2/gelf-php": "^1.4.2",
   292                      "guzzlehttp/guzzle": "^7.4",
   293                      "guzzlehttp/psr7": "^2.2",
   294                      "mongodb/mongodb": "^1.8",
   295                      "php-amqplib/php-amqplib": "~2.4 || ^3",
   296                      "php-console/php-console": "^3.1.3",
   297                      "phpspec/prophecy": "^1.15",
   298                      "phpstan/phpstan": "^0.12.91",
   299                      "phpunit/phpunit": "^8.5.14",
   300                      "predis/predis": "^1.1",
   301                      "rollbar/rollbar": "^1.3 || ^2 || ^3",
   302                      "ruflin/elastica": "^7",
   303                      "swiftmailer/swiftmailer": "^5.3|^6.0",
   304                      "symfony/mailer": "^5.4 || ^6",
   305                      "symfony/mime": "^5.4 || ^6"
   306                  },
   307                  "suggest": {
   308                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
   309                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
   310                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
   311                      "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
   312                      "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
   313                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
   314                      "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
   315                      "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
   316                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
   317                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
   318                      "php-console/php-console": "Allow sending log messages to Google Chrome",
   319                      "ext-mbstring": "Allow to work properly with unicode symbols",
   320                      "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
   321                      "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
   322                      "ext-openssl": "Required to send log messages using SSL"
   323                  },
   324                  "support": {
   325                      "issues": "https://github.com/Seldaek/monolog/issues",
   326                      "source": "https://github.com/Seldaek/monolog/tree/2.7.0"
   327                  }
   328              },
   329              {
   330                  "version": "2.6.0",
   331                  "version_normalized": "2.6.0.0",
   332                  "source": {
   333                      "url": "https://github.com/Seldaek/monolog.git",
   334                      "type": "git",
   335                      "reference": "247918972acd74356b0a91dfaa5adcaec069b6c0"
   336                  },
   337                  "dist": {
   338                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/247918972acd74356b0a91dfaa5adcaec069b6c0",
   339                      "type": "zip",
   340                      "shasum": "",
   341                      "reference": "247918972acd74356b0a91dfaa5adcaec069b6c0"
   342                  },
   343                  "time": "2022-05-10T09:36:00+00:00",
   344                  "support": {
   345                      "issues": "https://github.com/Seldaek/monolog/issues",
   346                      "source": "https://github.com/Seldaek/monolog/tree/2.6.0"
   347                  }
   348              },
   349              {
   350                  "version": "2.5.0",
   351                  "version_normalized": "2.5.0.0",
   352                  "source": {
   353                      "url": "https://github.com/Seldaek/monolog.git",
   354                      "type": "git",
   355                      "reference": "4192345e260f1d51b365536199744b987e160edc"
   356                  },
   357                  "dist": {
   358                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4192345e260f1d51b365536199744b987e160edc",
   359                      "type": "zip",
   360                      "shasum": "",
   361                      "reference": "4192345e260f1d51b365536199744b987e160edc"
   362                  },
   363                  "time": "2022-04-08T15:43:54+00:00",
   364                  "require-dev": {
   365                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   366                      "doctrine/couchdb": "~1.0@dev",
   367                      "elasticsearch/elasticsearch": "^7",
   368                      "mongodb/mongodb": "^1.8",
   369                      "graylog2/gelf-php": "^1.4.2",
   370                      "php-amqplib/php-amqplib": "~2.4 || ^3",
   371                      "php-console/php-console": "^3.1.3",
   372                      "phpspec/prophecy": "^1.6.1",
   373                      "phpunit/phpunit": "^8.5",
   374                      "predis/predis": "^1.1",
   375                      "rollbar/rollbar": "^1.3 || ^2 || ^3",
   376                      "ruflin/elastica": ">=0.90@dev",
   377                      "swiftmailer/swiftmailer": "^5.3|^6.0",
   378                      "phpstan/phpstan": "^0.12.91"
   379                  },
   380                  "support": {
   381                      "issues": "https://github.com/Seldaek/monolog/issues",
   382                      "source": "https://github.com/Seldaek/monolog/tree/2.5.0"
   383                  }
   384              },
   385              {
   386                  "version": "2.4.0",
   387                  "version_normalized": "2.4.0.0",
   388                  "source": {
   389                      "url": "https://github.com/Seldaek/monolog.git",
   390                      "type": "git",
   391                      "reference": "d7fd7450628561ba697b7097d86db72662f54aef"
   392                  },
   393                  "dist": {
   394                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d7fd7450628561ba697b7097d86db72662f54aef",
   395                      "type": "zip",
   396                      "shasum": "",
   397                      "reference": "d7fd7450628561ba697b7097d86db72662f54aef"
   398                  },
   399                  "time": "2022-03-14T12:44:37+00:00",
   400                  "support": {
   401                      "issues": "https://github.com/Seldaek/monolog/issues",
   402                      "source": "https://github.com/Seldaek/monolog/tree/2.4.0"
   403                  }
   404              },
   405              {
   406                  "version": "2.3.5",
   407                  "version_normalized": "2.3.5.0",
   408                  "source": {
   409                      "url": "https://github.com/Seldaek/monolog.git",
   410                      "type": "git",
   411                      "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
   412                  },
   413                  "dist": {
   414                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
   415                      "type": "zip",
   416                      "shasum": "",
   417                      "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
   418                  },
   419                  "time": "2021-10-01T21:08:31+00:00",
   420                  "require-dev": {
   421                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   422                      "doctrine/couchdb": "~1.0@dev",
   423                      "elasticsearch/elasticsearch": "^7",
   424                      "mongodb/mongodb": "^1.8",
   425                      "graylog2/gelf-php": "^1.4.2",
   426                      "php-amqplib/php-amqplib": "~2.4 || ^3",
   427                      "php-console/php-console": "^3.1.3",
   428                      "phpspec/prophecy": "^1.6.1",
   429                      "phpunit/phpunit": "^8.5",
   430                      "predis/predis": "^1.1",
   431                      "rollbar/rollbar": "^1.3",
   432                      "ruflin/elastica": ">=0.90@dev",
   433                      "swiftmailer/swiftmailer": "^5.3|^6.0",
   434                      "phpstan/phpstan": "^0.12.91"
   435                  },
   436                  "support": {
   437                      "issues": "https://github.com/Seldaek/monolog/issues",
   438                      "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
   439                  }
   440              },
   441              {
   442                  "version": "2.3.4",
   443                  "version_normalized": "2.3.4.0",
   444                  "source": {
   445                      "url": "https://github.com/Seldaek/monolog.git",
   446                      "type": "git",
   447                      "reference": "437e7a1c50044b92773b361af77620efb76fff59"
   448                  },
   449                  "dist": {
   450                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437e7a1c50044b92773b361af77620efb76fff59",
   451                      "type": "zip",
   452                      "shasum": "",
   453                      "reference": "437e7a1c50044b92773b361af77620efb76fff59"
   454                  },
   455                  "time": "2021-09-15T11:27:21+00:00",
   456                  "require-dev": {
   457                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   458                      "doctrine/couchdb": "~1.0@dev",
   459                      "elasticsearch/elasticsearch": "^7",
   460                      "mongodb/mongodb": "^1.8",
   461                      "graylog2/gelf-php": "^1.4.2",
   462                      "php-amqplib/php-amqplib": "~2.4",
   463                      "php-console/php-console": "^3.1.3",
   464                      "phpspec/prophecy": "^1.6.1",
   465                      "phpunit/phpunit": "^8.5",
   466                      "predis/predis": "^1.1",
   467                      "rollbar/rollbar": "^1.3",
   468                      "ruflin/elastica": ">=0.90@dev",
   469                      "swiftmailer/swiftmailer": "^5.3|^6.0",
   470                      "phpstan/phpstan": "^0.12.91"
   471                  },
   472                  "support": {
   473                      "issues": "https://github.com/Seldaek/monolog/issues",
   474                      "source": "https://github.com/Seldaek/monolog/tree/2.3.4"
   475                  }
   476              },
   477              {
   478                  "version": "2.3.3",
   479                  "version_normalized": "2.3.3.0",
   480                  "source": {
   481                      "url": "https://github.com/Seldaek/monolog.git",
   482                      "type": "git",
   483                      "reference": "3962ebfe206ac7ce6c754c79e2fee0c64bf1818d"
   484                  },
   485                  "dist": {
   486                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/3962ebfe206ac7ce6c754c79e2fee0c64bf1818d",
   487                      "type": "zip",
   488                      "shasum": "",
   489                      "reference": "3962ebfe206ac7ce6c754c79e2fee0c64bf1818d"
   490                  },
   491                  "time": "2021-09-14T18:40:13+00:00",
   492                  "require": {
   493                      "php": ">=7.2",
   494                      "psr/log": "^1.0.1 || ^2.0"
   495                  },
   496                  "require-dev": {
   497                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   498                      "doctrine/couchdb": "~1.0@dev",
   499                      "elasticsearch/elasticsearch": "^7",
   500                      "mongodb/mongodb": "^1.8",
   501                      "graylog2/gelf-php": "^1.4.2",
   502                      "php-amqplib/php-amqplib": "~2.4",
   503                      "php-console/php-console": "^3.1.3",
   504                      "phpspec/prophecy": "^1.6.1",
   505                      "phpunit/phpunit": "^8.5",
   506                      "predis/predis": "^1.1",
   507                      "ruflin/elastica": ">=0.90@dev",
   508                      "swiftmailer/swiftmailer": "^5.3|^6.0",
   509                      "phpstan/phpstan": "^0.12.91"
   510                  },
   511                  "provide": {
   512                      "psr/log-implementation": "1.0.0 || 2.0.0"
   513                  },
   514                  "support": {
   515                      "issues": "https://github.com/Seldaek/monolog/issues",
   516                      "source": "https://github.com/Seldaek/monolog/tree/2.3.3"
   517                  }
   518              },
   519              {
   520                  "version": "2.3.2",
   521                  "version_normalized": "2.3.2.0",
   522                  "source": {
   523                      "url": "https://github.com/Seldaek/monolog.git",
   524                      "type": "git",
   525                      "reference": "71312564759a7db5b789296369c1a264efc43aad"
   526                  },
   527                  "dist": {
   528                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/71312564759a7db5b789296369c1a264efc43aad",
   529                      "type": "zip",
   530                      "shasum": "",
   531                      "reference": "71312564759a7db5b789296369c1a264efc43aad"
   532                  },
   533                  "time": "2021-07-23T07:42:52+00:00",
   534                  "require": {
   535                      "php": ">=7.2",
   536                      "psr/log": "^1.0.1"
   537                  },
   538                  "require-dev": {
   539                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   540                      "doctrine/couchdb": "~1.0@dev",
   541                      "elasticsearch/elasticsearch": "^7",
   542                      "mongodb/mongodb": "^1.8",
   543                      "graylog2/gelf-php": "^1.4.2",
   544                      "php-amqplib/php-amqplib": "~2.4",
   545                      "php-console/php-console": "^3.1.3",
   546                      "phpspec/prophecy": "^1.6.1",
   547                      "phpunit/phpunit": "^8.5",
   548                      "predis/predis": "^1.1",
   549                      "rollbar/rollbar": "^1.3",
   550                      "ruflin/elastica": ">=0.90 <7.0.1",
   551                      "swiftmailer/swiftmailer": "^5.3|^6.0",
   552                      "phpstan/phpstan": "^0.12.91"
   553                  },
   554                  "suggest": {
   555                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
   556                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
   557                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
   558                      "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
   559                      "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
   560                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
   561                      "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
   562                      "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
   563                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
   564                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
   565                      "php-console/php-console": "Allow sending log messages to Google Chrome",
   566                      "ext-mbstring": "Allow to work properly with unicode symbols"
   567                  },
   568                  "provide": {
   569                      "psr/log-implementation": "1.0.0"
   570                  },
   571                  "support": {
   572                      "issues": "https://github.com/Seldaek/monolog/issues",
   573                      "source": "https://github.com/Seldaek/monolog/tree/2.3.2"
   574                  }
   575              },
   576              {
   577                  "version": "2.3.1",
   578                  "version_normalized": "2.3.1.0",
   579                  "source": {
   580                      "url": "https://github.com/Seldaek/monolog.git",
   581                      "type": "git",
   582                      "reference": "9738e495f288eec0b187e310b7cdbbb285777dbe"
   583                  },
   584                  "dist": {
   585                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/9738e495f288eec0b187e310b7cdbbb285777dbe",
   586                      "type": "zip",
   587                      "shasum": "",
   588                      "reference": "9738e495f288eec0b187e310b7cdbbb285777dbe"
   589                  },
   590                  "time": "2021-07-14T11:56:39+00:00",
   591                  "support": {
   592                      "issues": "https://github.com/Seldaek/monolog/issues",
   593                      "source": "https://github.com/Seldaek/monolog/tree/2.3.1"
   594                  }
   595              },
   596              {
   597                  "version": "2.3.0",
   598                  "version_normalized": "2.3.0.0",
   599                  "source": {
   600                      "url": "https://github.com/Seldaek/monolog.git",
   601                      "type": "git",
   602                      "reference": "df991fd88693ab703aa403413d83e15f688dae33"
   603                  },
   604                  "dist": {
   605                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/df991fd88693ab703aa403413d83e15f688dae33",
   606                      "type": "zip",
   607                      "shasum": "",
   608                      "reference": "df991fd88693ab703aa403413d83e15f688dae33"
   609                  },
   610                  "time": "2021-07-05T11:34:13+00:00",
   611                  "support": {
   612                      "issues": "https://github.com/Seldaek/monolog/issues",
   613                      "source": "https://github.com/Seldaek/monolog/tree/2.3.0"
   614                  }
   615              },
   616              {
   617                  "version": "2.2.0",
   618                  "version_normalized": "2.2.0.0",
   619                  "source": {
   620                      "url": "https://github.com/Seldaek/monolog.git",
   621                      "type": "git",
   622                      "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
   623                  },
   624                  "dist": {
   625                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
   626                      "type": "zip",
   627                      "shasum": "",
   628                      "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
   629                  },
   630                  "time": "2020-12-14T13:15:25+00:00",
   631                  "require-dev": {
   632                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   633                      "doctrine/couchdb": "~1.0@dev",
   634                      "elasticsearch/elasticsearch": "^7",
   635                      "mongodb/mongodb": "^1.8",
   636                      "graylog2/gelf-php": "^1.4.2",
   637                      "php-amqplib/php-amqplib": "~2.4",
   638                      "php-console/php-console": "^3.1.3",
   639                      "phpspec/prophecy": "^1.6.1",
   640                      "phpunit/phpunit": "^8.5",
   641                      "predis/predis": "^1.1",
   642                      "rollbar/rollbar": "^1.3",
   643                      "ruflin/elastica": ">=0.90 <7.0.1",
   644                      "swiftmailer/swiftmailer": "^5.3|^6.0",
   645                      "phpstan/phpstan": "^0.12.59"
   646                  },
   647                  "support": {
   648                      "issues": "https://github.com/Seldaek/monolog/issues",
   649                      "source": "https://github.com/Seldaek/monolog/tree/2.2.0"
   650                  }
   651              },
   652              {
   653                  "homepage": "http://github.com/Seldaek/monolog",
   654                  "version": "2.1.1",
   655                  "version_normalized": "2.1.1.0",
   656                  "authors": [
   657                      {
   658                          "name": "Jordi Boggiano",
   659                          "email": "j.boggiano@seld.be",
   660                          "homepage": "http://seld.be"
   661                      }
   662                  ],
   663                  "source": {
   664                      "url": "https://github.com/Seldaek/monolog.git",
   665                      "type": "git",
   666                      "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
   667                  },
   668                  "dist": {
   669                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
   670                      "type": "zip",
   671                      "shasum": "",
   672                      "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
   673                  },
   674                  "time": "2020-07-23T08:41:23+00:00",
   675                  "extra": {
   676                      "branch-alias": {
   677                          "dev-master": "2.x-dev"
   678                      }
   679                  },
   680                  "require-dev": {
   681                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   682                      "doctrine/couchdb": "~1.0@dev",
   683                      "elasticsearch/elasticsearch": "^6.0",
   684                      "graylog2/gelf-php": "^1.4.2",
   685                      "php-amqplib/php-amqplib": "~2.4",
   686                      "php-console/php-console": "^3.1.3",
   687                      "php-parallel-lint/php-parallel-lint": "^1.0",
   688                      "phpspec/prophecy": "^1.6.1",
   689                      "phpunit/phpunit": "^8.5",
   690                      "predis/predis": "^1.1",
   691                      "rollbar/rollbar": "^1.3",
   692                      "ruflin/elastica": ">=0.90 <3.0",
   693                      "swiftmailer/swiftmailer": "^5.3|^6.0"
   694                  },
   695                  "support": {
   696                      "issues": "https://github.com/Seldaek/monolog/issues",
   697                      "source": "https://github.com/Seldaek/monolog/tree/2.1.1"
   698                  }
   699              },
   700              {
   701                  "version": "2.1.0",
   702                  "version_normalized": "2.1.0.0",
   703                  "source": {
   704                      "url": "https://github.com/Seldaek/monolog.git",
   705                      "type": "git",
   706                      "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
   707                  },
   708                  "dist": {
   709                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/38914429aac460e8e4616c8cb486ecb40ec90bb1",
   710                      "type": "zip",
   711                      "shasum": "",
   712                      "reference": "38914429aac460e8e4616c8cb486ecb40ec90bb1"
   713                  },
   714                  "time": "2020-05-22T08:12:19+00:00",
   715                  "support": {
   716                      "issues": "https://github.com/Seldaek/monolog/issues",
   717                      "source": "https://github.com/Seldaek/monolog/tree/master"
   718                  }
   719              },
   720              {
   721                  "version": "2.0.2",
   722                  "version_normalized": "2.0.2.0",
   723                  "source": {
   724                      "url": "https://github.com/Seldaek/monolog.git",
   725                      "type": "git",
   726                      "reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8"
   727                  },
   728                  "dist": {
   729                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c861fcba2ca29404dc9e617eedd9eff4616986b8",
   730                      "type": "zip",
   731                      "shasum": "",
   732                      "reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8"
   733                  },
   734                  "time": "2019-12-20T14:22:59+00:00",
   735                  "require": {
   736                      "php": "^7.2",
   737                      "psr/log": "^1.0.1"
   738                  },
   739                  "require-dev": {
   740                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   741                      "doctrine/couchdb": "~1.0@dev",
   742                      "elasticsearch/elasticsearch": "^6.0",
   743                      "graylog2/gelf-php": "^1.4.2",
   744                      "jakub-onderka/php-parallel-lint": "^0.9",
   745                      "php-amqplib/php-amqplib": "~2.4",
   746                      "php-console/php-console": "^3.1.3",
   747                      "phpspec/prophecy": "^1.6.1",
   748                      "phpunit/phpunit": "^8.3",
   749                      "predis/predis": "^1.1",
   750                      "rollbar/rollbar": "^1.3",
   751                      "ruflin/elastica": ">=0.90 <3.0",
   752                      "swiftmailer/swiftmailer": "^5.3|^6.0"
   753                  },
   754                  "support": {
   755                      "issues": "https://github.com/Seldaek/monolog/issues",
   756                      "source": "https://github.com/Seldaek/monolog/tree/2.0.2"
   757                  },
   758                  "funding": "__unset"
   759              },
   760              {
   761                  "version": "2.0.1",
   762                  "version_normalized": "2.0.1.0",
   763                  "source": {
   764                      "url": "https://github.com/Seldaek/monolog.git",
   765                      "type": "git",
   766                      "reference": "f9d56fd2f5533322caccdfcddbb56aedd622ef1c"
   767                  },
   768                  "dist": {
   769                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9d56fd2f5533322caccdfcddbb56aedd622ef1c",
   770                      "type": "zip",
   771                      "shasum": "",
   772                      "reference": "f9d56fd2f5533322caccdfcddbb56aedd622ef1c"
   773                  },
   774                  "time": "2019-11-13T10:27:43+00:00",
   775                  "support": {
   776                      "issues": "https://github.com/Seldaek/monolog/issues",
   777                      "source": "https://github.com/Seldaek/monolog/tree/2.0.1"
   778                  }
   779              },
   780              {
   781                  "version": "2.0.0",
   782                  "version_normalized": "2.0.0.0",
   783                  "source": {
   784                      "url": "https://github.com/Seldaek/monolog.git",
   785                      "type": "git",
   786                      "reference": "68545165e19249013afd1d6f7485aecff07a2d22"
   787                  },
   788                  "dist": {
   789                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/68545165e19249013afd1d6f7485aecff07a2d22",
   790                      "type": "zip",
   791                      "shasum": "",
   792                      "reference": "68545165e19249013afd1d6f7485aecff07a2d22"
   793                  },
   794                  "time": "2019-08-30T09:56:44+00:00",
   795                  "support": {
   796                      "issues": "https://github.com/Seldaek/monolog/issues",
   797                      "source": "https://github.com/Seldaek/monolog/tree/master"
   798                  }
   799              },
   800              {
   801                  "version": "2.0.0-beta2",
   802                  "version_normalized": "2.0.0.0-beta2",
   803                  "source": {
   804                      "url": "https://github.com/Seldaek/monolog.git",
   805                      "type": "git",
   806                      "reference": "bf486002a08ca7cb156540e1a38c7be70fa8ed59"
   807                  },
   808                  "dist": {
   809                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bf486002a08ca7cb156540e1a38c7be70fa8ed59",
   810                      "type": "zip",
   811                      "shasum": "",
   812                      "reference": "bf486002a08ca7cb156540e1a38c7be70fa8ed59"
   813                  },
   814                  "time": "2019-07-06T13:17:41+00:00",
   815                  "require-dev": {
   816                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   817                      "doctrine/couchdb": "~1.0@dev",
   818                      "elasticsearch/elasticsearch": "^6.0",
   819                      "graylog2/gelf-php": "^1.4.2",
   820                      "jakub-onderka/php-parallel-lint": "^0.9",
   821                      "php-amqplib/php-amqplib": "~2.4",
   822                      "php-console/php-console": "^3.1.3",
   823                      "phpspec/prophecy": "^1.6.1",
   824                      "phpunit/phpunit": "^7.5",
   825                      "predis/predis": "^1.1",
   826                      "rollbar/rollbar": "^1.3",
   827                      "ruflin/elastica": ">=0.90 <3.0",
   828                      "swiftmailer/swiftmailer": "^5.3|^6.0"
   829                  },
   830                  "suggest": {
   831                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
   832                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
   833                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
   834                      "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
   835                      "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
   836                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
   837                      "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
   838                      "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
   839                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
   840                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
   841                      "php-console/php-console": "Allow sending log messages to Google Chrome"
   842                  },
   843                  "support": {
   844                      "issues": "https://github.com/Seldaek/monolog/issues",
   845                      "source": "https://github.com/Seldaek/monolog/tree/2.0.0-beta2"
   846                  }
   847              },
   848              {
   849                  "version": "2.0.0-beta1",
   850                  "version_normalized": "2.0.0.0-beta1",
   851                  "source": {
   852                      "url": "https://github.com/Seldaek/monolog.git",
   853                      "type": "git",
   854                      "reference": "0ad73a526f4b5e67312e94fb7f60c1bdefc284b9"
   855                  },
   856                  "dist": {
   857                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0ad73a526f4b5e67312e94fb7f60c1bdefc284b9",
   858                      "type": "zip",
   859                      "shasum": "",
   860                      "reference": "0ad73a526f4b5e67312e94fb7f60c1bdefc284b9"
   861                  },
   862                  "time": "2018-12-08T17:16:32+00:00",
   863                  "require": {
   864                      "php": "^7.1",
   865                      "psr/log": "^1.0.1"
   866                  },
   867                  "require-dev": {
   868                      "phpunit/phpunit": "^7.3",
   869                      "graylog2/gelf-php": "^1.4.2",
   870                      "sentry/sentry": "^1.9",
   871                      "ruflin/elastica": ">=0.90 <3.0",
   872                      "doctrine/couchdb": "~1.0@dev",
   873                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   874                      "php-amqplib/php-amqplib": "~2.4",
   875                      "swiftmailer/swiftmailer": "^5.3|^6.0",
   876                      "php-console/php-console": "^3.1.3",
   877                      "jakub-onderka/php-parallel-lint": "^0.9",
   878                      "predis/predis": "^1.1",
   879                      "phpspec/prophecy": "^1.6.1",
   880                      "elasticsearch/elasticsearch": "^6.0",
   881                      "rollbar/rollbar": "^1.3"
   882                  },
   883                  "suggest": {
   884                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
   885                      "sentry/sentry": "Allow sending log messages to a Sentry server",
   886                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
   887                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
   888                      "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
   889                      "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
   890                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
   891                      "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
   892                      "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
   893                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
   894                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
   895                      "php-console/php-console": "Allow sending log messages to Google Chrome"
   896                  },
   897                  "support": {
   898                      "issues": "https://github.com/Seldaek/monolog/issues",
   899                      "source": "https://github.com/Seldaek/monolog/tree/2.0.0-beta1"
   900                  }
   901              },
   902              {
   903                  "version": "1.27.1",
   904                  "version_normalized": "1.27.1.0",
   905                  "source": {
   906                      "url": "https://github.com/Seldaek/monolog.git",
   907                      "type": "git",
   908                      "reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
   909                  },
   910                  "dist": {
   911                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1",
   912                      "type": "zip",
   913                      "shasum": "",
   914                      "reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
   915                  },
   916                  "funding": [
   917                      {
   918                          "url": "https://github.com/Seldaek",
   919                          "type": "github"
   920                      },
   921                      {
   922                          "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
   923                          "type": "tidelift"
   924                      }
   925                  ],
   926                  "time": "2022-06-09T08:53:42+00:00",
   927                  "require": {
   928                      "php": ">=5.3.0",
   929                      "psr/log": "~1.0"
   930                  },
   931                  "require-dev": {
   932                      "phpunit/phpunit": "~4.5",
   933                      "graylog2/gelf-php": "~1.0",
   934                      "sentry/sentry": "^0.13",
   935                      "ruflin/elastica": ">=0.90 <3.0",
   936                      "doctrine/couchdb": "~1.0@dev",
   937                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
   938                      "php-amqplib/php-amqplib": "~2.4",
   939                      "swiftmailer/swiftmailer": "^5.3|^6.0",
   940                      "php-console/php-console": "^3.1.3",
   941                      "phpstan/phpstan": "^0.12.59"
   942                  },
   943                  "suggest": {
   944                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
   945                      "sentry/sentry": "Allow sending log messages to a Sentry server",
   946                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
   947                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
   948                      "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
   949                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
   950                      "ext-mongo": "Allow sending log messages to a MongoDB server",
   951                      "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
   952                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
   953                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
   954                      "php-console/php-console": "Allow sending log messages to Google Chrome"
   955                  },
   956                  "support": {
   957                      "issues": "https://github.com/Seldaek/monolog/issues",
   958                      "source": "https://github.com/Seldaek/monolog/tree/1.27.1"
   959                  },
   960                  "extra": "__unset"
   961              },
   962              {
   963                  "version": "1.27.0",
   964                  "version_normalized": "1.27.0.0",
   965                  "source": {
   966                      "url": "https://github.com/Seldaek/monolog.git",
   967                      "type": "git",
   968                      "reference": "52ebd235c1f7e0d5e1b16464b695a28335f8e44a"
   969                  },
   970                  "dist": {
   971                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/52ebd235c1f7e0d5e1b16464b695a28335f8e44a",
   972                      "type": "zip",
   973                      "shasum": "",
   974                      "reference": "52ebd235c1f7e0d5e1b16464b695a28335f8e44a"
   975                  },
   976                  "time": "2022-03-13T20:29:46+00:00",
   977                  "support": {
   978                      "issues": "https://github.com/Seldaek/monolog/issues",
   979                      "source": "https://github.com/Seldaek/monolog/tree/1.27.0"
   980                  }
   981              },
   982              {
   983                  "version": "1.26.1",
   984                  "version_normalized": "1.26.1.0",
   985                  "source": {
   986                      "url": "https://github.com/Seldaek/monolog.git",
   987                      "type": "git",
   988                      "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5"
   989                  },
   990                  "dist": {
   991                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c6b00f05152ae2c9b04a448f99c7590beb6042f5",
   992                      "type": "zip",
   993                      "shasum": "",
   994                      "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5"
   995                  },
   996                  "time": "2021-05-28T08:32:12+00:00",
   997                  "support": {
   998                      "issues": "https://github.com/Seldaek/monolog/issues",
   999                      "source": "https://github.com/Seldaek/monolog/tree/1.26.1"
  1000                  }
  1001              },
  1002              {
  1003                  "version": "1.26.0",
  1004                  "version_normalized": "1.26.0.0",
  1005                  "source": {
  1006                      "url": "https://github.com/Seldaek/monolog.git",
  1007                      "type": "git",
  1008                      "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
  1009                  },
  1010                  "dist": {
  1011                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
  1012                      "type": "zip",
  1013                      "shasum": "",
  1014                      "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
  1015                  },
  1016                  "time": "2020-12-14T12:56:38+00:00",
  1017                  "support": {
  1018                      "issues": "https://github.com/Seldaek/monolog/issues",
  1019                      "source": "https://github.com/Seldaek/monolog/tree/1.26.0"
  1020                  }
  1021              },
  1022              {
  1023                  "version": "1.25.5",
  1024                  "version_normalized": "1.25.5.0",
  1025                  "source": {
  1026                      "url": "https://github.com/Seldaek/monolog.git",
  1027                      "type": "git",
  1028                      "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0"
  1029                  },
  1030                  "dist": {
  1031                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0",
  1032                      "type": "zip",
  1033                      "shasum": "",
  1034                      "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0"
  1035                  },
  1036                  "time": "2020-07-23T08:35:51+00:00",
  1037                  "extra": {
  1038                      "branch-alias": {
  1039                          "dev-master": "2.0.x-dev"
  1040                      }
  1041                  },
  1042                  "require-dev": {
  1043                      "phpunit/phpunit": "~4.5",
  1044                      "graylog2/gelf-php": "~1.0",
  1045                      "sentry/sentry": "^0.13",
  1046                      "ruflin/elastica": ">=0.90 <3.0",
  1047                      "doctrine/couchdb": "~1.0@dev",
  1048                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1049                      "php-amqplib/php-amqplib": "~2.4",
  1050                      "swiftmailer/swiftmailer": "^5.3|^6.0",
  1051                      "php-console/php-console": "^3.1.3",
  1052                      "php-parallel-lint/php-parallel-lint": "^1.0"
  1053                  },
  1054                  "support": {
  1055                      "issues": "https://github.com/Seldaek/monolog/issues",
  1056                      "source": "https://github.com/Seldaek/monolog/tree/1.25.5"
  1057                  }
  1058              },
  1059              {
  1060                  "version": "1.25.4",
  1061                  "version_normalized": "1.25.4.0",
  1062                  "source": {
  1063                      "url": "https://github.com/Seldaek/monolog.git",
  1064                      "type": "git",
  1065                      "reference": "3022efff205e2448b560c833c6fbbf91c3139168"
  1066                  },
  1067                  "dist": {
  1068                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/3022efff205e2448b560c833c6fbbf91c3139168",
  1069                      "type": "zip",
  1070                      "shasum": "",
  1071                      "reference": "3022efff205e2448b560c833c6fbbf91c3139168"
  1072                  },
  1073                  "time": "2020-05-22T07:31:27+00:00",
  1074                  "support": {
  1075                      "issues": "https://github.com/Seldaek/monolog/issues",
  1076                      "source": "https://github.com/Seldaek/monolog/tree/1.25.4"
  1077                  }
  1078              },
  1079              {
  1080                  "version": "1.25.3",
  1081                  "version_normalized": "1.25.3.0",
  1082                  "source": {
  1083                      "url": "https://github.com/Seldaek/monolog.git",
  1084                      "type": "git",
  1085                      "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
  1086                  },
  1087                  "dist": {
  1088                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
  1089                      "type": "zip",
  1090                      "shasum": "",
  1091                      "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
  1092                  },
  1093                  "time": "2019-12-20T14:15:16+00:00",
  1094                  "require-dev": {
  1095                      "phpunit/phpunit": "~4.5",
  1096                      "graylog2/gelf-php": "~1.0",
  1097                      "sentry/sentry": "^0.13",
  1098                      "ruflin/elastica": ">=0.90 <3.0",
  1099                      "doctrine/couchdb": "~1.0@dev",
  1100                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1101                      "php-amqplib/php-amqplib": "~2.4",
  1102                      "swiftmailer/swiftmailer": "^5.3|^6.0",
  1103                      "php-console/php-console": "^3.1.3",
  1104                      "phpunit/phpunit-mock-objects": "2.3.0",
  1105                      "jakub-onderka/php-parallel-lint": "0.9"
  1106                  },
  1107                  "support": {
  1108                      "issues": "https://github.com/Seldaek/monolog/issues",
  1109                      "source": "https://github.com/Seldaek/monolog/tree/1.25.3"
  1110                  },
  1111                  "funding": "__unset"
  1112              },
  1113              {
  1114                  "version": "1.25.2",
  1115                  "version_normalized": "1.25.2.0",
  1116                  "source": {
  1117                      "url": "https://github.com/Seldaek/monolog.git",
  1118                      "type": "git",
  1119                      "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
  1120                  },
  1121                  "dist": {
  1122                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
  1123                      "type": "zip",
  1124                      "shasum": "",
  1125                      "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
  1126                  },
  1127                  "time": "2019-11-13T10:00:05+00:00",
  1128                  "support": {
  1129                      "issues": "https://github.com/Seldaek/monolog/issues",
  1130                      "source": "https://github.com/Seldaek/monolog/tree/1.x"
  1131                  }
  1132              },
  1133              {
  1134                  "version": "1.25.1",
  1135                  "version_normalized": "1.25.1.0",
  1136                  "source": {
  1137                      "url": "https://github.com/Seldaek/monolog.git",
  1138                      "type": "git",
  1139                      "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
  1140                  },
  1141                  "dist": {
  1142                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
  1143                      "type": "zip",
  1144                      "shasum": "",
  1145                      "reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
  1146                  },
  1147                  "time": "2019-09-06T13:49:17+00:00"
  1148              },
  1149              {
  1150                  "version": "1.25.0",
  1151                  "version_normalized": "1.25.0.0",
  1152                  "source": {
  1153                      "url": "https://github.com/Seldaek/monolog.git",
  1154                      "type": "git",
  1155                      "reference": "c5dcc05defbaf8780c728c1ea31b1a0704d44f56"
  1156                  },
  1157                  "dist": {
  1158                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c5dcc05defbaf8780c728c1ea31b1a0704d44f56",
  1159                      "type": "zip",
  1160                      "shasum": "",
  1161                      "reference": "c5dcc05defbaf8780c728c1ea31b1a0704d44f56"
  1162                  },
  1163                  "time": "2019-09-06T12:21:24+00:00",
  1164                  "support": {
  1165                      "issues": "https://github.com/Seldaek/monolog/issues",
  1166                      "source": "https://github.com/Seldaek/monolog/tree/1.25.0"
  1167                  }
  1168              },
  1169              {
  1170                  "version": "1.24.0",
  1171                  "version_normalized": "1.24.0.0",
  1172                  "source": {
  1173                      "url": "https://github.com/Seldaek/monolog.git",
  1174                      "type": "git",
  1175                      "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
  1176                  },
  1177                  "dist": {
  1178                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  1179                      "type": "zip",
  1180                      "shasum": "",
  1181                      "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
  1182                  },
  1183                  "time": "2018-11-05T09:00:11+00:00",
  1184                  "support": {
  1185                      "issues": "https://github.com/Seldaek/monolog/issues",
  1186                      "source": "https://github.com/Seldaek/monolog/tree/1.24.0"
  1187                  }
  1188              },
  1189              {
  1190                  "version": "1.23.0",
  1191                  "version_normalized": "1.23.0.0",
  1192                  "source": {
  1193                      "url": "https://github.com/Seldaek/monolog.git",
  1194                      "type": "git",
  1195                      "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  1196                  },
  1197                  "dist": {
  1198                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1199                      "type": "zip",
  1200                      "shasum": "",
  1201                      "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  1202                  },
  1203                  "time": "2017-06-19T01:22:40+00:00",
  1204                  "support": {
  1205                      "issues": "https://github.com/Seldaek/monolog/issues",
  1206                      "source": "https://github.com/Seldaek/monolog/tree/1.23.0"
  1207                  }
  1208              },
  1209              {
  1210                  "version": "1.22.1",
  1211                  "version_normalized": "1.22.1.0",
  1212                  "source": {
  1213                      "url": "https://github.com/Seldaek/monolog.git",
  1214                      "type": "git",
  1215                      "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
  1216                  },
  1217                  "dist": {
  1218                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0",
  1219                      "type": "zip",
  1220                      "shasum": "",
  1221                      "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0"
  1222                  },
  1223                  "time": "2017-03-13T07:08:03+00:00",
  1224                  "require-dev": {
  1225                      "phpunit/phpunit": "~4.5",
  1226                      "graylog2/gelf-php": "~1.0",
  1227                      "sentry/sentry": "^0.13",
  1228                      "ruflin/elastica": ">=0.90 <3.0",
  1229                      "doctrine/couchdb": "~1.0@dev",
  1230                      "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1231                      "php-amqplib/php-amqplib": "~2.4",
  1232                      "swiftmailer/swiftmailer": "~5.3",
  1233                      "php-console/php-console": "^3.1.3",
  1234                      "phpunit/phpunit-mock-objects": "2.3.0",
  1235                      "jakub-onderka/php-parallel-lint": "0.9"
  1236                  },
  1237                  "support": {
  1238                      "issues": "https://github.com/Seldaek/monolog/issues",
  1239                      "source": "https://github.com/Seldaek/monolog/tree/1.22.1"
  1240                  }
  1241              },
  1242              {
  1243                  "version": "1.22.0",
  1244                  "version_normalized": "1.22.0.0",
  1245                  "source": {
  1246                      "url": "https://github.com/Seldaek/monolog.git",
  1247                      "type": "git",
  1248                      "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
  1249                  },
  1250                  "dist": {
  1251                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558",
  1252                      "type": "zip",
  1253                      "shasum": "",
  1254                      "reference": "bad29cb8d18ab0315e6c477751418a82c850d558"
  1255                  },
  1256                  "time": "2016-11-26T00:15:39+00:00",
  1257                  "support": {
  1258                      "issues": "https://github.com/Seldaek/monolog/issues",
  1259                      "source": "https://github.com/Seldaek/monolog/tree/1.22.0"
  1260                  }
  1261              },
  1262              {
  1263                  "version": "1.21.0",
  1264                  "version_normalized": "1.21.0.0",
  1265                  "source": {
  1266                      "url": "https://github.com/Seldaek/monolog.git",
  1267                      "type": "git",
  1268                      "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
  1269                  },
  1270                  "dist": {
  1271                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
  1272                      "type": "zip",
  1273                      "shasum": "",
  1274                      "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
  1275                  },
  1276                  "time": "2016-07-29T03:23:52+00:00",
  1277                  "require-dev": {
  1278                      "phpunit/phpunit": "~4.5",
  1279                      "graylog2/gelf-php": "~1.0",
  1280                      "sentry/sentry": "^0.13",
  1281                      "ruflin/elastica": ">=0.90 <3.0",
  1282                      "doctrine/couchdb": "~1.0@dev",
  1283                      "aws/aws-sdk-php": "^2.4.9",
  1284                      "php-amqplib/php-amqplib": "~2.4",
  1285                      "swiftmailer/swiftmailer": "~5.3",
  1286                      "php-console/php-console": "^3.1.3",
  1287                      "phpunit/phpunit-mock-objects": "2.3.0",
  1288                      "jakub-onderka/php-parallel-lint": "0.9"
  1289                  },
  1290                  "support": {
  1291                      "issues": "https://github.com/Seldaek/monolog/issues",
  1292                      "source": "https://github.com/Seldaek/monolog/tree/1.x"
  1293                  }
  1294              },
  1295              {
  1296                  "version": "1.20.0",
  1297                  "version_normalized": "1.20.0.0",
  1298                  "source": {
  1299                      "url": "https://github.com/Seldaek/monolog.git",
  1300                      "type": "git",
  1301                      "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037"
  1302                  },
  1303                  "dist": {
  1304                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/55841909e2bcde01b5318c35f2b74f8ecc86e037",
  1305                      "type": "zip",
  1306                      "shasum": "",
  1307                      "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037"
  1308                  },
  1309                  "time": "2016-07-02T14:02:10+00:00"
  1310              },
  1311              {
  1312                  "version": "1.19.0",
  1313                  "version_normalized": "1.19.0.0",
  1314                  "source": {
  1315                      "url": "https://github.com/Seldaek/monolog.git",
  1316                      "type": "git",
  1317                      "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
  1318                  },
  1319                  "dist": {
  1320                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
  1321                      "type": "zip",
  1322                      "shasum": "",
  1323                      "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
  1324                  },
  1325                  "time": "2016-04-12T18:29:35+00:00",
  1326                  "require-dev": {
  1327                      "phpunit/phpunit": "~4.5",
  1328                      "graylog2/gelf-php": "~1.0",
  1329                      "raven/raven": "^0.13",
  1330                      "ruflin/elastica": ">=0.90 <3.0",
  1331                      "doctrine/couchdb": "~1.0@dev",
  1332                      "aws/aws-sdk-php": "^2.4.9",
  1333                      "php-amqplib/php-amqplib": "~2.4",
  1334                      "swiftmailer/swiftmailer": "~5.3",
  1335                      "php-console/php-console": "^3.1.3",
  1336                      "phpunit/phpunit-mock-objects": "2.3.0",
  1337                      "jakub-onderka/php-parallel-lint": "0.9"
  1338                  },
  1339                  "suggest": {
  1340                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1341                      "raven/raven": "Allow sending log messages to a Sentry server",
  1342                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1343                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1344                      "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1345                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1346                      "ext-mongo": "Allow sending log messages to a MongoDB server",
  1347                      "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1348                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1349                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1350                      "php-console/php-console": "Allow sending log messages to Google Chrome"
  1351                  },
  1352                  "support": {
  1353                      "issues": "https://github.com/Seldaek/monolog/issues",
  1354                      "source": "https://github.com/Seldaek/monolog/tree/1.19.0"
  1355                  }
  1356              },
  1357              {
  1358                  "version": "1.18.2",
  1359                  "version_normalized": "1.18.2.0",
  1360                  "source": {
  1361                      "url": "https://github.com/Seldaek/monolog.git",
  1362                      "type": "git",
  1363                      "reference": "064b38c16790249488e7a8b987acf1c9d7383c09"
  1364                  },
  1365                  "dist": {
  1366                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/064b38c16790249488e7a8b987acf1c9d7383c09",
  1367                      "type": "zip",
  1368                      "shasum": "",
  1369                      "reference": "064b38c16790249488e7a8b987acf1c9d7383c09"
  1370                  },
  1371                  "time": "2016-04-02T13:12:58+00:00",
  1372                  "support": {
  1373                      "issues": "https://github.com/Seldaek/monolog/issues",
  1374                      "source": "https://github.com/Seldaek/monolog/tree/1.18.2"
  1375                  }
  1376              },
  1377              {
  1378                  "version": "1.18.1",
  1379                  "version_normalized": "1.18.1.0",
  1380                  "source": {
  1381                      "url": "https://github.com/Seldaek/monolog.git",
  1382                      "type": "git",
  1383                      "reference": "a5f2734e8c16f3aa21b3da09715d10e15b4d2d45"
  1384                  },
  1385                  "dist": {
  1386                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a5f2734e8c16f3aa21b3da09715d10e15b4d2d45",
  1387                      "type": "zip",
  1388                      "shasum": "",
  1389                      "reference": "a5f2734e8c16f3aa21b3da09715d10e15b4d2d45"
  1390                  },
  1391                  "time": "2016-03-13T16:08:35+00:00",
  1392                  "require-dev": {
  1393                      "phpunit/phpunit": "~4.5",
  1394                      "graylog2/gelf-php": "~1.0",
  1395                      "raven/raven": "^0.13",
  1396                      "ruflin/elastica": ">=0.90 <3.0",
  1397                      "doctrine/couchdb": "~1.0@dev",
  1398                      "aws/aws-sdk-php": "^2.4.9",
  1399                      "videlalvaro/php-amqplib": "~2.4",
  1400                      "swiftmailer/swiftmailer": "~5.3",
  1401                      "php-console/php-console": "^3.1.3",
  1402                      "phpunit/phpunit-mock-objects": "2.3.0",
  1403                      "jakub-onderka/php-parallel-lint": "0.9"
  1404                  },
  1405                  "suggest": {
  1406                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1407                      "raven/raven": "Allow sending log messages to a Sentry server",
  1408                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1409                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1410                      "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1411                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1412                      "ext-mongo": "Allow sending log messages to a MongoDB server",
  1413                      "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1414                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1415                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1416                      "php-console/php-console": "Allow sending log messages to Google Chrome"
  1417                  },
  1418                  "support": {
  1419                      "issues": "https://github.com/Seldaek/monolog/issues",
  1420                      "source": "https://github.com/Seldaek/monolog/tree/1.18.1"
  1421                  }
  1422              },
  1423              {
  1424                  "version": "1.18.0",
  1425                  "version_normalized": "1.18.0.0",
  1426                  "source": {
  1427                      "url": "https://github.com/Seldaek/monolog.git",
  1428                      "type": "git",
  1429                      "reference": "e19b764b5c855580e8ffa7e615f72c10fd2f99cc"
  1430                  },
  1431                  "dist": {
  1432                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/e19b764b5c855580e8ffa7e615f72c10fd2f99cc",
  1433                      "type": "zip",
  1434                      "shasum": "",
  1435                      "reference": "e19b764b5c855580e8ffa7e615f72c10fd2f99cc"
  1436                  },
  1437                  "time": "2016-03-01T18:00:40+00:00",
  1438                  "support": {
  1439                      "issues": "https://github.com/Seldaek/monolog/issues",
  1440                      "source": "https://github.com/Seldaek/monolog/tree/1.18.0"
  1441                  }
  1442              },
  1443              {
  1444                  "version": "1.17.2",
  1445                  "version_normalized": "1.17.2.0",
  1446                  "source": {
  1447                      "url": "https://github.com/Seldaek/monolog.git",
  1448                      "type": "git",
  1449                      "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
  1450                  },
  1451                  "dist": {
  1452                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
  1453                      "type": "zip",
  1454                      "shasum": "",
  1455                      "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
  1456                  },
  1457                  "time": "2015-10-14T12:51:02+00:00",
  1458                  "extra": {
  1459                      "branch-alias": {
  1460                          "dev-master": "1.16.x-dev"
  1461                      }
  1462                  },
  1463                  "suggest": {
  1464                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1465                      "raven/raven": "Allow sending log messages to a Sentry server",
  1466                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1467                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1468                      "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1469                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1470                      "ext-mongo": "Allow sending log messages to a MongoDB server",
  1471                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1472                      "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1473                      "php-console/php-console": "Allow sending log messages to Google Chrome"
  1474                  },
  1475                  "support": {
  1476                      "issues": "https://github.com/Seldaek/monolog/issues",
  1477                      "source": "https://github.com/Seldaek/monolog/tree/1.17.2"
  1478                  }
  1479              },
  1480              {
  1481                  "version": "1.17.1",
  1482                  "version_normalized": "1.17.1.0",
  1483                  "source": {
  1484                      "url": "https://github.com/Seldaek/monolog.git",
  1485                      "type": "git",
  1486                      "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
  1487                  },
  1488                  "dist": {
  1489                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422",
  1490                      "type": "zip",
  1491                      "shasum": "",
  1492                      "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422"
  1493                  },
  1494                  "time": "2015-08-31T09:17:37+00:00",
  1495                  "require-dev": {
  1496                      "phpunit/phpunit": "~4.5",
  1497                      "graylog2/gelf-php": "~1.0",
  1498                      "raven/raven": "~0.11",
  1499                      "ruflin/elastica": ">=0.90 <3.0",
  1500                      "doctrine/couchdb": "~1.0@dev",
  1501                      "aws/aws-sdk-php": "^2.4.9",
  1502                      "videlalvaro/php-amqplib": "~2.4",
  1503                      "swiftmailer/swiftmailer": "~5.3",
  1504                      "php-console/php-console": "^3.1.3",
  1505                      "phpunit/phpunit-mock-objects": "2.3.0"
  1506                  },
  1507                  "support": {
  1508                      "issues": "https://github.com/Seldaek/monolog/issues",
  1509                      "source": "https://github.com/Seldaek/monolog/tree/1.17.1"
  1510                  }
  1511              },
  1512              {
  1513                  "version": "1.17.0",
  1514                  "version_normalized": "1.17.0.0",
  1515                  "source": {
  1516                      "url": "https://github.com/Seldaek/monolog.git",
  1517                      "type": "git",
  1518                      "reference": "877ae631713cc961952df713ae785735b90df682"
  1519                  },
  1520                  "dist": {
  1521                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/877ae631713cc961952df713ae785735b90df682",
  1522                      "type": "zip",
  1523                      "shasum": "",
  1524                      "reference": "877ae631713cc961952df713ae785735b90df682"
  1525                  },
  1526                  "time": "2015-08-30T11:40:25+00:00",
  1527                  "support": {
  1528                      "issues": "https://github.com/Seldaek/monolog/issues",
  1529                      "source": "https://github.com/Seldaek/monolog/tree/1.17.0"
  1530                  }
  1531              },
  1532              {
  1533                  "version": "1.16.0",
  1534                  "version_normalized": "1.16.0.0",
  1535                  "source": {
  1536                      "url": "https://github.com/Seldaek/monolog.git",
  1537                      "type": "git",
  1538                      "reference": "c0c0b4bee3aabce7182876b0d912ef2595563db7"
  1539                  },
  1540                  "dist": {
  1541                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c0c0b4bee3aabce7182876b0d912ef2595563db7",
  1542                      "type": "zip",
  1543                      "shasum": "",
  1544                      "reference": "c0c0b4bee3aabce7182876b0d912ef2595563db7"
  1545                  },
  1546                  "time": "2015-08-09T17:44:44+00:00",
  1547                  "require-dev": {
  1548                      "phpunit/phpunit": "~4.5",
  1549                      "graylog2/gelf-php": "~1.0",
  1550                      "raven/raven": "~0.8",
  1551                      "ruflin/elastica": ">=0.90 <3.0",
  1552                      "doctrine/couchdb": "~1.0@dev",
  1553                      "aws/aws-sdk-php": "^2.4.9",
  1554                      "videlalvaro/php-amqplib": "~2.4",
  1555                      "swiftmailer/swiftmailer": "~5.3",
  1556                      "php-console/php-console": "^3.1.3",
  1557                      "phpunit/phpunit-mock-objects": "2.3.0"
  1558                  },
  1559                  "support": {
  1560                      "issues": "https://github.com/Seldaek/monolog/issues",
  1561                      "source": "https://github.com/Seldaek/monolog/tree/1.16.0"
  1562                  }
  1563              },
  1564              {
  1565                  "version": "1.15.0",
  1566                  "version_normalized": "1.15.0.0",
  1567                  "source": {
  1568                      "url": "https://github.com/Seldaek/monolog.git",
  1569                      "type": "git",
  1570                      "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0"
  1571                  },
  1572                  "dist": {
  1573                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/dc5150cc608f2334c72c3b6a553ec9668a4156b0",
  1574                      "type": "zip",
  1575                      "shasum": "",
  1576                      "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0"
  1577                  },
  1578                  "time": "2015-07-12T13:54:09+00:00",
  1579                  "extra": {
  1580                      "branch-alias": {
  1581                          "dev-master": "1.15.x-dev"
  1582                      }
  1583                  },
  1584                  "support": {
  1585                      "issues": "https://github.com/Seldaek/monolog/issues",
  1586                      "source": "https://github.com/Seldaek/monolog/tree/1.15.0"
  1587                  }
  1588              },
  1589              {
  1590                  "version": "1.14.0",
  1591                  "version_normalized": "1.14.0.0",
  1592                  "source": {
  1593                      "url": "https://github.com/Seldaek/monolog.git",
  1594                      "type": "git",
  1595                      "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc"
  1596                  },
  1597                  "dist": {
  1598                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b287fbbe1ca27847064beff2bad7fb6920bf08cc",
  1599                      "type": "zip",
  1600                      "shasum": "",
  1601                      "reference": "b287fbbe1ca27847064beff2bad7fb6920bf08cc"
  1602                  },
  1603                  "time": "2015-06-19T13:29:54+00:00",
  1604                  "extra": {
  1605                      "branch-alias": {
  1606                          "dev-master": "1.14.x-dev"
  1607                      }
  1608                  },
  1609                  "support": {
  1610                      "issues": "https://github.com/Seldaek/monolog/issues",
  1611                      "source": "https://github.com/Seldaek/monolog/tree/1.14.0"
  1612                  }
  1613              },
  1614              {
  1615                  "version": "1.13.1",
  1616                  "version_normalized": "1.13.1.0",
  1617                  "source": {
  1618                      "url": "https://github.com/Seldaek/monolog.git",
  1619                      "type": "git",
  1620                      "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
  1621                  },
  1622                  "dist": {
  1623                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
  1624                      "type": "zip",
  1625                      "shasum": "",
  1626                      "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
  1627                  },
  1628                  "time": "2015-03-09T09:58:04+00:00",
  1629                  "extra": {
  1630                      "branch-alias": {
  1631                          "dev-master": "1.13.x-dev"
  1632                      }
  1633                  },
  1634                  "require-dev": {
  1635                      "phpunit/phpunit": "~4.0",
  1636                      "graylog2/gelf-php": "~1.0",
  1637                      "raven/raven": "~0.5",
  1638                      "ruflin/elastica": "0.90.*",
  1639                      "doctrine/couchdb": "~1.0@dev",
  1640                      "aws/aws-sdk-php": "~2.4, >2.4.8",
  1641                      "videlalvaro/php-amqplib": "~2.4",
  1642                      "swiftmailer/swiftmailer": "~5.3"
  1643                  },
  1644                  "suggest": {
  1645                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1646                      "raven/raven": "Allow sending log messages to a Sentry server",
  1647                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1648                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1649                      "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1650                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1651                      "ext-mongo": "Allow sending log messages to a MongoDB server",
  1652                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1653                      "rollbar/rollbar": "Allow sending log messages to Rollbar"
  1654                  },
  1655                  "support": {
  1656                      "issues": "https://github.com/Seldaek/monolog/issues",
  1657                      "source": "https://github.com/Seldaek/monolog/tree/master"
  1658                  }
  1659              },
  1660              {
  1661                  "version": "1.13.0",
  1662                  "version_normalized": "1.13.0.0",
  1663                  "source": {
  1664                      "url": "https://github.com/Seldaek/monolog.git",
  1665                      "type": "git",
  1666                      "reference": "c41c218e239b50446fd883acb1ecfd4b770caeae"
  1667                  },
  1668                  "dist": {
  1669                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c41c218e239b50446fd883acb1ecfd4b770caeae",
  1670                      "type": "zip",
  1671                      "shasum": "",
  1672                      "reference": "c41c218e239b50446fd883acb1ecfd4b770caeae"
  1673                  },
  1674                  "time": "2015-03-05T01:12:12+00:00",
  1675                  "support": {
  1676                      "issues": "https://github.com/Seldaek/monolog/issues",
  1677                      "source": "https://github.com/Seldaek/monolog/tree/1.13.0"
  1678                  }
  1679              },
  1680              {
  1681                  "version": "1.12.0",
  1682                  "version_normalized": "1.12.0.0",
  1683                  "source": {
  1684                      "url": "https://github.com/Seldaek/monolog.git",
  1685                      "type": "git",
  1686                      "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
  1687                  },
  1688                  "dist": {
  1689                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
  1690                      "type": "zip",
  1691                      "shasum": "",
  1692                      "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
  1693                  },
  1694                  "time": "2014-12-29T21:29:35+00:00",
  1695                  "extra": {
  1696                      "branch-alias": {
  1697                          "dev-master": "1.12.x-dev"
  1698                      }
  1699                  },
  1700                  "require-dev": {
  1701                      "phpunit/phpunit": "~4.0",
  1702                      "graylog2/gelf-php": "~1.0",
  1703                      "raven/raven": "~0.5",
  1704                      "ruflin/elastica": "0.90.*",
  1705                      "doctrine/couchdb": "~1.0@dev",
  1706                      "aws/aws-sdk-php": "~2.4, >2.4.8",
  1707                      "videlalvaro/php-amqplib": "~2.4"
  1708                  },
  1709                  "support": {
  1710                      "issues": "https://github.com/Seldaek/monolog/issues",
  1711                      "source": "https://github.com/Seldaek/monolog/tree/1.12.0"
  1712                  }
  1713              },
  1714              {
  1715                  "version": "1.11.0",
  1716                  "version_normalized": "1.11.0.0",
  1717                  "source": {
  1718                      "url": "https://github.com/Seldaek/monolog.git",
  1719                      "type": "git",
  1720                      "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa"
  1721                  },
  1722                  "dist": {
  1723                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ec3961874c43840e96da3a8a1ed20d8c73d7e5aa",
  1724                      "type": "zip",
  1725                      "shasum": "",
  1726                      "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa"
  1727                  },
  1728                  "time": "2014-09-30T13:30:58+00:00",
  1729                  "extra": {
  1730                      "branch-alias": {
  1731                          "dev-master": "1.11.x-dev"
  1732                      }
  1733                  },
  1734                  "require-dev": {
  1735                      "phpunit/phpunit": "~3.7.0",
  1736                      "graylog2/gelf-php": "~1.0",
  1737                      "raven/raven": "~0.5",
  1738                      "ruflin/elastica": "0.90.*",
  1739                      "doctrine/couchdb": "~1.0@dev",
  1740                      "aws/aws-sdk-php": "~2.4, >2.4.8",
  1741                      "videlalvaro/php-amqplib": "~2.4"
  1742                  },
  1743                  "support": {
  1744                      "issues": "https://github.com/Seldaek/monolog/issues",
  1745                      "source": "https://github.com/Seldaek/monolog/tree/1.11.0"
  1746                  }
  1747              },
  1748              {
  1749                  "version": "1.10.0",
  1750                  "version_normalized": "1.10.0.0",
  1751                  "authors": [
  1752                      {
  1753                          "name": "Jordi Boggiano",
  1754                          "email": "j.boggiano@seld.be",
  1755                          "homepage": "http://seld.be",
  1756                          "role": "Developer"
  1757                      }
  1758                  ],
  1759                  "source": {
  1760                      "url": "https://github.com/Seldaek/monolog.git",
  1761                      "type": "git",
  1762                      "reference": "25b16e801979098cb2f120e697bfce454b18bf23"
  1763                  },
  1764                  "dist": {
  1765                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23",
  1766                      "type": "zip",
  1767                      "shasum": "",
  1768                      "reference": "25b16e801979098cb2f120e697bfce454b18bf23"
  1769                  },
  1770                  "time": "2014-06-04T16:30:04+00:00",
  1771                  "extra": {
  1772                      "branch-alias": {
  1773                          "dev-master": "1.10.x-dev"
  1774                      }
  1775                  },
  1776                  "require-dev": {
  1777                      "phpunit/phpunit": "~3.7.0",
  1778                      "graylog2/gelf-php": "~1.0",
  1779                      "raven/raven": "~0.5",
  1780                      "ruflin/elastica": "0.90.*",
  1781                      "doctrine/couchdb": "~1.0@dev",
  1782                      "aws/aws-sdk-php": "~2.4, >2.4.8"
  1783                  },
  1784                  "suggest": {
  1785                      "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1786                      "raven/raven": "Allow sending log messages to a Sentry server",
  1787                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1788                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1789                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1790                      "ext-mongo": "Allow sending log messages to a MongoDB server",
  1791                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1792                      "rollbar/rollbar": "Allow sending log messages to Rollbar"
  1793                  },
  1794                  "support": {
  1795                      "issues": "https://github.com/Seldaek/monolog/issues",
  1796                      "source": "https://github.com/Seldaek/monolog/tree/1.10.0"
  1797                  },
  1798                  "provide": "__unset"
  1799              },
  1800              {
  1801                  "version": "1.9.1",
  1802                  "version_normalized": "1.9.1.0",
  1803                  "source": {
  1804                      "url": "https://github.com/Seldaek/monolog.git",
  1805                      "type": "git",
  1806                      "reference": "65026b610f8c19e61d7242f600530677b0466aac"
  1807                  },
  1808                  "dist": {
  1809                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/65026b610f8c19e61d7242f600530677b0466aac",
  1810                      "type": "zip",
  1811                      "shasum": "",
  1812                      "reference": "65026b610f8c19e61d7242f600530677b0466aac"
  1813                  },
  1814                  "time": "2014-04-24T13:29:03+00:00",
  1815                  "extra": {
  1816                      "branch-alias": {
  1817                          "dev-master": "1.9.x-dev"
  1818                      }
  1819                  },
  1820                  "support": {
  1821                      "issues": "https://github.com/Seldaek/monolog/issues",
  1822                      "source": "https://github.com/Seldaek/monolog/tree/1.9.1"
  1823                  }
  1824              },
  1825              {
  1826                  "version": "1.9.0",
  1827                  "version_normalized": "1.9.0.0",
  1828                  "source": {
  1829                      "url": "https://github.com/Seldaek/monolog.git",
  1830                      "type": "git",
  1831                      "reference": "1afc39690e7414412face1f8cbf67b73db34485c"
  1832                  },
  1833                  "dist": {
  1834                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1afc39690e7414412face1f8cbf67b73db34485c",
  1835                      "type": "zip",
  1836                      "shasum": "",
  1837                      "reference": "1afc39690e7414412face1f8cbf67b73db34485c"
  1838                  },
  1839                  "time": "2014-04-20T16:41:26+00:00",
  1840                  "support": {
  1841                      "issues": "https://github.com/Seldaek/monolog/issues",
  1842                      "source": "https://github.com/Seldaek/monolog/tree/master"
  1843                  }
  1844              },
  1845              {
  1846                  "version": "1.8.0",
  1847                  "version_normalized": "1.8.0.0",
  1848                  "source": {
  1849                      "url": "https://github.com/Seldaek/monolog.git",
  1850                      "type": "git",
  1851                      "reference": "392ef35fd470638e08d0160d6b1cbab63cb23174"
  1852                  },
  1853                  "dist": {
  1854                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/392ef35fd470638e08d0160d6b1cbab63cb23174",
  1855                      "type": "zip",
  1856                      "shasum": "",
  1857                      "reference": "392ef35fd470638e08d0160d6b1cbab63cb23174"
  1858                  },
  1859                  "time": "2014-03-23T19:50:26+00:00",
  1860                  "extra": {
  1861                      "branch-alias": {
  1862                          "dev-master": "1.8.x-dev"
  1863                      }
  1864                  }
  1865              },
  1866              {
  1867                  "version": "1.7.0",
  1868                  "version_normalized": "1.7.0.0",
  1869                  "source": {
  1870                      "url": "https://github.com/Seldaek/monolog.git",
  1871                      "type": "git",
  1872                      "reference": "6225b22de9dcf36546be3a0b2fa8e3d986153f57"
  1873                  },
  1874                  "dist": {
  1875                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/6225b22de9dcf36546be3a0b2fa8e3d986153f57",
  1876                      "type": "zip",
  1877                      "shasum": "",
  1878                      "reference": "6225b22de9dcf36546be3a0b2fa8e3d986153f57"
  1879                  },
  1880                  "time": "2013-11-14T19:48:31+00:00",
  1881                  "autoload": {
  1882                      "psr-0": {
  1883                          "Monolog": "src/"
  1884                      }
  1885                  },
  1886                  "extra": {
  1887                      "branch-alias": {
  1888                          "dev-master": "1.7.x-dev"
  1889                      }
  1890                  },
  1891                  "require-dev": {
  1892                      "phpunit/phpunit": "~3.7.0",
  1893                      "mlehner/gelf-php": "1.0.*",
  1894                      "raven/raven": "0.5.*",
  1895                      "ruflin/elastica": "0.90.*",
  1896                      "doctrine/couchdb": "dev-master",
  1897                      "aws/aws-sdk-php": "~2.4.8"
  1898                  },
  1899                  "suggest": {
  1900                      "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1901                      "raven/raven": "Allow sending log messages to a Sentry server",
  1902                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1903                      "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1904                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1905                      "ext-mongo": "Allow sending log messages to a MongoDB server",
  1906                      "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB"
  1907                  }
  1908              },
  1909              {
  1910                  "version": "1.6.0",
  1911                  "version_normalized": "1.6.0.0",
  1912                  "source": {
  1913                      "url": "https://github.com/Seldaek/monolog.git",
  1914                      "type": "git",
  1915                      "reference": "f72392d0e6eb855118f5a84e89ac2d257c704abd"
  1916                  },
  1917                  "dist": {
  1918                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f72392d0e6eb855118f5a84e89ac2d257c704abd",
  1919                      "type": "zip",
  1920                      "shasum": "",
  1921                      "reference": "f72392d0e6eb855118f5a84e89ac2d257c704abd"
  1922                  },
  1923                  "time": "2013-07-28T22:38:30+00:00",
  1924                  "extra": {
  1925                      "branch-alias": {
  1926                          "dev-master": "1.6.x-dev"
  1927                      }
  1928                  },
  1929                  "require-dev": {
  1930                      "mlehner/gelf-php": "1.0.*",
  1931                      "raven/raven": "0.5.*",
  1932                      "doctrine/couchdb": "dev-master"
  1933                  },
  1934                  "suggest": {
  1935                      "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1936                      "raven/raven": "Allow sending log messages to a Sentry server",
  1937                      "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1938                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1939                      "ext-mongo": "Allow sending log messages to a MongoDB server"
  1940                  },
  1941                  "support": {
  1942                      "issues": "https://github.com/Seldaek/monolog/issues",
  1943                      "source": "https://github.com/Seldaek/monolog/tree/1.6.0"
  1944                  }
  1945              },
  1946              {
  1947                  "version": "1.5.0",
  1948                  "version_normalized": "1.5.0.0",
  1949                  "source": {
  1950                      "url": "https://github.com/Seldaek/monolog.git",
  1951                      "type": "git",
  1952                      "reference": "583618d5cd2115a52101694aca87afb182b3e567"
  1953                  },
  1954                  "dist": {
  1955                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/583618d5cd2115a52101694aca87afb182b3e567",
  1956                      "type": "zip",
  1957                      "shasum": "",
  1958                      "reference": "583618d5cd2115a52101694aca87afb182b3e567"
  1959                  },
  1960                  "time": "2013-04-23T10:09:48+00:00",
  1961                  "extra": {
  1962                      "branch-alias": {
  1963                          "dev-master": "1.4.x-dev"
  1964                      }
  1965                  },
  1966                  "require-dev": {
  1967                      "mlehner/gelf-php": "1.0.*",
  1968                      "raven/raven": "0.3.*",
  1969                      "doctrine/couchdb": "dev-master"
  1970                  },
  1971                  "support": {
  1972                      "issues": "https://github.com/Seldaek/monolog/issues",
  1973                      "source": "https://github.com/Seldaek/monolog/tree/1.5.0"
  1974                  }
  1975              },
  1976              {
  1977                  "version": "1.4.1",
  1978                  "version_normalized": "1.4.1.0",
  1979                  "source": {
  1980                      "url": "https://github.com/Seldaek/monolog.git",
  1981                      "type": "git",
  1982                      "reference": "3295de82be06b3bbcd336983ddf8c50724430180"
  1983                  },
  1984                  "dist": {
  1985                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/3295de82be06b3bbcd336983ddf8c50724430180",
  1986                      "type": "zip",
  1987                      "shasum": "",
  1988                      "reference": "3295de82be06b3bbcd336983ddf8c50724430180"
  1989                  },
  1990                  "time": "2013-04-01T10:04:58+00:00",
  1991                  "support": {
  1992                      "issues": "https://github.com/Seldaek/monolog/issues",
  1993                      "source": "https://github.com/Seldaek/monolog/tree/1.4.1"
  1994                  }
  1995              },
  1996              {
  1997                  "version": "1.4.0",
  1998                  "version_normalized": "1.4.0.0",
  1999                  "source": {
  2000                      "url": "https://github.com/Seldaek/monolog.git",
  2001                      "type": "git",
  2002                      "reference": "32fe28af60b4da9a5b0cef024138afacc0c01eeb"
  2003                  },
  2004                  "dist": {
  2005                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/32fe28af60b4da9a5b0cef024138afacc0c01eeb",
  2006                      "type": "zip",
  2007                      "shasum": "",
  2008                      "reference": "32fe28af60b4da9a5b0cef024138afacc0c01eeb"
  2009                  },
  2010                  "time": "2013-02-13T18:06:51+00:00",
  2011                  "support": {
  2012                      "issues": "https://github.com/Seldaek/monolog/issues",
  2013                      "source": "https://github.com/Seldaek/monolog/tree/master"
  2014                  }
  2015              },
  2016              {
  2017                  "version": "1.3.1",
  2018                  "version_normalized": "1.3.1.0",
  2019                  "source": {
  2020                      "url": "https://github.com/Seldaek/monolog.git",
  2021                      "type": "git",
  2022                      "reference": "47eb599b4aad36b66e818ed72ebf939e2fb311be"
  2023                  },
  2024                  "dist": {
  2025                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/47eb599b4aad36b66e818ed72ebf939e2fb311be",
  2026                      "type": "zip",
  2027                      "shasum": "",
  2028                      "reference": "47eb599b4aad36b66e818ed72ebf939e2fb311be"
  2029                  },
  2030                  "time": "2013-01-11T10:23:20+00:00",
  2031                  "extra": {
  2032                      "branch-alias": {
  2033                          "dev-master": "1.3.x-dev"
  2034                      }
  2035                  },
  2036                  "support": {
  2037                      "issues": "https://github.com/Seldaek/monolog/issues",
  2038                      "source": "https://github.com/Seldaek/monolog/tree/1.3.1"
  2039                  }
  2040              },
  2041              {
  2042                  "version": "1.3.0",
  2043                  "version_normalized": "1.3.0.0",
  2044                  "source": {
  2045                      "url": "https://github.com/Seldaek/monolog.git",
  2046                      "type": "git",
  2047                      "reference": "25a97abf904120a386c546be11c3b58f1f9e6f37"
  2048                  },
  2049                  "dist": {
  2050                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/25a97abf904120a386c546be11c3b58f1f9e6f37",
  2051                      "type": "zip",
  2052                      "shasum": "",
  2053                      "reference": "25a97abf904120a386c546be11c3b58f1f9e6f37"
  2054                  },
  2055                  "time": "2013-01-07T20:26:46+00:00",
  2056                  "support": {
  2057                      "issues": "https://github.com/Seldaek/monolog/issues",
  2058                      "source": "https://github.com/Seldaek/monolog/tree/1.3.0"
  2059                  }
  2060              },
  2061              {
  2062                  "description": "Logging for PHP 5.3",
  2063                  "keywords": [
  2064                      "log",
  2065                      "logging"
  2066                  ],
  2067                  "version": "1.2.1",
  2068                  "version_normalized": "1.2.1.0",
  2069                  "source": {
  2070                      "url": "https://github.com/Seldaek/monolog.git",
  2071                      "type": "git",
  2072                      "reference": "d16496318c3e08e3bccfc3866e104e49cf25488a"
  2073                  },
  2074                  "dist": {
  2075                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d16496318c3e08e3bccfc3866e104e49cf25488a",
  2076                      "type": "zip",
  2077                      "shasum": "",
  2078                      "reference": "d16496318c3e08e3bccfc3866e104e49cf25488a"
  2079                  },
  2080                  "time": "2012-08-29T11:53:20+00:00",
  2081                  "require": {
  2082                      "php": ">=5.3.0"
  2083                  },
  2084                  "require-dev": {
  2085                      "mlehner/gelf-php": "1.0.*"
  2086                  },
  2087                  "suggest": {
  2088                      "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
  2089                      "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  2090                      "ext-mongo": "Allow sending log messages to a MongoDB server"
  2091                  },
  2092                  "support": {
  2093                      "issues": "https://github.com/Seldaek/monolog/issues",
  2094                      "source": "https://github.com/Seldaek/monolog/tree/1.2.1"
  2095                  }
  2096              },
  2097              {
  2098                  "version": "1.2.0",
  2099                  "version_normalized": "1.2.0.0",
  2100                  "source": {
  2101                      "url": "https://github.com/Seldaek/monolog.git",
  2102                      "type": "git",
  2103                      "reference": "7940ae31ce4687d875d2bb5aa277bb3802203fe1"
  2104                  },
  2105                  "dist": {
  2106                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/7940ae31ce4687d875d2bb5aa277bb3802203fe1",
  2107                      "type": "zip",
  2108                      "shasum": "",
  2109                      "reference": "7940ae31ce4687d875d2bb5aa277bb3802203fe1"
  2110                  },
  2111                  "time": "2012-08-18T17:27:13+00:00",
  2112                  "support": {
  2113                      "issues": "https://github.com/Seldaek/monolog/issues",
  2114                      "source": "https://github.com/Seldaek/monolog/tree/1.2.0"
  2115                  },
  2116                  "extra": "__unset"
  2117              },
  2118              {
  2119                  "version": "1.1.0",
  2120                  "version_normalized": "1.1.0.0",
  2121                  "source": {
  2122                      "url": "https://github.com/Seldaek/monolog.git",
  2123                      "type": "git",
  2124                      "reference": "abc80e0db8ad31c03b373977fc997e980800f9c2"
  2125                  },
  2126                  "dist": {
  2127                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/abc80e0db8ad31c03b373977fc997e980800f9c2",
  2128                      "type": "zip",
  2129                      "shasum": "",
  2130                      "reference": "abc80e0db8ad31c03b373977fc997e980800f9c2"
  2131                  },
  2132                  "time": "2012-04-23T16:27:40+00:00",
  2133                  "suggest": {
  2134                      "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server"
  2135                  },
  2136                  "support": {
  2137                      "issues": "https://github.com/Seldaek/monolog/issues",
  2138                      "source": "https://github.com/Seldaek/monolog/tree/1.1.0"
  2139                  }
  2140              },
  2141              {
  2142                  "version": "1.0.2",
  2143                  "version_normalized": "1.0.2.0",
  2144                  "source": {
  2145                      "url": "https://github.com/Seldaek/monolog.git",
  2146                      "type": "git",
  2147                      "reference": "b704c49a3051536f67f2d39f13568f74615b9922"
  2148                  },
  2149                  "dist": {
  2150                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b704c49a3051536f67f2d39f13568f74615b9922",
  2151                      "type": "zip",
  2152                      "shasum": "",
  2153                      "reference": "b704c49a3051536f67f2d39f13568f74615b9922"
  2154                  },
  2155                  "time": "2011-10-24T09:39:02+00:00",
  2156                  "support": {
  2157                      "issues": "https://github.com/Seldaek/monolog/issues",
  2158                      "source": "https://github.com/Seldaek/monolog/tree/1.0.2"
  2159                  },
  2160                  "require-dev": "__unset",
  2161                  "suggest": "__unset"
  2162              },
  2163              {
  2164                  "version": "1.0.1",
  2165                  "version_normalized": "1.0.1.0",
  2166                  "source": {
  2167                      "url": "https://github.com/Seldaek/monolog.git",
  2168                      "type": "git",
  2169                      "reference": "303b8a83c87d5c6d749926cf02620465a5dcd0f2"
  2170                  },
  2171                  "dist": {
  2172                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/303b8a83c87d5c6d749926cf02620465a5dcd0f2",
  2173                      "type": "zip",
  2174                      "shasum": "",
  2175                      "reference": "303b8a83c87d5c6d749926cf02620465a5dcd0f2"
  2176                  },
  2177                  "time": "2011-08-25T20:42:58+00:00",
  2178                  "support": {
  2179                      "issues": "https://github.com/Seldaek/monolog/issues",
  2180                      "source": "https://github.com/Seldaek/monolog/tree/1.0.1"
  2181                  },
  2182                  "autoload": "__unset"
  2183              },
  2184              {
  2185                  "version": "1.0.0",
  2186                  "version_normalized": "1.0.0.0",
  2187                  "source": {
  2188                      "url": "https://github.com/Seldaek/monolog.git",
  2189                      "type": "git",
  2190                      "reference": "433b98d4218c181bae01865901aac045585e8a1a"
  2191                  },
  2192                  "dist": {
  2193                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/433b98d4218c181bae01865901aac045585e8a1a",
  2194                      "type": "zip",
  2195                      "shasum": "",
  2196                      "reference": "433b98d4218c181bae01865901aac045585e8a1a"
  2197                  },
  2198                  "time": "2011-07-07T16:21:02+00:00",
  2199                  "support": {
  2200                      "issues": "https://github.com/Seldaek/monolog/issues",
  2201                      "source": "https://github.com/Seldaek/monolog/tree/1.0.0"
  2202                  }
  2203              },
  2204              {
  2205                  "version": "1.0.0-RC1",
  2206                  "version_normalized": "1.0.0.0-RC1",
  2207                  "source": {
  2208                      "url": "https://github.com/Seldaek/monolog.git",
  2209                      "type": "git",
  2210                      "reference": "5e651a82b4b03d267da6084720ada0cd398c8d16"
  2211                  },
  2212                  "dist": {
  2213                      "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5e651a82b4b03d267da6084720ada0cd398c8d16",
  2214                      "type": "zip",
  2215                      "shasum": "",
  2216                      "reference": "5e651a82b4b03d267da6084720ada0cd398c8d16"
  2217                  },
  2218                  "time": "2011-07-01T19:29:40+00:00",
  2219                  "support": {
  2220                      "issues": "https://github.com/Seldaek/monolog/issues",
  2221                      "source": "https://github.com/Seldaek/monolog/tree/1.0.0-RC1"
  2222                  }
  2223              }
  2224          ]
  2225      },
  2226      "security-advisories": [
  2227          {
  2228              "advisoryId": "PKSA-dmw8-jd8k-q3c6",
  2229              "affectedVersions": ">=1.8.0,<1.12.0"
  2230          }
  2231      ]
  2232  }