From 30638b3f2192a030dacf12a71b7615e8b0f5af09 Mon Sep 17 00:00:00 2001 From: Wisdom Ebong <30173059+webong@users.noreply.github.com> Date: Wed, 1 Mar 2023 17:50:26 +0100 Subject: [PATCH] mend --- composer.json | 2 +- composer.lock | 405 ++++++++++++++++---------------------------------- 2 files changed, 130 insertions(+), 277 deletions(-) diff --git a/composer.json b/composer.json index 4c54b0dc35..1edd9007dd 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "ohanzee/database": "dev-namespaces", "php-http/curl-client": "^2.2", "predis/predis": "~1.1", - "robmorgan/phinx": "~0.11.2", + "robmorgan/phinx": "~0.12.2", "sentry/sentry-laravel": "*", "symfony/psr-http-message-bridge": "^2.0", "symm/gisconverter": "~1.0.5", diff --git a/composer.lock b/composer.lock index 9e484d7869..9fcf9218ea 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2f24de1dfc6e27c273f152cedde1f076", + "content-hash": "d735fed27eb7f455d5aba3ac470ef734", "packages": [ { "name": "abraham/twitteroauth", @@ -495,129 +495,28 @@ ], "time": "2021-08-15T20:50:18+00:00" }, - { - "name": "cakephp/cache", - "version": "3.10.5", - "source": { - "type": "git", - "url": "https://github.com/cakephp/cache.git", - "reference": "0e95a17b118d900f362de07bff902fa147e51fb2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cakephp/cache/zipball/0e95a17b118d900f362de07bff902fa147e51fb2", - "reference": "0e95a17b118d900f362de07bff902fa147e51fb2", - "shasum": "" - }, - "require": { - "cakephp/core": "^3.6.0", - "php": ">=5.6.0,<8.0.0", - "psr/simple-cache": "^1.0.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Cake\\Cache\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "CakePHP Community", - "homepage": "https://github.com/cakephp/cache/graphs/contributors" - } - ], - "description": "Easy to use Caching library with support for multiple caching backends", - "homepage": "https://cakephp.org", - "keywords": [ - "cache", - "caching", - "cakephp" - ], - "support": { - "forum": "https://stackoverflow.com/tags/cakephp", - "irc": "irc://irc.freenode.org/cakephp", - "issues": "https://github.com/cakephp/cakephp/issues", - "source": "https://github.com/cakephp/cache" - }, - "time": "2021-06-20T01:13:19+00:00" - }, - { - "name": "cakephp/collection", - "version": "3.10.5", - "source": { - "type": "git", - "url": "https://github.com/cakephp/collection.git", - "reference": "5667e755cfafe4b186f5f2a54121cf44cb86159e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cakephp/collection/zipball/5667e755cfafe4b186f5f2a54121cf44cb86159e", - "reference": "5667e755cfafe4b186f5f2a54121cf44cb86159e", - "shasum": "" - }, - "require": { - "php": ">=5.6.0,<8.0.0" - }, - "type": "library", - "autoload": { - "files": [ - "functions.php" - ], - "psr-4": { - "Cake\\Collection\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "CakePHP Community", - "homepage": "https://github.com/cakephp/collection/graphs/contributors" - } - ], - "description": "Work easily with arrays and iterators by having a battery of utility traversal methods", - "homepage": "https://cakephp.org", - "keywords": [ - "arrays", - "cakephp", - "collections", - "iterators" - ], - "support": { - "forum": "https://stackoverflow.com/tags/cakephp", - "irc": "irc://irc.freenode.org/cakephp", - "issues": "https://github.com/cakephp/cakephp/issues", - "source": "https://github.com/cakephp/collection" - }, - "time": "2021-03-26T00:40:07+00:00" - }, { "name": "cakephp/core", - "version": "3.10.5", + "version": "4.3.11", "source": { "type": "git", "url": "https://github.com/cakephp/core.git", - "reference": "716300a55ac86b7456e52258d3f50545545d2d6b" + "reference": "499f17738d40560ec077d7d2039c9af4969c6b17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/core/zipball/716300a55ac86b7456e52258d3f50545545d2d6b", - "reference": "716300a55ac86b7456e52258d3f50545545d2d6b", + "url": "https://api.github.com/repos/cakephp/core/zipball/499f17738d40560ec077d7d2039c9af4969c6b17", + "reference": "499f17738d40560ec077d7d2039c9af4969c6b17", "shasum": "" }, "require": { - "cakephp/utility": "^3.6.0", - "php": ">=5.6.0,<8.0.0" + "cakephp/utility": "^4.0", + "php": ">=7.2.0" }, "suggest": { "cakephp/cache": "To use Configure::store() and restore().", - "cakephp/event": "To use PluginApplicationInterface or plugin applications." + "cakephp/event": "To use PluginApplicationInterface or plugin applications.", + "league/container": "To use Container and ServiceProvider classes" }, "type": "library", "autoload": { @@ -651,28 +550,29 @@ "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/core" }, - "time": "2021-06-18T07:33:08+00:00" + "time": "2022-03-10T13:13:51+00:00" }, { "name": "cakephp/database", - "version": "3.10.5", + "version": "4.3.11", "source": { "type": "git", "url": "https://github.com/cakephp/database.git", - "reference": "e16dae97cfe00b1de9c210bd49f71ad5c2de199a" + "reference": "886590811cc0554b1cf8e8802cdafcc02db48a7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/database/zipball/e16dae97cfe00b1de9c210bd49f71ad5c2de199a", - "reference": "e16dae97cfe00b1de9c210bd49f71ad5c2de199a", + "url": "https://api.github.com/repos/cakephp/database/zipball/886590811cc0554b1cf8e8802cdafcc02db48a7e", + "reference": "886590811cc0554b1cf8e8802cdafcc02db48a7e", "shasum": "" }, "require": { - "cakephp/cache": "^3.6.0", - "cakephp/core": "^3.6.0", - "cakephp/datasource": "^3.6.0", - "cakephp/log": "^3.6.0", - "php": ">=5.6.0,<8.0.0" + "cakephp/core": "^4.0", + "cakephp/datasource": "^4.0", + "php": ">=7.2.0" + }, + "suggest": { + "cakephp/i18n": "If you are using locale-aware datetime formats or Chronos types." }, "type": "library", "autoload": { @@ -705,25 +605,27 @@ "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/database" }, - "time": "2021-10-23T07:22:45+00:00" + "time": "2023-01-05T23:35:36+00:00" }, { "name": "cakephp/datasource", - "version": "3.10.5", + "version": "4.3.11", "source": { "type": "git", "url": "https://github.com/cakephp/datasource.git", - "reference": "accbe0c85552f384e587d73abdba1618c604b54d" + "reference": "106ac9cb54a852f286dd2fe21e131c51f4a3d7fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/datasource/zipball/accbe0c85552f384e587d73abdba1618c604b54d", - "reference": "accbe0c85552f384e587d73abdba1618c604b54d", + "url": "https://api.github.com/repos/cakephp/datasource/zipball/106ac9cb54a852f286dd2fe21e131c51f4a3d7fb", + "reference": "106ac9cb54a852f286dd2fe21e131c51f4a3d7fb", "shasum": "" }, "require": { - "cakephp/core": "^3.6.0", - "php": ">=5.6.0,<8.0.0" + "cakephp/core": "^4.0", + "php": ">=7.2.0", + "psr/log": "^1.0 || ^2.0", + "psr/simple-cache": "^1.0 || ^2.0" }, "suggest": { "cakephp/cache": "If you decide to use Query caching.", @@ -761,76 +663,25 @@ "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/datasource" }, - "time": "2021-04-07T13:23:38+00:00" - }, - { - "name": "cakephp/log", - "version": "3.10.5", - "source": { - "type": "git", - "url": "https://github.com/cakephp/log.git", - "reference": "cf10bdcce4e78430a780edb2cc5b4b2b4719a65d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cakephp/log/zipball/cf10bdcce4e78430a780edb2cc5b4b2b4719a65d", - "reference": "cf10bdcce4e78430a780edb2cc5b4b2b4719a65d", - "shasum": "" - }, - "require": { - "cakephp/core": "^3.6.0", - "php": ">=5.6.0,<8.0.0", - "psr/log": "^1.0.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Cake\\Log\\": "." - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "CakePHP Community", - "homepage": "https://github.com/cakephp/log/graphs/contributors" - } - ], - "description": "CakePHP logging library with support for multiple different streams", - "homepage": "https://cakephp.org", - "keywords": [ - "Streams", - "cakephp", - "log", - "logging" - ], - "support": { - "forum": "https://stackoverflow.com/tags/cakephp", - "irc": "irc://irc.freenode.org/cakephp", - "issues": "https://github.com/cakephp/cakephp/issues", - "source": "https://github.com/cakephp/log" - }, - "time": "2020-10-28T18:13:14+00:00" + "time": "2022-05-10T07:45:43+00:00" }, { "name": "cakephp/utility", - "version": "3.10.5", + "version": "4.3.11", "source": { "type": "git", "url": "https://github.com/cakephp/utility.git", - "reference": "51b0af31af3239f6141006bbd7cbc7b16aba40d6" + "reference": "3d352060ca3e49c81c3fd2bdb092ee345d8f4e38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/utility/zipball/51b0af31af3239f6141006bbd7cbc7b16aba40d6", - "reference": "51b0af31af3239f6141006bbd7cbc7b16aba40d6", + "url": "https://api.github.com/repos/cakephp/utility/zipball/3d352060ca3e49c81c3fd2bdb092ee345d8f4e38", + "reference": "3d352060ca3e49c81c3fd2bdb092ee345d8f4e38", "shasum": "" }, "require": { - "cakephp/core": "^3.6.0", - "php": ">=5.6.0,<8.0.0" + "cakephp/core": "^4.0", + "php": ">=7.2.0" }, "suggest": { "ext-intl": "To use Text::transliterate() or Text::slug()", @@ -871,7 +722,7 @@ "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/utility" }, - "time": "2020-12-09T02:43:02+00:00" + "time": "2022-01-28T18:02:00+00:00" }, { "name": "clue/stream-filter", @@ -6127,34 +5978,36 @@ }, { "name": "robmorgan/phinx", - "version": "0.11.7", + "version": "0.12.13", "source": { "type": "git", "url": "https://github.com/cakephp/phinx.git", - "reference": "3cdde73e0c33c410e076108b3e1603fabb5b330d" + "reference": "6eb0f295e140ed2804d93396755f0ce9ada4ec07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cakephp/phinx/zipball/3cdde73e0c33c410e076108b3e1603fabb5b330d", - "reference": "3cdde73e0c33c410e076108b3e1603fabb5b330d", + "url": "https://api.github.com/repos/cakephp/phinx/zipball/6eb0f295e140ed2804d93396755f0ce9ada4ec07", + "reference": "6eb0f295e140ed2804d93396755f0ce9ada4ec07", "shasum": "" }, "require": { - "cakephp/collection": "^3.7", - "cakephp/database": "^3.7", - "php": ">=5.6", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/console": "^3.4|^4.0|^5.0", - "symfony/yaml": "^3.4|^4.0|^5.0" + "cakephp/database": "^4.0", + "php": ">=7.2", + "psr/container": "^1.0 || ^2.0", + "symfony/config": "^3.4|^4.0|^5.0|^6.0", + "symfony/console": "^3.4|^4.0|^5.0|^6.0" }, "require-dev": { - "cakephp/cakephp-codesniffer": "^3.0", + "cakephp/cakephp-codesniffer": "^4.0", "ext-json": "*", - "phpunit/phpunit": ">=5.7,<8.0", - "sebastian/comparator": ">=1.2.3" + "ext-pdo": "*", + "phpunit/phpunit": "^8.5|^9.3", + "sebastian/comparator": ">=1.2.3", + "symfony/yaml": "^3.4|^4.0|^5.0" }, "suggest": { "ext-json": "Install if using JSON configuration format", + "ext-pdo": "PDO extension is needed", "symfony/yaml": "Install if using YAML configuration format" }, "bin": [ @@ -6205,9 +6058,9 @@ ], "support": { "issues": "https://github.com/cakephp/phinx/issues", - "source": "https://github.com/cakephp/phinx/tree/0.11.7" + "source": "https://github.com/cakephp/phinx/tree/0.12.13" }, - "time": "2020-05-09T13:59:05+00:00" + "time": "2022-10-03T04:57:40+00:00" }, { "name": "sentry/sdk", @@ -9208,81 +9061,6 @@ ], "time": "2023-02-23T10:00:28+00:00" }, - { - "name": "symfony/yaml", - "version": "v5.4.21", - "source": { - "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "3713e20d93e46e681e51605d213027e48dab3469" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/3713e20d93e46e681e51605d213027e48dab3469", - "reference": "3713e20d93e46e681e51605d213027e48dab3469", - "shasum": "" - }, - "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "symfony/console": "<5.3" - }, - "require-dev": { - "symfony/console": "^5.3|^6.0" - }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" - }, - "bin": [ - "Resources/bin/yaml-lint" - ], - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Loads and dumps YAML files", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/yaml/tree/v5.4.21" - }, - "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": "2023-02-21T19:46:44+00:00" - }, { "name": "symm/gisconverter", "version": "v1.0.5", @@ -13700,6 +13478,81 @@ ], "time": "2020-10-14T17:47:37+00:00" }, + { + "name": "symfony/yaml", + "version": "v5.4.21", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "3713e20d93e46e681e51605d213027e48dab3469" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/3713e20d93e46e681e51605d213027e48dab3469", + "reference": "3713e20d93e46e681e51605d213027e48dab3469", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<5.3" + }, + "require-dev": { + "symfony/console": "^5.3|^6.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v5.4.21" + }, + "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": "2023-02-21T19:46:44+00:00" + }, { "name": "theseer/tokenizer", "version": "1.2.1",