scratch – Diff between revs 109 and 115

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 109 Rev 115
Line 50... Line 50...
50 "yaml", 50 "yaml",
51 "yml" 51 "yml"
52 ] 52 ]
53 }, 53 },
54 { 54 {
-   55 "name": "psr/log",
-   56 "version": "1.0.2",
-   57 "version_normalized": "1.0.2.0",
-   58 "source": {
-   59 "type": "git",
-   60 "url": "https://github.com/php-fig/log.git",
-   61 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
-   62 },
-   63 "dist": {
-   64 "type": "zip",
-   65 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
-   66 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
-   67 "shasum": ""
-   68 },
-   69 "require": {
-   70 "php": ">=5.3.0"
-   71 },
-   72 "time": "2016-10-10T12:19:37+00:00",
-   73 "type": "library",
-   74 "extra": {
-   75 "branch-alias": {
-   76 "dev-master": "1.0.x-dev"
-   77 }
-   78 },
-   79 "installation-source": "dist",
-   80 "autoload": {
-   81 "psr-4": {
-   82 "Psr\\Log\\": "Psr/Log/"
-   83 }
-   84 },
-   85 "notification-url": "https://packagist.org/downloads/",
-   86 "license": [
-   87 "MIT"
-   88 ],
-   89 "authors": [
-   90 {
-   91 "name": "PHP-FIG",
-   92 "homepage": "http://www.php-fig.org/"
-   93 }
-   94 ],
-   95 "description": "Common interface for logging libraries",
-   96 "homepage": "https://github.com/php-fig/log",
-   97 "keywords": [
-   98 "log",
-   99 "psr",
-   100 "psr-3"
-   101 ]
-   102 },
-   103 {
-   104 "name": "monolog/monolog",
-   105 "version": "1.23.0",
-   106 "version_normalized": "1.23.0.0",
-   107 "source": {
-   108 "type": "git",
-   109 "url": "https://github.com/Seldaek/monolog.git",
-   110 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
-   111 },
-   112 "dist": {
-   113 "type": "zip",
-   114 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
-   115 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
-   116 "shasum": ""
-   117 },
-   118 "require": {
-   119 "php": ">=5.3.0",
-   120 "psr/log": "~1.0"
-   121 },
-   122 "provide": {
-   123 "psr/log-implementation": "1.0.0"
-   124 },
-   125 "require-dev": {
-   126 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
-   127 "doctrine/couchdb": "~1.0@dev",
-   128 "graylog2/gelf-php": "~1.0",
-   129 "jakub-onderka/php-parallel-lint": "0.9",
-   130 "php-amqplib/php-amqplib": "~2.4",
-   131 "php-console/php-console": "^3.1.3",
-   132 "phpunit/phpunit": "~4.5",
-   133 "phpunit/phpunit-mock-objects": "2.3.0",
-   134 "ruflin/elastica": ">=0.90 <3.0",
-   135 "sentry/sentry": "^0.13",
-   136 "swiftmailer/swiftmailer": "^5.3|^6.0"
-   137 },
-   138 "suggest": {
-   139 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
-   140 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
-   141 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
-   142 "ext-mongo": "Allow sending log messages to a MongoDB server",
-   143 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
-   144 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
-   145 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
-   146 "php-console/php-console": "Allow sending log messages to Google Chrome",
-   147 "rollbar/rollbar": "Allow sending log messages to Rollbar",
-   148 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
-   149 "sentry/sentry": "Allow sending log messages to a Sentry server"
-   150 },
-   151 "time": "2017-06-19T01:22:40+00:00",
-   152 "type": "library",
-   153 "extra": {
-   154 "branch-alias": {
-   155 "dev-master": "2.0.x-dev"
-   156 }
-   157 },
-   158 "installation-source": "dist",
-   159 "autoload": {
-   160 "psr-4": {
-   161 "Monolog\\": "src/Monolog"
-   162 }
-   163 },
-   164 "notification-url": "https://packagist.org/downloads/",
-   165 "license": [
-   166 "MIT"
-   167 ],
-   168 "authors": [
-   169 {
-   170 "name": "Jordi Boggiano",
-   171 "email": "j.boggiano@seld.be",
-   172 "homepage": "http://seld.be"
-   173 }
-   174 ],
-   175 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
-   176 "homepage": "http://github.com/Seldaek/monolog",
-   177 "keywords": [
-   178 "log",
-   179 "logging",
-   180 "psr-3"
-   181 ]
-   182 },
-   183 {
55 "name": "symfony/filesystem", 184 "name": "symfony/filesystem",
56 "version": "v3.3.2", 185 "version": "v3.3.2",
57 "version_normalized": "3.3.2.0", 186 "version_normalized": "3.3.2.0",
58 "source": { 187 "source": {
59 "type": "git", 188 "type": "git",
Line 314... Line 443...
314 ], 443 ],
315 "description": "Symfony Process Component", 444 "description": "Symfony Process Component",
316 "homepage": "https://symfony.com" 445 "homepage": "https://symfony.com"
317 }, 446 },
318 { 447 {
319 "name": "psr/log", -  
320 "version": "1.0.2", -  
321 "version_normalized": "1.0.2.0", -  
322 "source": { -  
323 "type": "git", -  
324 "url": "https://github.com/php-fig/log.git", -  
325 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" -  
326 }, -  
327 "dist": { -  
328 "type": "zip", -  
329 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", -  
330 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", -  
331 "shasum": "" -  
332 }, -  
333 "require": { -  
334 "php": ">=5.3.0" -  
335 }, -  
336 "time": "2016-10-10T12:19:37+00:00", -  
337 "type": "library", -  
338 "extra": { -  
339 "branch-alias": { -  
340 "dev-master": "1.0.x-dev" -  
341 } -  
342 }, -  
343 "installation-source": "dist", -  
344 "autoload": { -  
345 "psr-4": { -  
346 "Psr\\Log\\": "Psr/Log/" -  
347 } -  
348 }, -  
349 "notification-url": "https://packagist.org/downloads/", -  
350 "license": [ -  
351 "MIT" -  
352 ], -  
353 "authors": [ -  
354 { -  
355 "name": "PHP-FIG", -  
356 "homepage": "http://www.php-fig.org/" -  
357 } -  
358 ], -  
359 "description": "Common interface for logging libraries", -  
360 "homepage": "https://github.com/php-fig/log", -  
361 "keywords": [ -  
362 "log", -  
363 "psr", -  
364 "psr-3" -  
365 ] -  
366 }, -  
367 { -  
368 "name": "monolog/monolog", -  
369 "version": "1.23.0", -  
370 "version_normalized": "1.23.0.0", -  
371 "source": { -  
372 "type": "git", -  
373 "url": "https://github.com/Seldaek/monolog.git", -  
374 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" -  
375 }, -  
376 "dist": { -  
377 "type": "zip", -  
378 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", -  
379 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", -  
380 "shasum": "" -  
381 }, -  
382 "require": { -  
383 "php": ">=5.3.0", -  
384 "psr/log": "~1.0" -  
385 }, -  
386 "provide": { -  
387 "psr/log-implementation": "1.0.0" -  
388 }, -  
389 "require-dev": { -  
390 "aws/aws-sdk-php": "^2.4.9 || ^3.0", -  
391 "doctrine/couchdb": "~1.0@dev", -  
392 "graylog2/gelf-php": "~1.0", -  
393 "jakub-onderka/php-parallel-lint": "0.9", -  
394 "php-amqplib/php-amqplib": "~2.4", -  
395 "php-console/php-console": "^3.1.3", -  
396 "phpunit/phpunit": "~4.5", -  
397 "phpunit/phpunit-mock-objects": "2.3.0", -  
398 "ruflin/elastica": ">=0.90 <3.0", -  
399 "sentry/sentry": "^0.13", -  
400 "swiftmailer/swiftmailer": "^5.3|^6.0" -  
401 }, -  
402 "suggest": { -  
403 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", -  
404 "doctrine/couchdb": "Allow sending log messages to a CouchDB server", -  
405 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", -  
406 "ext-mongo": "Allow sending log messages to a MongoDB server", -  
407 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", -  
408 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", -  
409 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", -  
410 "php-console/php-console": "Allow sending log messages to Google Chrome", -  
411 "rollbar/rollbar": "Allow sending log messages to Rollbar", -  
412 "ruflin/elastica": "Allow sending log messages to an Elastic Search server", -  
413 "sentry/sentry": "Allow sending log messages to a Sentry server" -  
414 }, -  
415 "time": "2017-06-19T01:22:40+00:00", -  
416 "type": "library", -  
417 "extra": { -  
418 "branch-alias": { -  
419 "dev-master": "2.0.x-dev" -  
420 } -  
421 }, -  
422 "installation-source": "dist", -  
423 "autoload": { -  
424 "psr-4": { -  
425 "Monolog\\": "src/Monolog" -  
426 } -  
427 }, -  
428 "notification-url": "https://packagist.org/downloads/", -  
429 "license": [ -  
430 "MIT" -  
431 ], -  
432 "authors": [ -  
433 { -  
434 "name": "Jordi Boggiano", -  
435 "email": "j.boggiano@seld.be", -  
436 "homepage": "http://seld.be" -  
437 } -  
438 ], -  
439 "description": "Sends your logs to files, sockets, inboxes, databases and various web services", -  
440 "homepage": "http://github.com/Seldaek/monolog", -  
441 "keywords": [ -  
442 "log", -  
443 "logging", -  
444 "psr-3" -  
445 ] -  
446 }, -  
447 { -  
448 "name": "alchemy/binary-driver", 448 "name": "alchemy/binary-driver",
449 "version": "1.6.0", 449 "version": "1.6.0",
450 "version_normalized": "1.6.0.0", 450 "version_normalized": "1.6.0.0",
451 "source": { 451 "source": {
452 "type": "git", 452 "type": "git",