X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.lock;h=da36eae7814590933c26becf1b77bf1debb1f08d;hb=f71f7713ee19492c1355efb9bef8ecb5e01f6a4c;hp=75de0640c22eff00bd36bb0af1c0befc415734b0;hpb=d5a58fa62bcd83b73d688b10fb5d0061ba2dd580;p=pharext%2Fpharext.org diff --git a/composer.lock b/composer.lock index 75de064..da36eae 100644 --- a/composer.lock +++ b/composer.lock @@ -8,20 +8,23 @@ "packages": [ { "name": "league/plates", - "version": "3.1.1", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/thephpleague/plates.git", - "reference": "2d8569e9f140a70d6a05db38006926f7547cb802" + "reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/plates/zipball/2d8569e9f140a70d6a05db38006926f7547cb802", - "reference": "2d8569e9f140a70d6a05db38006926f7547cb802", + "url": "https://api.github.com/repos/thephpleague/plates/zipball/b1684b6f127714497a0ef927ce42c0b44b45a8af", + "reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af", "shasum": "" }, + "require": { + "php": "^5.3 | ^7.0" + }, "require-dev": { - "mikey179/vfsstream": "~1.4.0", + "mikey179/vfsstream": "^1.4", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~1.5" }, @@ -56,7 +59,7 @@ "templating", "views" ], - "time": "2015-07-09T02:14:40+00:00" + "time": "2016-12-28T00:14:17+00:00" }, { "name": "m6w6/merry", @@ -79,6 +82,9 @@ } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], "license": [ "BSD-2-Clause" ], @@ -100,16 +106,16 @@ }, { "name": "m6w6/pharext", - "version": "v4.1.1", + "version": "v4.1.2", "source": { "type": "git", - "url": "https://github.com/m6w6/pharext.git", - "reference": "03f7c23b5401098e1c157cc0d36628dc449901ea" + "url": "https://github.com/pharext/pharext.git", + "reference": "ab3dad846161d248f3c426ebc545cc6eb02fb5bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/m6w6/pharext/zipball/03f7c23b5401098e1c157cc0d36628dc449901ea", - "reference": "03f7c23b5401098e1c157cc0d36628dc449901ea", + "url": "https://api.github.com/repos/pharext/pharext/zipball/ab3dad846161d248f3c426ebc545cc6eb02fb5bc", + "reference": "ab3dad846161d248f3c426ebc545cc6eb02fb5bc", "shasum": "" }, "bin": [ @@ -125,6 +131,9 @@ } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], "license": [ "BSD-2-Clause" ], @@ -136,7 +145,7 @@ "package", "phar" ], - "time": "2015-09-03T15:12:31+00:00" + "time": "2019-09-10T13:18:30+00:00" }, { "name": "m6w6/pharext.wiki", @@ -147,7 +156,7 @@ "reference": "master" }, "type": "library", - "time": "2015-05-20T06:40:18+00:00" + "time": "2015-04-30T17:39:40+00:00" }, { "name": "m6w6/pq-gateway", @@ -197,16 +206,16 @@ }, { "name": "monolog/monolog", - "version": "1.17.1", + "version": "1.24.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422" + "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422", - "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", + "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "shasum": "" }, "require": { @@ -217,16 +226,17 @@ "psr/log-implementation": "1.0.0" }, "require-dev": { - "aws/aws-sdk-php": "^2.4.9", + "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", + "jakub-onderka/php-parallel-lint": "0.9", + "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", - "raven/raven": "~0.11", "ruflin/elastica": ">=0.90 <3.0", - "swiftmailer/swiftmailer": "~5.3", - "videlalvaro/php-amqplib": "~2.4" + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", @@ -234,16 +244,17 @@ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", - "raven/raven": "Allow sending log messages to a Sentry server", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", - "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" + "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.16.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -269,7 +280,7 @@ "logging", "psr-3" ], - "time": "2015-08-31T09:17:37+00:00" + "time": "2018-11-05T09:00:11+00:00" }, { "name": "nikic/fast-route", @@ -316,22 +327,30 @@ }, { "name": "psr/log", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", - "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", + "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "shasum": "" }, + "require": { + "php": ">=5.3.0" + }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { - "psr-0": { - "Psr\\Log\\": "" + "psr-4": { + "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", @@ -345,25 +364,26 @@ } ], "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], - "time": "2012-12-21T11:40:51+00:00" + "time": "2018-11-20T15:27:04+00:00" }, { "name": "rdlowrey/auryn", - "version": "1.1.0", + "version": "v1.4.2", "source": { "type": "git", "url": "https://github.com/rdlowrey/auryn.git", - "reference": "f57eaf665a601dbe061c8b1426d84f58c003e6a8" + "reference": "8c4dc07943599ba84f4f89eab8cf43efeef80395" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rdlowrey/auryn/zipball/f57eaf665a601dbe061c8b1426d84f58c003e6a8", - "reference": "f57eaf665a601dbe061c8b1426d84f58c003e6a8", + "url": "https://api.github.com/repos/rdlowrey/auryn/zipball/8c4dc07943599ba84f4f89eab8cf43efeef80395", + "reference": "8c4dc07943599ba84f4f89eab8cf43efeef80395", "shasum": "" }, "require": { @@ -411,31 +431,29 @@ "dic", "ioc" ], - "time": "2015-08-26T16:31:48+00:00" + "time": "2017-05-15T06:26:46+00:00" }, { "name": "react/promise", - "version": "v2.2.1", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627" + "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/3b6fca09c7d56321057fa8867c8dbe1abf648627", - "reference": "3b6fca09c7d56321057fa8867c8dbe1abf648627", + "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d", + "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d", "shasum": "" }, "require": { "php": ">=5.4.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } + "require-dev": { + "phpunit/phpunit": "~4.8" }, + "type": "library", "autoload": { "psr-4": { "React\\Promise\\": "src/" @@ -455,58 +473,55 @@ } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", - "time": "2015-07-03T13:48:55+00:00" + "keywords": [ + "promise", + "promises" + ], + "time": "2019-01-07T21:25:54+00:00" }, { - "name": "seebz/uri-template", - "version": "1.1.0", + "name": "rize/uri-template", + "version": "0.3.0", "source": { "type": "git", - "url": "https://github.com/Seebz/uri-template.git", - "reference": "f2d7076e9c729a9dcb338ffe5de8e0df73034f38" + "url": "https://github.com/rize/UriTemplate.git", + "reference": "2496aa674438f1c48fce122ffc44291ad7014717" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seebz/uri-template/zipball/f2d7076e9c729a9dcb338ffe5de8e0df73034f38", - "reference": "f2d7076e9c729a9dcb338ffe5de8e0df73034f38", + "url": "https://api.github.com/repos/rize/UriTemplate/zipball/2496aa674438f1c48fce122ffc44291ad7014717", + "reference": "2496aa674438f1c48fce122ffc44291ad7014717", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { - "php": ">=5.6.0", - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "~4.0.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, "autoload": { - "files": [ - "src/functions.php" - ] + "psr-0": { + "Rize\\UriTemplate": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "WTFPL" + "MIT" ], "authors": [ { - "name": "Sébastien Corne", - "email": "sebastien@seebz.net", - "homepage": "http://seebz.net" + "name": "Marut K", + "homepage": "http://twitter.com/rezigned" } ], - "description": "Implementation of RFC 6570 (URI Template) in a single PHP function", - "homepage": "https://github.com/Seebz/uri-template", + "description": "PHP URI Template (RFC 6570) supports both expansion & extraction", "keywords": [ - "URI Template", - "rfc6570" + "RFC 6570", + "template", + "uri" ], - "time": "2018-02-22T13:25:48+00:00" + "time": "2015-04-17 16:12:22" } ], "packages-dev": [],