From 321eae0d178a02d009d947b16d8423bc31236fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 18:31:41 +0000 Subject: [PATCH] Bump guzzlehttp/psr7 from 1.3.0 to 1.9.1 in /tabbie2.git Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.3.0 to 1.9.1. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/1.9.1/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/1.3.0...1.9.1) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- tabbie2.git/composer.lock | 349 ++++++++++++++++++++++++-------------- 1 file changed, 224 insertions(+), 125 deletions(-) diff --git a/tabbie2.git/composer.lock b/tabbie2.git/composer.lock index dbfc7e6..df5a34c 100644 --- a/tabbie2.git/composer.lock +++ b/tabbie2.git/composer.lock @@ -1,10 +1,9 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "hash": "95f16bfd07fce820364cd0de9318f8b2", "content-hash": "ae2ae8bbc0c0733b279c2bdc1d24a315", "packages": [ { @@ -56,12 +55,12 @@ } }, "autoload": { - "psr-4": { - "Aws\\": "src/" - }, "files": [ "src/functions.php" - ] + ], + "psr-4": { + "Aws\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -85,7 +84,7 @@ "s3", "sdk" ], - "time": "2016-06-14 20:35:03" + "time": "2016-06-14T20:35:03+00:00" }, { "name": "bower-asset/bootstrap", @@ -333,7 +332,7 @@ "markdown", "markdown-extra" ], - "time": "2015-03-06 05:21:16" + "time": "2015-03-06T05:21:16+00:00" }, { "name": "codemix/yii2-localeurls", @@ -374,7 +373,7 @@ "locale", "yii2" ], - "time": "2016-03-21 21:06:23" + "time": "2016-03-21T21:06:23+00:00" }, { "name": "conquer/oauth2", @@ -422,7 +421,7 @@ "oauth2-server", "yii2" ], - "time": "2016-01-14 05:40:57" + "time": "2016-01-14T05:40:57+00:00" }, { "name": "damirka/yii2-jwt", @@ -465,7 +464,7 @@ "jwt", "yii" ], - "time": "2016-04-10 16:33:06" + "time": "2016-04-10T16:33:06+00:00" }, { "name": "ezyang/htmlpurifier", @@ -486,12 +485,12 @@ }, "type": "library", "autoload": { - "psr-0": { - "HTMLPurifier": "library/" - }, "files": [ "library/HTMLPurifier.composer.php" - ] + ], + "psr-0": { + "HTMLPurifier": "library/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -509,7 +508,7 @@ "keywords": [ "html" ], - "time": "2015-08-05 01:03:42" + "time": "2015-08-05T01:03:42+00:00" }, { "name": "firebase/php-jwt", @@ -552,7 +551,7 @@ ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", - "time": "2015-07-22 18:31:08" + "time": "2015-07-22T18:31:08+00:00" }, { "name": "guzzlehttp/guzzle", @@ -614,7 +613,7 @@ "rest", "web service" ], - "time": "2016-03-21 20:02:09" + "time": "2016-03-21T20:02:09+00:00" }, { "name": "guzzlehttp/promises", @@ -643,12 +642,12 @@ } }, "autoload": { - "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -665,65 +664,108 @@ "keywords": [ "promise" ], - "time": "2016-05-18 16:56:05" + "time": "2016-05-18T16:56:05+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.3.0", + "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "31382fef2889136415751badebbd1cb022a4ed72" + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72", - "reference": "31382fef2889136415751badebbd1cb022a4ed72", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", "shasum": "" }, "require": { "php": ">=5.4.0", - "psr/http-message": "~1.0" + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, + "type": "library", "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], - "description": "PSR-7 message implementation", + "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", + "psr-7", + "request", + "response", "stream", - "uri" + "uri", + "url" ], - "time": "2016-04-13 19:56:01" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2023-04-17T16:00:37+00:00" }, { "name": "jakeasmith/http_build_url", @@ -759,19 +801,19 @@ } ], "description": "Provides functionality for http_build_url() to environments without pecl_http.", - "time": "2015-05-06 12:27:20" + "time": "2015-05-06T12:27:20+00:00" }, { "name": "jakobreiter/yii2-quagga-js", "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/JakobReiter/yii2-quaggaJS.git", + "url": "https://github.com/chief-nerd/yii2-quaggaJS.git", "reference": "d02a5cfa87eed115f7c58fa81c3de9304a6cffda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JakobReiter/yii2-quaggaJS/zipball/d02a5cfa87eed115f7c58fa81c3de9304a6cffda", + "url": "https://api.github.com/repos/chief-nerd/yii2-quaggaJS/zipball/d02a5cfa87eed115f7c58fa81c3de9304a6cffda", "reference": "d02a5cfa87eed115f7c58fa81c3de9304a6cffda", "shasum": "" }, @@ -801,7 +843,7 @@ "webcam", "yii2" ], - "time": "2015-07-19 15:57:40" + "time": "2015-07-19T15:57:40+00:00" }, { "name": "jbroadway/urlify", @@ -855,7 +897,7 @@ "url", "urlify" ], - "time": "2015-12-07 18:29:02" + "time": "2015-12-07T18:29:02+00:00" }, { "name": "kartik-v/bootstrap-checkbox-x", @@ -899,7 +941,7 @@ "state", "three" ], - "time": "2015-09-22 02:28:53" + "time": "2015-09-22T02:28:53+00:00" }, { "name": "kartik-v/bootstrap-fileinput", @@ -952,7 +994,7 @@ "progress", "upload" ], - "time": "2016-06-11 18:44:02" + "time": "2016-06-11T18:44:02+00:00" }, { "name": "kartik-v/bootstrap-popover-x", @@ -996,7 +1038,7 @@ "popover", "popover-x" ], - "time": "2015-03-18 13:08:39" + "time": "2015-03-18T13:08:39+00:00" }, { "name": "kartik-v/bootstrap-star-rating", @@ -1040,7 +1082,7 @@ "star", "svg" ], - "time": "2016-02-28 16:13:18" + "time": "2016-02-28T16:13:18+00:00" }, { "name": "kartik-v/bootstrap-tabs-x", @@ -1084,7 +1126,7 @@ "tabs", "tabs-x" ], - "time": "2015-06-26 14:48:16" + "time": "2015-06-26T14:48:16+00:00" }, { "name": "kartik-v/dependent-dropdown", @@ -1126,7 +1168,7 @@ "option", "select" ], - "time": "2015-12-16 18:15:01" + "time": "2015-12-16T18:15:01+00:00" }, { "name": "kartik-v/mpdf", @@ -1169,7 +1211,7 @@ "php", "utf-8" ], - "time": "2015-05-05 07:34:49" + "time": "2015-05-05T07:34:49+00:00" }, { "name": "kartik-v/php-date-formatter", @@ -1213,7 +1255,7 @@ "php-date-formatter.js", "time" ], - "time": "2015-12-21 18:22:51" + "time": "2015-12-21T18:22:51+00:00" }, { "name": "kartik-v/yii2-checkbox-x", @@ -1261,7 +1303,7 @@ "state", "three" ], - "time": "2016-01-11 06:41:52" + "time": "2016-01-11T06:41:52+00:00" }, { "name": "kartik-v/yii2-datecontrol", @@ -1308,7 +1350,7 @@ "yii", "yii2" ], - "time": "2016-04-27 18:50:09" + "time": "2016-04-27T18:50:09+00:00" }, { "name": "kartik-v/yii2-editable", @@ -1356,7 +1398,7 @@ "popover-x", "widget" ], - "time": "2015-12-27 16:31:06" + "time": "2015-12-27T16:31:06+00:00" }, { "name": "kartik-v/yii2-export", @@ -1415,7 +1457,7 @@ "xlsx", "yii2" ], - "time": "2016-04-18 16:54:14" + "time": "2016-04-18T16:54:14+00:00" }, { "name": "kartik-v/yii2-grid", @@ -1464,7 +1506,7 @@ "widget", "yii2" ], - "time": "2016-04-09 20:31:20" + "time": "2016-04-09T20:31:20+00:00" }, { "name": "kartik-v/yii2-helpers", @@ -1510,7 +1552,7 @@ "yii", "yii2" ], - "time": "2015-12-12 18:47:11" + "time": "2015-12-12T18:47:11+00:00" }, { "name": "kartik-v/yii2-krajee-base", @@ -1561,7 +1603,7 @@ "widget", "yii2" ], - "time": "2016-05-07 19:45:52" + "time": "2016-05-07T19:45:52+00:00" }, { "name": "kartik-v/yii2-mpdf", @@ -1608,7 +1650,7 @@ "utf8", "yii2" ], - "time": "2014-11-10 18:09:37" + "time": "2014-11-10T18:09:37+00:00" }, { "name": "kartik-v/yii2-popover-x", @@ -1656,7 +1698,7 @@ "popover", "popover-x" ], - "time": "2016-01-12 16:59:09" + "time": "2016-01-12T16:59:09+00:00" }, { "name": "kartik-v/yii2-slider", @@ -1703,7 +1745,7 @@ "widget", "yii2" ], - "time": "2016-01-10 17:24:24" + "time": "2016-01-10T17:24:24+00:00" }, { "name": "kartik-v/yii2-sortable", @@ -1750,7 +1792,7 @@ "widget", "yii2" ], - "time": "2015-06-17 17:34:48" + "time": "2015-06-17T17:34:48+00:00" }, { "name": "kartik-v/yii2-tabs-x", @@ -1803,7 +1845,7 @@ "tabs", "tabs-x" ], - "time": "2016-02-12 18:39:38" + "time": "2016-02-12T18:39:38+00:00" }, { "name": "kartik-v/yii2-widget-activeform", @@ -1850,7 +1892,7 @@ "widget", "yii2" ], - "time": "2015-12-11 19:07:50" + "time": "2015-12-11T19:07:50+00:00" }, { "name": "kartik-v/yii2-widget-affix", @@ -1899,7 +1941,7 @@ "widget", "yii2" ], - "time": "2014-11-09 04:56:27" + "time": "2014-11-09T04:56:27+00:00" }, { "name": "kartik-v/yii2-widget-alert", @@ -1949,7 +1991,7 @@ "widget", "yii2" ], - "time": "2014-11-19 06:44:12" + "time": "2014-11-19T06:44:12+00:00" }, { "name": "kartik-v/yii2-widget-colorinput", @@ -2003,7 +2045,7 @@ "widget", "yii2" ], - "time": "2016-01-14 11:15:49" + "time": "2016-01-14T11:15:49+00:00" }, { "name": "kartik-v/yii2-widget-datepicker", @@ -2057,7 +2099,7 @@ "widget", "yii2" ], - "time": "2016-03-29 09:44:50" + "time": "2016-03-29T09:44:50+00:00" }, { "name": "kartik-v/yii2-widget-datetimepicker", @@ -2106,7 +2148,7 @@ "widget", "yii2" ], - "time": "2016-01-10 12:18:38" + "time": "2016-01-10T12:18:38+00:00" }, { "name": "kartik-v/yii2-widget-depdrop", @@ -2155,7 +2197,7 @@ "widget", "yii2" ], - "time": "2016-01-10 17:30:48" + "time": "2016-01-10T17:30:48+00:00" }, { "name": "kartik-v/yii2-widget-fileinput", @@ -2210,7 +2252,7 @@ "widget", "yii2" ], - "time": "2016-06-16 06:53:01" + "time": "2016-06-16T06:53:01+00:00" }, { "name": "kartik-v/yii2-widget-growl", @@ -2259,7 +2301,7 @@ "widget", "yii2" ], - "time": "2015-05-03 08:23:04" + "time": "2015-05-03T08:23:04+00:00" }, { "name": "kartik-v/yii2-widget-rangeinput", @@ -2308,7 +2350,7 @@ "widget", "yii2" ], - "time": "2015-11-22 06:52:44" + "time": "2015-11-22T06:52:44+00:00" }, { "name": "kartik-v/yii2-widget-rating", @@ -2364,7 +2406,7 @@ "widget", "yii2" ], - "time": "2016-02-17 19:13:26" + "time": "2016-02-17T19:13:26+00:00" }, { "name": "kartik-v/yii2-widget-select2", @@ -2417,7 +2459,7 @@ "widget", "yii2" ], - "time": "2016-02-17 11:49:30" + "time": "2016-02-17T11:49:30+00:00" }, { "name": "kartik-v/yii2-widget-sidenav", @@ -2466,7 +2508,7 @@ "widget", "yii2" ], - "time": "2014-11-09 08:07:23" + "time": "2014-11-09T08:07:23+00:00" }, { "name": "kartik-v/yii2-widget-spinner", @@ -2514,7 +2556,7 @@ "widget", "yii2" ], - "time": "2014-11-09 05:02:05" + "time": "2014-11-09T05:02:05+00:00" }, { "name": "kartik-v/yii2-widget-switchinput", @@ -2564,7 +2606,7 @@ "widget", "yii2" ], - "time": "2016-01-10 16:47:35" + "time": "2016-01-10T16:47:35+00:00" }, { "name": "kartik-v/yii2-widget-timepicker", @@ -2613,7 +2655,7 @@ "widget", "yii2" ], - "time": "2016-01-12 09:50:39" + "time": "2016-01-12T09:50:39+00:00" }, { "name": "kartik-v/yii2-widget-touchspin", @@ -2663,7 +2705,7 @@ "widget", "yii2" ], - "time": "2016-01-10 17:10:39" + "time": "2016-01-10T17:10:39+00:00" }, { "name": "kartik-v/yii2-widget-typeahead", @@ -2711,7 +2753,7 @@ "widget", "yii2" ], - "time": "2015-06-28 18:05:41" + "time": "2015-06-28T18:05:41+00:00" }, { "name": "kartik-v/yii2-widgets", @@ -2749,14 +2791,19 @@ "kartik-v/yii2-widget-typeahead": "*" }, "type": "yii2-extension", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "kartik\\widgets\\": "" + "kartik\\widgets\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD 3-Clause" + "BSD-3-Clause" ], "authors": [ { @@ -2773,7 +2820,13 @@ "widget", "yii2" ], - "time": "2015-12-05 10:37:16" + "funding": [ + { + "url": "https://opencollective.com/yii2-widgets", + "type": "open_collective" + } + ], + "time": "2015-12-05T10:37:16+00:00" }, { "name": "mrclay/minify", @@ -2818,7 +2871,7 @@ ], "description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers", "homepage": "http://code.google.com/p/minify/", - "time": "2016-03-08 11:49:57" + "time": "2016-03-08T11:49:57+00:00" }, { "name": "mtdowling/jmespath.php", @@ -2850,12 +2903,12 @@ } }, "autoload": { - "psr-4": { - "JmesPath\\": "src/" - }, "files": [ "src/JmesPath.php" - ] + ], + "psr-4": { + "JmesPath\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2873,7 +2926,7 @@ "json", "jsonpath" ], - "time": "2016-01-05 18:25:05" + "time": "2016-01-05T18:25:05+00:00" }, { "name": "phpoffice/phpexcel", @@ -2930,20 +2983,21 @@ "xls", "xlsx" ], - "time": "2015-05-01 07:00:55" + "abandoned": "phpoffice/phpspreadsheet", + "time": "2015-05-01T07:00:55+00:00" }, { "name": "psr/http-message", - "version": "1.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", - "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { @@ -2971,6 +3025,7 @@ } ], "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", @@ -2979,7 +3034,47 @@ "request", "response" ], - "time": "2015-05-04 20:22:00" + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "2.0.5", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "phpunit/phpunit": "~3.7.0", + "satooshi/php-coveralls": ">=1.0" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "time": "2016-02-11T07:05:27+00:00" }, { "name": "rmrevin/yii2-minify-view", @@ -3024,7 +3119,7 @@ "view", "yii2" ], - "time": "2016-06-06 12:44:44" + "time": "2016-06-06T12:44:44+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -3077,7 +3172,8 @@ "mail", "mailer" ], - "time": "2016-05-01 08:45:47" + "abandoned": "symfony/mailer", + "time": "2016-05-01T08:45:47+00:00" }, { "name": "yiisoft/yii2", @@ -3171,7 +3267,7 @@ "framework", "yii2" ], - "time": "2016-04-28 14:50:20" + "time": "2016-04-28T14:50:20+00:00" }, { "name": "yiisoft/yii2-authclient", @@ -3219,7 +3315,7 @@ "oauth", "yii2" ], - "time": "2015-09-23 17:26:02" + "time": "2015-09-23T17:26:02+00:00" }, { "name": "yiisoft/yii2-bootstrap", @@ -3269,7 +3365,7 @@ "bootstrap", "yii2" ], - "time": "2016-03-17 03:29:28" + "time": "2016-03-17T03:29:28+00:00" }, { "name": "yiisoft/yii2-composer", @@ -3316,7 +3412,7 @@ "extension installer", "yii2" ], - "time": "2016-02-06 00:49:24" + "time": "2016-02-06T00:49:24+00:00" }, { "name": "yiisoft/yii2-swiftmailer", @@ -3366,7 +3462,7 @@ "swiftmailer", "yii2" ], - "time": "2016-03-17 03:58:49" + "time": "2016-03-17T03:58:49+00:00" } ], "packages-dev": [ @@ -3434,7 +3530,7 @@ } ], "description": "A client side search engine for use on static pages.", - "time": "2015-05-06 22:41:18" + "time": "2015-05-06T22:41:18+00:00" }, { "name": "cebe/markdown-latex", @@ -3494,7 +3590,7 @@ "markdown", "markdown-extra" ], - "time": "2014-10-20 23:24:21" + "time": "2014-10-20T23:24:21+00:00" }, { "name": "codeception/specify", @@ -3531,7 +3627,7 @@ } ], "description": "BDD code blocks for PHPUnit and Codeception", - "time": "2015-11-26 23:35:52" + "time": "2015-11-26T23:35:52+00:00" }, { "name": "codeception/verify", @@ -3564,7 +3660,7 @@ } ], "description": "BDD assertion library for PHPUnit", - "time": "2015-11-26 23:23:25" + "time": "2015-11-26T23:23:25+00:00" }, { "name": "fzaninotto/faker", @@ -3612,7 +3708,8 @@ "faker", "fixtures" ], - "time": "2016-04-29 12:21:54" + "abandoned": true, + "time": "2016-04-29T12:21:54+00:00" }, { "name": "mikevanriel/text-to-latex", @@ -3651,7 +3748,7 @@ } ], "description": "A converter class that converts normal ASCII text to valid LaTeX", - "time": "2015-12-13 07:33:35" + "time": "2015-12-13T07:33:35+00:00" }, { "name": "myclabs/deep-copy", @@ -3693,7 +3790,7 @@ "object", "object graph" ], - "time": "2015-11-20 12:04:31" + "time": "2015-11-20T12:04:31+00:00" }, { "name": "nikic/php-parser", @@ -3738,7 +3835,7 @@ "parser", "php" ], - "time": "2014-07-23 18:24:17" + "time": "2014-07-23T18:24:17+00:00" }, { "name": "phpdocumentor/reflection", @@ -3792,7 +3889,7 @@ "reflection", "static analysis" ], - "time": "2014-11-14 11:43:04" + "time": "2014-11-14T11:43:04+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -3841,7 +3938,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-03 12:10:50" + "time": "2015-02-03T12:10:50+00:00" }, { "name": "phpspec/php-diff", @@ -3879,7 +3976,7 @@ } ], "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", - "time": "2016-04-07 12:29:16" + "time": "2016-04-07T12:29:16+00:00" }, { "name": "psr/log", @@ -3917,7 +4014,7 @@ "psr", "psr-3" ], - "time": "2012-12-21 11:40:51" + "time": "2012-12-21T11:40:51+00:00" }, { "name": "scrivo/highlight.php", @@ -3951,7 +4048,7 @@ "highlight.php", "syntax" ], - "time": "2015-12-31 20:33:22" + "time": "2015-12-31T20:33:22+00:00" }, { "name": "yiisoft/yii2-apidoc", @@ -4014,7 +4111,7 @@ "phpdoc", "yii2" ], - "time": "2016-03-17 04:25:50" + "time": "2016-03-17T04:25:50+00:00" }, { "name": "yiisoft/yii2-codeception", @@ -4059,7 +4156,8 @@ "codeception", "yii2" ], - "time": "2016-03-17 03:41:26" + "abandoned": "codeception/codeception", + "time": "2016-03-17T03:41:26+00:00" }, { "name": "yiisoft/yii2-debug", @@ -4106,7 +4204,7 @@ "debugger", "yii2" ], - "time": "2016-03-17 03:50:19" + "time": "2016-03-17T03:50:19+00:00" }, { "name": "yiisoft/yii2-faker", @@ -4153,7 +4251,7 @@ "faker", "yii2" ], - "time": "2015-03-01 06:22:44" + "time": "2015-03-01T06:22:44+00:00" }, { "name": "yiisoft/yii2-gii", @@ -4206,7 +4304,7 @@ "gii", "yii2" ], - "time": "2016-03-18 14:09:46" + "time": "2016-03-18T14:09:46+00:00" } ], "aliases": [], @@ -4223,5 +4321,6 @@ "platform": { "php": ">=5.4.0" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }