X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.lock;h=03106d9ea2927f819a093cd0a8d922c06574eba6;hb=ed59ec63aa81b74acd0f99793e552ab8cb144414;hp=02ce419981e927d7c0ba4a55b56826c83037b61a;hpb=997d10a06d5a9b199dd392013dae0b79d5c0504c;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.lock b/composer.lock index 02ce4199..03106d9e 100644 --- a/composer.lock +++ b/composer.lock @@ -58,19 +58,24 @@ }, { "name": "beberlei/assert", - "version": "v3.2.1", + "version": "v3.2.3", "source": { "type": "git", "url": "https://github.com/beberlei/assert.git", - "reference": "ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7" + "reference": "65b8152224aef7d3c197d5db05211d4319711b66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/beberlei/assert/zipball/ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7", - "reference": "ce139b6bf8f07fb8389d2c8e15b98dc24fdd93c7", + "url": "https://api.github.com/repos/beberlei/assert/zipball/65b8152224aef7d3c197d5db05211d4319711b66", + "reference": "65b8152224aef7d3c197d5db05211d4319711b66", "shasum": "" }, "require": { + "ext-ctype": "*", + "ext-intl": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-simplexml": "*", "php": "^7" }, "require-dev": { @@ -94,13 +99,13 @@ "authors": [ { "name": "Benjamin Eberlei", - "role": "Lead Developer", - "email": "kontakt@beberlei.de" + "email": "kontakt@beberlei.de", + "role": "Lead Developer" }, { "name": "Richard Quadling", - "role": "Collaborator", - "email": "rquadling@gmail.com" + "email": "rquadling@gmail.com", + "role": "Collaborator" } ], "description": "Thin assertion library for input validation in business models.", @@ -109,7 +114,7 @@ "assertion", "validation" ], - "time": "2019-05-28T15:18:28+00:00" + "time": "2019-08-23T17:56:26+00:00" }, { "name": "behat/transliterator", @@ -337,16 +342,16 @@ }, { "name": "doctrine/annotations", - "version": "v1.6.1", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24" + "reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24", - "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/fa4c4e861e809d6a1103bd620cce63ed91aedfeb", + "reference": "fa4c4e861e809d6a1103bd620cce63ed91aedfeb", "shasum": "" }, "require": { @@ -355,12 +360,12 @@ }, "require-dev": { "doctrine/cache": "1.*", - "phpunit/phpunit": "^6.4" + "phpunit/phpunit": "^7.5@dev" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6.x-dev" + "dev-master": "1.7.x-dev" } }, "autoload": { @@ -373,6 +378,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -381,10 +390,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -401,7 +406,7 @@ "docblock", "parser" ], - "time": "2019-03-25T19:12:02+00:00" + "time": "2019-08-08T18:11:40+00:00" }, { "name": "doctrine/cache", @@ -550,16 +555,16 @@ }, { "name": "doctrine/common", - "version": "v2.10.0", + "version": "v2.11.0", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "30e33f60f64deec87df728c02b107f82cdafad9d" + "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d", - "reference": "30e33f60f64deec87df728c02b107f82cdafad9d", + "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff", + "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff", "shasum": "" }, "require": { @@ -575,14 +580,16 @@ }, "require-dev": { "doctrine/coding-standard": "^1.0", - "phpunit/phpunit": "^6.3", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpunit/phpunit": "^7.0", "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^4.0.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.10.x-dev" + "dev-master": "2.11.x-dev" } }, "autoload": { @@ -595,6 +602,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -603,10 +614,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -627,7 +634,7 @@ "doctrine", "php" ], - "time": "2018-11-21T01:24:55+00:00" + "time": "2019-09-10T10:10:14+00:00" }, { "name": "doctrine/dbal", @@ -1285,16 +1292,16 @@ }, { "name": "doctrine/orm", - "version": "v2.6.3", + "version": "v2.6.4", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "434820973cadf2da2d66e7184be370084cc32ca8" + "reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8", - "reference": "434820973cadf2da2d66e7184be370084cc32ca8", + "url": "https://api.github.com/repos/doctrine/orm/zipball/b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43", + "reference": "b52ef5a1002f99ab506a5a2d6dba5a2c236c5f43", "shasum": "" }, "require": { @@ -1309,9 +1316,8 @@ "symfony/console": "~3.0|~4.0" }, "require-dev": { - "doctrine/coding-standard": "^1.0", - "phpunit/phpunit": "^6.5", - "squizlabs/php_codesniffer": "^3.2", + "doctrine/coding-standard": "^5.0", + "phpunit/phpunit": "^7.5", "symfony/yaml": "~3.4|~4.0" }, "suggest": { @@ -1336,6 +1342,10 @@ "MIT" ], "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, { "name": "Roman Borschel", "email": "roman@code-factory.org" @@ -1344,10 +1354,6 @@ "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" @@ -1363,7 +1369,7 @@ "database", "orm" ], - "time": "2018-11-20T23:46:46+00:00" + "time": "2019-09-20T14:30:26+00:00" }, { "name": "doctrine/persistence", @@ -1524,16 +1530,16 @@ }, { "name": "egulias/email-validator", - "version": "2.1.10", + "version": "2.1.11", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec" + "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec", - "reference": "a6c8d7101b19a451c1707b1b79bbbc56e4bdb7ec", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23", + "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23", "shasum": "" }, "require": { @@ -1552,7 +1558,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.1.x-dev" } }, "autoload": { @@ -1578,7 +1584,7 @@ "validation", "validator" ], - "time": "2019-07-19T20:52:08+00:00" + "time": "2019-08-13T17:33:27+00:00" }, { "name": "electrolinux/php-html5lib", @@ -1611,13 +1617,13 @@ "authors": [ { "name": "Multiple users", - "role": "Original developers", - "homepage": "https://code.google.com/p/html5lib/" + "homepage": "https://code.google.com/p/html5lib/", + "role": "Original developers" }, { "name": "Sébastien Lavoie", - "role": "Packager", - "homepage": "http://blog.lavoie.sl" + "homepage": "http://blog.lavoie.sl", + "role": "Packager" }, { "name": "didier Belot", @@ -1720,8 +1726,8 @@ "authors": [ { "name": "Santosh Patnaik", - "role": "Developer", - "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b" + "homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b", + "role": "Developer" } ], "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies", @@ -3728,16 +3734,16 @@ }, { "name": "j0k3r/graby-site-config", - "version": "1.0.89", + "version": "1.0.91", "source": { "type": "git", "url": "https://github.com/j0k3r/graby-site-config.git", - "reference": "5052101225b3578a1a7258079ae8fe864b68e23e" + "reference": "2f21c86f0b25911c413d94957a326b812ddbd54d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/5052101225b3578a1a7258079ae8fe864b68e23e", - "reference": "5052101225b3578a1a7258079ae8fe864b68e23e", + "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/2f21c86f0b25911c413d94957a326b812ddbd54d", + "reference": "2f21c86f0b25911c413d94957a326b812ddbd54d", "shasum": "" }, "require": { @@ -3764,7 +3770,7 @@ } ], "description": "Graby site config files", - "time": "2019-08-05T11:10:32+00:00" + "time": "2019-09-04T07:11:32+00:00" }, { "name": "j0k3r/httplug-ssrf-plugin", @@ -3822,8 +3828,8 @@ }, { "name": "Jack W", - "role": "Developer (SafeCurl original version)", - "email": "jack@fin1te.net" + "email": "jack@fin1te.net", + "role": "Developer (SafeCurl original version)" } ], "description": "Server-Side Request Forgery (SSRF) protection plugin for HTTPlug", @@ -4545,8 +4551,8 @@ "authors": [ { "name": "Luís Otávio Cobucci Oblonczyk", - "role": "Developer", - "email": "lcobucci@gmail.com" + "email": "lcobucci@gmail.com", + "role": "Developer" } ], "description": "A simple library to work with JSON Web Token and JSON Web Signature", @@ -4824,9 +4830,9 @@ "authors": [ { "name": "Michel Fortin", - "role": "Developer", "email": "michel.fortin@michelf.ca", - "homepage": "https://michelf.ca/" + "homepage": "https://michelf.ca/", + "role": "Developer" }, { "name": "John Gruber", @@ -5318,15 +5324,15 @@ "authors": [ { "name": "Paragon Initiative Enterprises", - "role": "Maintainer", "email": "security@paragonie.com", - "homepage": "https://paragonie.com" + "homepage": "https://paragonie.com", + "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", - "role": "Original Developer", "email": "steve@tobtu.com", - "homepage": "https://www.tobtu.com" + "homepage": "https://www.tobtu.com", + "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", @@ -5397,22 +5403,22 @@ }, { "name": "php-amqplib/php-amqplib", - "version": "v2.9.2", + "version": "v2.10.0", "source": { "type": "git", "url": "https://github.com/php-amqplib/php-amqplib.git", - "reference": "76faddcd668dabb8d4f7c00e86b8a9decd781a59" + "reference": "04e5366f032906d5f716890427e425e71307d3a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/76faddcd668dabb8d4f7c00e86b8a9decd781a59", - "reference": "76faddcd668dabb8d4f7c00e86b8a9decd781a59", + "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/04e5366f032906d5f716890427e425e71307d3a8", + "reference": "04e5366f032906d5f716890427e425e71307d3a8", "shasum": "" }, "require": { "ext-bcmath": "*", "ext-sockets": "*", - "php": ">=5.4.0" + "php": ">=5.6" }, "replace": { "videlalvaro/php-amqplib": "self.version" @@ -5420,14 +5426,14 @@ "require-dev": { "ext-curl": "*", "nategood/httpful": "^0.2.20", - "phpdocumentor/phpdocumentor": "^2.9", - "phpunit/phpunit": "^4.8", + "phpdocumentor/phpdocumentor": "dev-master", + "phpunit/phpunit": "^5.7|^6.5|^7.0", "squizlabs/php_codesniffer": "^2.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.10-dev" } }, "autoload": { @@ -5446,18 +5452,18 @@ }, { "name": "John Kelly", - "role": "Maintainer", - "email": "johnmkelly86@gmail.com" + "email": "johnmkelly86@gmail.com", + "role": "Maintainer" }, { "name": "Raúl Araya", - "role": "Maintainer", - "email": "nubeiro@gmail.com" + "email": "nubeiro@gmail.com", + "role": "Maintainer" }, { "name": "Luke Bakken", - "role": "Maintainer", - "email": "luke@bakken.io" + "email": "luke@bakken.io", + "role": "Maintainer" } ], "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", @@ -5467,7 +5473,7 @@ "queue", "rabbitmq" ], - "time": "2019-04-24T15:36:21+00:00" + "time": "2019-08-08T18:28:18+00:00" }, { "name": "php-amqplib/rabbitmq-bundle", @@ -6368,19 +6374,19 @@ "authors": [ { "name": "Adam Schmalhofer", - "role": "Developer", - "email": "Adam.Schmalhofer@gmx.de" + "email": "Adam.Schmalhofer@gmx.de", + "role": "Developer" }, { "name": "A. Grandt", - "role": "Developer", "email": "php@grandt.com", - "homepage": "http://grandt.com" + "homepage": "http://grandt.com", + "role": "Developer" }, { "name": "Greg Kappatos", - "role": "Developer", - "homepage": "http://websiteconnect.com.au" + "homepage": "http://websiteconnect.com.au", + "role": "Developer" } ], "description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+", @@ -6441,9 +6447,9 @@ "authors": [ { "name": "Antonio Carlos Ribeiro", - "role": "Developer", "email": "acr@antoniocarlosribeiro.com", - "homepage": "https://antoniocarlosribeiro.com" + "homepage": "https://antoniocarlosribeiro.com", + "role": "Developer" } ], "description": "Create random chars, numbers, strings", @@ -6503,9 +6509,9 @@ "authors": [ { "name": "Antonio Carlos Ribeiro", - "role": "Developer", "email": "acr@antoniocarlosribeiro.com", - "homepage": "https://antoniocarlosribeiro.com" + "homepage": "https://antoniocarlosribeiro.com", + "role": "Developer" } ], "description": "Create recovery codes for two factor auth", @@ -7133,16 +7139,16 @@ }, { "name": "scheb/two-factor-bundle", - "version": "v4.6.0", + "version": "v4.7.1", "source": { "type": "git", "url": "https://github.com/scheb/two-factor-bundle.git", - "reference": "02b8d865df7ab0e999b0f61c73d3b3f95f7e4cbf" + "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/02b8d865df7ab0e999b0f61c73d3b3f95f7e4cbf", - "reference": "02b8d865df7ab0e999b0f61c73d3b3f95f7e4cbf", + "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/170895e91bdbe2c21983f195271d42e2fcfb3d62", + "reference": "170895e91bdbe2c21983f195271d42e2fcfb3d62", "shasum": "" }, "require": { @@ -7192,7 +7198,7 @@ "two-factor", "two-step" ], - "time": "2019-08-22T14:32:07+00:00" + "time": "2019-09-02T18:36:37+00:00" }, { "name": "sensio/distribution-bundle", @@ -7402,16 +7408,16 @@ }, { "name": "sentry/sentry", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "8e27e6c5fcf6f01fc2e5235dd14cc0b2b347d793" + "reference": "646f6ada8b89a08063e31f54ed6d260bd6879239" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/8e27e6c5fcf6f01fc2e5235dd14cc0b2b347d793", - "reference": "8e27e6c5fcf6f01fc2e5235dd14cc0b2b347d793", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/646f6ada8b89a08063e31f54ed6d260bd6879239", + "reference": "646f6ada8b89a08063e31f54ed6d260bd6879239", "shasum": "" }, "require": { @@ -7440,12 +7446,12 @@ "phpstan/phpstan": "^0.10.3", "phpstan/phpstan-phpunit": "^0.10", "phpunit/phpunit": "^7.0", - "symfony/phpunit-bridge": "^4.1.6" + "symfony/phpunit-bridge": "^4.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.1.x-dev" } }, "autoload": { @@ -7477,7 +7483,7 @@ "logging", "sentry" ], - "time": "2019-06-13T11:27:23+00:00" + "time": "2019-08-22T07:37:30+00:00" }, { "name": "sentry/sentry-symfony", @@ -7594,19 +7600,19 @@ "authors": [ { "name": "Ryan Parman", - "role": "Creator, alumnus developer", - "homepage": "http://ryanparman.com/" + "homepage": "http://ryanparman.com/", + "role": "Creator, alumnus developer" }, { "name": "Geoffrey Sneddon", - "role": "Alumnus developer", - "homepage": "http://gsnedders.com/" + "homepage": "http://gsnedders.com/", + "role": "Alumnus developer" }, { "name": "Ryan McCue", - "role": "Developer", "email": "me@ryanmccue.info", - "homepage": "http://ryanmccue.info/" + "homepage": "http://ryanmccue.info/", + "role": "Developer" } ], "description": "A simple Atom/RSS parsing library for PHP", @@ -7858,22 +7864,22 @@ }, { "name": "symfony/http-client", - "version": "v4.3.3", + "version": "v4.3.4", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "7759fabfbdf7f57a1d29655550b49c4ff04891a5" + "reference": "9a4fa769269ed730196a5c52c742b30600cf1e87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/7759fabfbdf7f57a1d29655550b49c4ff04891a5", - "reference": "7759fabfbdf7f57a1d29655550b49c4ff04891a5", + "url": "https://api.github.com/repos/symfony/http-client/zipball/9a4fa769269ed730196a5c52c742b30600cf1e87", + "reference": "9a4fa769269ed730196a5c52c742b30600cf1e87", "shasum": "" }, "require": { "php": "^7.1.3", "psr/log": "^1.0", - "symfony/http-client-contracts": "^1.1.4", + "symfony/http-client-contracts": "^1.1.6", "symfony/polyfill-php73": "^1.11" }, "provide": { @@ -7916,20 +7922,20 @@ ], "description": "Symfony HttpClient component", "homepage": "https://symfony.com", - "time": "2019-07-24T10:16:23+00:00" + "time": "2019-08-20T14:27:59+00:00" }, { "name": "symfony/http-client-contracts", - "version": "v1.1.5", + "version": "v1.1.6", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "e1924aea9c70ae3e69fff05afa3cb8ce541bf3bb" + "reference": "6005fe61a33724405d56eb5b055d5d370192a1bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/e1924aea9c70ae3e69fff05afa3cb8ce541bf3bb", - "reference": "e1924aea9c70ae3e69fff05afa3cb8ce541bf3bb", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/6005fe61a33724405d56eb5b055d5d370192a1bd", + "reference": "6005fe61a33724405d56eb5b055d5d370192a1bd", "shasum": "" }, "require": { @@ -7973,20 +7979,20 @@ "interoperability", "standards" ], - "time": "2019-06-17T17:43:54+00:00" + "time": "2019-08-08T10:05:21+00:00" }, { "name": "symfony/mime", - "version": "v4.3.3", + "version": "v4.3.4", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "6b7148029b1dd5eda1502064f06d01357b7b2d8b" + "reference": "987a05df1c6ac259b34008b932551353f4f408df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/6b7148029b1dd5eda1502064f06d01357b7b2d8b", - "reference": "6b7148029b1dd5eda1502064f06d01357b7b2d8b", + "url": "https://api.github.com/repos/symfony/mime/zipball/987a05df1c6ac259b34008b932551353f4f408df", + "reference": "987a05df1c6ac259b34008b932551353f4f408df", "shasum": "" }, "require": { @@ -7995,7 +8001,7 @@ "symfony/polyfill-mbstring": "^1.0" }, "require-dev": { - "egulias/email-validator": "^2.0", + "egulias/email-validator": "^2.1.10", "symfony/dependency-injection": "~3.4|^4.1" }, "type": "library", @@ -8032,7 +8038,7 @@ "mime", "mime-type" ], - "time": "2019-07-19T16:21:19+00:00" + "time": "2019-08-22T08:16:11+00:00" }, { "name": "symfony/monolog-bundle", @@ -8796,16 +8802,16 @@ }, { "name": "symfony/symfony", - "version": "v3.4.30", + "version": "v3.4.31", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", - "reference": "4d911e98e1f70538edcca4576c65395ef0fbfa84" + "reference": "944e04808117477f46f804133d17913b77cf63d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/symfony/zipball/4d911e98e1f70538edcca4576c65395ef0fbfa84", - "reference": "4d911e98e1f70538edcca4576c65395ef0fbfa84", + "url": "https://api.github.com/repos/symfony/symfony/zipball/944e04808117477f46f804133d17913b77cf63d3", + "reference": "944e04808117477f46f804133d17913b77cf63d3", "shasum": "" }, "require": { @@ -8824,7 +8830,7 @@ "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php56": "~1.0", "symfony/polyfill-php70": "~1.6", - "twig/twig": "^1.40|^2.9" + "twig/twig": "^1.41|^2.10" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2", @@ -8903,7 +8909,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.19|^4.1.8|~5.0", + "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0", "symfony/security-acl": "~2.8|~3.0" }, "type": "library", @@ -8922,7 +8928,8 @@ "Symfony\\Component\\": "src/Symfony/Component/" }, "classmap": [ - "src/Symfony/Component/Intl/Resources/stubs" + "src/Symfony/Component/Intl/Resources/stubs", + "src/Symfony/Bridge/ProxyManager/Legacy/ProxiedMethodReturnExpression.php" ], "exclude-from-classmap": [ "**/Tests/" @@ -8947,7 +8954,7 @@ "keywords": [ "framework" ], - "time": "2019-07-27T17:14:21+00:00" + "time": "2019-08-26T16:36:53+00:00" }, { "name": "true/punycode", @@ -9095,19 +9102,19 @@ "authors": [ { "name": "Fabien Potencier", - "role": "Lead Developer", "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org" + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { "name": "Armin Ronacher", - "role": "Project Founder", - "email": "armin.ronacher@active-4.com" + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" }, { "name": "Twig Team", - "role": "Contributors", - "homepage": "https://twig.symfony.com/contributors" + "homepage": "https://twig.symfony.com/contributors", + "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", @@ -9148,8 +9155,8 @@ "authors": [ { "name": "Sander Kromwijk", - "role": "Original developer", - "email": "s.kromwijk@gmail.co" + "email": "s.kromwijk@gmail.co", + "role": "Original developer" }, { "name": "Nicolas Lœuillet", @@ -9210,14 +9217,14 @@ "authors": [ { "name": "Nicola Asuni", - "role": "Main developer", "email": "info@tecnick.com", - "homepage": "http://nicolaasuni.tecnick.com" + "homepage": "http://nicolaasuni.tecnick.com", + "role": "Main developer" }, { "name": "wallabag/core", - "role": "Developers", - "homepage": "https://www.wallabag.org" + "homepage": "https://www.wallabag.org", + "role": "Developers" } ], "description": "Keeping a working 6.2.x TCPDF version.", @@ -9503,16 +9510,16 @@ }, { "name": "zendframework/zend-code", - "version": "3.3.1", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-code.git", - "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb" + "reference": "936fa7ad4d53897ea3e3eb41b5b760828246a20b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-code/zipball/c21db169075c6ec4b342149f446e7b7b724f95eb", - "reference": "c21db169075c6ec4b342149f446e7b7b724f95eb", + "url": "https://api.github.com/repos/zendframework/zend-code/zipball/936fa7ad4d53897ea3e3eb41b5b760828246a20b", + "reference": "936fa7ad4d53897ea3e3eb41b5b760828246a20b", "shasum": "" }, "require": { @@ -9520,10 +9527,10 @@ "zendframework/zend-eventmanager": "^2.6 || ^3.0" }, "require-dev": { - "doctrine/annotations": "~1.0", + "doctrine/annotations": "^1.0", "ext-phar": "*", - "phpunit/phpunit": "^6.2.3", - "zendframework/zend-coding-standard": "^1.0.0", + "phpunit/phpunit": "^7.5.15", + "zendframework/zend-coding-standard": "^1.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "suggest": { @@ -9546,13 +9553,13 @@ "license": [ "BSD-3-Clause" ], - "description": "provides facilities to generate arbitrary code using an object oriented interface", - "homepage": "https://github.com/zendframework/zend-code", + "description": "Extensions to the PHP Reflection API, static code scanning, and code generation", "keywords": [ + "ZendFramework", "code", - "zf2" + "zf" ], - "time": "2018-08-13T20:36:59+00:00" + "time": "2019-08-31T14:14:34+00:00" }, { "name": "zendframework/zend-diactoros", @@ -9967,16 +9974,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.15.1", + "version": "v2.15.3", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "20064511ab796593a3990669eff5f5b535001f7c" + "reference": "705490b0f282f21017d73561e9498d2b622ee34c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/20064511ab796593a3990669eff5f5b535001f7c", - "reference": "20064511ab796593a3990669eff5f5b535001f7c", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/705490b0f282f21017d73561e9498d2b622ee34c", + "reference": "705490b0f282f21017d73561e9498d2b622ee34c", "shasum": "" }, "require": { @@ -10006,9 +10013,10 @@ "php-cs-fixer/accessible-object": "^1.0", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1", "phpunitgoodpractices/traits": "^1.8", - "symfony/phpunit-bridge": "^4.3" + "symfony/phpunit-bridge": "^4.3", + "symfony/yaml": "^3.0 || ^4.0" }, "suggest": { "ext-mbstring": "For handling non-UTF8 characters in cache signature.", @@ -10041,17 +10049,17 @@ "MIT" ], "authors": [ - { - "name": "Dariusz Rumiński", - "email": "dariusz.ruminski@gmail.com" - }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" + }, + { + "name": "Dariusz Rumiński", + "email": "dariusz.ruminski@gmail.com" } ], "description": "A tool to automatically fix PHP code style", - "time": "2019-06-01T10:32:12+00:00" + "time": "2019-08-31T12:51:54+00:00" }, { "name": "m6web/redis-mock", @@ -10246,16 +10254,16 @@ }, { "name": "nette/finder", - "version": "v2.5.0", + "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/nette/finder.git", - "reference": "6be1b83ea68ac558aff189d640abe242e0306fe2" + "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/finder/zipball/6be1b83ea68ac558aff189d640abe242e0306fe2", - "reference": "6be1b83ea68ac558aff189d640abe242e0306fe2", + "url": "https://api.github.com/repos/nette/finder/zipball/14164e1ddd69e9c5f627ff82a10874b3f5bba5fe", + "reference": "14164e1ddd69e9c5f627ff82a10874b3f5bba5fe", "shasum": "" }, "require": { @@ -10296,7 +10304,7 @@ "homepage": "https://nette.org/contributors" } ], - "description": "? Nette Finder: find files and directories with an intuitive API.", + "description": "🔍 Nette Finder: find files and directories with an intuitive API.", "homepage": "https://nette.org", "keywords": [ "filesystem", @@ -10304,7 +10312,7 @@ "iterator", "nette" ], - "time": "2019-02-28T18:13:25+00:00" + "time": "2019-07-11T18:02:17+00:00" }, { "name": "nette/neon", @@ -10623,16 +10631,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.2.3", + "version": "v4.2.4", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "e612609022e935f3d0337c1295176505b41188c8" + "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e612609022e935f3d0337c1295176505b41188c8", - "reference": "e612609022e935f3d0337c1295176505b41188c8", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/97e59c7a16464196a8b9c77c47df68e4a39a45c4", + "reference": "97e59c7a16464196a8b9c77c47df68e4a39a45c4", "shasum": "" }, "require": { @@ -10670,7 +10678,7 @@ "parser", "php" ], - "time": "2019-08-12T20:17:41+00:00" + "time": "2019-09-01T07:51:21+00:00" }, { "name": "php-cs-fixer/diff", @@ -10832,16 +10840,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.11.15", + "version": "0.11.16", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "1be5b3a706db16ac472a4c40ec03cf4c810b118d" + "reference": "635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1be5b3a706db16ac472a4c40ec03cf4c810b118d", - "reference": "1be5b3a706db16ac472a4c40ec03cf4c810b118d", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b", + "reference": "635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b", "shasum": "" }, "require": { @@ -10893,8 +10901,7 @@ "autoload": { "psr-4": { "PHPStan\\": [ - "src/", - "build/PHPStan" + "src/" ] } }, @@ -10903,20 +10910,20 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2019-08-18T20:51:53+00:00" + "time": "2019-09-17T11:19:51+00:00" }, { "name": "phpstan/phpstan-doctrine", - "version": "0.11.5", + "version": "0.11.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-doctrine.git", - "reference": "3c68697365f0b71e357d773d91a6c77f3f9e143a" + "reference": "77592865e167b32c7dcb4f39a35210e909a8854c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/3c68697365f0b71e357d773d91a6c77f3f9e143a", - "reference": "3c68697365f0b71e357d773d91a6c77f3f9e143a", + "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/77592865e167b32c7dcb4f39a35210e909a8854c", + "reference": "77592865e167b32c7dcb4f39a35210e909a8854c", "shasum": "" }, "require": { @@ -10967,7 +10974,7 @@ "MIT" ], "description": "Doctrine extensions for PHPStan", - "time": "2019-05-29T06:01:20+00:00" + "time": "2019-09-13T08:40:06+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -11151,16 +11158,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v4.3.3", + "version": "v4.3.4", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "5a7b67f3c407ad8199cedb10f71a36ab5ccd44ac" + "reference": "3b1ab2e027d7c5af0e693c4a5b4ba5d407f1814d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/5a7b67f3c407ad8199cedb10f71a36ab5ccd44ac", - "reference": "5a7b67f3c407ad8199cedb10f71a36ab5ccd44ac", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3b1ab2e027d7c5af0e693c4a5b4ba5d407f1814d", + "reference": "3b1ab2e027d7c5af0e693c4a5b4ba5d407f1814d", "shasum": "" }, "require": { @@ -11212,7 +11219,7 @@ ], "description": "Symfony PHPUnit Bridge", "homepage": "https://symfony.com", - "time": "2019-07-18T13:23:37+00:00" + "time": "2019-08-20T14:27:59+00:00" } ], "aliases": [],