diff --git a/composer.json b/composer.json index 88584395..ba0b0314 100644 --- a/composer.json +++ b/composer.json @@ -48,13 +48,12 @@ "bower-asset/jquery" : "^1.12", "bower-asset/jquery-timeago" : "^1.5", - "bower-asset/mediaelement" : "^2.21", "bower-asset/js-cookie" : "^2.1" }, "require-dev" : { "phpunit/phpunit" : "^9.0", - "friendsofphp/php-cs-fixer" : "*" + "friendsofphp/php-cs-fixer" : "*" }, "suggest": { "ext-memcache": "memcache caching", diff --git a/composer.lock b/composer.lock index 2de6e0f2..5666fc34 100644 --- a/composer.lock +++ b/composer.lock @@ -4,14 +4,14 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f33d2ee088ab313642a6e9220c746ccf", + "content-hash": "f42a40a8981300a1f3ef0d27fc211032", "packages": [ { "name": "bower-asset/jquery", "version": "1.12.4", "source": { "type": "git", - "url": "git@github.com:jquery/jquery-dist.git", + "url": "https://github.com/jquery/jquery-dist.git", "reference": "5e89585e0121e72ff47de177c5ef604f3089a53d" }, "dist": { @@ -63,24 +63,6 @@ "MIT" ] }, - { - "name": "bower-asset/mediaelement", - "version": "2.23.5", - "source": { - "type": "git", - "url": "git@github.com:johndyer/mediaelement.git", - "reference": "b78c8e9416b1ba9d8be3de9417fbb7eda95a6b59" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/johndyer/mediaelement/zipball/b78c8e9416b1ba9d8be3de9417fbb7eda95a6b59", - "reference": "b78c8e9416b1ba9d8be3de9417fbb7eda95a6b59" - }, - "type": "bower-asset", - "license": [ - "MIT" - ] - }, { "name": "dapphp/securimage", "version": "3.6.8", @@ -645,29 +627,32 @@ }, { "name": "doctrine/annotations", - "version": "1.12.x-dev", + "version": "1.13.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "4b3d01cfa2593aed374fa7dbd5a18ac3de8ef672" + "reference": "c66f06b7c83e9a2a7523351a9d5a4b55f885e574" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/4b3d01cfa2593aed374fa7dbd5a18ac3de8ef672", - "reference": "4b3d01cfa2593aed374fa7dbd5a18ac3de8ef672", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/c66f06b7c83e9a2a7523351a9d5a4b55f885e574", + "reference": "c66f06b7c83e9a2a7523351a9d5a4b55f885e574", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", - "php": "^7.1 || ^8.0" + "php": "^7.1 || ^8.0", + "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "1.*", "doctrine/coding-standard": "^6.0 || ^8.1", "phpstan/phpstan": "^0.12.20", - "phpunit/phpunit": "^7.5 || ^9.1.5" + "phpunit/phpunit": "^7.5 || ^9.1.5", + "symfony/cache": "^4.4 || ^5.2" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -709,9 +694,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.12.x" + "source": "https://github.com/doctrine/annotations/tree/1.13.x" }, - "time": "2021-01-18T07:26:23+00:00" + "time": "2021-02-28T12:43:30+00:00" }, { "name": "doctrine/instantiator", @@ -859,60 +844,56 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "2.18.x-dev", + "version": "3.0.x-dev", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "54570cd248e37aace9462d9970d2b00e8b5ee2d9" + "reference": "28ff09f6b15efe682272435a8d440feef11d8b60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/54570cd248e37aace9462d9970d2b00e8b5ee2d9", - "reference": "54570cd248e37aace9462d9970d2b00e8b5ee2d9", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/28ff09f6b15efe682272435a8d440feef11d8b60", + "reference": "28ff09f6b15efe682272435a8d440feef11d8b60", "shasum": "" }, "require": { - "composer/semver": "^1.4 || ^2.0 || ^3.0", - "composer/xdebug-handler": "^1.2", - "doctrine/annotations": "^1.2", + "composer/semver": "^3.2", + "composer/xdebug-handler": "^1.4", + "doctrine/annotations": "^1.12", "ext-json": "*", "ext-tokenizer": "*", - "php": "^5.6 || ^7.0 || ^8.0", - "php-cs-fixer/diff": "^1.3", - "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0", - "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0", - "symfony/filesystem": "^3.0 || ^4.0 || ^5.0", - "symfony/finder": "^3.0 || ^4.0 || ^5.0", - "symfony/options-resolver": "^3.0 || ^4.0 || ^5.0", - "symfony/polyfill-php70": "^1.0", - "symfony/polyfill-php72": "^1.4", - "symfony/process": "^3.0 || ^4.0 || ^5.0", - "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0" + "php": "^7.1.3 || ^8.0", + "php-cs-fixer/diff": "^2.0", + "symfony/console": "^4.4.20 || ^5.1.3", + "symfony/event-dispatcher": "^4.4.20 || ^5.0", + "symfony/filesystem": "^4.4.20 || ^5.0", + "symfony/finder": "^4.4.20 || ^5.0", + "symfony/options-resolver": "^4.4.20 || ^5.0", + "symfony/polyfill-php72": "^1.22", + "symfony/process": "^4.4.20 || ^5.0", + "symfony/stopwatch": "^4.4.20 || ^5.0" }, "require-dev": { - "justinrainbow/json-schema": "^5.0", + "justinrainbow/json-schema": "^5.2", "keradus/cli-executor": "^1.4", - "mikey179/vfsstream": "^1.6", - "php-coveralls/php-coveralls": "^2.4.2", - "php-cs-fixer/accessible-object": "^1.0", + "mikey179/vfsstream": "^1.6.8", + "php-coveralls/php-coveralls": "^2.4.3", + "php-cs-fixer/accessible-object": "^1.1", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", + "phpspec/prophecy": "^1.10.3", "phpspec/prophecy-phpunit": "^1.1 || ^2.0", - "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5", + "phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5", "phpunitgoodpractices/polyfill": "^1.5", "phpunitgoodpractices/traits": "^1.9.1", - "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1", - "symfony/phpunit-bridge": "^5.2.1", - "symfony/yaml": "^3.0 || ^4.0 || ^5.0" + "symfony/phpunit-bridge": "^5.2.4", + "symfony/yaml": "^4.4.20 || ^5.0" }, "suggest": { "ext-dom": "For handling output formats in XML", "ext-mbstring": "For handling non-UTF8 characters.", - "php-cs-fixer/phpunit-constraint-isidenticalstring": "For IsIdenticalString constraint.", - "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "For XmlMatchesXsd constraint.", "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." }, - "default-branch": true, "bin": [ "php-cs-fixer" ], @@ -920,19 +901,7 @@ "autoload": { "psr-4": { "PhpCsFixer\\": "src/" - }, - "classmap": [ - "tests/Test/AbstractFixerTestCase.php", - "tests/Test/AbstractIntegrationCaseFactory.php", - "tests/Test/AbstractIntegrationTestCase.php", - "tests/Test/Assert/AssertTokensTrait.php", - "tests/Test/IntegrationCase.php", - "tests/Test/IntegrationCaseFactory.php", - "tests/Test/IntegrationCaseFactoryInterface.php", - "tests/Test/InternalIntegrationCaseFactory.php", - "tests/Test/IsIdenticalConstraint.php", - "tests/TestCase.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -951,7 +920,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/2.18" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/3.0" }, "funding": [ { @@ -959,7 +928,7 @@ "type": "github" } ], - "time": "2021-02-02T20:38:55+00:00" + "time": "2021-03-10T19:42:38+00:00" }, { "name": "myclabs/deep-copy", @@ -1139,16 +1108,16 @@ }, { "name": "phar-io/version", - "version": "3.0.4", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", - "reference": "e4782611070e50613683d2b9a57730e9a3ba5451" + "reference": "bae7c545bef187884426f042434e561ab1ddb182" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/version/zipball/e4782611070e50613683d2b9a57730e9a3ba5451", - "reference": "e4782611070e50613683d2b9a57730e9a3ba5451", + "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182", + "reference": "bae7c545bef187884426f042434e561ab1ddb182", "shasum": "" }, "require": { @@ -1184,22 +1153,22 @@ "description": "Library for handling version information and constraints", "support": { "issues": "https://github.com/phar-io/version/issues", - "source": "https://github.com/phar-io/version/tree/3.0.4" + "source": "https://github.com/phar-io/version/tree/3.1.0" }, - "time": "2020-12-13T23:18:30+00:00" + "time": "2021-02-23T14:00:09+00:00" }, { "name": "php-cs-fixer/diff", - "version": "v1.3.1", + "version": "v2.0.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/diff.git", - "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759" + "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/dbd31aeb251639ac0b9e7e29405c1441907f5759", - "reference": "dbd31aeb251639ac0b9e7e29405c1441907f5759", + "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3", + "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3", "shasum": "" }, "require": { @@ -1227,21 +1196,18 @@ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" - }, - { - "name": "SpacePossum" } ], - "description": "sebastian/diff v2 backport support for PHP5.6", + "description": "sebastian/diff v3 backport support for PHP 5.6+", "homepage": "https://github.com/PHP-CS-Fixer", "keywords": [ "diff" ], "support": { "issues": "https://github.com/PHP-CS-Fixer/diff/issues", - "source": "https://github.com/PHP-CS-Fixer/diff/tree/v1.3.1" + "source": "https://github.com/PHP-CS-Fixer/diff/tree/v2.0.2" }, - "time": "2020-10-14T08:39:05+00:00" + "time": "2020-10-14T08:32:19+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -1303,12 +1269,12 @@ "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "e3324ecbde7319b0bbcf0fd7ca4af19469c38da9" + "reference": "f8d350d8514ff60b5993dd0121c62299480c989c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e3324ecbde7319b0bbcf0fd7ca4af19469c38da9", - "reference": "e3324ecbde7319b0bbcf0fd7ca4af19469c38da9", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/f8d350d8514ff60b5993dd0121c62299480c989c", + "reference": "f8d350d8514ff60b5993dd0121c62299480c989c", "shasum": "" }, "require": { @@ -1352,7 +1318,7 @@ "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master" }, - "time": "2020-11-18T14:27:38+00:00" + "time": "2021-03-07T11:12:25+00:00" }, { "name": "phpdocumentor/type-resolver", @@ -1554,12 +1520,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "7643948b9b254d2c1406437070c53489ca858632" + "reference": "be176a771658571c68e432ef2b92766323500396" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/7643948b9b254d2c1406437070c53489ca858632", - "reference": "7643948b9b254d2c1406437070c53489ca858632", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/be176a771658571c68e432ef2b92766323500396", + "reference": "be176a771658571c68e432ef2b92766323500396", "shasum": "" }, "require": { @@ -1607,7 +1573,7 @@ "type": "github" } ], - "time": "2021-01-31T06:06:23+00:00" + "time": "2021-03-12T06:35:26+00:00" }, { "name": "phpunit/php-invoker", @@ -1615,12 +1581,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "8ddb05c30eb42ee9342a711ff490436db0f42aad" + "reference": "7d0466dfe8d95401153dbd342a68d2dc5f97aa65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/8ddb05c30eb42ee9342a711ff490436db0f42aad", - "reference": "8ddb05c30eb42ee9342a711ff490436db0f42aad", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/7d0466dfe8d95401153dbd342a68d2dc5f97aa65", + "reference": "7d0466dfe8d95401153dbd342a68d2dc5f97aa65", "shasum": "" }, "require": { @@ -1671,7 +1637,7 @@ "type": "github" } ], - "time": "2021-01-31T06:06:31+00:00" + "time": "2021-03-12T06:35:32+00:00" }, { "name": "phpunit/php-text-template", @@ -1679,12 +1645,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "eace5f89cab382a6908f404ca2ea757e644047ab" + "reference": "937d542664c42822dc8da4c41b096b44926b35ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/eace5f89cab382a6908f404ca2ea757e644047ab", - "reference": "eace5f89cab382a6908f404ca2ea757e644047ab", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/937d542664c42822dc8da4c41b096b44926b35ef", + "reference": "937d542664c42822dc8da4c41b096b44926b35ef", "shasum": "" }, "require": { @@ -1731,7 +1697,7 @@ "type": "github" } ], - "time": "2021-01-31T06:07:05+00:00" + "time": "2021-03-12T06:35:57+00:00" }, { "name": "phpunit/php-timer", @@ -1739,12 +1705,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "c2c32bcece727700ce67b2c4fa5b5231c03d1232" + "reference": "c2e5a4f63ab592d38a758be6b8655f12b8ab0e94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/c2c32bcece727700ce67b2c4fa5b5231c03d1232", - "reference": "c2c32bcece727700ce67b2c4fa5b5231c03d1232", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/c2e5a4f63ab592d38a758be6b8655f12b8ab0e94", + "reference": "c2e5a4f63ab592d38a758be6b8655f12b8ab0e94", "shasum": "" }, "require": { @@ -1791,7 +1757,7 @@ "type": "github" } ], - "time": "2021-01-31T06:06:40+00:00" + "time": "2021-03-12T06:35:39+00:00" }, { "name": "phpunit/phpunit", @@ -1799,12 +1765,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "03db76e7af7243ca0bc99524b0f10bd062777c97" + "reference": "ef1b6b112512788895ad64f167768ce3b4ed166b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/03db76e7af7243ca0bc99524b0f10bd062777c97", - "reference": "03db76e7af7243ca0bc99524b0f10bd062777c97", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ef1b6b112512788895ad64f167768ce3b4ed166b", + "reference": "ef1b6b112512788895ad64f167768ce3b4ed166b", "shasum": "" }, "require": { @@ -1894,32 +1860,75 @@ "type": "github" } ], - "time": "2021-02-03T13:20:37+00:00" + "time": "2021-03-12T09:38:44+00:00" }, { - "name": "psr/container", - "version": "dev-master", + "name": "psr/cache", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "381524e8568e07f31d504a945b88556548c8c42e" + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/381524e8568e07f31d504a945b88556548c8c42e", - "reference": "381524e8568e07f31d504a945b88556548c8c42e", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/master" + }, + "time": "2016-08-06T20:24:11+00:00" + }, + { + "name": "psr/container", + "version": "1.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { "php": ">=7.2.0" }, - "default-branch": true, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } - }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -1946,9 +1955,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/master" + "source": "https://github.com/php-fig/container/tree/1.1.x" }, - "time": "2020-10-13T07:07:53+00:00" + "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/event-dispatcher", @@ -2009,12 +2018,12 @@ "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "dd738d0b4491f32725492cf345f6b501f5922fec" + "reference": "a18c1e692e02b84abbafe4856c3cd7cc6903908c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/dd738d0b4491f32725492cf345f6b501f5922fec", - "reference": "dd738d0b4491f32725492cf345f6b501f5922fec", + "url": "https://api.github.com/repos/php-fig/log/zipball/a18c1e692e02b84abbafe4856c3cd7cc6903908c", + "reference": "a18c1e692e02b84abbafe4856c3cd7cc6903908c", "shasum": "" }, "require": { @@ -2052,7 +2061,7 @@ "support": { "source": "https://github.com/php-fig/log/tree/master" }, - "time": "2020-09-18T06:44:51+00:00" + "time": "2021-03-02T15:02:34+00:00" }, { "name": "sebastian/cli-parser", @@ -2060,12 +2069,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "852907f9ef27ea08ad4135614a9fbd2f70c91ed1" + "reference": "dd99fa1f5e462d834febfd531068e79b94f63826" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/852907f9ef27ea08ad4135614a9fbd2f70c91ed1", - "reference": "852907f9ef27ea08ad4135614a9fbd2f70c91ed1", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/dd99fa1f5e462d834febfd531068e79b94f63826", + "reference": "dd99fa1f5e462d834febfd531068e79b94f63826", "shasum": "" }, "require": { @@ -2109,7 +2118,7 @@ "type": "github" } ], - "time": "2021-01-31T06:07:32+00:00" + "time": "2021-03-12T06:36:17+00:00" }, { "name": "sebastian/code-unit", @@ -2173,12 +2182,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "bae9e6f9fc00aa95c1971a52f819b08494a394f0" + "reference": "2e341ac378f28444e8d5a9b1ca878f3e10d095c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/bae9e6f9fc00aa95c1971a52f819b08494a394f0", - "reference": "bae9e6f9fc00aa95c1971a52f819b08494a394f0", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/2e341ac378f28444e8d5a9b1ca878f3e10d095c5", + "reference": "2e341ac378f28444e8d5a9b1ca878f3e10d095c5", "shasum": "" }, "require": { @@ -2221,7 +2230,7 @@ "type": "github" } ], - "time": "2021-01-31T06:05:15+00:00" + "time": "2021-03-12T06:34:30+00:00" }, { "name": "sebastian/comparator", @@ -2229,12 +2238,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "d529bf5bc5746f6c59a1defc17c3725b5374c750" + "reference": "da86fed339815cda8c93d24184902837e46f3dcf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/d529bf5bc5746f6c59a1defc17c3725b5374c750", - "reference": "d529bf5bc5746f6c59a1defc17c3725b5374c750", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/da86fed339815cda8c93d24184902837e46f3dcf", + "reference": "da86fed339815cda8c93d24184902837e46f3dcf", "shasum": "" }, "require": { @@ -2296,20 +2305,20 @@ "type": "github" } ], - "time": "2021-01-31T06:05:24+00:00" + "time": "2021-03-12T06:34:37+00:00" }, { "name": "sebastian/complexity", - "version": "dev-master", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "1e51f588b0bf9783d80e952339a1f057f530f3ac" + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/1e51f588b0bf9783d80e952339a1f057f530f3ac", - "reference": "1e51f588b0bf9783d80e952339a1f057f530f3ac", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", "shasum": "" }, "require": { @@ -2319,7 +2328,6 @@ "require-dev": { "phpunit/phpunit": "^9.3" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -2346,7 +2354,7 @@ "homepage": "https://github.com/sebastianbergmann/complexity", "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/master" + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" }, "funding": [ { @@ -2354,7 +2362,7 @@ "type": "github" } ], - "time": "2021-01-31T06:07:14+00:00" + "time": "2020-10-26T15:52:27+00:00" }, { "name": "sebastian/diff", @@ -2362,12 +2370,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "492912a4b41de6a0127ebcd2f766b7d7f10f574c" + "reference": "d6a6f22f17c5a6c7454eedc4d202aad1bcd69f97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/492912a4b41de6a0127ebcd2f766b7d7f10f574c", - "reference": "492912a4b41de6a0127ebcd2f766b7d7f10f574c", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/d6a6f22f17c5a6c7454eedc4d202aad1bcd69f97", + "reference": "d6a6f22f17c5a6c7454eedc4d202aad1bcd69f97", "shasum": "" }, "require": { @@ -2421,7 +2429,7 @@ "type": "github" } ], - "time": "2021-01-31T06:05:32+00:00" + "time": "2021-03-12T06:34:45+00:00" }, { "name": "sebastian/environment", @@ -2429,12 +2437,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "36ffd0fc651961e864d955e6fd71ef03c367abae" + "reference": "2b55055f427dd8c7274b87f8fcebeca063553827" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/36ffd0fc651961e864d955e6fd71ef03c367abae", - "reference": "36ffd0fc651961e864d955e6fd71ef03c367abae", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/2b55055f427dd8c7274b87f8fcebeca063553827", + "reference": "2b55055f427dd8c7274b87f8fcebeca063553827", "shasum": "" }, "require": { @@ -2485,7 +2493,7 @@ "type": "github" } ], - "time": "2021-01-31T06:05:40+00:00" + "time": "2021-03-12T06:34:52+00:00" }, { "name": "sebastian/exporter", @@ -2493,12 +2501,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "61024af3555edd28c0e2df7ae6a72bb24b1c3f88" + "reference": "eac28a6ba06c1d2f4592caab3ecb5a573719dead" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/61024af3555edd28c0e2df7ae6a72bb24b1c3f88", - "reference": "61024af3555edd28c0e2df7ae6a72bb24b1c3f88", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/eac28a6ba06c1d2f4592caab3ecb5a573719dead", + "reference": "eac28a6ba06c1d2f4592caab3ecb5a573719dead", "shasum": "" }, "require": { @@ -2563,7 +2571,7 @@ "type": "github" } ], - "time": "2021-01-31T06:05:49+00:00" + "time": "2021-03-12T06:34:58+00:00" }, { "name": "sebastian/global-state", @@ -2571,12 +2579,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "ebe2eda599117719755417db6552cf3e6cea68a3" + "reference": "fdc815035b99d311787aaddee356bcdbfdacd264" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ebe2eda599117719755417db6552cf3e6cea68a3", - "reference": "ebe2eda599117719755417db6552cf3e6cea68a3", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/fdc815035b99d311787aaddee356bcdbfdacd264", + "reference": "fdc815035b99d311787aaddee356bcdbfdacd264", "shasum": "" }, "require": { @@ -2628,20 +2636,20 @@ "type": "github" } ], - "time": "2021-01-31T06:05:57+00:00" + "time": "2021-03-12T06:35:06+00:00" }, { "name": "sebastian/lines-of-code", - "version": "dev-master", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "a58591ee219008ebc039a6ef1a1ad5ebd7aa5094" + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/a58591ee219008ebc039a6ef1a1ad5ebd7aa5094", - "reference": "a58591ee219008ebc039a6ef1a1ad5ebd7aa5094", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", "shasum": "" }, "require": { @@ -2651,7 +2659,6 @@ "require-dev": { "phpunit/phpunit": "^9.3" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -2678,7 +2685,7 @@ "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/master" + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" }, "funding": [ { @@ -2686,7 +2693,7 @@ "type": "github" } ], - "time": "2021-01-31T06:07:23+00:00" + "time": "2020-11-28T06:42:11+00:00" }, { "name": "sebastian/object-enumerator", @@ -2694,12 +2701,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "c3392f76c657681a2fde9073a47d26190580acee" + "reference": "cc061578620fe00922c20aa0f563cc48c7260867" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/c3392f76c657681a2fde9073a47d26190580acee", - "reference": "c3392f76c657681a2fde9073a47d26190580acee", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/cc061578620fe00922c20aa0f563cc48c7260867", + "reference": "cc061578620fe00922c20aa0f563cc48c7260867", "shasum": "" }, "require": { @@ -2744,7 +2751,7 @@ "type": "github" } ], - "time": "2021-01-31T06:06:06+00:00" + "time": "2021-03-12T06:35:13+00:00" }, { "name": "sebastian/object-reflector", @@ -2752,12 +2759,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "0b1e3b35407041b8f28c2d8b9f3d792720c81c23" + "reference": "c792bcd052c3290774390afd13c19bb3a96b94e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/0b1e3b35407041b8f28c2d8b9f3d792720c81c23", - "reference": "0b1e3b35407041b8f28c2d8b9f3d792720c81c23", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/c792bcd052c3290774390afd13c19bb3a96b94e6", + "reference": "c792bcd052c3290774390afd13c19bb3a96b94e6", "shasum": "" }, "require": { @@ -2800,7 +2807,7 @@ "type": "github" } ], - "time": "2021-01-31T06:06:15+00:00" + "time": "2021-03-12T06:35:20+00:00" }, { "name": "sebastian/recursion-context", @@ -2808,12 +2815,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "5df92f91b2cc5f733bb1d2df3eb81013a2bf69c6" + "reference": "c07d99ada2b8e6e5ade4c2522af54b0f3c796387" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5df92f91b2cc5f733bb1d2df3eb81013a2bf69c6", - "reference": "5df92f91b2cc5f733bb1d2df3eb81013a2bf69c6", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/c07d99ada2b8e6e5ade4c2522af54b0f3c796387", + "reference": "c07d99ada2b8e6e5ade4c2522af54b0f3c796387", "shasum": "" }, "require": { @@ -2864,7 +2871,7 @@ "type": "github" } ], - "time": "2021-01-31T06:06:48+00:00" + "time": "2021-03-12T06:35:45+00:00" }, { "name": "sebastian/resource-operations", @@ -2928,12 +2935,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "6751662dde805fb5e46e05d3133a89e056796404" + "reference": "3bbff26dad4e0aadda7d8a0b598b903fbef6c3e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/6751662dde805fb5e46e05d3133a89e056796404", - "reference": "6751662dde805fb5e46e05d3133a89e056796404", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3bbff26dad4e0aadda7d8a0b598b903fbef6c3e6", + "reference": "3bbff26dad4e0aadda7d8a0b598b903fbef6c3e6", "shasum": "" }, "require": { @@ -2977,11 +2984,11 @@ "type": "github" } ], - "time": "2021-01-31T06:06:56+00:00" + "time": "2021-03-12T06:35:51+00:00" }, { "name": "sebastian/version", - "version": "dev-master", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", @@ -2996,7 +3003,6 @@ "require": { "php": ">=7.3" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -3039,12 +3045,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "56d4c04ca6069c93857c7335a626dbe747fa82d4" + "reference": "e8bee16c337d9553fb737adf79d6aabe330fd982" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/56d4c04ca6069c93857c7335a626dbe747fa82d4", - "reference": "56d4c04ca6069c93857c7335a626dbe747fa82d4", + "url": "https://api.github.com/repos/symfony/console/zipball/e8bee16c337d9553fb737adf79d6aabe330fd982", + "reference": "e8bee16c337d9553fb737adf79d6aabe330fd982", "shasum": "" }, "require": { @@ -3129,7 +3135,7 @@ "type": "tidelift" } ], - "time": "2021-01-28T22:09:26+00:00" + "time": "2021-03-12T08:40:58+00:00" }, { "name": "symfony/deprecation-contracts", @@ -3137,12 +3143,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "c154763cf2c552cc07ad9388c8a62e80adc2864f" + "reference": "49dc45a74cbac5fffc6417372a9f5ae1682ca0b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/c154763cf2c552cc07ad9388c8a62e80adc2864f", - "reference": "c154763cf2c552cc07ad9388c8a62e80adc2864f", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/49dc45a74cbac5fffc6417372a9f5ae1682ca0b4", + "reference": "49dc45a74cbac5fffc6417372a9f5ae1682ca0b4", "shasum": "" }, "require": { @@ -3152,7 +3158,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.3-dev" + "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -3197,7 +3203,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T16:27:53+00:00" + "time": "2021-02-25T16:38:04+00:00" }, { "name": "symfony/event-dispatcher", @@ -3205,12 +3211,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "4f9760f8074978ad82e2ce854dff79a71fe45367" + "reference": "bcbfcf5fdfec7d4ae8133bfa76a756831b6f46c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4f9760f8074978ad82e2ce854dff79a71fe45367", - "reference": "4f9760f8074978ad82e2ce854dff79a71fe45367", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bcbfcf5fdfec7d4ae8133bfa76a756831b6f46c6", + "reference": "bcbfcf5fdfec7d4ae8133bfa76a756831b6f46c6", "shasum": "" }, "require": { @@ -3267,7 +3273,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.3" + "source": "https://github.com/symfony/event-dispatcher/tree/5.x" }, "funding": [ { @@ -3283,7 +3289,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T10:36:42+00:00" + "time": "2021-02-19T00:04:43+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -3291,12 +3297,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "05776190621bfe75b9e40f5b8f4f1e8dc05e775a" + "reference": "9b7cabf9fac8f2c7c7e6b2e9eeb041165a7e3327" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/05776190621bfe75b9e40f5b8f4f1e8dc05e775a", - "reference": "05776190621bfe75b9e40f5b8f4f1e8dc05e775a", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/9b7cabf9fac8f2c7c7e6b2e9eeb041165a7e3327", + "reference": "9b7cabf9fac8f2c7c7e6b2e9eeb041165a7e3327", "shasum": "" }, "require": { @@ -3310,7 +3316,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.3-dev" + "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -3363,7 +3369,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T16:27:53+00:00" + "time": "2021-02-25T16:38:04+00:00" }, { "name": "symfony/filesystem", @@ -3434,12 +3440,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "43660ed10f94c386ba4e396b502184656b3078ae" + "reference": "0d639a0943822626290d169965804f79400e6a04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/43660ed10f94c386ba4e396b502184656b3078ae", - "reference": "43660ed10f94c386ba4e396b502184656b3078ae", + "url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04", + "reference": "0d639a0943822626290d169965804f79400e6a04", "shasum": "" }, "require": { @@ -3472,7 +3478,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/5.x" + "source": "https://github.com/symfony/finder/tree/v5.2.4" }, "funding": [ { @@ -3488,7 +3494,7 @@ "type": "tidelift" } ], - "time": "2021-02-12T10:38:38+00:00" + "time": "2021-02-15T18:55:04+00:00" }, { "name": "symfony/options-resolver", @@ -3542,7 +3548,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.2.3" + "source": "https://github.com/symfony/options-resolver/tree/v5.2.4" }, "funding": [ { @@ -3622,7 +3628,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" }, "funding": [ { @@ -3646,12 +3652,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "267a9adeb8ecb8071040a740930e077cdfb987af" + "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/267a9adeb8ecb8071040a740930e077cdfb987af", - "reference": "267a9adeb8ecb8071040a740930e077cdfb987af", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170", + "reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170", "shasum": "" }, "require": { @@ -3704,7 +3710,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1" }, "funding": [ { @@ -3720,7 +3726,7 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-01-22T09:19:47+00:00" }, { "name": "symfony/polyfill-intl-normalizer", @@ -3728,12 +3734,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "6e971c891537eb617a00bb07a43d182a6915faba" + "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba", - "reference": "6e971c891537eb617a00bb07a43d182a6915faba", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248", + "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248", "shasum": "" }, "require": { @@ -3789,7 +3795,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1" }, "funding": [ { @@ -3805,7 +3811,7 @@ "type": "tidelift" } ], - "time": "2021-01-07T17:09:11+00:00" + "time": "2021-01-22T09:19:47+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -3813,12 +3819,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13" + "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", - "reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", + "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", "shasum": "" }, "require": { @@ -3870,7 +3876,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1" }, "funding": [ { @@ -3886,76 +3892,7 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" - }, - { - "name": "symfony/polyfill-php70", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644", - "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "default-branch": true, - "type": "metapackage", - "extra": { - "branch-alias": { - "dev-main": "1.20-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-23T14:02:19+00:00" + "time": "2021-01-22T09:19:47+00:00" }, { "name": "symfony/polyfill-php72", @@ -4016,7 +3953,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1" }, "funding": [ { @@ -4096,7 +4033,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1" }, "funding": [ { @@ -4180,7 +4117,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1" }, "funding": [ { @@ -4267,17 +4204,17 @@ "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "bf99754c6182a126968b1c2709d18548489f27eb" + "reference": "96cd360b9f03a22a30cf5354e630c557bd3aac33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bf99754c6182a126968b1c2709d18548489f27eb", - "reference": "bf99754c6182a126968b1c2709d18548489f27eb", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/96cd360b9f03a22a30cf5354e630c557bd3aac33", + "reference": "96cd360b9f03a22a30cf5354e630c557bd3aac33", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/container": "^1.0" + "psr/container": "^1.1" }, "suggest": { "symfony/service-implementation": "" @@ -4286,7 +4223,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.3-dev" + "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", @@ -4339,7 +4276,7 @@ "type": "tidelift" } ], - "time": "2021-01-27T16:27:53+00:00" + "time": "2021-03-05T22:51:52+00:00" }, { "name": "symfony/stopwatch", @@ -4410,12 +4347,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "13c9099cdb470223b5863f7d11d17554b2dc6404" + "reference": "6d830fae00e2bb336074eae141bb00db36cd3551" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/13c9099cdb470223b5863f7d11d17554b2dc6404", - "reference": "13c9099cdb470223b5863f7d11d17554b2dc6404", + "url": "https://api.github.com/repos/symfony/string/zipball/6d830fae00e2bb336074eae141bb00db36cd3551", + "reference": "6d830fae00e2bb336074eae141bb00db36cd3551", "shasum": "" }, "require": { @@ -4486,7 +4423,7 @@ "type": "tidelift" } ], - "time": "2021-01-26T09:33:05+00:00" + "time": "2021-02-17T15:27:35+00:00" }, { "name": "theseer/tokenizer", @@ -4544,12 +4481,12 @@ "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "9c89b265ccc4092d58e66d72af5d343ee77a41ae" + "reference": "f07851c5b43e4cb502c24068620e9af6cbdd953f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/9c89b265ccc4092d58e66d72af5d343ee77a41ae", - "reference": "9c89b265ccc4092d58e66d72af5d343ee77a41ae", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/f07851c5b43e4cb502c24068620e9af6cbdd953f", + "reference": "f07851c5b43e4cb502c24068620e9af6cbdd953f", "shasum": "" }, "require": { @@ -4558,7 +4495,7 @@ }, "conflict": { "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<3.9.1" + "vimeo/psalm": "<4.6.1 || 4.6.2" }, "require-dev": { "phpunit/phpunit": "^8.5.13" @@ -4595,7 +4532,7 @@ "issues": "https://github.com/webmozarts/assert/issues", "source": "https://github.com/webmozarts/assert/tree/master" }, - "time": "2021-01-18T12:52:36+00:00" + "time": "2021-03-11T07:08:13+00:00" } ], "aliases": [], diff --git a/ext/handle_video/theme.php b/ext/handle_video/theme.php index a941d3ef..f1c5155f 100644 --- a/ext/handle_video/theme.php +++ b/ext/handle_video/theme.php @@ -8,11 +8,9 @@ class VideoFileHandlerTheme extends Themelet $ilink = $image->get_image_link(); $thumb_url = make_http($image->get_thumb_link()); //used as fallback image $mime = strtolower($image->get_mime()); - $full_url = make_http($ilink); $autoplay = $config->get_bool(VideoFileHandlerConfig::PLAYBACK_AUTOPLAY); $loop = $config->get_bool(VideoFileHandlerConfig::PLAYBACK_LOOP); $mute = $config->get_bool(VideoFileHandlerConfig::PLAYBACK_MUTE); - $player = make_link('vendor/bower-asset/mediaelement/build/flashmediaelement.swf'); $width="auto"; if ($image->width>1) { @@ -28,47 +26,22 @@ class VideoFileHandlerTheme extends Themelet //Browser media format support: https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats if (MimeType::matches_array($mime, VideoFileHandler::SUPPORTED_MIME)) { - //FLV isn't supported by