From 534bb44f606a8fd601de1b37223cefe1e77bdc95 Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Wed, 19 Jan 2022 14:29:42 +0100 Subject: [PATCH] Updating deps --- .gitignore | 1 + Makefile | 2 +- composer.json | 2 +- composer.lock | 263 +++++++++++++------------- translations/{.gitignore => .gitkeep} | 0 translations/messages.en.xlf | 17 -- 6 files changed, 134 insertions(+), 151 deletions(-) rename translations/{.gitignore => .gitkeep} (100%) delete mode 100644 translations/messages.en.xlf diff --git a/.gitignore b/.gitignore index 361dbb9fe..723448306 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ thumbs.db Vagrantfile .vagrant* .idea +.php-version .vscode/* appveyor.yml diff --git a/Makefile b/Makefile index 71fcef7cf..1ffbe950b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ help: install: ## to install all project composer install - make db-create + make db-reset server: ## to start server bin/console server:start 127.0.0.1:8088 || true diff --git a/composer.json b/composer.json index 825c185d4..6b8a4a4a6 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "bolt/redactor": "^2.0", "bolt/themes": "^3.5", "nelmio/security-bundle": "^2.10", - "symfony/flex": "^1.17 || ^2.0" + "symfony/flex": "^2.0" }, "minimum-stability": "stable", "prefer-stable": true, diff --git a/composer.lock b/composer.lock index c7051950a..9ae37546b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0a6b9a1f442d0b03a82460531b09d17e", + "content-hash": "9f897ebc7a5f7d9f9495c1bef0fc1c9a", "packages": [ { "name": "api-platform/core", - "version": "v2.6.7", + "version": "v2.6.8", "source": { "type": "git", "url": "https://github.com/api-platform/core.git", - "reference": "8a19950a816ccd7cbf38323addbba72b14ac2372" + "reference": "ff3aab5b196709c721960c0bb4f1d52759af737d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/api-platform/core/zipball/8a19950a816ccd7cbf38323addbba72b14ac2372", - "reference": "8a19950a816ccd7cbf38323addbba72b14ac2372", + "url": "https://api.github.com/repos/api-platform/core/zipball/ff3aab5b196709c721960c0bb4f1d52759af737d", + "reference": "ff3aab5b196709c721960c0bb4f1d52759af737d", "shasum": "" }, "require": { @@ -157,7 +157,7 @@ ], "support": { "issues": "https://github.com/api-platform/core/issues", - "source": "https://github.com/api-platform/core/tree/v2.6.7" + "source": "https://github.com/api-platform/core/tree/v2.6.8" }, "funding": [ { @@ -165,7 +165,7 @@ "type": "tidelift" } ], - "time": "2021-12-24T14:12:38+00:00" + "time": "2022-01-11T10:29:54+00:00" }, { "name": "babdev/pagerfanta-bundle", @@ -461,16 +461,16 @@ }, { "name": "bolt/article", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/bolt/article.git", - "reference": "670fcd8df057d88efdd080f89c7843e429e497a8" + "reference": "7d024491a971dc1ec4ad987b1f0047b22fbd5fd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bolt/article/zipball/670fcd8df057d88efdd080f89c7843e429e497a8", - "reference": "670fcd8df057d88efdd080f89c7843e429e497a8", + "url": "https://api.github.com/repos/bolt/article/zipball/7d024491a971dc1ec4ad987b1f0047b22fbd5fd8", + "reference": "7d024491a971dc1ec4ad987b1f0047b22fbd5fd8", "shasum": "" }, "require": { @@ -505,22 +505,22 @@ "description": "📝 Bolt Extension to add the Article FieldType", "support": { "issues": "https://github.com/bolt/article/issues", - "source": "https://github.com/bolt/article/tree/2.0.3" + "source": "https://github.com/bolt/article/tree/2.0.4" }, - "time": "2021-12-16T10:06:44+00:00" + "time": "2022-01-19T11:56:24+00:00" }, { "name": "bolt/assets", - "version": "5.1.1", + "version": "5.1.2", "source": { "type": "git", "url": "https://github.com/bolt/assets.git", - "reference": "0c8fc72ce8a57e8acba8e868d62ec7d1ff36af76" + "reference": "97da1f5b40950f986c361a3b594868663de9eedb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bolt/assets/zipball/0c8fc72ce8a57e8acba8e868d62ec7d1ff36af76", - "reference": "0c8fc72ce8a57e8acba8e868d62ec7d1ff36af76", + "url": "https://api.github.com/repos/bolt/assets/zipball/97da1f5b40950f986c361a3b594868663de9eedb", + "reference": "97da1f5b40950f986c361a3b594868663de9eedb", "shasum": "" }, "require-dev": { @@ -540,9 +540,9 @@ "description": "🛠 Javascript and CSS Assets used in Bolt's backend. Do not `require` directly.", "support": { "issues": "https://github.com/bolt/assets/issues", - "source": "https://github.com/bolt/assets/tree/5.1.1" + "source": "https://github.com/bolt/assets/tree/5.1.2" }, - "time": "2022-01-06T10:51:21+00:00" + "time": "2022-01-19T13:21:00+00:00" }, { "name": "bolt/common", @@ -602,16 +602,16 @@ }, { "name": "bolt/core", - "version": "5.1.1", + "version": "5.1.2", "source": { "type": "git", "url": "https://github.com/bolt/core.git", - "reference": "544e18423b53b38913b0988ee7b59765e5a07018" + "reference": "9fca412ae128202425e5571ebd5b4d08e14dcd2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bolt/core/zipball/544e18423b53b38913b0988ee7b59765e5a07018", - "reference": "544e18423b53b38913b0988ee7b59765e5a07018", + "url": "https://api.github.com/repos/bolt/core/zipball/9fca412ae128202425e5571ebd5b4d08e14dcd2f", + "reference": "9fca412ae128202425e5571ebd5b4d08e14dcd2f", "shasum": "" }, "require": { @@ -750,7 +750,7 @@ "description": "🧿 Bolt 5 Core", "support": { "issues": "https://github.com/bolt/core/issues", - "source": "https://github.com/bolt/core/tree/5.1.1" + "source": "https://github.com/bolt/core/tree/5.1.2" }, "funding": [ { @@ -758,7 +758,7 @@ "type": "github" } ], - "time": "2022-01-05T16:48:00+00:00" + "time": "2022-01-19T13:06:23+00:00" }, { "name": "bolt/newswidget", @@ -972,21 +972,21 @@ }, { "name": "cocur/slugify", - "version": "v4.0.0", + "version": "v4.1.0", "source": { "type": "git", "url": "https://github.com/cocur/slugify.git", - "reference": "3f1ffc300f164f23abe8b64ffb3f92d35cec8307" + "reference": "2611e6081dbbb05837a16ed339c0451923d4046e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cocur/slugify/zipball/3f1ffc300f164f23abe8b64ffb3f92d35cec8307", - "reference": "3f1ffc300f164f23abe8b64ffb3f92d35cec8307", + "url": "https://api.github.com/repos/cocur/slugify/zipball/2611e6081dbbb05837a16ed339c0451923d4046e", + "reference": "2611e6081dbbb05837a16ed339c0451923d4046e", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": ">=7.0" + "php": ">=7.1" }, "conflict": { "symfony/config": "<3.4 || >=4,<4.3", @@ -995,18 +995,18 @@ "twig/twig": "<2.12.1" }, "require-dev": { - "laravel/framework": "~5.1", + "laravel/framework": "^5.0|^6.0|^7.0|^8.0", "latte/latte": "~2.2", "league/container": "^2.2.0", "mikey179/vfsstream": "~1.6.8", "mockery/mockery": "^1.3", "nette/di": "~2.4", - "phpunit/phpunit": "^5.7.27", "pimple/pimple": "~1.1", "plumphp/plum": "~0.1", - "symfony/config": "^3.4 || ^4.3 || ^5.0", - "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0", - "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0", + "symfony/config": "^3.4 || ^4.3 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0 || ^6.0", + "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.4 || ^6.0", "twig/twig": "^2.12.1 || ~3.0", "zendframework/zend-modulemanager": "~2.2", "zendframework/zend-servicemanager": "~2.2", @@ -1040,9 +1040,9 @@ ], "support": { "issues": "https://github.com/cocur/slugify/issues", - "source": "https://github.com/cocur/slugify/tree/master" + "source": "https://github.com/cocur/slugify/tree/v4.1.0" }, - "time": "2019-12-14T13:04:14+00:00" + "time": "2022-01-11T20:51:10+00:00" }, { "name": "composer/ca-bundle", @@ -1122,16 +1122,16 @@ }, { "name": "composer/composer", - "version": "2.2.3", + "version": "2.2.4", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "3c92ba5cdc7d48b7db2dcd197e6fa0e8fa6d9f4a" + "reference": "8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/3c92ba5cdc7d48b7db2dcd197e6fa0e8fa6d9f4a", - "reference": "3c92ba5cdc7d48b7db2dcd197e6fa0e8fa6d9f4a", + "url": "https://api.github.com/repos/composer/composer/zipball/8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f", + "reference": "8a5ad75194f901e3b39ece4bbd22cbdabc79ae8f", "shasum": "" }, "require": { @@ -1201,7 +1201,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.2.3" + "source": "https://github.com/composer/composer/tree/2.2.4" }, "funding": [ { @@ -1217,7 +1217,7 @@ "type": "tidelift" } ], - "time": "2021-12-31T11:18:53+00:00" + "time": "2022-01-08T11:30:42+00:00" }, { "name": "composer/metadata-minifier", @@ -1290,16 +1290,16 @@ }, { "name": "composer/package-versions-deprecated", - "version": "1.11.99.4", + "version": "1.11.99.5", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", - "reference": "b174585d1fe49ceed21928a945138948cb394600" + "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600", - "reference": "b174585d1fe49ceed21928a945138948cb394600", + "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d", + "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d", "shasum": "" }, "require": { @@ -1343,7 +1343,7 @@ "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "support": { "issues": "https://github.com/composer/package-versions-deprecated/issues", - "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4" + "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5" }, "funding": [ { @@ -1359,7 +1359,7 @@ "type": "tidelift" } ], - "time": "2021-09-13T08:41:34+00:00" + "time": "2022-01-17T14:14:24+00:00" }, { "name": "composer/pcre", @@ -2755,32 +2755,28 @@ }, { "name": "doctrine/lexer", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" + "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", + "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan": "^0.11.8", - "phpunit/phpunit": "^8.2" + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.11" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" @@ -2815,7 +2811,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.1" + "source": "https://github.com/doctrine/lexer/tree/1.2.2" }, "funding": [ { @@ -2831,24 +2827,24 @@ "type": "tidelift" } ], - "time": "2020-05-25T17:44:05+00:00" + "time": "2022-01-12T08:27:12+00:00" }, { "name": "doctrine/migrations", - "version": "3.3.2", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "b6e43bb5815f4dbb88c79a0fef1c669dfba52d58" + "reference": "e17a946a9d3693cc2f3c285e6667522ded237f71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/b6e43bb5815f4dbb88c79a0fef1c669dfba52d58", - "reference": "b6e43bb5815f4dbb88c79a0fef1c669dfba52d58", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/e17a946a9d3693cc2f3c285e6667522ded237f71", + "reference": "e17a946a9d3693cc2f3c285e6667522ded237f71", "shasum": "" }, "require": { - "composer/package-versions-deprecated": "^1.8", + "composer-runtime-api": "^2", "doctrine/dbal": "^2.11 || ^3.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", @@ -2871,7 +2867,7 @@ "phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-symfony": "^0.12", "phpunit/phpunit": "^8.5 || ^9.4", - "symfony/cache": "^3.4.26 || ~4.1.12 || ^4.2.7 || ^5.0 || ^6.0", + "symfony/cache": "^3.4.26 || ^4.2.12 || ^5.0 || ^6.0", "symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, @@ -2921,7 +2917,7 @@ ], "support": { "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/3.3.2" + "source": "https://github.com/doctrine/migrations/tree/3.4.0" }, "funding": [ { @@ -2937,28 +2933,28 @@ "type": "tidelift" } ], - "time": "2021-11-12T09:03:27+00:00" + "time": "2022-01-14T08:19:22+00:00" }, { "name": "doctrine/orm", - "version": "2.10.4", + "version": "2.11.0", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "cccb2e2fdfed2969afb3d65c5ea82bafdefbe1a7" + "reference": "bfed8cb6ed448f4ab1ea3fff06e4d6c44439e4ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/cccb2e2fdfed2969afb3d65c5ea82bafdefbe1a7", - "reference": "cccb2e2fdfed2969afb3d65c5ea82bafdefbe1a7", + "url": "https://api.github.com/repos/doctrine/orm/zipball/bfed8cb6ed448f4ab1ea3fff06e4d6c44439e4ef", + "reference": "bfed8cb6ed448f4ab1ea3fff06e4d6c44439e4ef", "shasum": "" }, "require": { - "composer/package-versions-deprecated": "^1.8", + "composer-runtime-api": "^2", "doctrine/cache": "^1.12.1 || ^2.1.1", "doctrine/collections": "^1.5", "doctrine/common": "^3.0.3", - "doctrine/dbal": "^2.13.1 || ^3.1.1", + "doctrine/dbal": "^2.13.1 || ^3.2", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.1", "doctrine/inflector": "^1.4 || ^2.0", @@ -2967,7 +2963,7 @@ "doctrine/persistence": "^2.2", "ext-ctype": "*", "ext-pdo": "*", - "php": "^7.1 ||^8.0", + "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3", "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0", "symfony/polyfill-php72": "^1.23", @@ -2980,12 +2976,12 @@ "doctrine/annotations": "^1.13", "doctrine/coding-standard": "^9.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "1.2.0", + "phpstan/phpstan": "1.3.3", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", "squizlabs/php_codesniffer": "3.6.2", - "symfony/cache": "^4.4 || ^5.2", + "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "vimeo/psalm": "4.15.0" + "vimeo/psalm": "4.18.1" }, "suggest": { "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", @@ -3034,44 +3030,45 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.10.4" + "source": "https://github.com/doctrine/orm/tree/2.11.0" }, - "time": "2021-12-20T21:23:47+00:00" + "time": "2022-01-12T13:20:33+00:00" }, { "name": "doctrine/persistence", - "version": "2.2.3", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "5e7bdbbfe9811c06e1f745d1c166647d5c47d6ee" + "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/5e7bdbbfe9811c06e1f745d1c166647d5c47d6ee", - "reference": "5e7bdbbfe9811c06e1f745d1c166647d5c47d6ee", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/f8af155c1e7963f3d2b4415097d55757bbaa53d8", + "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0", "doctrine/cache": "^1.11 || ^2.0", "doctrine/collections": "^1.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "php": "^7.1 || ^8.0", - "psr/cache": "^1.0|^2.0|^3.0" + "psr/cache": "^1.0 || ^2.0 || ^3.0" }, "conflict": { + "doctrine/annotations": "<1.0 || >=2.0", "doctrine/common": "<2.10@dev" }, "require-dev": { "composer/package-versions-deprecated": "^1.11", + "doctrine/annotations": "^1.0", "doctrine/coding-standard": "^6.0 || ^9.0", "doctrine/common": "^3.0", - "phpstan/phpstan": "0.12.84", + "phpstan/phpstan": "1.2.0", "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0", - "symfony/cache": "^4.4|^5.0", - "vimeo/psalm": "4.7.0" + "symfony/cache": "^4.4 || ^5.0 || ^6.0", + "vimeo/psalm": "4.13.1" }, "type": "library", "autoload": { @@ -3121,9 +3118,9 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/2.2.3" + "source": "https://github.com/doctrine/persistence/tree/2.3.0" }, - "time": "2021-10-25T19:59:10+00:00" + "time": "2022-01-09T19:58:46+00:00" }, { "name": "doctrine/sql-formatter", @@ -4961,38 +4958,38 @@ }, { "name": "nelmio/security-bundle", - "version": "v2.10.3", + "version": "v2.11.0", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioSecurityBundle.git", - "reference": "40d5ac148ce72e79849da27568833794bd70fec9" + "reference": "06afaf2cece14d1ab8477160f693ef59e3edce52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/40d5ac148ce72e79849da27568833794bd70fec9", - "reference": "40d5ac148ce72e79849da27568833794bd70fec9", + "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/06afaf2cece14d1ab8477160f693ef59e3edce52", + "reference": "06afaf2cece14d1ab8477160f693ef59e3edce52", "shasum": "" }, "require": { "paragonie/random_compat": "~1.0|~2.0|~9.99.99", "php": ">5.4", - "symfony/framework-bundle": "~2.3|~v3.0|~4.0|~5.0", - "symfony/security-core": "~2.3|~3.0|~4.0|~5.0", - "symfony/security-csrf": "~2.3|~3.0|~4.0|~5.0", - "symfony/security-http": "~2.3|~3.0|~4.0|~5.0", - "symfony/yaml": "~2.3|~3.0|~4.0|~5.0", + "symfony/framework-bundle": "~2.3|~v3.0|~4.0|~5.0|~6.0", + "symfony/security-core": "~2.3|~3.0|~4.0|~5.0|~6.0", + "symfony/security-csrf": "~2.3|~3.0|~4.0|~5.0|~6.0", + "symfony/security-http": "~2.3|~3.0|~4.0|~5.0|~6.0", + "symfony/yaml": "~2.3|~3.0|~4.0|~5.0|~6.0", "ua-parser/uap-php": "^3.4.4" }, "require-dev": { "doctrine/cache": "^1.0", "psr/cache": "^1.0", - "symfony/phpunit-bridge": "^5.0.5", + "symfony/phpunit-bridge": "^5.0.5|^6.0", "twig/twig": "^1.38|^2.10|^3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.9.x-dev" + "dev-master": "2.11.x-dev" } }, "autoload": { @@ -5023,9 +5020,9 @@ ], "support": { "issues": "https://github.com/nelmio/NelmioSecurityBundle/issues", - "source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v2.10.3" + "source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v2.11.0" }, - "time": "2021-03-16T08:47:32+00:00" + "time": "2022-01-18T10:11:32+00:00" }, { "name": "nesbot/carbon", @@ -6489,19 +6486,21 @@ }, { "name": "scienta/doctrine-json-functions", - "version": "4.4.0", + "version": "4.5.0", "source": { "type": "git", "url": "https://github.com/ScientaNL/DoctrineJsonFunctions.git", - "reference": "64c3f8875a46d4f33f807a2d3260335c2f5f2eea" + "reference": "138a017a92d9f0dfd22e221584b66517f005c222" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ScientaNL/DoctrineJsonFunctions/zipball/64c3f8875a46d4f33f807a2d3260335c2f5f2eea", - "reference": "64c3f8875a46d4f33f807a2d3260335c2f5f2eea", + "url": "https://api.github.com/repos/ScientaNL/DoctrineJsonFunctions/zipball/138a017a92d9f0dfd22e221584b66517f005c222", + "reference": "138a017a92d9f0dfd22e221584b66517f005c222", "shasum": "" }, "require": { + "doctrine/dbal": "2.*", + "doctrine/orm": "2.*", "ext-pdo": "*", "php": "^7.1 || ^8.0" }, @@ -6549,9 +6548,9 @@ ], "support": { "issues": "https://github.com/ScientaNL/DoctrineJsonFunctions/issues", - "source": "https://github.com/ScientaNL/DoctrineJsonFunctions/tree/4.4.0" + "source": "https://github.com/ScientaNL/DoctrineJsonFunctions/tree/4.5.0" }, - "time": "2021-09-17T11:20:14+00:00" + "time": "2022-01-12T09:54:17+00:00" }, { "name": "seld/jsonlint", @@ -6666,16 +6665,16 @@ }, { "name": "sensio/framework-extra-bundle", - "version": "v6.2.5", + "version": "v6.2.6", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "812b11b75298577984f90758aeb7bdc8ecd22c20" + "reference": "6bd976c99ef3f78e31c9490a10ba6dd8901076eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/812b11b75298577984f90758aeb7bdc8ecd22c20", - "reference": "812b11b75298577984f90758aeb7bdc8ecd22c20", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6bd976c99ef3f78e31c9490a10ba6dd8901076eb", + "reference": "6bd976c99ef3f78e31c9490a10ba6dd8901076eb", "shasum": "" }, "require": { @@ -6738,9 +6737,9 @@ ], "support": { "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues", - "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.5" + "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.6" }, - "time": "2022-01-02T16:55:10+00:00" + "time": "2022-01-14T11:51:13+00:00" }, { "name": "siriusphp/upload", @@ -8182,16 +8181,16 @@ }, { "name": "symfony/flex", - "version": "v2.0.1", + "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "3dbfa5c4e3308fd9def9a2006a20fa0c272a30a2" + "reference": "ee7d282ff48c55d8e86d2aaa47802e80a3622b6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/3dbfa5c4e3308fd9def9a2006a20fa0c272a30a2", - "reference": "3dbfa5c4e3308fd9def9a2006a20fa0c272a30a2", + "url": "https://api.github.com/repos/symfony/flex/zipball/ee7d282ff48c55d8e86d2aaa47802e80a3622b6e", + "reference": "ee7d282ff48c55d8e86d2aaa47802e80a3622b6e", "shasum": "" }, "require": { @@ -8227,7 +8226,7 @@ "description": "Composer plugin for Symfony", "support": { "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v2.0.1" + "source": "https://github.com/symfony/flex/tree/v2.1.1" }, "funding": [ { @@ -8243,7 +8242,7 @@ "type": "tidelift" } ], - "time": "2021-11-29T15:40:20+00:00" + "time": "2022-01-19T08:54:03+00:00" }, { "name": "symfony/form", @@ -12399,16 +12398,16 @@ }, { "name": "tightenco/collect", - "version": "v8.78.1", + "version": "v8.80.0", "source": { "type": "git", "url": "https://github.com/tighten/collect.git", - "reference": "9332479fc340cf43da3f492a6c324ee08ee44d61" + "reference": "16c200babd4bee20a039b542a8a75645b8900a62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tighten/collect/zipball/9332479fc340cf43da3f492a6c324ee08ee44d61", - "reference": "9332479fc340cf43da3f492a6c324ee08ee44d61", + "url": "https://api.github.com/repos/tighten/collect/zipball/16c200babd4bee20a039b542a8a75645b8900a62", + "reference": "16c200babd4bee20a039b542a8a75645b8900a62", "shasum": "" }, "require": { @@ -12447,9 +12446,9 @@ ], "support": { "issues": "https://github.com/tighten/collect/issues", - "source": "https://github.com/tighten/collect/tree/v8.78.1" + "source": "https://github.com/tighten/collect/tree/v8.80.0" }, - "time": "2022-01-06T00:12:58+00:00" + "time": "2022-01-18T18:14:11+00:00" }, { "name": "twig/extra-bundle", diff --git a/translations/.gitignore b/translations/.gitkeep similarity index 100% rename from translations/.gitignore rename to translations/.gitkeep diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf deleted file mode 100644 index 806fa66be..000000000 --- a/translations/messages.en.xlf +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - image.button_upload_options - image.button_upload_options - - - - - You have to login in order to access this page. - You have to login in order to access this page. - - - -