X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=composer.lock;h=292aad1a38f35c57c1f35b0c956a063f505ead1e;hb=HEAD;hp=9ed2b4dd48097bc8303c1ed415825007feeed279;hpb=ebc0d017c8a24bd16ca1f4347b39b07ba4349135;p=pharext%2Fpharext.org diff --git a/composer.lock b/composer.lock index 9ed2b4d..292aad1 100644 --- a/composer.lock +++ b/composer.lock @@ -1,27 +1,30 @@ { "_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": "c13d01568dea02e2afe4b9060478178f", + "content-hash": "47325bd6f24fa48e342ffcde7e9fa71b", "packages": [ { "name": "league/plates", - "version": "3.1.0", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/thephpleague/plates.git", - "reference": "c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8" + "reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/plates/zipball/c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8", - "reference": "c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8", + "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": "2014-10-21 12:06:12" + "time": "2016-12-28T00:14:17+00:00" }, { "name": "m6w6/merry", @@ -96,28 +99,38 @@ "container", "merry" ], - "time": "2015-03-12 13:49:46" + "time": "2015-03-12T13:49:46+00:00" }, { "name": "m6w6/pharext", - "version": "v3.0.1", + "version": "v4.1.3", "source": { "type": "git", - "url": "https://github.com/m6w6/pharext.git", - "reference": "3dcc326aa922ce4b70d07049572c6f15a744869c" + "url": "https://github.com/pharext/pharext.git", + "reference": "3ddde241c41d56beadc932c2eb3d580f50622a8e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/m6w6/pharext/zipball/3dcc326aa922ce4b70d07049572c6f15a744869c", - "reference": "3dcc326aa922ce4b70d07049572c6f15a744869c", + "url": "https://api.github.com/repos/pharext/pharext/zipball/3ddde241c41d56beadc932c2eb3d580f50622a8e", + "reference": "3ddde241c41d56beadc932c2eb3d580f50622a8e", "shasum": "" }, "bin": [ "bin/pharext", - "bin/pharext.pubkey" + "bin/pharext.pubkey", + "bin/pharext.update", + "bin/pharext.update.pubkey" ], "type": "project", + "autoload": { + "psr-0": { + "pharext": "src" + } + }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], "license": [ "BSD-2-Clause" ], @@ -129,7 +142,7 @@ "package", "phar" ], - "time": "2015-04-08 10:17:40" + "time": "2020-09-26T07:25:44+00:00" }, { "name": "m6w6/pharext.wiki", @@ -140,7 +153,131 @@ "reference": "master" }, "type": "library", - "time": "2015-04-30 17:39:40" + "time": "2015-05-20T06:40:18+00:00" + }, + { + "name": "m6w6/pq-gateway", + "version": "v2.1.0", + "source": { + "type": "git", + "url": "https://github.com/m6w6/pq-gateway.git", + "reference": "03b28245fb439e82de49cc4337893c5c94319a57" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/m6w6/pq-gateway/zipball/03b28245fb439e82de49cc4337893c5c94319a57", + "reference": "03b28245fb439e82de49cc4337893c5c94319a57", + "shasum": "" + }, + "require-dev": { + "amphp/amp": "^1.0-beta", + "react/promise": "~2.2" + }, + "type": "library", + "autoload": { + "psr-0": { + "pq\\Gateway": "lib", + "pq\\Query": "lib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Michael Wallner", + "email": "mike@php.net" + } + ], + "description": "Table/row gateway for ext-pq", + "homepage": "http://github.com/m6w6/pq-gateway", + "keywords": [ + "gateway", + "orm", + "postgres", + "postgresql", + "pq" + ], + "time": "2015-05-20T16:16:55+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.24.0", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", + "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "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", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "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", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "time": "2018-11-05T09:00:11+00:00" }, { "name": "nikic/fast-route", @@ -183,25 +320,77 @@ "router", "routing" ], - "time": "2015-02-26 15:33:07" + "time": "2015-02-26T15:33:07+00:00" + }, + { + "name": "psr/log", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" + }, + "dist": { + "type": "zip", + "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-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "time": "2018-11-20T15:27:04+00:00" }, { "name": "rdlowrey/auryn", - "version": "dev-master", + "version": "v1.4.2", "source": { "type": "git", - "url": "https://github.com/rdlowrey/Auryn.git", - "reference": "500b08ec9942eb8b647b128fa13942d45754e3d4" + "url": "https://github.com/rdlowrey/auryn.git", + "reference": "8c4dc07943599ba84f4f89eab8cf43efeef80395" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rdlowrey/Auryn/zipball/500b08ec9942eb8b647b128fa13942d45754e3d4", - "reference": "500b08ec9942eb8b647b128fa13942d45754e3d4", + "url": "https://api.github.com/repos/rdlowrey/auryn/zipball/8c4dc07943599ba84f4f89eab8cf43efeef80395", + "reference": "8c4dc07943599ba84f4f89eab8cf43efeef80395", "shasum": "" }, "require": { "php": ">=5.3.0" }, + "require-dev": { + "athletic/athletic": "~0.1", + "fabpot/php-cs-fixer": "~1.9", + "phpunit/phpunit": "^4.7" + }, "type": "library", "autoload": { "psr-4": { @@ -219,33 +408,123 @@ "homepage": "http://www.basereality.com", "role": "Developer" }, - { - "name": "Daniel Lowrey", - "email": "rdlowrey@gmail.com", - "role": "Creator / Main Developer" - }, { "name": "Levi Morrison", "email": "levim@php.net", "homepage": "http://morrisonlevi.github.com/", "role": "Developer" + }, + { + "name": "Daniel Lowrey", + "email": "rdlowrey@gmail.com", + "homepage": "https://github.com/rdlowrey", + "role": "Creator / Main Developer" } ], "description": "Auryn is a dependency injector for bootstrapping object-oriented PHP applications.", - "homepage": "https://github.com/rdlowrey/Auryn", + "homepage": "https://github.com/rdlowrey/auryn", "keywords": [ "dependency injection", "dic", "ioc" ], - "time": "2015-03-12 19:52:27" + "time": "2017-05-15T06:26:46+00:00" + }, + { + "name": "react/promise", + "version": "v2.7.1", + "source": { + "type": "git", + "url": "https://github.com/reactphp/promise.git", + "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d", + "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.8" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com" + } + ], + "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "keywords": [ + "promise", + "promises" + ], + "time": "2019-01-07T21:25:54+00:00" + }, + { + "name": "rize/uri-template", + "version": "0.3.0", + "source": { + "type": "git", + "url": "https://github.com/rize/UriTemplate.git", + "reference": "2496aa674438f1c48fce122ffc44291ad7014717" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rize/UriTemplate/zipball/2496aa674438f1c48fce122ffc44291ad7014717", + "reference": "2496aa674438f1c48fce122ffc44291ad7014717", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Rize\\UriTemplate": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marut K", + "homepage": "http://twitter.com/rezigned" + } + ], + "description": "PHP URI Template (RFC 6570) supports both expansion & extraction", + "keywords": [ + "RFC 6570", + "template", + "uri" + ], + "time": "2015-04-17T16:12:22+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { - "rdlowrey/auryn": 20, "m6w6/pharext.wiki": 20 }, "prefer-stable": false,