aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-07-28 23:11:52 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-07-28 23:11:52 +0200
commit754350857064e230590eb36572ec45c4504059e0 (patch)
treed1304c35e702b729e1fc29140736e405667e4d6e
parent710a0b3ea3ef29f4f26681db2b11faab36dac2e0 (diff)
parent40849396203a02772906b9419f805f032c355690 (diff)
downloadforums-754350857064e230590eb36572ec45c4504059e0.tar
forums-754350857064e230590eb36572ec45c4504059e0.tar.gz
forums-754350857064e230590eb36572ec45c4504059e0.tar.bz2
forums-754350857064e230590eb36572ec45c4504059e0.tar.xz
forums-754350857064e230590eb36572ec45c4504059e0.zip
Merge branch 'ticket/16112' into ticket/16112-3.3.x
-rw-r--r--phpBB/composer.json2
-rw-r--r--phpBB/composer.lock335
2 files changed, 171 insertions, 166 deletions
diff --git a/phpBB/composer.json b/phpBB/composer.json
index caedd8226e..99e8bb6231 100644
--- a/phpBB/composer.json
+++ b/phpBB/composer.json
@@ -32,7 +32,7 @@
"guzzlehttp/guzzle": "~6.3",
"lusitanian/oauth": "^0.8.1",
"marc1706/fast-image-size": "^1.1",
- "paragonie/random_compat": "^1.4",
+ "paragonie/random_compat": "^2.0",
"patchwork/utf8": "^1.1",
"s9e/text-formatter": "^2.0",
"symfony/config": "~3.4",
diff --git a/phpBB/composer.lock b/phpBB/composer.lock
index 24f1d7d8e7..8555b5387d 100644
--- a/phpBB/composer.lock
+++ b/phpBB/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": "437a262e2dc4d5d92873b9fd7fec3427",
+ "content-hash": "fa3c0c97c2a8c44e38ab6cbcbdb75e44",
"packages": [
{
"name": "bantu/ini-get-wrapper",
@@ -38,25 +38,25 @@
},
{
"name": "google/recaptcha",
- "version": "1.2.1",
+ "version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/google/recaptcha.git",
- "reference": "e7add3be59211482ecdb942288f52da64a35f61a"
+ "reference": "c4a17d6af648d4f3814430cd103cba50b75b571c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/google/recaptcha/zipball/e7add3be59211482ecdb942288f52da64a35f61a",
- "reference": "e7add3be59211482ecdb942288f52da64a35f61a",
+ "url": "https://api.github.com/repos/google/recaptcha/zipball/c4a17d6af648d4f3814430cd103cba50b75b571c",
+ "reference": "c4a17d6af648d4f3814430cd103cba50b75b571c",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^2.2.20|^2.12",
+ "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
"php-coveralls/php-coveralls": "^2.1",
- "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7"
+ "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
},
"type": "library",
"extra": {
@@ -81,7 +81,7 @@
"recaptcha",
"spam"
],
- "time": "2018-08-05T09:31:53+00:00"
+ "time": "2019-05-24T12:44:03+00:00"
},
{
"name": "guzzlehttp/guzzle",
@@ -201,33 +201,37 @@
},
{
"name": "guzzlehttp/psr7",
- "version": "1.5.2",
+ "version": "1.6.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "9f83dded91781a01c63574e387eaa769be769115"
+ "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
- "reference": "9f83dded91781a01c63574e387eaa769be769115",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
+ "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
- "ralouphie/getallheaders": "^2.0.5"
+ "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
+ "ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
},
+ "suggest": {
+ "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
+ },
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.5-dev"
+ "dev-master": "1.6-dev"
}
},
"autoload": {
@@ -264,7 +268,7 @@
"uri",
"url"
],
- "time": "2018-12-04T20:46:45+00:00"
+ "time": "2019-07-01T23:21:34+00:00"
},
{
"name": "lusitanian/oauth",
@@ -331,7 +335,7 @@
"oauth",
"security"
],
- "time": "2018-02-14T22:37:14+00:00"
+ "time": "2016-07-12T22:15:00+00:00"
},
{
"name": "marc1706/fast-image-size",
@@ -506,16 +510,16 @@
},
{
"name": "paragonie/random_compat",
- "version": "v1.4.3",
+ "version": "v2.0.18",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
- "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd"
+ "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paragonie/random_compat/zipball/9b3899e3c3ddde89016f576edb8c489708ad64cd",
- "reference": "9b3899e3c3ddde89016f576edb8c489708ad64cd",
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
+ "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
"shasum": ""
},
"require": {
@@ -547,10 +551,11 @@
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
+ "polyfill",
"pseudorandom",
"random"
],
- "time": "2018-04-04T21:48:54+00:00"
+ "time": "2019-01-03T20:59:08+00:00"
},
{
"name": "patchwork/utf8",
@@ -759,24 +764,24 @@
},
{
"name": "ralouphie/getallheaders",
- "version": "2.0.5",
+ "version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
- "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
+ "reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
- "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
+ "reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
- "php": ">=5.3"
+ "php": ">=5.6"
},
"require-dev": {
- "phpunit/phpunit": "~3.7.0",
- "satooshi/php-coveralls": ">=1.0"
+ "php-coveralls/php-coveralls": "^2.1",
+ "phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
@@ -795,7 +800,7 @@
}
],
"description": "A polyfill for getallheaders.",
- "time": "2016-02-11T07:05:27+00:00"
+ "time": "2019-03-08T08:55:37+00:00"
},
{
"name": "s9e/regexp-builder",
@@ -837,16 +842,16 @@
},
{
"name": "s9e/text-formatter",
- "version": "2.0.1",
+ "version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
- "reference": "9bd8b56ebbb9a93eb99c05141e31fded4149de0e"
+ "reference": "6902c1dc06fccea08565b8966c5a2cf01e3bc85f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/9bd8b56ebbb9a93eb99c05141e31fded4149de0e",
- "reference": "9bd8b56ebbb9a93eb99c05141e31fded4149de0e",
+ "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/6902c1dc06fccea08565b8966c5a2cf01e3bc85f",
+ "reference": "6902c1dc06fccea08565b8966c5a2cf01e3bc85f",
"shasum": ""
},
"require": {
@@ -858,7 +863,7 @@
},
"require-dev": {
"matthiasmullie/minify": "*",
- "phpunit/phpunit": "^7"
+ "phpunit/phpunit": "^7 || ^8.2"
},
"suggest": {
"ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
@@ -871,7 +876,7 @@
},
"type": "library",
"extra": {
- "version": "2.0.1"
+ "version": "2.1.0"
},
"autoload": {
"psr-4": {
@@ -901,20 +906,20 @@
"parser",
"shortcodes"
],
- "time": "2019-06-06T13:44:40+00:00"
+ "time": "2019-07-24T10:59:43+00:00"
},
{
"name": "symfony/config",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "177a276c01575253c95cefe0866e3d1b57637fe0"
+ "reference": "623fd6be3e5d4112d667003488c8c3ec12b66f62"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/177a276c01575253c95cefe0866e3d1b57637fe0",
- "reference": "177a276c01575253c95cefe0866e3d1b57637fe0",
+ "url": "https://api.github.com/repos/symfony/config/zipball/623fd6be3e5d4112d667003488c8c3ec12b66f62",
+ "reference": "623fd6be3e5d4112d667003488c8c3ec12b66f62",
"shasum": ""
},
"require": {
@@ -965,20 +970,20 @@
],
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
- "time": "2019-02-23T15:06:07+00:00"
+ "time": "2019-07-17T15:23:18+00:00"
},
{
"name": "symfony/console",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "15a9104356436cb26e08adab97706654799d31d8"
+ "reference": "12940f20a816c978860fa4925b3f1bbb27e9ac46"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/15a9104356436cb26e08adab97706654799d31d8",
- "reference": "15a9104356436cb26e08adab97706654799d31d8",
+ "url": "https://api.github.com/repos/symfony/console/zipball/12940f20a816c978860fa4925b3f1bbb27e9ac46",
+ "reference": "12940f20a816c978860fa4925b3f1bbb27e9ac46",
"shasum": ""
},
"require": {
@@ -1037,20 +1042,20 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
- "time": "2019-04-08T09:29:13+00:00"
+ "time": "2019-07-24T14:46:41+00:00"
},
{
"name": "symfony/debug",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
- "reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9"
+ "reference": "bc977cb2681d75988ab2d53d14c4245c6c04f82f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/debug/zipball/681afbb26488903c5ac15e63734f1d8ac430c9b9",
- "reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9",
+ "url": "https://api.github.com/repos/symfony/debug/zipball/bc977cb2681d75988ab2d53d14c4245c6c04f82f",
+ "reference": "bc977cb2681d75988ab2d53d14c4245c6c04f82f",
"shasum": ""
},
"require": {
@@ -1093,20 +1098,20 @@
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
- "time": "2019-04-11T09:48:14+00:00"
+ "time": "2019-07-23T08:39:19+00:00"
},
{
"name": "symfony/dependency-injection",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "be0feb3fa202aedfd8d1956f2dafd563fb13acbf"
+ "reference": "ade939fe83d5ec5fcaa98628dc42d83232c8eb41"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/be0feb3fa202aedfd8d1956f2dafd563fb13acbf",
- "reference": "be0feb3fa202aedfd8d1956f2dafd563fb13acbf",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/ade939fe83d5ec5fcaa98628dc42d83232c8eb41",
+ "reference": "ade939fe83d5ec5fcaa98628dc42d83232c8eb41",
"shasum": ""
},
"require": {
@@ -1164,20 +1169,20 @@
],
"description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com",
- "time": "2019-04-20T15:32:49+00:00"
+ "time": "2019-07-19T11:52:08+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff"
+ "reference": "f18fdd6cc7006441865e698420cee26bac94741f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a088aafcefb4eef2520a290ed82e4374092a6dff",
- "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f18fdd6cc7006441865e698420cee26bac94741f",
+ "reference": "f18fdd6cc7006441865e698420cee26bac94741f",
"shasum": ""
},
"require": {
@@ -1227,20 +1232,20 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
- "time": "2019-04-02T08:51:52+00:00"
+ "time": "2019-06-25T07:45:31+00:00"
},
{
"name": "symfony/filesystem",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb"
+ "reference": "70adda061ef83bb7def63a17953dc41f203308a7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/acf99758b1df8e9295e6b85aa69f294565c9fedb",
- "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/70adda061ef83bb7def63a17953dc41f203308a7",
+ "reference": "70adda061ef83bb7def63a17953dc41f203308a7",
"shasum": ""
},
"require": {
@@ -1277,20 +1282,20 @@
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
- "time": "2019-02-04T21:34:32+00:00"
+ "time": "2019-06-23T09:29:17+00:00"
},
{
"name": "symfony/finder",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98"
+ "reference": "1e762fdf73ace6ceb42ba5a6ca280be86082364a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/61af5ce0b34b942d414fe8f1b11950d0e9a90e98",
- "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/1e762fdf73ace6ceb42ba5a6ca280be86082364a",
+ "reference": "1e762fdf73ace6ceb42ba5a6ca280be86082364a",
"shasum": ""
},
"require": {
@@ -1326,20 +1331,20 @@
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
- "time": "2019-04-02T19:54:57+00:00"
+ "time": "2019-06-28T08:02:59+00:00"
},
{
"name": "symfony/http-foundation",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "fa02215233be8de1c2b44617088192f9e8db3512"
+ "reference": "c450706851050ade2e1f30d012d50bb9173f7f3d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fa02215233be8de1c2b44617088192f9e8db3512",
- "reference": "fa02215233be8de1c2b44617088192f9e8db3512",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/c450706851050ade2e1f30d012d50bb9173f7f3d",
+ "reference": "c450706851050ade2e1f30d012d50bb9173f7f3d",
"shasum": ""
},
"require": {
@@ -1380,20 +1385,20 @@
],
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
- "time": "2019-05-01T08:04:33+00:00"
+ "time": "2019-07-23T06:27:47+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "586046f5adc6a08eaebbe4519ef18ad52f54e453"
+ "reference": "83a1b30c5dd02f5c3cd708a432071d0c99474eb3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/586046f5adc6a08eaebbe4519ef18ad52f54e453",
- "reference": "586046f5adc6a08eaebbe4519ef18ad52f54e453",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/83a1b30c5dd02f5c3cd708a432071d0c99474eb3",
+ "reference": "83a1b30c5dd02f5c3cd708a432071d0c99474eb3",
"shasum": ""
},
"require": {
@@ -1469,7 +1474,7 @@
],
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
- "time": "2019-05-01T13:03:24+00:00"
+ "time": "2019-07-27T17:14:06+00:00"
},
{
"name": "symfony/polyfill-ctype",
@@ -1649,16 +1654,16 @@
},
{
"name": "symfony/proxy-manager-bridge",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/proxy-manager-bridge.git",
- "reference": "f534483997cdfb1984b6fb2130faa61da84771f7"
+ "reference": "b9e3e283757a6b3cab981024b2bc75aa2a9dc5a5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/f534483997cdfb1984b6fb2130faa61da84771f7",
- "reference": "f534483997cdfb1984b6fb2130faa61da84771f7",
+ "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/b9e3e283757a6b3cab981024b2bc75aa2a9dc5a5",
+ "reference": "b9e3e283757a6b3cab981024b2bc75aa2a9dc5a5",
"shasum": ""
},
"require": {
@@ -1699,20 +1704,20 @@
],
"description": "Symfony ProxyManager Bridge",
"homepage": "https://symfony.com",
- "time": "2019-04-16T11:13:42+00:00"
+ "time": "2019-06-13T10:34:15+00:00"
},
{
"name": "symfony/routing",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "ff11aac46d6cb8a65f2855687bb9a1ac9d860eec"
+ "reference": "8d804d8a65a26dc9de1aaf2ff3a421e581d050e6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/ff11aac46d6cb8a65f2855687bb9a1ac9d860eec",
- "reference": "ff11aac46d6cb8a65f2855687bb9a1ac9d860eec",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/8d804d8a65a26dc9de1aaf2ff3a421e581d050e6",
+ "reference": "8d804d8a65a26dc9de1aaf2ff3a421e581d050e6",
"shasum": ""
},
"require": {
@@ -1775,20 +1780,20 @@
"uri",
"url"
],
- "time": "2019-03-29T21:58:42+00:00"
+ "time": "2019-06-26T11:14:13+00:00"
},
{
"name": "symfony/twig-bridge",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/twig-bridge.git",
- "reference": "9fc026c05e927fe59cf89f67b9f9926e44301eea"
+ "reference": "bf136ba1fbd18126ab65a930ea0daebb0b0fd159"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/9fc026c05e927fe59cf89f67b9f9926e44301eea",
- "reference": "9fc026c05e927fe59cf89f67b9f9926e44301eea",
+ "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/bf136ba1fbd18126ab65a930ea0daebb0b0fd159",
+ "reference": "bf136ba1fbd18126ab65a930ea0daebb0b0fd159",
"shasum": ""
},
"require": {
@@ -1865,20 +1870,20 @@
],
"description": "Symfony Twig Bridge",
"homepage": "https://symfony.com",
- "time": "2019-04-30T12:26:26+00:00"
+ "time": "2019-07-24T19:39:07+00:00"
},
{
"name": "symfony/yaml",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996"
+ "reference": "051d045c684148060ebfc9affb7e3f5e0899d40b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996",
- "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/051d045c684148060ebfc9affb7e3f5e0899d40b",
+ "reference": "051d045c684148060ebfc9affb7e3f5e0899d40b",
"shasum": ""
},
"require": {
@@ -1924,20 +1929,20 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
- "time": "2019-03-25T07:48:46+00:00"
+ "time": "2019-07-24T13:01:31+00:00"
},
{
"name": "twig/twig",
- "version": "v2.9.0",
+ "version": "v2.11.3",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
- "reference": "82a1c055c8ed4c4705023bfd0405f3c74db6e3ae"
+ "reference": "699ed2342557c88789a15402de5eb834dedd6792"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/82a1c055c8ed4c4705023bfd0405f3c74db6e3ae",
- "reference": "82a1c055c8ed4c4705023bfd0405f3c74db6e3ae",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/699ed2342557c88789a15402de5eb834dedd6792",
+ "reference": "699ed2342557c88789a15402de5eb834dedd6792",
"shasum": ""
},
"require": {
@@ -1948,12 +1953,12 @@
"require-dev": {
"psr/container": "^1.0",
"symfony/debug": "^2.7",
- "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
+ "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.9-dev"
+ "dev-master": "2.11-dev"
}
},
"autoload": {
@@ -1991,7 +1996,7 @@
"keywords": [
"templating"
],
- "time": "2019-04-28T06:57:38+00:00"
+ "time": "2019-06-18T15:37:11+00:00"
},
{
"name": "zendframework/zend-code",
@@ -2215,16 +2220,16 @@
},
{
"name": "facebook/webdriver",
- "version": "1.6.0",
+ "version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/facebook/php-webdriver.git",
- "reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e"
+ "reference": "e43de70f3c7166169d0f14a374505392734160e5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/bd8c740097eb9f2fc3735250fc1912bc811a954e",
- "reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e",
+ "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/e43de70f3c7166169d0f14a374505392734160e5",
+ "reference": "e43de70f3c7166169d0f14a374505392734160e5",
"shasum": ""
},
"require": {
@@ -2271,7 +2276,7 @@
"selenium",
"webdriver"
],
- "time": "2018-05-16T17:37:13+00:00"
+ "time": "2019-06-13T08:02:18+00:00"
},
{
"name": "laravel/homestead",
@@ -2721,16 +2726,16 @@
},
{
"name": "phpspec/prophecy",
- "version": "1.8.0",
+ "version": "1.8.1",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
- "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
+ "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
- "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
+ "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
"shasum": ""
},
"require": {
@@ -2751,8 +2756,8 @@
}
},
"autoload": {
- "psr-0": {
- "Prophecy\\": "src/"
+ "psr-4": {
+ "Prophecy\\": "src/Prophecy"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -2780,7 +2785,7 @@
"spy",
"stub"
],
- "time": "2018-08-05T17:53:17+00:00"
+ "time": "2019-06-13T12:50:23+00:00"
},
{
"name": "phpunit/dbunit",
@@ -2885,8 +2890,8 @@
"authors": [
{
"name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
+ "role": "lead",
+ "email": "sebastian@phpunit.de"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
@@ -2991,16 +2996,16 @@
},
{
"name": "phpunit/php-timer",
- "version": "2.1.1",
+ "version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
- "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059"
+ "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
- "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
+ "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
"shasum": ""
},
"require": {
@@ -3036,20 +3041,20 @@
"keywords": [
"timer"
],
- "time": "2019-02-20T10:12:59+00:00"
+ "time": "2019-06-07T04:22:29+00:00"
},
{
"name": "phpunit/php-token-stream",
- "version": "3.0.1",
+ "version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
- "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
+ "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
- "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a",
+ "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a",
"shasum": ""
},
"require": {
@@ -3062,7 +3067,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "3.1-dev"
}
},
"autoload": {
@@ -3085,20 +3090,20 @@
"keywords": [
"tokenizer"
],
- "time": "2018-10-30T05:52:18+00:00"
+ "time": "2019-07-25T05:29:42+00:00"
},
{
"name": "phpunit/phpunit",
- "version": "7.5.10",
+ "version": "7.5.14",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "d7d9cee051d03ed98df6023aad93f7902731a780"
+ "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d7d9cee051d03ed98df6023aad93f7902731a780",
- "reference": "d7d9cee051d03ed98df6023aad93f7902731a780",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2834789aeb9ac182ad69bfdf9ae91856a59945ff",
+ "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff",
"shasum": ""
},
"require": {
@@ -3158,8 +3163,8 @@
"authors": [
{
"name": "Sebastian Bergmann",
- "email": "sebastian@phpunit.de",
- "role": "lead"
+ "role": "lead",
+ "email": "sebastian@phpunit.de"
}
],
"description": "The PHP Unit Testing framework.",
@@ -3169,7 +3174,7 @@
"testing",
"xunit"
],
- "time": "2019-05-09T05:06:47+00:00"
+ "time": "2019-07-15T06:24:08+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@@ -3790,16 +3795,16 @@
},
{
"name": "symfony/browser-kit",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
- "reference": "7f2b0843d5045468225f9a9b27a0cb171ae81828"
+ "reference": "53266c9a1536e2dc673eb1efb6a6142ef84c6282"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/7f2b0843d5045468225f9a9b27a0cb171ae81828",
- "reference": "7f2b0843d5045468225f9a9b27a0cb171ae81828",
+ "url": "https://api.github.com/repos/symfony/browser-kit/zipball/53266c9a1536e2dc673eb1efb6a6142ef84c6282",
+ "reference": "53266c9a1536e2dc673eb1efb6a6142ef84c6282",
"shasum": ""
},
"require": {
@@ -3843,11 +3848,11 @@
],
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
- "time": "2019-04-06T19:33:58+00:00"
+ "time": "2019-06-09T14:27:26+00:00"
},
{
"name": "symfony/css-selector",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
@@ -3882,14 +3887,14 @@
],
"authors": [
{
- "name": "Jean-François Simon",
- "email": "jeanfrancois.simon@sensiolabs.com"
- },
- {
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
+ "name": "Jean-François Simon",
+ "email": "jeanfrancois.simon@sensiolabs.com"
+ },
+ {
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
@@ -3900,16 +3905,16 @@
},
{
"name": "symfony/dom-crawler",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
- "reference": "d40023c057393fb25f7ca80af2a56ed948c45a09"
+ "reference": "adb96e63af6fb0cc721cc69861001d60d0133d0c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d40023c057393fb25f7ca80af2a56ed948c45a09",
- "reference": "d40023c057393fb25f7ca80af2a56ed948c45a09",
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/adb96e63af6fb0cc721cc69861001d60d0133d0c",
+ "reference": "adb96e63af6fb0cc721cc69861001d60d0133d0c",
"shasum": ""
},
"require": {
@@ -3953,20 +3958,20 @@
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
- "time": "2019-02-23T15:06:07+00:00"
+ "time": "2019-05-30T15:47:52+00:00"
},
{
"name": "symfony/process",
- "version": "v3.4.27",
+ "version": "v3.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a"
+ "reference": "d129c017e8602507688ef2c3007951a16c1a8407"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/a9c4dfbf653023b668c282e4e02609d131f4057a",
- "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a",
+ "url": "https://api.github.com/repos/symfony/process/zipball/d129c017e8602507688ef2c3007951a16c1a8407",
+ "reference": "d129c017e8602507688ef2c3007951a16c1a8407",
"shasum": ""
},
"require": {
@@ -4002,20 +4007,20 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
- "time": "2019-04-08T16:15:54+00:00"
+ "time": "2019-05-30T15:47:52+00:00"
},
{
"name": "theseer/tokenizer",
- "version": "1.1.2",
+ "version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
- "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8"
+ "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8",
- "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
+ "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"shasum": ""
},
"require": {
@@ -4042,7 +4047,7 @@
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
- "time": "2019-04-04T09:56:43+00:00"
+ "time": "2019-06-13T22:48:21+00:00"
},
{
"name": "webmozart/assert",