diff --git a/changelog.md b/changelog.md index c00df68..69cfe3f 100644 --- a/changelog.md +++ b/changelog.md @@ -9,9 +9,10 @@ | 2021-03-31 | 3 | Hotfix | [v1.0.2](#Hotfix-v1.0.2) | | 2021-04-06 | 4 | Release | [v1.0.3](#Release-v1.0.3) | | 2021-04-13 | 5 | Release | [v1.0.4](#Release-v1.0.4) | -| 2021-04-16 | 6 | Release | [v1.0.4](#Release-v1.0.5) | -| 2021-05-17 | 7 | Release | [v1.0.4](#Release-v1.1.0) | -| 2021-06-23 | 8 | Release | [v1.0.4](#Release-v1.1.1) | +| 2021-04-16 | 6 | Release | [v1.0.5](#Release-v1.0.5) | +| 2021-05-17 | 7 | Release | [v1.1.0](#Release-v1.1.0) | +| 2021-06-23 | 8 | Release | [v1.1.1](#Release-v1.1.1) | +| 2021-07-28 | 9 | Release | [v1.1.2](#Release-v1.1.2) | ## Changes @@ -87,4 +88,17 @@ #### Fix - Card - Deleting activities does not delete task -- Canceled status is not considered as "closed" in filters \ No newline at end of file +- Canceled status is not considered as "closed" in filters + + +### Release v1.1.2 +### Improve +- Use main tag instead of div with a class +- Font +- Add task delete button in activity view + +#### Fix +- Fix changelog +- Delete useless alert area div +- Fix label of submit button in task add form +- Fix task edition page \ No newline at end of file diff --git a/composer.lock b/composer.lock index 5c81f1b..4ae697b 100644 --- a/composer.lock +++ b/composer.lock @@ -153,24 +153,23 @@ }, { "name": "doctrine/cache", - "version": "2.0.3", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88" + "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88", - "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88", + "url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce", + "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce", "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/2.0.3" + "source": "https://github.com/doctrine/cache/tree/2.1.1" }, "funding": [ { @@ -248,7 +248,7 @@ "type": "tidelift" } ], - "time": "2021-05-25T09:43:04+00:00" + "time": "2021-07-17T14:49:29+00:00" }, { "name": "doctrine/collections", @@ -1096,21 +1096,22 @@ }, { "name": "doctrine/migrations", - "version": "3.1.4", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/migrations.git", - "reference": "207210c57f6c15835e8d6228075cd235bd061efc" + "reference": "072c11c1dcfced4505e29a0487b06ea774c403f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/migrations/zipball/207210c57f6c15835e8d6228075cd235bd061efc", - "reference": "207210c57f6c15835e8d6228075cd235bd061efc", + "url": "https://api.github.com/repos/doctrine/migrations/zipball/072c11c1dcfced4505e29a0487b06ea774c403f4", + "reference": "072c11c1dcfced4505e29a0487b06ea774c403f4", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.8", "doctrine/dbal": "^2.11", + "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "friendsofphp/proxy-manager-lts": "^1.0", "php": "^7.2 || ^8.0", @@ -1131,6 +1132,7 @@ "phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-symfony": "^0.12", "phpunit/phpunit": "^8.5 || ^9.4", + "symfony/cache": "^5.3", "symfony/process": "^3.4 || ^4.0 || ^5.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0" }, @@ -1180,7 +1182,7 @@ ], "support": { "issues": "https://github.com/doctrine/migrations/issues", - "source": "https://github.com/doctrine/migrations/tree/3.1.4" + "source": "https://github.com/doctrine/migrations/tree/3.2.0" }, "funding": [ { @@ -1196,7 +1198,7 @@ "type": "tidelift" } ], - "time": "2021-06-15T18:57:30+00:00" + "time": "2021-07-05T07:06:31+00:00" }, { "name": "doctrine/orm", @@ -1518,16 +1520,16 @@ }, { "name": "laminas/laminas-code", - "version": "4.4.0", + "version": "4.4.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "2b0bb59ade31a045fd3ff0097dc558bb896f6596" + "reference": "54251ab2b16c41c6980387839496b235f5f6e10b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/2b0bb59ade31a045fd3ff0097dc558bb896f6596", - "reference": "2b0bb59ade31a045fd3ff0097dc558bb896f6596", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/54251ab2b16c41c6980387839496b235f5f6e10b", + "reference": "54251ab2b16c41c6980387839496b235f5f6e10b", "shasum": "" }, "require": { @@ -1581,20 +1583,20 @@ "type": "community_bridge" } ], - "time": "2021-06-17T13:39:43+00:00" + "time": "2021-07-09T11:58:40+00:00" }, { "name": "monolog/monolog", - "version": "2.2.0", + "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084" + "reference": "71312564759a7db5b789296369c1a264efc43aad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084", - "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/71312564759a7db5b789296369c1a264efc43aad", + "reference": "71312564759a7db5b789296369c1a264efc43aad", "shasum": "" }, "require": { @@ -1613,7 +1615,7 @@ "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.6.1", - "phpstan/phpstan": "^0.12.59", + "phpstan/phpstan": "^0.12.91", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3", @@ -1665,7 +1667,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.2.0" + "source": "https://github.com/Seldaek/monolog/tree/2.3.2" }, "funding": [ { @@ -1677,7 +1679,7 @@ "type": "tidelift" } ], - "time": "2020-12-14T13:15:25+00:00" + "time": "2021-07-23T07:42:52+00:00" }, { "name": "phpdocumentor/reflection-common", @@ -2167,20 +2169,21 @@ }, { "name": "symfony/asset", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "c65584ca108c9e51c80cc49ebdcb47dfd995431c" + "reference": "abe64fee9fa2978c730c84d0d6df760f2d9ddba0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/c65584ca108c9e51c80cc49ebdcb47dfd995431c", - "reference": "c65584ca108c9e51c80cc49ebdcb47dfd995431c", + "url": "https://api.github.com/repos/symfony/asset/zipball/abe64fee9fa2978c730c84d0d6df760f2d9ddba0", + "reference": "abe64fee9fa2978c730c84d0d6df760f2d9ddba0", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/http-client": "^4.4|^5.0", @@ -2216,7 +2219,7 @@ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v5.2.10" + "source": "https://github.com/symfony/asset/tree/v5.2.12" }, "funding": [ { @@ -2232,28 +2235,28 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/cache", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "aaab9c4f6eccf20906c7675be3bf826e362676ce" + "reference": "b59303192fb99c8b3d3abc0b5975c7512fe6d1f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/aaab9c4f6eccf20906c7675be3bf826e362676ce", - "reference": "aaab9c4f6eccf20906c7675be3bf826e362676ce", + "url": "https://api.github.com/repos/symfony/cache/zipball/b59303192fb99c8b3d3abc0b5975c7512fe6d1f4", + "reference": "b59303192fb99c8b3d3abc0b5975c7512fe6d1f4", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/cache": "^1.0|^2.0", - "psr/log": "^1.1", + "psr/log": "^1.1|^2|^3", "symfony/cache-contracts": "^1.1.7|^2", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0" }, @@ -2311,7 +2314,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.2.10" + "source": "https://github.com/symfony/cache/tree/v5.2.12" }, "funding": [ { @@ -2327,7 +2330,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/cache-contracts", @@ -2410,16 +2413,16 @@ }, { "name": "symfony/config", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "1156feb067e6962b3c4444d172fd0d4d8473cd5b" + "reference": "32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/1156feb067e6962b3c4444d172fd0d4d8473cd5b", - "reference": "1156feb067e6962b3c4444d172fd0d4d8473cd5b", + "url": "https://api.github.com/repos/symfony/config/zipball/32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb", + "reference": "32f6be0d0c2e204ff35759f9ee81d4f5e83b7acb", "shasum": "" }, "require": { @@ -2427,7 +2430,7 @@ "symfony/deprecation-contracts": "^2.1", "symfony/filesystem": "^4.4|^5.0", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22" }, "conflict": { @@ -2469,7 +2472,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v5.2.10" + "source": "https://github.com/symfony/config/tree/v5.2.12" }, "funding": [ { @@ -2485,31 +2488,32 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/console", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040" + "reference": "eb07d40cdcfebc158481a028d5a1a498f5e0810c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040", - "reference": "9e18ae5de0ca8c6d0a9784f5b4ae94fad5325040", + "url": "https://api.github.com/repos/symfony/console/zipball/eb07d40cdcfebc158481a028d5a1a498f5e0810c", + "reference": "eb07d40cdcfebc158481a028d5a1a498f5e0810c", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2", "symfony/string": "^5.1" }, "conflict": { + "psr/log": ">=3", "symfony/dependency-injection": "<4.4", "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", @@ -2517,10 +2521,10 @@ "symfony/process": "<4.4" }, "provide": { - "psr/log-implementation": "1.0" + "psr/log-implementation": "1.0|2.0" }, "require-dev": { - "psr/log": "~1.0", + "psr/log": "^1|^2", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4|^5.0", @@ -2566,7 +2570,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.2.10" + "source": "https://github.com/symfony/console/tree/v5.2.12" }, "funding": [ { @@ -2582,27 +2586,27 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-26T16:33:12+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "22b1ed3e5d080d69ec913e04eac3699eafb6b5b4" + "reference": "2f0326ab0e142a3600b1b435cb3e852bc96264b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/22b1ed3e5d080d69ec913e04eac3699eafb6b5b4", - "reference": "22b1ed3e5d080d69ec913e04eac3699eafb6b5b4", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2f0326ab0e142a3600b1b435cb3e852bc96264b6", + "reference": "2f0326ab0e142a3600b1b435cb3e852bc96264b6", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.0", "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { @@ -2653,7 +2657,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v5.2.10" + "source": "https://github.com/symfony/dependency-injection/tree/v5.2.12" }, "funding": [ { @@ -2669,7 +2673,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:55:25+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2740,16 +2744,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "8911230b0861da58c42158bc8ad640f4f6658efc" + "reference": "0212d2d1e17a3e7403475b76e26fc1f0f1add04b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/8911230b0861da58c42158bc8ad640f4f6658efc", - "reference": "8911230b0861da58c42158bc8ad640f4f6658efc", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/0212d2d1e17a3e7403475b76e26fc1f0f1add04b", + "reference": "0212d2d1e17a3e7403475b76e26fc1f0f1add04b", "shasum": "" }, "require": { @@ -2759,7 +2763,7 @@ "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2" }, "conflict": { @@ -2833,7 +2837,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.10" + "source": "https://github.com/symfony/doctrine-bridge/tree/v5.2.12" }, "funding": [ { @@ -2849,25 +2853,26 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T13:17:02+00:00" }, { "name": "symfony/dotenv", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "1ac423fcc9548709077f90aca26c733cdb7e6e5c" + "reference": "f0fcb3406dafc7730e3df7add94ca287d682b46b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/1ac423fcc9548709077f90aca26c733cdb7e6e5c", - "reference": "1ac423fcc9548709077f90aca26c733cdb7e6e5c", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/f0fcb3406dafc7730e3df7add94ca287d682b46b", + "reference": "f0fcb3406dafc7730e3df7add94ca287d682b46b", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1" + "symfony/deprecation-contracts": "^2.1", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/process": "^4.4|^5.0" @@ -2903,7 +2908,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v5.3.0" + "source": "https://github.com/symfony/dotenv/tree/v5.2.12" }, "funding": [ { @@ -2919,26 +2924,25 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/error-handler", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "5f52636e5772b21ab80fe868b54b11c3177c55c6" + "reference": "7ca5fa510345f6b8def43b18c900852defaee362" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/5f52636e5772b21ab80fe868b54b11c3177c55c6", - "reference": "5f52636e5772b21ab80fe868b54b11c3177c55c6", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/7ca5fa510345f6b8def43b18c900852defaee362", + "reference": "7ca5fa510345f6b8def43b18c900852defaee362", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/log": "^1.0", - "symfony/polyfill-php80": "^1.15", + "psr/log": "^1|^2|^3", "symfony/var-dumper": "^4.4|^5.0" }, "require-dev": { @@ -2972,7 +2976,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.2.10" + "source": "https://github.com/symfony/error-handler/tree/v5.2.12" }, "funding": [ { @@ -2988,27 +2992,27 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:33:56+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "2ffa4bf7469317e23cc5e3f716db6071e6525f5a" + "reference": "6a32cd803f8ff33d84b709de3978f44a62e42961" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2ffa4bf7469317e23cc5e3f716db6071e6525f5a", - "reference": "2ffa4bf7469317e23cc5e3f716db6071e6525f5a", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/6a32cd803f8ff33d84b709de3978f44a62e42961", + "reference": "6a32cd803f8ff33d84b709de3978f44a62e42961", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher-contracts": "^2", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/dependency-injection": "<4.4" @@ -3018,7 +3022,7 @@ "symfony/event-dispatcher-implementation": "2.0" }, "require-dev": { - "psr/log": "~1.0", + "psr/log": "^1|^2|^3", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/error-handler": "^4.4|^5.0", @@ -3057,7 +3061,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.10" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.2.12" }, "funding": [ { @@ -3073,7 +3077,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -3156,22 +3160,22 @@ }, { "name": "symfony/expression-language", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "e3c136ac5333b0d2ca9de9e7e3efe419362aa046" + "reference": "d4367d36217dd395b10f61649a6bf2c1367140d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/e3c136ac5333b0d2ca9de9e7e3efe419362aa046", - "reference": "e3c136ac5333b0d2ca9de9e7e3efe419362aa046", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/d4367d36217dd395b10f61649a6bf2c1367140d8", + "reference": "d4367d36217dd395b10f61649a6bf2c1367140d8", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/cache": "^4.4|^5.0", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2" }, "type": "library", @@ -3200,7 +3204,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v5.3.0" + "source": "https://github.com/symfony/expression-language/tree/v5.2.12" }, "funding": [ { @@ -3216,25 +3220,26 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/filesystem", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "9aa15870b021a34de200a15cff38844db4a930fa" + "reference": "ed397ef25365b3db9f215af4ed5b1ec8a5b10989" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/9aa15870b021a34de200a15cff38844db4a930fa", - "reference": "9aa15870b021a34de200a15cff38844db4a930fa", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/ed397ef25365b3db9f215af4ed5b1ec8a5b10989", + "reference": "ed397ef25365b3db9f215af4ed5b1ec8a5b10989", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-ctype": "~1.8" + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -3262,7 +3267,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.2.10" + "source": "https://github.com/symfony/filesystem/tree/v5.2.12" }, "funding": [ { @@ -3278,24 +3283,25 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:33:56+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/finder", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6" + "reference": "17f50e06018baec41551a71a15731287dbaab186" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6", - "reference": "0ae3f047bed4edff6fd35b26a9a6bfdc92c953c6", + "url": "https://api.github.com/repos/symfony/finder/zipball/17f50e06018baec41551a71a15731287dbaab186", + "reference": "17f50e06018baec41551a71a15731287dbaab186", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -3323,7 +3329,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.3.0" + "source": "https://github.com/symfony/finder/tree/v5.2.12" }, "funding": [ { @@ -3339,7 +3345,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/flex", @@ -3411,16 +3417,16 @@ }, { "name": "symfony/form", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "51f75b46f623cbf715ee9894657fe432455821c4" + "reference": "929811a7667aa5814f93a70974423870b14c05aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/51f75b46f623cbf715ee9894657fe432455821c4", - "reference": "51f75b46f623cbf715ee9894657fe432455821c4", + "url": "https://api.github.com/repos/symfony/form/zipball/929811a7667aa5814f93a70974423870b14c05aa", + "reference": "929811a7667aa5814f93a70974423870b14c05aa", "shasum": "" }, "require": { @@ -3431,7 +3437,7 @@ "symfony/options-resolver": "^5.1", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/property-access": "^5.0.8", "symfony/service-contracts": "^1.1|^2" }, @@ -3492,7 +3498,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v5.2.10" + "source": "https://github.com/symfony/form/tree/v5.2.12" }, "funding": [ { @@ -3508,20 +3514,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:55:18+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "0f47ae9a391efdec9632275c1cb506290600af11" + "reference": "4e9ca1c60dba3b5e261eadd3b427bc115914b72b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/0f47ae9a391efdec9632275c1cb506290600af11", - "reference": "0f47ae9a391efdec9632275c1cb506290600af11", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/4e9ca1c60dba3b5e261eadd3b427bc115914b72b", + "reference": "4e9ca1c60dba3b5e261eadd3b427bc115914b72b", "shasum": "" }, "require": { @@ -3538,7 +3544,7 @@ "symfony/http-foundation": "^5.2.1", "symfony/http-kernel": "^5.2.1", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/routing": "^5.2" }, "conflict": { @@ -3641,7 +3647,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/framework-bundle/tree/v5.2.12" }, "funding": [ { @@ -3657,28 +3663,28 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T13:17:02+00:00" }, { "name": "symfony/http-client", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "a1fef5661ae36f39c1d48cb0672c4591e9452323" + "reference": "1895ede860a198803395a67738104211508b5ddc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/a1fef5661ae36f39c1d48cb0672c4591e9452323", - "reference": "a1fef5661ae36f39c1d48cb0672c4591e9452323", + "url": "https://api.github.com/repos/symfony/http-client/zipball/1895ede860a198803395a67738104211508b5ddc", + "reference": "1895ede860a198803395a67738104211508b5ddc", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/log": "^1.0", + "psr/log": "^1|^2|^3", "symfony/http-client-contracts": "^2.2", "symfony/polyfill-php73": "^1.11", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.0|^2" }, "provide": { @@ -3727,7 +3733,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v5.2.10" + "source": "https://github.com/symfony/http-client/tree/v5.2.12" }, "funding": [ { @@ -3743,7 +3749,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-23T15:55:19+00:00" }, { "name": "symfony/http-client-contracts", @@ -3825,23 +3831,23 @@ }, { "name": "symfony/http-foundation", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "a148e5d6e69562a9ec0ab3bcf35c02585114cbce" + "reference": "c1c2621bd5e9167aff38fec5f97a3cb568f34728" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a148e5d6e69562a9ec0ab3bcf35c02585114cbce", - "reference": "a148e5d6e69562a9ec0ab3bcf35c02585114cbce", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/c1c2621bd5e9167aff38fec5f97a3cb568f34728", + "reference": "c1c2621bd5e9167aff38fec5f97a3cb568f34728", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "predis/predis": "~1.0", @@ -3878,7 +3884,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.2.10" + "source": "https://github.com/symfony/http-foundation/tree/v5.2.12" }, "funding": [ { @@ -3894,25 +3900,25 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.2.10", + "version": "v5.2.13", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "91aaf791281a3f3f801a9257b27be5f9dfdb3dcf" + "reference": "08d49add199d41ac9fab433e3a92ba4f1d278eff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/91aaf791281a3f3f801a9257b27be5f9dfdb3dcf", - "reference": "91aaf791281a3f3f801a9257b27be5f9dfdb3dcf", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/08d49add199d41ac9fab433e3a92ba4f1d278eff", + "reference": "08d49add199d41ac9fab433e3a92ba4f1d278eff", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/log": "~1.0", + "psr/log": "^1|^2", "symfony/deprecation-contracts": "^2.1", "symfony/error-handler": "^4.4|^5.0", "symfony/event-dispatcher": "^5.0", @@ -3920,7 +3926,7 @@ "symfony/http-foundation": "^4.4|^5.0", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/browser-kit": "<4.4", @@ -3939,7 +3945,7 @@ "twig/twig": "<2.13" }, "provide": { - "psr/log-implementation": "1.0" + "psr/log-implementation": "1.0|2.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", @@ -3990,7 +3996,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.2.10" + "source": "https://github.com/symfony/http-kernel/tree/v5.2.13" }, "funding": [ { @@ -4006,26 +4012,26 @@ "type": "tidelift" } ], - "time": "2021-06-01T09:28:31+00:00" + "time": "2021-07-27T04:35:52+00:00" }, { "name": "symfony/intl", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/intl.git", - "reference": "cf40e74a9547e810747c584be216dd0c15632669" + "reference": "23ae12a613eb77725c6ef6a15d37b0e9956c6a2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/cf40e74a9547e810747c584be216dd0c15632669", - "reference": "cf40e74a9547e810747c584be216dd0c15632669", + "url": "https://api.github.com/repos/symfony/intl/zipball/23ae12a613eb77725c6ef6a15d37b0e9956c6a2a", + "reference": "23ae12a613eb77725c6ef6a15d37b0e9956c6a2a", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-intl-icu": "~1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/filesystem": "^4.4|^5.0" @@ -4078,7 +4084,7 @@ "localization" ], "support": { - "source": "https://github.com/symfony/intl/tree/v5.2.10" + "source": "https://github.com/symfony/intl/tree/v5.2.12" }, "funding": [ { @@ -4094,20 +4100,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T06:39:54+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/mime", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "0cb96ba3149255f5e5e257db9ea38ef86e154111" + "reference": "6ad63acd694b30e75fb2426b037e92859df73d6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/0cb96ba3149255f5e5e257db9ea38ef86e154111", - "reference": "0cb96ba3149255f5e5e257db9ea38ef86e154111", + "url": "https://api.github.com/repos/symfony/mime/zipball/6ad63acd694b30e75fb2426b037e92859df73d6b", + "reference": "6ad63acd694b30e75fb2426b037e92859df73d6b", "shasum": "" }, "require": { @@ -4115,7 +4121,7 @@ "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "egulias/email-validator": "~3.0.0", @@ -4161,7 +4167,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.2.10" + "source": "https://github.com/symfony/mime/tree/v5.2.12" }, "funding": [ { @@ -4177,20 +4183,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "065a6ce960e4beb31a30bdaeae6e6317ab4aa810" + "reference": "2c3943d7c0100983f9c0a82807555273353e3539" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/065a6ce960e4beb31a30bdaeae6e6317ab4aa810", - "reference": "065a6ce960e4beb31a30bdaeae6e6317ab4aa810", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/2c3943d7c0100983f9c0a82807555273353e3539", + "reference": "2c3943d7c0100983f9c0a82807555273353e3539", "shasum": "" }, "require": { @@ -4198,6 +4204,7 @@ "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/http-kernel": "^4.4|^5.0", + "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2" }, "conflict": { @@ -4243,7 +4250,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.10" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.2.12" }, "funding": [ { @@ -4259,7 +4266,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/monolog-bundle", @@ -4344,21 +4351,21 @@ }, { "name": "symfony/notifier", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/notifier.git", - "reference": "8e68f6cd99535e76f11cde84192f95b3f9b0ed1c" + "reference": "08f557f018e080ea36d51b43a6552bf5396e9c83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/notifier/zipball/8e68f6cd99535e76f11cde84192f95b3f9b0ed1c", - "reference": "8e68f6cd99535e76f11cde84192f95b3f9b0ed1c", + "url": "https://api.github.com/repos/symfony/notifier/zipball/08f557f018e080ea36d51b43a6552bf5396e9c83", + "reference": "08f557f018e080ea36d51b43a6552bf5396e9c83", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/log": "~1.0", + "psr/log": "^1|^2|^3", "symfony/polyfill-php80": "^1.15" }, "conflict": { @@ -4409,7 +4416,7 @@ "notifier" ], "support": { - "source": "https://github.com/symfony/notifier/tree/v5.2.10" + "source": "https://github.com/symfony/notifier/tree/v5.2.12" }, "funding": [ { @@ -4425,27 +4432,27 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-19T00:25:08+00:00" }, { "name": "symfony/options-resolver", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "ceab1c225d04aceac65dae76063a0a47bdf12285" + "reference": "1935d2e5329aba28cbb9ef6cc5687d007619d96d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ceab1c225d04aceac65dae76063a0a47bdf12285", - "reference": "ceab1c225d04aceac65dae76063a0a47bdf12285", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1935d2e5329aba28cbb9ef6cc5687d007619d96d", + "reference": "1935d2e5329aba28cbb9ef6cc5687d007619d96d", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php73": "~1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -4478,7 +4485,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.2.10" + "source": "https://github.com/symfony/options-resolver/tree/v5.2.12" }, "funding": [ { @@ -4494,7 +4501,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/polyfill-intl-grapheme", @@ -5158,21 +5165,21 @@ }, { "name": "symfony/process", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "53e36cb1c160505cdaf1ef201501669c4c317191" + "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/53e36cb1c160505cdaf1ef201501669c4c317191", - "reference": "53e36cb1c160505cdaf1ef201501669c4c317191", + "url": "https://api.github.com/repos/symfony/process/zipball/d16634ee55b895bd85ec714dadc58e4428ecf030", + "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -5200,7 +5207,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.3.0" + "source": "https://github.com/symfony/process/tree/v5.2.12" }, "funding": [ { @@ -5216,26 +5223,26 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/property-access", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "ef56ae6b6c95749352cca75a0efe1b3544fa176a" + "reference": "82c6db3e4066ebc1993c377ae71090d0c8f0552c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/ef56ae6b6c95749352cca75a0efe1b3544fa176a", - "reference": "ef56ae6b6c95749352cca75a0efe1b3544fa176a", + "url": "https://api.github.com/repos/symfony/property-access/zipball/82c6db3e4066ebc1993c377ae71090d0c8f0552c", + "reference": "82c6db3e4066ebc1993c377ae71090d0c8f0552c", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/property-info": "^5.2" }, "require-dev": { @@ -5281,7 +5288,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v5.2.10" + "source": "https://github.com/symfony/property-access/tree/v5.2.12" }, "funding": [ { @@ -5297,26 +5304,26 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/property-info", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "3e96404cea2f41ea65493da526245c2b4b5ebf4e" + "reference": "f9dd1886f47db8ea494d97a4b8bfa494094f53f1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/3e96404cea2f41ea65493da526245c2b4b5ebf4e", - "reference": "3e96404cea2f41ea65493da526245c2b4b5ebf4e", + "url": "https://api.github.com/repos/symfony/property-info/zipball/f9dd1886f47db8ea494d97a4b8bfa494094f53f1", + "reference": "f9dd1886f47db8ea494d97a4b8bfa494094f53f1", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/string": "^5.1" }, "conflict": { @@ -5371,7 +5378,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v5.2.10" + "source": "https://github.com/symfony/property-info/tree/v5.2.12" }, "funding": [ { @@ -5387,27 +5394,28 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/proxy-manager-bridge", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", - "reference": "4e4997e77f30b4caed2b3cebefdecd7031e25a00" + "reference": "76e61f33f6a34a340bf6e02211214f466e8e1dba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/4e4997e77f30b4caed2b3cebefdecd7031e25a00", - "reference": "4e4997e77f30b4caed2b3cebefdecd7031e25a00", + "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/76e61f33f6a34a340bf6e02211214f466e8e1dba", + "reference": "76e61f33f6a34a340bf6e02211214f466e8e1dba", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.8", "friendsofphp/proxy-manager-lts": "^1.0.2", "php": ">=7.2.5", - "symfony/dependency-injection": "^5.0" + "symfony/dependency-injection": "^5.0", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/config": "^4.4|^5.0" @@ -5438,7 +5446,7 @@ "description": "Provides integration for ProxyManager with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.3.0" + "source": "https://github.com/symfony/proxy-manager-bridge/tree/v5.2.12" }, "funding": [ { @@ -5454,26 +5462,26 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/routing", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "8bc1f4ac6a46f63eca345d90443a7e44908142ae" + "reference": "983a19067308962592755f57d97ca1d1f1edd37b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/8bc1f4ac6a46f63eca345d90443a7e44908142ae", - "reference": "8bc1f4ac6a46f63eca345d90443a7e44908142ae", + "url": "https://api.github.com/repos/symfony/routing/zipball/983a19067308962592755f57d97ca1d1f1edd37b", + "reference": "983a19067308962592755f57d97ca1d1f1edd37b", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/config": "<5.0", @@ -5482,7 +5490,7 @@ }, "require-dev": { "doctrine/annotations": "^1.10.4", - "psr/log": "~1.0", + "psr/log": "^1|^2|^3", "symfony/config": "^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", @@ -5527,7 +5535,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.2.10" + "source": "https://github.com/symfony/routing/tree/v5.2.12" }, "funding": [ { @@ -5543,20 +5551,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/security-bundle", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "642a43f0c93752df9bab473b14192053c137583b" + "reference": "bc36546f36355d7c0b56b23c44786b36904f838d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/642a43f0c93752df9bab473b14192053c137583b", - "reference": "642a43f0c93752df9bab473b14192053c137583b", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/bc36546f36355d7c0b56b23c44786b36904f838d", + "reference": "bc36546f36355d7c0b56b23c44786b36904f838d", "shasum": "" }, "require": { @@ -5567,7 +5575,7 @@ "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher": "^5.1", "symfony/http-kernel": "^5.0", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/security-core": "^5.2", "symfony/security-csrf": "^4.4|^5.0", "symfony/security-guard": "^5.2", @@ -5627,7 +5635,7 @@ "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/security-bundle/tree/v5.2.12" }, "funding": [ { @@ -5643,27 +5651,27 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-26T16:33:12+00:00" }, { "name": "symfony/security-core", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "94225470036d67ae8bb6a746809fe737aa7c0319" + "reference": "d79f384ce478c31f8c0e56a9bc1e044668fd32a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/94225470036d67ae8bb6a746809fe737aa7c0319", - "reference": "94225470036d67ae8bb6a746809fe737aa7c0319", + "url": "https://api.github.com/repos/symfony/security-core/zipball/d79f384ce478c31f8c0e56a9bc1e044668fd32a1", + "reference": "d79f384ce478c31f8c0e56a9bc1e044668fd32a1", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/event-dispatcher-contracts": "^1.1|^2", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { @@ -5674,7 +5682,7 @@ }, "require-dev": { "psr/container": "^1.0|^2.0", - "psr/log": "~1.0", + "psr/log": "^1|^2|^3", "symfony/event-dispatcher": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", @@ -5716,7 +5724,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v5.2.10" + "source": "https://github.com/symfony/security-core/tree/v5.2.12" }, "funding": [ { @@ -5732,24 +5740,25 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/security-csrf", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", - "reference": "89f7d0778d988579e16a173cbdd9656c1bfd8b79" + "reference": "f0af6689451582e55f6b3439362e72e536e916e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-csrf/zipball/89f7d0778d988579e16a173cbdd9656c1bfd8b79", - "reference": "89f7d0778d988579e16a173cbdd9656c1bfd8b79", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/f0af6689451582e55f6b3439362e72e536e916e4", + "reference": "f0af6689451582e55f6b3439362e72e536e916e4", "shasum": "" }, "require": { "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16", "symfony/security-core": "^4.4|^5.0" }, "conflict": { @@ -5787,7 +5796,7 @@ "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-csrf/tree/v5.2.10" + "source": "https://github.com/symfony/security-csrf/tree/v5.2.12" }, "funding": [ { @@ -5803,20 +5812,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/security-guard", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", - "reference": "9fc67f0fd82b6f5334099d2ba1ecba048818c60f" + "reference": "9edddb0b4c97eb923ba9910050be80f539933c3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-guard/zipball/9fc67f0fd82b6f5334099d2ba1ecba048818c60f", - "reference": "9fc67f0fd82b6f5334099d2ba1ecba048818c60f", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/9edddb0b4c97eb923ba9910050be80f539933c3b", + "reference": "9edddb0b4c97eb923ba9910050be80f539933c3b", "shasum": "" }, "require": { @@ -5826,7 +5835,7 @@ "symfony/security-http": "^4.4.1|^5.0.1" }, "require-dev": { - "psr/log": "~1.0" + "psr/log": "^1|^2|^3" }, "type": "library", "autoload": { @@ -5854,7 +5863,7 @@ "description": "Symfony Security Component - Guard", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-guard/tree/v5.2.10" + "source": "https://github.com/symfony/security-guard/tree/v5.2.12" }, "funding": [ { @@ -5870,20 +5879,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-18T15:21:43+00:00" }, { "name": "symfony/security-http", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "dc61639e1320010bd14b0c1b355643da83fd5be6" + "reference": "8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/dc61639e1320010bd14b0c1b355643da83fd5be6", - "reference": "dc61639e1320010bd14b0c1b355643da83fd5be6", + "url": "https://api.github.com/repos/symfony/security-http/zipball/8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc", + "reference": "8d6fb4fb1bb0d4a11b30de85cbf77914c71175bc", "shasum": "" }, "require": { @@ -5892,7 +5901,7 @@ "symfony/http-foundation": "^5.2", "symfony/http-kernel": "^5.2", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/property-access": "^4.4|^5.0", "symfony/security-core": "^5.2" }, @@ -5901,7 +5910,7 @@ "symfony/security-csrf": "<4.4" }, "require-dev": { - "psr/log": "~1.0", + "psr/log": "^1|^2|^3", "symfony/cache": "^4.4|^5.0", "symfony/rate-limiter": "^5.2", "symfony/routing": "^4.4|^5.0", @@ -5938,7 +5947,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v5.2.10" + "source": "https://github.com/symfony/security-http/tree/v5.2.12" }, "funding": [ { @@ -5954,26 +5963,26 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/serializer", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "e6b20ac94f1d0553b84cdb268600db021067727f" + "reference": "3c3afcc285c01c486d1c5504e7895026580495c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/e6b20ac94f1d0553b84cdb268600db021067727f", - "reference": "e6b20ac94f1d0553b84cdb268600db021067727f", + "url": "https://api.github.com/repos/symfony/serializer/zipball/3c3afcc285c01c486d1c5504e7895026580495c4", + "reference": "3c3afcc285c01c486d1c5504e7895026580495c4", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.2.2", @@ -6037,7 +6046,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v5.2.10" + "source": "https://github.com/symfony/serializer/tree/v5.2.12" }, "funding": [ { @@ -6053,7 +6062,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T13:17:02+00:00" }, { "name": "symfony/service-contracts", @@ -6136,16 +6145,16 @@ }, { "name": "symfony/stopwatch", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "64f4ed9232ad5372df8a61b1311502202fb0a03c" + "reference": "24744393b122b8309bbcc7965972ae51a29a602d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/64f4ed9232ad5372df8a61b1311502202fb0a03c", - "reference": "64f4ed9232ad5372df8a61b1311502202fb0a03c", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/24744393b122b8309bbcc7965972ae51a29a602d", + "reference": "24744393b122b8309bbcc7965972ae51a29a602d", "shasum": "" }, "require": { @@ -6178,7 +6187,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.2.10" + "source": "https://github.com/symfony/stopwatch/tree/v5.2.12" }, "funding": [ { @@ -6194,20 +6203,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:33:56+00:00" + "time": "2021-07-10T08:55:45+00:00" }, { "name": "symfony/string", - "version": "v5.2.10", + "version": "v5.2.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "abd6bb17be75ddb10b022f02820464b785882a7f" + "reference": "ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/abd6bb17be75ddb10b022f02820464b785882a7f", - "reference": "abd6bb17be75ddb10b022f02820464b785882a7f", + "url": "https://api.github.com/repos/symfony/string/zipball/ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7", + "reference": "ab6dc1c796bbceffbaf9ccbfb7a24feb641d6ee7", "shasum": "" }, "require": { @@ -6261,7 +6270,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.2.10" + "source": "https://github.com/symfony/string/tree/v5.2.11" }, "funding": [ { @@ -6277,7 +6286,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-06-27T11:43:47+00:00" }, { "name": "symfony/translation-contracts", @@ -6359,21 +6368,21 @@ }, { "name": "symfony/twig-bridge", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "3590e0e352a038b23f65410f388ce1a800debc6c" + "reference": "243a7c6416fea3b91391f09831d8d04b2e42c0b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/3590e0e352a038b23f65410f388ce1a800debc6c", - "reference": "3590e0e352a038b23f65410f388ce1a800debc6c", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/243a7c6416fea3b91391f09831d8d04b2e42c0b1", + "reference": "243a7c6416fea3b91391f09831d8d04b2e42c0b1", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^1.1|^2", "twig/twig": "^2.13|^3.0.4" }, @@ -6459,7 +6468,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v5.2.10" + "source": "https://github.com/symfony/twig-bridge/tree/v5.2.12" }, "funding": [ { @@ -6475,20 +6484,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-26T16:33:12+00:00" }, { "name": "symfony/twig-bundle", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "c078458e37a90b4ec8abb9f8fe6c3011d35e8039" + "reference": "6f2aa369c4b7da19b3c864c48e35b26451c92e4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/c078458e37a90b4ec8abb9f8fe6c3011d35e8039", - "reference": "c078458e37a90b4ec8abb9f8fe6c3011d35e8039", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/6f2aa369c4b7da19b3c864c48e35b26451c92e4e", + "reference": "6f2aa369c4b7da19b3c864c48e35b26451c92e4e", "shasum": "" }, "require": { @@ -6497,6 +6506,7 @@ "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^5.0", "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", "symfony/twig-bridge": "^5.0", "twig/twig": "^2.13|^3.0.4" }, @@ -6546,7 +6556,7 @@ "description": "Provides a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/twig-bundle/tree/v5.2.12" }, "funding": [ { @@ -6562,20 +6572,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/validator", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e" + "reference": "d7d89e143c48f71c43c517981683bc96c41fe971" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e", - "reference": "8b882f5a50df87ee194ccd8d7e4ebf5cabebad5e", + "url": "https://api.github.com/repos/symfony/validator/zipball/d7d89e143c48f71c43c517981683bc96c41fe971", + "reference": "d7d89e143c48f71c43c517981683bc96c41fe971", "shasum": "" }, "require": { @@ -6584,7 +6594,7 @@ "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "~1.0", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^1.1|^2" }, "conflict": { @@ -6655,7 +6665,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.2.10" + "source": "https://github.com/symfony/validator/tree/v5.2.12" }, "funding": [ { @@ -6671,26 +6681,26 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-26T16:33:12+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "85bc8988d49d3f3bbede1e937f758d5dcb9dd694" + "reference": "d5f42c357a6672d4e5960bba85e437850e9a7abb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bc8988d49d3f3bbede1e937f758d5dcb9dd694", - "reference": "85bc8988d49d3f3bbede1e937f758d5dcb9dd694", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d5f42c357a6672d4e5960bba85e437850e9a7abb", + "reference": "d5f42c357a6672d4e5960bba85e437850e9a7abb", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "phpunit/phpunit": "<5.4.3", @@ -6743,7 +6753,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.2.10" + "source": "https://github.com/symfony/var-dumper/tree/v5.2.12" }, "funding": [ { @@ -6759,25 +6769,25 @@ "type": "tidelift" } ], - "time": "2021-05-27T10:48:07+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb" + "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb", - "reference": "7a7c9dd972541f78e7815c03c0bae9f81e0e9dbb", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b7898a65fc91e7c41de7a88c7db9aee9c0d432f0", + "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/var-dumper": "^4.4.9|^5.0.9" @@ -6816,7 +6826,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.3.0" + "source": "https://github.com/symfony/var-exporter/tree/v5.2.12" }, "funding": [ { @@ -6832,25 +6842,26 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/web-link", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", - "reference": "46285629b31ae75dcc873e2c2a558f4751ce368b" + "reference": "3d1f4a0318314c63c363f5d49de15d54780b2079" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-link/zipball/46285629b31ae75dcc873e2c2a558f4751ce368b", - "reference": "46285629b31ae75dcc873e2c2a558f4751ce368b", + "url": "https://api.github.com/repos/symfony/web-link/zipball/3d1f4a0318314c63c363f5d49de15d54780b2079", + "reference": "3d1f4a0318314c63c363f5d49de15d54780b2079", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/link": "^1.0" + "psr/link": "^1.0", + "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/http-kernel": "<4.4" @@ -6903,7 +6914,7 @@ "push" ], "support": { - "source": "https://github.com/symfony/web-link/tree/v5.2.10" + "source": "https://github.com/symfony/web-link/tree/v5.2.12" }, "funding": [ { @@ -6919,26 +6930,27 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/yaml", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "cd7930d6a7e0d8ceac299846235bc6e2e032c3a3" + "reference": "46c4a1735d1bd6fa9876a9d8014acbe410c5c2f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/cd7930d6a7e0d8ceac299846235bc6e2e032c3a3", - "reference": "cd7930d6a7e0d8ceac299846235bc6e2e032c3a3", + "url": "https://api.github.com/repos/symfony/yaml/zipball/46c4a1735d1bd6fa9876a9d8014acbe410c5c2f9", + "reference": "46c4a1735d1bd6fa9876a9d8014acbe410c5c2f9", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", - "symfony/polyfill-ctype": "~1.8" + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/console": "<4.4" @@ -6978,7 +6990,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.2.10" + "source": "https://github.com/symfony/yaml/tree/v5.2.12" }, "funding": [ { @@ -6994,7 +7006,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "twig/extra-bundle", @@ -7212,16 +7224,16 @@ "packages-dev": [ { "name": "nikic/php-parser", - "version": "v4.10.5", + "version": "v4.12.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" + "reference": "6608f01670c3cc5079e18c1dab1104e002579143" }, "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/6608f01670c3cc5079e18c1dab1104e002579143", + "reference": "6608f01670c3cc5079e18c1dab1104e002579143", "shasum": "" }, "require": { @@ -7262,27 +7274,28 @@ ], "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.12.0" }, - "time": "2021-05-03T19:11:20+00:00" + "time": "2021-07-21T10:44:31+00:00" }, { "name": "symfony/browser-kit", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "4fdcde557ae8f4f3666a9aad9dc076448e56a31a" + "reference": "ed7ebe262cef150742f5b61d48a94d37513c5758" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/4fdcde557ae8f4f3666a9aad9dc076448e56a31a", - "reference": "4fdcde557ae8f4f3666a9aad9dc076448e56a31a", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ed7ebe262cef150742f5b61d48a94d37513c5758", + "reference": "ed7ebe262cef150742f5b61d48a94d37513c5758", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/dom-crawler": "^4.4|^5.0" + "symfony/dom-crawler": "^4.4|^5.0", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/css-selector": "^4.4|^5.0", @@ -7319,7 +7332,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v5.2.10" + "source": "https://github.com/symfony/browser-kit/tree/v5.2.12" }, "funding": [ { @@ -7335,24 +7348,25 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/css-selector", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "fcd0b29a7a0b1bb5bfbedc6231583d77fea04814" + "reference": "7fb120adc7f600a59027775b224c13a33530dd90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/fcd0b29a7a0b1bb5bfbedc6231583d77fea04814", - "reference": "fcd0b29a7a0b1bb5bfbedc6231583d77fea04814", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/7fb120adc7f600a59027775b224c13a33530dd90", + "reference": "7fb120adc7f600a59027775b224c13a33530dd90", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -7384,7 +7398,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.3.0" + "source": "https://github.com/symfony/css-selector/tree/v5.2.12" }, "funding": [ { @@ -7400,26 +7414,27 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:40:38+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/debug-bundle", - "version": "v5.2.4", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "ec21bd26d24dab02ac40e4bec362b3f4032486e8" + "reference": "2cb76e25ca75afb0d52c1ba83d77cd4190ed5552" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/ec21bd26d24dab02ac40e4bec362b3f4032486e8", - "reference": "ec21bd26d24dab02ac40e4bec362b3f4032486e8", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/2cb76e25ca75afb0d52c1ba83d77cd4190ed5552", + "reference": "2cb76e25ca75afb0d52c1ba83d77cd4190ed5552", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.2.5", "symfony/http-kernel": "^4.4|^5.0", + "symfony/polyfill-php80": "^1.16", "symfony/twig-bridge": "^4.4|^5.0", "symfony/var-dumper": "^4.4|^5.0" }, @@ -7462,7 +7477,7 @@ "description": "Provides a tight integration of the Symfony Debug component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug-bundle/tree/v5.2.4" + "source": "https://github.com/symfony/debug-bundle/tree/v5.2.12" }, "funding": [ { @@ -7478,27 +7493,27 @@ "type": "tidelift" } ], - "time": "2021-01-10T16:30:10+00:00" + "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/dom-crawler", - "version": "v5.2.10", + "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "6854b525d68ec7ddfe5f2d57521612f995257226" + "reference": "c983279c00f723eef8da2a4b1522296c82dc75da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6854b525d68ec7ddfe5f2d57521612f995257226", - "reference": "6854b525d68ec7ddfe5f2d57521612f995257226", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c983279c00f723eef8da2a4b1522296c82dc75da", + "reference": "c983279c00f723eef8da2a4b1522296c82dc75da", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "masterminds/html5": "<2.6" @@ -7536,7 +7551,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v5.2.10" + "source": "https://github.com/symfony/dom-crawler/tree/v5.2.12" }, "funding": [ { @@ -7552,20 +7567,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T12:52:38+00:00" + "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/maker-bundle", - "version": "v1.32.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/maker-bundle.git", - "reference": "702558c5fc5a27796eedad12a82bb27be76247dc" + "reference": "f093d906c667cba7e3f74487d9e5e55aaf25a031" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/702558c5fc5a27796eedad12a82bb27be76247dc", - "reference": "702558c5fc5a27796eedad12a82bb27be76247dc", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/f093d906c667cba7e3f74487d9e5e55aaf25a031", + "reference": "f093d906c667cba7e3f74487d9e5e55aaf25a031", "shasum": "" }, "require": { @@ -7624,7 +7639,7 @@ ], "support": { "issues": "https://github.com/symfony/maker-bundle/issues", - "source": "https://github.com/symfony/maker-bundle/tree/v1.32.0" + "source": "https://github.com/symfony/maker-bundle/tree/v1.33.0" }, "funding": [ { @@ -7640,20 +7655,20 @@ "type": "tidelift" } ], - "time": "2021-06-18T18:00:44+00:00" + "time": "2021-07-01T00:28:30+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v5.3.0", + "version": "v5.3.4", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c" + "reference": "bc368b765a651424b19f5759953ce2873e7d448b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/15cab721487b7bf43ad545a1e7d0095782e26f8c", - "reference": "15cab721487b7bf43ad545a1e7d0095782e26f8c", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/bc368b765a651424b19f5759953ce2873e7d448b", + "reference": "bc368b765a651424b19f5759953ce2873e7d448b", "shasum": "" }, "require": { @@ -7707,7 +7722,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.0" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.4" }, "funding": [ { @@ -7723,20 +7738,20 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:57:12+00:00" + "time": "2021-07-15T21:37:44+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v5.2.10", + "version": "v5.2.13", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "ecff474430abe9a01a88a94960bf380bdbfa58c5" + "reference": "380038080e46eb92b3a392de646fd32b632f1c77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/ecff474430abe9a01a88a94960bf380bdbfa58c5", - "reference": "ecff474430abe9a01a88a94960bf380bdbfa58c5", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/380038080e46eb92b3a392de646fd32b632f1c77", + "reference": "380038080e46eb92b3a392de646fd32b632f1c77", "shasum": "" }, "require": { @@ -7744,6 +7759,7 @@ "symfony/config": "^4.4|^5.0", "symfony/framework-bundle": "^5.1", "symfony/http-kernel": "^5.2", + "symfony/polyfill-php80": "^1.16", "symfony/routing": "^4.4|^5.0", "symfony/twig-bundle": "^4.4|^5.0", "twig/twig": "^2.13|^3.0.4" @@ -7785,7 +7801,7 @@ "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.10" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.13" }, "funding": [ { @@ -7801,7 +7817,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:33:56+00:00" + "time": "2021-07-27T04:28:16+00:00" } ], "aliases": [], diff --git a/public/styles/form.css b/public/styles/form.css index 20662a7..66bcf20 100644 --- a/public/styles/form.css +++ b/public/styles/form.css @@ -2,12 +2,21 @@ width: 100%; } -button, label { - font-family: 'Kanit', sans-serif; +button, +label, +select, +option, +optgroup { + font-family: 'Yantramanav', sans-serif; font-weight: bold; } input, +textarea { + font-family: 'Asap', sans-serif; +} + +input, button, textarea, select, diff --git a/public/styles/main.css b/public/styles/main.css index 749e9f3..8ca1007 100644 --- a/public/styles/main.css +++ b/public/styles/main.css @@ -47,14 +47,14 @@ h1, h1 *, h2, h2 *, h3, h3 * { - font-family: 'Kanit', sans-serif; + font-family: 'Yantramanav', sans-serif; } ul { margin-bottom: 0; } -.container, header { +main, header { margin-left: 12rem; padding-left: 3rem; padding-right: 3rem; @@ -74,7 +74,7 @@ color: black; } -.container { +main { padding-top: 1rem; } diff --git a/public/styles/nav.css b/public/styles/nav.css index 6300777..b487cb8 100644 --- a/public/styles/nav.css +++ b/public/styles/nav.css @@ -6,6 +6,7 @@ box-shadow: 0 0 0.5rem black; padding-left: 1rem; padding-right: 1rem; + font-family: 'Archivo Narrow', sans-serif; } .nav-category { diff --git a/public/styles/table.css b/public/styles/table.css index f06acd3..10974d4 100644 --- a/public/styles/table.css +++ b/public/styles/table.css @@ -13,6 +13,7 @@ padding-right: 1rem; padding-top: 0.25rem; padding-bottom: 0.25rem; + font-family: 'Yantramanav', sans-serif; } tbody tr:nth-child(even) { diff --git a/src/Controller/ActivityController.php b/src/Controller/ActivityController.php index 752739f..ac3fee1 100644 --- a/src/Controller/ActivityController.php +++ b/src/Controller/ActivityController.php @@ -9,6 +9,7 @@ use App\Form\Activity\ActivityEditForm; use App\Form\Activity\ActivityFilterForm; use App\Form\Task\TaskAddForm; +use App\Form\Task\TaskDeleteForm; use App\Repository\ActivityRepository; use App\Repository\ActorRepository; use App\Repository\TaskRepository; @@ -210,6 +211,33 @@ ]); } } + + // Task delete form + /** @var TaskDeleteForm $taskDeleteForm */ + $taskDeleteForm = $this->createNamedCustomForm('taskDelete', TaskDeleteForm::class); + $taskDeleteForm->handleRequest($request); + if ($taskDeleteForm->isSubmitted() && $taskDeleteForm->isValid()) { + $errors = $taskDeleteForm->validate(); + if (empty($errors)) { + $task = $taskDeleteForm->getTask($taskRepository); + if (!is_null($task)) { + $entityManager->remove($task); + $entityManager->flush(); + return $this->ajaxFormAnswer([ + 'refresh' => true, + ]); + } + return $this->ajaxFormAnswer([ + 'error' => 'Tâche non trouvé', + 'code' => Response::HTTP_BAD_REQUEST, + ]); + } else { + return $this->ajaxFormAnswer([ + 'error' => join('
', $errors), + 'code' => Response::HTTP_BAD_REQUEST, + ]); + } + } // Update fields $activityEditForm->updateFields($activity); @@ -225,6 +253,7 @@ 'activityEditForm' => $activityEditForm, 'activityDeleteForm' => $activityDeleteForm, 'taskAddForm' => $taskAddForm, + 'taskDeleteForm' => $taskDeleteForm, ]); } } \ No newline at end of file diff --git a/src/Controller/TaskController.php b/src/Controller/TaskController.php index 1fef477..b00f3ee 100644 --- a/src/Controller/TaskController.php +++ b/src/Controller/TaskController.php @@ -136,6 +136,7 @@ $entityManager->persist($task); $entityManager->flush(); return $this->ajaxFormAnswer([ + 'message' => 'Modification enregistrées', 'refresh' => true, ]); } else { @@ -159,6 +160,13 @@ return $this->ajaxFormAnswer([ 'redirect' => $this->generateUrl('task_tasks', [], UrlGenerator::ABSOLUTE_PATH), ]); + } else { + return $this->ajaxFormAnswer([ + 'redirect' => $this->generateUrl('activity_activity', [ + 'id' => $task->getActivity() + ->getId() + ], UrlGenerator::ABSOLUTE_PATH), + ]); } return $this->ajaxFormAnswer([ 'error' => 'Tâche non trouvé', diff --git a/templates/_includes/html/arrays/activityTasks.html.twig b/templates/_includes/html/arrays/activityTasks.html.twig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/templates/_includes/html/arrays/activityTasks.html.twig diff --git a/templates/_includes/html/base.html.twig b/templates/_includes/html/base.html.twig index e430f0b..35add15 100644 --- a/templates/_includes/html/base.html.twig +++ b/templates/_includes/html/base.html.twig @@ -1,7 +1,6 @@ {% set styles=[ - 'https://fonts.googleapis.com/css2?family=Kanit', + 'https://fonts.googleapis.com/css2?family=Yantramanav', 'https://fonts.googleapis.com/css2?family=Asap', - 'https://meyerweb.com/eric/tools/css/reset/reset.css', 'https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css', baseUrl~'icofont/icofont.css', baseUrl~'styles/card.css', @@ -52,12 +51,11 @@ {{ page }} -
+
{% block pageContent %} {% endblock %}
-
-
+ \ No newline at end of file diff --git a/templates/_includes/html/form/task/add.html.twig b/templates/_includes/html/form/task/add.html.twig index fa9a1f8..5892468 100644 --- a/templates/_includes/html/form/task/add.html.twig +++ b/templates/_includes/html/form/task/add.html.twig @@ -29,5 +29,5 @@

-{{ form_widget(form.submit, {attr: {class: 'w-100'}, label: 'Nouvelle activité'}) }} +{{ form_widget(form.submit, {attr: {class: 'w-100'}, label: 'Nouvelle tâche'}) }} {{ form_end(form) }} \ No newline at end of file diff --git a/templates/_includes/macros/date.html.twig b/templates/_includes/macros/date.html.twig index c868a58..125075e 100644 --- a/templates/_includes/macros/date.html.twig +++ b/templates/_includes/macros/date.html.twig @@ -1,11 +1,11 @@ {% macro iso(date) %} -{{ date|date('Y-m-d') }} + {% endmacro %} {% macro euro(date) %} -{{ date|date('d/m/Y') }} + {% endmacro %} {% macro full(date) %} -{{ date|date('j F Y') }} + {% endmacro %} \ No newline at end of file diff --git a/templates/activity/activity.html.twig b/templates/activity/activity.html.twig index cbc23ea..38bac3d 100644 --- a/templates/activity/activity.html.twig +++ b/templates/activity/activity.html.twig @@ -31,7 +31,7 @@

Tâches

- {% include "_includes/html/arrays/task.html.twig" with {tasks: tasks, hideActivity: true} only %} + {% include "_includes/html/arrays/task.html.twig" with {tasks: tasks, hideActivity: true, taskDeleteForm: taskDeleteForm} only %}