diff --git a/2015/2015_04/Codeception/composer.lock b/2015/2015_04/Codeception/composer.lock index 7555912..2feb26a 100644 --- a/2015/2015_04/Codeception/composer.lock +++ b/2015/2015_04/Codeception/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at http://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": "effb91a9970c112220c4b41a43d068ea", + "content-hash": "4793dbe509eb20fd13eef770b61f501a", "packages": [ { "name": "danielstjules/stringy", @@ -60,7 +60,7 @@ "utility", "utils" ], - "time": "2015-02-10 06:19:18" + "time": "2015-02-10T06:19:18+00:00" }, { "name": "doctrine/inflector", @@ -127,7 +127,7 @@ "singularize", "string" ], - "time": "2014-12-20 21:24:13" + "time": "2014-12-20T21:24:13+00:00" }, { "name": "illuminate/console", @@ -178,7 +178,7 @@ ], "description": "The Illuminate Console package.", "homepage": "http://laravel.com", - "time": "2015-03-26 18:56:54" + "time": "2015-03-26T18:56:54+00:00" }, { "name": "illuminate/container", @@ -221,7 +221,7 @@ ], "description": "The Illuminate Container package.", "homepage": "http://laravel.com", - "time": "2015-03-25 17:06:14" + "time": "2015-03-25T17:06:14+00:00" }, { "name": "illuminate/contracts", @@ -262,7 +262,7 @@ } ], "description": "The Illuminate Contracts package.", - "time": "2015-01-30 16:27:08" + "time": "2015-01-30T16:27:08+00:00" }, { "name": "illuminate/database", @@ -320,7 +320,7 @@ "orm", "sql" ], - "time": "2015-03-27 13:53:15" + "time": "2015-03-27T13:53:15+00:00" }, { "name": "illuminate/events", @@ -365,7 +365,7 @@ ], "description": "The Illuminate Events package.", "homepage": "http://laravel.com", - "time": "2015-03-26 16:16:33" + "time": "2015-03-26T16:16:33+00:00" }, { "name": "illuminate/filesystem", @@ -415,7 +415,7 @@ ], "description": "The Illuminate Filesystem package.", "homepage": "http://laravel.com", - "time": "2015-03-26 10:19:03" + "time": "2015-03-26T10:19:03+00:00" }, { "name": "illuminate/support", @@ -467,7 +467,7 @@ ], "description": "The Illuminate Support package.", "homepage": "http://laravel.com", - "time": "2015-03-27 14:49:11" + "time": "2015-03-27T14:49:11+00:00" }, { "name": "league/flysystem", @@ -550,7 +550,7 @@ "sftp", "storage" ], - "time": "2015-03-29 14:01:43" + "time": "2015-03-29T14:01:43+00:00" }, { "name": "nesbot/carbon", @@ -597,7 +597,7 @@ "datetime", "time" ], - "time": "2015-03-26 03:05:57" + "time": "2015-03-26T03:05:57+00:00" }, { "name": "symfony/console", @@ -655,7 +655,7 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2015-03-13 17:37:22" + "time": "2015-03-13T17:37:22+00:00" }, { "name": "symfony/finder", @@ -705,7 +705,7 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2015-03-12 10:28:44" + "time": "2015-03-12T10:28:44+00:00" }, { "name": "symfony/translation", @@ -764,7 +764,7 @@ ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", - "time": "2015-03-14 11:42:25" + "time": "2015-03-14T11:42:25+00:00" } ], "packages-dev": [ @@ -846,7 +846,7 @@ "functional testing", "unit testing" ], - "time": "2015-03-31 01:07:08" + "time": "2015-03-31T01:07:08+00:00" }, { "name": "doctrine/instantiator", @@ -900,7 +900,7 @@ "constructor", "instantiate" ], - "time": "2014-10-13 12:58:55" + "time": "2014-10-13T12:58:55+00:00" }, { "name": "facebook/webdriver", @@ -941,37 +941,32 @@ "selenium", "webdriver" ], - "time": "2014-11-05 20:53:09" + "time": "2014-11-05T20:53:09+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "5.2.0", + "version": "5.3.4", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "475b29ccd411f2fa8a408e64576418728c032cfa" + "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/475b29ccd411f2fa8a408e64576418728c032cfa", - "reference": "475b29ccd411f2fa8a408e64576418728c032cfa", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2", + "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2", "shasum": "" }, "require": { - "guzzlehttp/ringphp": "~1.0", - "php": ">=5.4.0" + "guzzlehttp/ringphp": "^1.1", + "php": ">=5.4.0", + "react/promise": "^2.2" }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "~4.0", - "psr/log": "~1.0" + "phpunit/phpunit": "^4.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0-dev" - } - }, "autoload": { "psr-4": { "GuzzleHttp\\": "src/" @@ -999,20 +994,24 @@ "rest", "web service" ], - "time": "2015-01-28 01:03:29" + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/5.3" + }, + "time": "2019-10-30T09:32:00+00:00" }, { "name": "guzzlehttp/ringphp", - "version": "1.0.7", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/guzzle/RingPHP.git", - "reference": "52d868f13570a9a56e5fce6614e0ec75d0f13ac2" + "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/52d868f13570a9a56e5fce6614e0ec75d0f13ac2", - "reference": "52d868f13570a9a56e5fce6614e0ec75d0f13ac2", + "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b", + "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b", "shasum": "" }, "require": { @@ -1030,7 +1029,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.1-dev" } }, "autoload": { @@ -1050,7 +1049,12 @@ } ], "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", - "time": "2015-03-30 01:43:20" + "support": { + "issues": "https://github.com/guzzle/RingPHP/issues", + "source": "https://github.com/guzzle/RingPHP/tree/1.1.1" + }, + "abandoned": true, + "time": "2018-07-31T13:22:33+00:00" }, { "name": "guzzlehttp/streams", @@ -1100,7 +1104,12 @@ "Guzzle", "stream" ], - "time": "2014-10-12 19:18:40" + "support": { + "issues": "https://github.com/guzzle/streams/issues", + "source": "https://github.com/guzzle/streams/tree/master" + }, + "abandoned": true, + "time": "2014-10-12T19:18:40+00:00" }, { "name": "phpdocumentor/reflection-docblock", @@ -1149,7 +1158,7 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-02-03 12:10:50" + "time": "2015-02-03T12:10:50+00:00" }, { "name": "phpspec/prophecy", @@ -1209,7 +1218,7 @@ "spy", "stub" ], - "time": "2015-03-27 19:31:25" + "time": "2015-03-27T19:31:25+00:00" }, { "name": "phpunit/php-code-coverage", @@ -1271,7 +1280,7 @@ "testing", "xunit" ], - "time": "2015-01-24 10:06:35" + "time": "2015-01-24T10:06:35+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1316,7 +1325,7 @@ "filesystem", "iterator" ], - "time": "2013-10-10 15:34:57" + "time": "2013-10-10T15:34:57+00:00" }, { "name": "phpunit/php-text-template", @@ -1360,7 +1369,7 @@ "keywords": [ "template" ], - "time": "2014-01-30 17:20:04" + "time": "2014-01-30T17:20:04+00:00" }, { "name": "phpunit/php-timer", @@ -1404,7 +1413,7 @@ "keywords": [ "timer" ], - "time": "2013-08-02 07:42:54" + "time": "2013-08-02T07:42:54+00:00" }, { "name": "phpunit/php-token-stream", @@ -1453,7 +1462,7 @@ "keywords": [ "tokenizer" ], - "time": "2015-01-17 09:51:32" + "time": "2015-01-17T09:51:32+00:00" }, { "name": "phpunit/phpunit", @@ -1525,7 +1534,7 @@ "testing", "xunit" ], - "time": "2015-03-29 09:24:05" + "time": "2015-03-29T09:24:05+00:00" }, { "name": "phpunit/phpunit-mock-objects", @@ -1580,38 +1589,36 @@ "mock", "xunit" ], - "time": "2014-10-03 05:12:11" + "time": "2014-10-03T05:12:11+00:00" }, { "name": "react/promise", - "version": "v2.2.0", + "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef" + "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef", - "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef", + "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", + "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", "shasum": "" }, "require": { "php": ">=5.4.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } + "require-dev": { + "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" }, + "type": "library", "autoload": { - "psr-4": { - "React\\Promise\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "React\\Promise\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1620,11 +1627,45 @@ "authors": [ { "name": "Jan Sorgalla", - "email": "jsorgalla@googlemail.com" + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "time": "2014-12-30 13:32:42" + "keywords": [ + "promise", + "promises" + ], + "support": { + "issues": "https://github.com/reactphp/promise/issues", + "source": "https://github.com/reactphp/promise/tree/v2.9.0" + }, + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + }, + { + "url": "https://github.com/clue", + "type": "github" + } + ], + "time": "2022-02-11T10:27:51+00:00" }, { "name": "sebastian/comparator", @@ -1688,7 +1729,7 @@ "compare", "equality" ], - "time": "2015-01-29 16:28:08" + "time": "2015-01-29T16:28:08+00:00" }, { "name": "sebastian/diff", @@ -1740,7 +1781,7 @@ "keywords": [ "diff" ], - "time": "2014-08-15 10:29:00" + "time": "2014-08-15T10:29:00+00:00" }, { "name": "sebastian/environment", @@ -1790,7 +1831,7 @@ "environment", "hhvm" ], - "time": "2014-10-25 08:00:45" + "time": "2014-10-25T08:00:45+00:00" }, { "name": "sebastian/exporter", @@ -1856,7 +1897,7 @@ "export", "exporter" ], - "time": "2015-01-27 07:23:06" + "time": "2015-01-27T07:23:06+00:00" }, { "name": "sebastian/global-state", @@ -1907,7 +1948,7 @@ "keywords": [ "global state" ], - "time": "2014-10-06 09:23:50" + "time": "2014-10-06T09:23:50+00:00" }, { "name": "sebastian/recursion-context", @@ -1960,7 +2001,7 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-01-24 09:48:32" + "time": "2015-01-24T09:48:32+00:00" }, { "name": "sebastian/version", @@ -1995,7 +2036,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2014-12-15 14:25:24" + "time": "2014-12-15T14:25:24+00:00" }, { "name": "symfony/browser-kit", @@ -2051,7 +2092,7 @@ ], "description": "Symfony BrowserKit Component", "homepage": "http://symfony.com", - "time": "2015-03-13 13:21:46" + "time": "2015-03-13T13:21:46+00:00" }, { "name": "symfony/css-selector", @@ -2105,7 +2146,7 @@ ], "description": "Symfony CssSelector Component", "homepage": "http://symfony.com", - "time": "2015-02-24 11:52:21" + "time": "2015-02-24T11:52:21+00:00" }, { "name": "symfony/dom-crawler", @@ -2159,7 +2200,7 @@ ], "description": "Symfony DomCrawler Component", "homepage": "http://symfony.com", - "time": "2015-03-12 10:28:44" + "time": "2015-03-12T10:28:44+00:00" }, { "name": "symfony/event-dispatcher", @@ -2218,7 +2259,7 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2015-03-13 17:37:22" + "time": "2015-03-13T17:37:22+00:00" }, { "name": "symfony/yaml", @@ -2268,7 +2309,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2015-03-12 10:28:44" + "time": "2015-03-12T10:28:44+00:00" } ], "aliases": [], @@ -2279,5 +2320,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }