diff --git a/composer.lock b/composer.lock index 848e6a15..9c431c98 100644 --- a/composer.lock +++ b/composer.lock @@ -153,24 +153,23 @@ }, { "name": "doctrine/cache", - "version": "1.11.3", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "3bb5588cec00a0268829cc4a518490df6741af9d" + "reference": "92032beb419568d3b61ae645f48bbb693cc7e00e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d", - "reference": "3bb5588cec00a0268829cc4a518490df6741af9d", + "url": "https://api.github.com/repos/doctrine/cache/zipball/92032beb419568d3b61ae645f48bbb693cc7e00e", + "reference": "92032beb419568d3b61ae645f48bbb693cc7e00e", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { - "doctrine/common": ">2.2,<2.4", - "psr/cache": ">=3" + "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", @@ -179,8 +178,9 @@ "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "predis/predis": "~1.0", - "psr/cache": "^1.0 || ^2.0", - "symfony/cache": "^4.4 || ^5.2" + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", + "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" @@ -232,7 +232,7 @@ ], "support": { "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/1.11.3" + "source": "https://github.com/doctrine/cache/tree/1.12.0" }, "funding": [ { @@ -248,7 +248,7 @@ "type": "tidelift" } ], - "time": "2021-05-25T09:01:55+00:00" + "time": "2021-07-14T11:09:49+00:00" }, { "name": "doctrine/dbal", @@ -577,16 +577,16 @@ }, { "name": "doctrine/migrations", - "version": "2.3.3", + "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "c4c46f7064f6e7795bd7f26549579918b46790fa" + "reference": "6d87c9a0baa6a4725b4c4e1a45b2a39f53bf1859" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/c4c46f7064f6e7795bd7f26549579918b46790fa", - "reference": "c4c46f7064f6e7795bd7f26549579918b46790fa", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/6d87c9a0baa6a4725b4c4e1a45b2a39f53bf1859", + "reference": "6d87c9a0baa6a4725b4c4e1a45b2a39f53bf1859", "shasum": "" }, "require": { @@ -619,11 +619,6 @@ "bin/doctrine-migrations" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Migrations\\": "lib/Doctrine/Migrations" @@ -657,7 +652,7 @@ ], "support": { "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/2.3.3" + "source": "https://github.com/doctrine/migrations/tree/2.3.4" }, "funding": [ { @@ -673,7 +668,7 @@ "type": "tidelift" } ], - "time": "2021-03-14T10:22:48+00:00" + "time": "2021-04-10T07:56:08+00:00" }, { "name": "egulias/email-validator", @@ -1496,16 +1491,16 @@ }, { "name": "fusio/impl", - "version": "v5.0.3", + "version": "v5.0.5", "source": { "type": "git", "url": "https://github.com/apioo/fusio-impl.git", - "reference": "980b2ab487995dbb5d7a289411361b9727027265" + "reference": "5f691d56cbcb4a91378e3ec1ad0ba4b08e17d7f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/apioo/fusio-impl/zipball/980b2ab487995dbb5d7a289411361b9727027265", - "reference": "980b2ab487995dbb5d7a289411361b9727027265", + "url": "https://api.github.com/repos/apioo/fusio-impl/zipball/5f691d56cbcb4a91378e3ec1ad0ba4b08e17d7f5", + "reference": "5f691d56cbcb4a91378e3ec1ad0ba4b08e17d7f5", "shasum": "" }, "require": { @@ -1549,29 +1544,43 @@ { "name": "Christoph Kappestein", "email": "christoph.kappestein@gmail.com", - "homepage": "http://christoph.kappestein.com" + "homepage": "https://chrisk.app" } ], "description": "Fusio implementation", - "homepage": "http://fusio-project.org", + "homepage": "https://www.fusio-project.org", "support": { "issues": "https://github.com/apioo/fusio-impl/issues", - "source": "https://github.com/apioo/fusio-impl/tree/v5.0.3" + "source": "https://github.com/apioo/fusio-impl/tree/v5.0.5" }, - "time": "2021-03-25T20:33:42+00:00" + "funding": [ + { + "url": "https://www.paypal.me/fusioapi", + "type": "custom" + }, + { + "url": "https://github.com/chriskapp", + "type": "github" + }, + { + "url": "https://www.patreon.com/fusio", + "type": "patreon" + } + ], + "time": "2021-07-11T18:57:01+00:00" }, { "name": "fusio/model", - "version": "v0.1.3", + "version": "v0.1.6", "source": { "type": "git", "url": "https://github.com/apioo/fusio-model.git", - "reference": "c73cb6b5e119198f5c15d724f57593d8b806f7a9" + "reference": "3b39aa16bf91211277aec49d64c1b54f85d1319f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/apioo/fusio-model/zipball/c73cb6b5e119198f5c15d724f57593d8b806f7a9", - "reference": "c73cb6b5e119198f5c15d724f57593d8b806f7a9", + "url": "https://api.github.com/repos/apioo/fusio-model/zipball/3b39aa16bf91211277aec49d64c1b54f85d1319f", + "reference": "3b39aa16bf91211277aec49d64c1b54f85d1319f", "shasum": "" }, "require": { @@ -1603,9 +1612,23 @@ "homepage": "http://fusio-project.org", "support": { "issues": "https://github.com/apioo/fusio-model/issues", - "source": "https://github.com/apioo/fusio-model/tree/v0.1.3" + "source": "https://github.com/apioo/fusio-model/tree/v0.1.6" }, - "time": "2021-02-21T00:32:27+00:00" + "funding": [ + { + "url": "https://www.paypal.me/fusioapi", + "type": "custom" + }, + { + "url": "https://github.com/chriskapp", + "type": "github" + }, + { + "url": "https://www.patreon.com/fusio", + "type": "patreon" + } + ], + "time": "2021-07-11T08:39:21+00:00" }, { "name": "guzzlehttp/guzzle", @@ -2313,16 +2336,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.10.5", + "version": "v4.11.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" + "reference": "fe14cf3672a149364fb66dfe11bf6549af899f94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/fe14cf3672a149364fb66dfe11bf6549af899f94", + "reference": "fe14cf3672a149364fb66dfe11bf6549af899f94", "shasum": "" }, "require": { @@ -2363,9 +2386,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.11.0" }, - "time": "2021-05-03T19:11:20+00:00" + "time": "2021-07-03T13:36:55+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -4420,16 +4443,16 @@ }, { "name": "symfony/filesystem", - "version": "v5.3.0", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "348116319d7fb7d1faa781d26a48922428013eb2" + "reference": "19b71c8f313b411172dd5f470fd61f24466d79a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/348116319d7fb7d1faa781d26a48922428013eb2", - "reference": "348116319d7fb7d1faa781d26a48922428013eb2", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/19b71c8f313b411172dd5f470fd61f24466d79a9", + "reference": "19b71c8f313b411172dd5f470fd61f24466d79a9", "shasum": "" }, "require": { @@ -4462,7 +4485,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.3.0" + "source": "https://github.com/symfony/filesystem/tree/v5.3.3" }, "funding": [ { @@ -4478,7 +4501,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:43:10+00:00" + "time": "2021-06-30T07:27:52+00:00" }, { "name": "symfony/polyfill-ctype", @@ -5585,16 +5608,16 @@ }, { "name": "symfony/string", - "version": "v5.3.2", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "0732e97e41c0a590f77e231afc16a327375d50b0" + "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/0732e97e41c0a590f77e231afc16a327375d50b0", - "reference": "0732e97e41c0a590f77e231afc16a327375d50b0", + "url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", + "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", "shasum": "" }, "require": { @@ -5648,7 +5671,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.3.2" + "source": "https://github.com/symfony/string/tree/v5.3.3" }, "funding": [ { @@ -5664,20 +5687,20 @@ "type": "tidelift" } ], - "time": "2021-06-06T09:51:56+00:00" + "time": "2021-06-27T11:44:38+00:00" }, { "name": "symfony/yaml", - "version": "v5.3.2", + "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "71719ab2409401711d619765aa255f9d352a59b2" + "reference": "485c83a2fb5893e2ff21bf4bfc7fdf48b4967229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/71719ab2409401711d619765aa255f9d352a59b2", - "reference": "71719ab2409401711d619765aa255f9d352a59b2", + "url": "https://api.github.com/repos/symfony/yaml/zipball/485c83a2fb5893e2ff21bf4bfc7fdf48b4967229", + "reference": "485c83a2fb5893e2ff21bf4bfc7fdf48b4967229", "shasum": "" }, "require": { @@ -5723,7 +5746,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.3.2" + "source": "https://github.com/symfony/yaml/tree/v5.3.3" }, "funding": [ { @@ -5739,7 +5762,7 @@ "type": "tidelift" } ], - "time": "2021-06-06T09:51:56+00:00" + "time": "2021-06-24T08:13:00+00:00" }, { "name": "twig/twig",