diff --git a/includes/metabox/composer.lock b/includes/metabox/composer.lock index c5bbc34..7502018 100644 --- a/includes/metabox/composer.lock +++ b/includes/metabox/composer.lock @@ -126,7 +126,7 @@ "homepage": "https://github.com/kukulich" }, { - "name": "Tomas Votruba", + "name": "TomΓ‘Ε‘ Votruba", "email": "tomas.vot@gmail.com" }, { @@ -452,7 +452,7 @@ "semantic", "version" ], - "abandoned": true, + "abandoned": "kherge/semver", "time": "2014-05-27T05:29:25+00:00" }, { @@ -795,23 +795,23 @@ }, { "name": "nette/application", - "version": "v2.4.13", + "version": "v2.4.16", "source": { "type": "git", "url": "https://github.com/nette/application.git", - "reference": "023acd964383de11fbc32cae8f4dfd8043643a0f" + "reference": "e32c04de211873c792d13d9a00c50083b8e05a23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/application/zipball/023acd964383de11fbc32cae8f4dfd8043643a0f", - "reference": "023acd964383de11fbc32cae8f4dfd8043643a0f", + "url": "https://api.github.com/repos/nette/application/zipball/e32c04de211873c792d13d9a00c50083b8e05a23", + "reference": "e32c04de211873c792d13d9a00c50083b8e05a23", "shasum": "" }, "require": { "nette/component-model": "^2.3", "nette/http": "^2.2", "nette/reflection": "^2.2", - "nette/utils": "^2.4 || ~3.0.0", + "nette/utils": "^2.4", "php": ">=5.6.0" }, "conflict": { @@ -822,7 +822,7 @@ }, "require-dev": { "latte/latte": "^2.4.3", - "mockery/mockery": "^0.9.5", + "mockery/mockery": "^1.0", "nette/di": "^2.4", "nette/forms": "^2.4", "nette/robot-loader": "^2.4.2 || ^3.0", @@ -843,9 +843,6 @@ "autoload": { "classmap": [ "src/" - ], - "files": [ - "src/compatibility.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -878,7 +875,7 @@ "routing", "seo" ], - "time": "2018-11-23T22:28:11+00:00" + "time": "2020-08-25T01:51:49+00:00" }, { "name": "nette/bootstrap", @@ -947,7 +944,7 @@ "homepage": "https://nette.org/contributors" } ], - "description": "πŸ…± Nette Bootstrap: the simple way to configure and bootstrap your Nette application.", + "description": "? Nette Bootstrap: the simple way to configure and bootstrap your Nette application.", "homepage": "https://nette.org", "keywords": [ "bootstrapping", @@ -958,16 +955,16 @@ }, { "name": "nette/caching", - "version": "v2.5.8", + "version": "v2.5.9", "source": { "type": "git", "url": "https://github.com/nette/caching.git", - "reference": "7fba7c7ab2585fafb7b31152f2595e1551120555" + "reference": "d93ef446836a5a0ff7ef78d5ffebb7fe043f9953" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/caching/zipball/7fba7c7ab2585fafb7b31152f2595e1551120555", - "reference": "7fba7c7ab2585fafb7b31152f2595e1551120555", + "url": "https://api.github.com/repos/nette/caching/zipball/d93ef446836a5a0ff7ef78d5ffebb7fe043f9953", + "reference": "d93ef446836a5a0ff7ef78d5ffebb7fe043f9953", "shasum": "" }, "require": { @@ -1023,7 +1020,7 @@ "nette", "sqlite" ], - "time": "2018-03-21T11:04:32+00:00" + "time": "2019-11-19T18:38:13+00:00" }, { "name": "nette/component-model", @@ -1142,7 +1139,7 @@ "homepage": "https://nette.org/contributors" } ], - "description": "πŸ’Ž Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.", + "description": "? Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.", "homepage": "https://nette.org", "keywords": [ "compiled", @@ -1157,33 +1154,34 @@ }, { "name": "nette/finder", - "version": "v2.4.2", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/nette/finder.git", - "reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0" + "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/finder/zipball/ee951a656cb8ac622e5dd33474a01fd2470505a0", - "reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0", + "url": "https://api.github.com/repos/nette/finder/zipball/4ad2c298eb8c687dd0e74ae84206a4186eeaed50", + "reference": "4ad2c298eb8c687dd0e74ae84206a4186eeaed50", "shasum": "" }, "require": { - "nette/utils": "~2.4", - "php": ">=5.6.0" + "nette/utils": "^2.4 || ^3.0", + "php": ">=7.1" }, "conflict": { "nette/nette": "<2.2" }, "require-dev": { - "nette/tester": "~2.0", + "nette/tester": "^2.0", + "phpstan/phpstan": "^0.12", "tracy/tracy": "^2.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.5-dev" } }, "autoload": { @@ -1215,20 +1213,20 @@ "iterator", "nette" ], - "time": "2018-06-28T11:49:23+00:00" + "time": "2020-01-03T20:35:40+00:00" }, { "name": "nette/http", - "version": "v2.4.10", + "version": "v2.4.11", "source": { "type": "git", "url": "https://github.com/nette/http.git", - "reference": "a36e6bad0aae8bacf849c150b5e0ecacef0d9eca" + "reference": "3d75d11a880fe223bfa6bc7ca9822bdfe789e5a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/http/zipball/a36e6bad0aae8bacf849c150b5e0ecacef0d9eca", - "reference": "a36e6bad0aae8bacf849c150b5e0ecacef0d9eca", + "url": "https://api.github.com/repos/nette/http/zipball/3d75d11a880fe223bfa6bc7ca9822bdfe789e5a6", + "reference": "3d75d11a880fe223bfa6bc7ca9822bdfe789e5a6", "shasum": "" }, "require": { @@ -1274,7 +1272,7 @@ "homepage": "https://nette.org/contributors" } ], - "description": "🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.", + "description": "? Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.", "homepage": "https://nette.org", "keywords": [ "cookies", @@ -1287,7 +1285,7 @@ "session", "url" ], - "time": "2018-09-03T19:16:55+00:00" + "time": "2019-03-13T19:04:45+00:00" }, { "name": "nette/mail", @@ -1346,7 +1344,7 @@ "homepage": "https://nette.org/contributors" } ], - "description": "πŸ“§ Nette Mail: handy email creation and transfer library for PHP with both text and MIME-compliant support.", + "description": "? Nette Mail: handy email creation and transfer library for PHP with both text and MIME-compliant support.", "homepage": "https://nette.org", "keywords": [ "mail", @@ -1407,7 +1405,7 @@ "homepage": "https://nette.org/contributors" } ], - "description": "🍸 Nette NEON: encodes and decodes NEON file format.", + "description": "? Nette NEON: encodes and decodes NEON file format.", "homepage": "http://ne-on.org", "keywords": [ "export", @@ -1470,7 +1468,7 @@ "homepage": "https://nette.org/contributors" } ], - "description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.2 features.", + "description": "? Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.2 features.", "homepage": "https://nette.org", "keywords": [ "code", @@ -1542,6 +1540,7 @@ "nette", "reflection" ], + "abandoned": true, "time": "2017-07-11T19:28:57+00:00" }, { @@ -1599,7 +1598,7 @@ "homepage": "https://nette.org/contributors" } ], - "description": "πŸ€ Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.", + "description": "? Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.", "homepage": "https://nette.org", "keywords": [ "autoload", @@ -1733,7 +1732,7 @@ "homepage": "https://nette.org/contributors" } ], - "description": "πŸ›  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", + "description": "? Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", "homepage": "https://nette.org", "keywords": [ "array", @@ -2317,6 +2316,7 @@ "keywords": [ "tokenizer" ], + "abandoned": true, "time": "2017-11-27T05:48:46+00:00" }, { @@ -2460,6 +2460,7 @@ "mock", "xunit" ], + "abandoned": true, "time": "2018-08-09T05:50:03+00:00" }, { @@ -3335,7 +3336,7 @@ }, { "name": "Gert de Pagter", - "email": "backendtea@gmail.com" + "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", @@ -3552,7 +3553,7 @@ "homepage": "https://nette.org/contributors" } ], - "description": "😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.", + "description": "? Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.", "homepage": "https://tracy.nette.org", "keywords": [ "Xdebug", @@ -3623,5 +3624,6 @@ "platform": { "php": ">5.2.4" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }