X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=composer.lock;h=7644e4fdcff69c85d0765657f94480fee6a6cbf0;hb=12c03239b314327e544f3c5848946ded86f83f6b;hp=e91738386b3fe842f167a9859db1b8d5af5b5239;hpb=313d7350782d3e0b33c0da9c29c7cba09c41e73a;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.lock b/composer.lock index e9173838..7644e4fd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7b43c6d21bc5016660c4e95aa0fdbc12", + "content-hash": "2dfef02524d5e64b49dfca4dc54353c0", "packages": [ { "name": "bdunogier/guzzle-site-authenticator", @@ -56,6 +56,61 @@ "description": "A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.", "time": "2018-12-13T21:06:29+00:00" }, + { + "name": "beberlei/assert", + "version": "v3.2.1", + "source": { + "type": "git", + "url": "https://github.com/beberlei/assert.git", + "reference": "ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/beberlei/assert/zipball/ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7", + "reference": "ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7", + "shasum": "" + }, + "require": { + "php": "^7" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "*", + "phpstan/phpstan-shim": "*", + "phpunit/phpunit": ">=6.0.0 <8" + }, + "type": "library", + "autoload": { + "psr-4": { + "Assert\\": "lib/Assert" + }, + "files": [ + "lib/Assert/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Benjamin Eberlei", + "role": "Lead Developer", + "email": "kontakt@beberlei.de" + }, + { + "name": "Richard Quadling", + "role": "Collaborator", + "email": "rquadling@gmail.com" + } + ], + "description": "Thin assertion library for input validation in business models.", + "keywords": [ + "assert", + "assertion", + "validation" + ], + "time": "2019-05-28T15:18:28+00:00" + }, { "name": "behat/transliterator", "version": "v1.2.0", @@ -2173,8 +2228,8 @@ "authors": [ { "name": "A. Grandt", - "email": "php@grandt.com", - "role": "Developer" + "role": "Developer", + "email": "php@grandt.com" } ], "description": "A class for working around the use of mbstring.func_override", @@ -2282,9 +2337,9 @@ "authors": [ { "name": "A. Grandt", + "role": "Developer", "email": "php@grandt.com", - "homepage": "http://grandt.com", - "role": "Developer" + "homepage": "http://grandt.com" } ], "description": "GIF89a compliant Gif resizer, including transparency and optimized gifs with sub sized elements.", @@ -2329,14 +2384,14 @@ "authors": [ { "name": "A. Grandt", + "role": "Developer", "email": "php@grandt.com", - "homepage": "http://grandt.com", - "role": "Developer" + "homepage": "http://grandt.com" }, { "name": "Greg Kappatos", - "homepage": "http://websiteconnect.com.au", - "role": "Developer" + "role": "Developer", + "homepage": "http://websiteconnect.com.au" } ], "description": "Merge and stream multiple Zip files on the fly.", @@ -2383,8 +2438,8 @@ "authors": [ { "name": "A. Grandt", - "email": "php@grandt.com", - "role": "Developer" + "role": "Developer", + "email": "php@grandt.com" } ], "description": "A class for cleaning up/collapsing relative paths. Like real_path, but without the need for the path to exist on the filesystem.", @@ -5230,6 +5285,68 @@ ], "time": "2019-07-17T20:56:16+00:00" }, + { + "name": "paragonie/constant_time_encoding", + "version": "v2.2.3", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/55af0dc01992b4d0da7f6372e2eac097bbbaffdb", + "reference": "55af0dc01992b4d0da7f6372e2eac097bbbaffdb", + "shasum": "" + }, + "require": { + "php": "^7" + }, + "require-dev": { + "phpunit/phpunit": "^6|^7", + "vimeo/psalm": "^1|^2" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "role": "Maintainer", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "role": "Original Developer", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ], + "time": "2019-01-03T20:26:31+00:00" + }, { "name": "paragonie/random_compat", "version": "v2.0.18", @@ -7017,22 +7134,23 @@ }, { "name": "scheb/two-factor-bundle", - "version": "v3.21.0", + "version": "v4.4.0", "source": { "type": "git", "url": "https://github.com/scheb/two-factor-bundle.git", - "reference": "94cc6f2e0fd8a7b683246d95fcad9b15ca828fc6" + "reference": "5a53ad7fe20e2ca2491fed28a58211509c2e74bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/94cc6f2e0fd8a7b683246d95fcad9b15ca828fc6", - "reference": "94cc6f2e0fd8a7b683246d95fcad9b15ca828fc6", + "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/5a53ad7fe20e2ca2491fed28a58211509c2e74bd", + "reference": "5a53ad7fe20e2ca2491fed28a58211509c2e74bd", "shasum": "" }, "require": { "lcobucci/jwt": "^3.2", + "paragonie/constant_time_encoding": "^2.2", "php": "^7.1.3", - "sonata-project/google-authenticator": "^2.2", + "spomky-labs/otphp": "^9.1", "symfony/config": "^3.4|^4.0", "symfony/dependency-injection": "^3.4|^4.0", "symfony/event-dispatcher": "^3.4|^4.0", @@ -7075,7 +7193,7 @@ "two-factor", "two-step" ], - "time": "2019-07-12T16:11:05+00:00" + "time": "2019-07-12T16:10:17+00:00" }, { "name": "sensio/distribution-bundle", @@ -7477,19 +7595,19 @@ "authors": [ { "name": "Ryan Parman", - "homepage": "http://ryanparman.com/", - "role": "Creator, alumnus developer" + "role": "Creator, alumnus developer", + "homepage": "http://ryanparman.com/" }, { "name": "Geoffrey Sneddon", - "homepage": "http://gsnedders.com/", - "role": "Alumnus developer" + "role": "Alumnus developer", + "homepage": "http://gsnedders.com/" }, { "name": "Ryan McCue", + "role": "Developer", "email": "me@ryanmccue.info", - "homepage": "http://ryanmccue.info/", - "role": "Developer" + "homepage": "http://ryanmccue.info/" } ], "description": "A simple Atom/RSS parsing library for PHP", @@ -7552,35 +7670,37 @@ "time": "2019-01-23T09:14:37+00:00" }, { - "name": "sonata-project/google-authenticator", - "version": "2.2.0", + "name": "spomky-labs/otphp", + "version": "v9.1.4", "source": { "type": "git", - "url": "https://github.com/sonata-project/GoogleAuthenticator.git", - "reference": "feda53899b26af24e3db2fe7a3e5f053ca483762" + "url": "https://github.com/Spomky-Labs/otphp.git", + "reference": "48d463cf909320399fe08eab2e1cd18d899d5068" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/feda53899b26af24e3db2fe7a3e5f053ca483762", - "reference": "feda53899b26af24e3db2fe7a3e5f053ca483762", + "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/48d463cf909320399fe08eab2e1cd18d899d5068", + "reference": "48d463cf909320399fe08eab2e1cd18d899d5068", "shasum": "" }, "require": { + "beberlei/assert": "^2.4|^3.0", + "paragonie/constant_time_encoding": "^2.0", "php": "^7.1" }, "require-dev": { - "symfony/phpunit-bridge": "^4.0" + "phpunit/phpunit": "^6.0", + "satooshi/php-coveralls": "^1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "9.0.x-dev" } }, "autoload": { "psr-4": { - "Google\\Authenticator\\": "src/", - "Sonata\\GoogleAuthenticator\\": "src/" + "OTPHP\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -7589,24 +7709,26 @@ ], "authors": [ { - "name": "Christian Stocker", - "email": "me@chregu.tv" + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" }, { - "name": "Andre DeMarre", - "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989" - }, - { - "name": "Thomas Rabaix", - "email": "thomas.rabaix@gmail.com" + "name": "All contributors", + "homepage": "https://github.com/Spomky-Labs/otphp/contributors" } ], - "description": "Library to integrate Google Authenticator into a PHP project", - "homepage": "https://github.com/sonata-project/GoogleAuthenticator", + "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator", + "homepage": "https://github.com/Spomky-Labs/otphp", "keywords": [ - "google authenticator" + "FreeOTP", + "RFC 4226", + "RFC 6238", + "google authenticator", + "hotp", + "otp", + "totp" ], - "time": "2018-07-18T22:08:02+00:00" + "time": "2019-03-18T10:08:51+00:00" }, { "name": "stof/doctrine-extensions-bundle", @@ -8675,16 +8797,16 @@ }, { "name": "symfony/symfony", - "version": "v3.4.29", + "version": "v3.4.30", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", - "reference": "4c9b6d7d898457ae2189efdfaca58712269fc994" + "reference": "4d911e98e1f70538edcca4576c65395ef0fbfa84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/symfony/zipball/4c9b6d7d898457ae2189efdfaca58712269fc994", - "reference": "4c9b6d7d898457ae2189efdfaca58712269fc994", + "url": "https://api.github.com/repos/symfony/symfony/zipball/4d911e98e1f70538edcca4576c65395ef0fbfa84", + "reference": "4d911e98e1f70538edcca4576c65395ef0fbfa84", "shasum": "" }, "require": { @@ -8782,7 +8904,7 @@ "ocramius/proxy-manager": "~0.4|~1.0|~2.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0", "predis/predis": "~1.0", - "symfony/phpunit-bridge": "~3.4|~4.0|~5.0", + "symfony/phpunit-bridge": "^3.4.19|^4.1.8|~5.0", "symfony/security-acl": "~2.8|~3.0" }, "type": "library", @@ -8826,7 +8948,7 @@ "keywords": [ "framework" ], - "time": "2019-06-26T13:56:55+00:00" + "time": "2019-07-27T17:14:21+00:00" }, { "name": "true/punycode", @@ -9936,16 +10058,16 @@ }, { "name": "m6web/redis-mock", - "version": "v4.3.0", + "version": "v4.5.0", "source": { "type": "git", "url": "https://github.com/M6Web/RedisMock.git", - "reference": "6d9351a4cde39c5f2e5589caea729b8bd2b12808" + "reference": "61a517efc2cb1f19d73661de84cc288a1a560ce4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/6d9351a4cde39c5f2e5589caea729b8bd2b12808", - "reference": "6d9351a4cde39c5f2e5589caea729b8bd2b12808", + "url": "https://api.github.com/repos/M6Web/RedisMock/zipball/61a517efc2cb1f19d73661de84cc288a1a560ce4", + "reference": "61a517efc2cb1f19d73661de84cc288a1a560ce4", "shasum": "" }, "require": { @@ -9977,7 +10099,7 @@ "mock", "redis" ], - "time": "2019-05-22T08:35:44+00:00" + "time": "2019-07-31T14:07:07+00:00" }, { "name": "nette/bootstrap", @@ -11032,16 +11154,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v4.3.2", + "version": "v4.3.3", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "573b5c4a36a171b94cf031d8dc6cc568082190f1" + "reference": "5a7b67f3c407ad8199cedb10f71a36ab5ccd44ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/573b5c4a36a171b94cf031d8dc6cc568082190f1", - "reference": "573b5c4a36a171b94cf031d8dc6cc568082190f1", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/5a7b67f3c407ad8199cedb10f71a36ab5ccd44ac", + "reference": "5a7b67f3c407ad8199cedb10f71a36ab5ccd44ac", "shasum": "" }, "require": { @@ -11093,7 +11215,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2019-06-26T12:14:14+00:00" + "time": "2019-07-18T13:23:37+00:00" } ], "aliases": [],