From 47faf59ede6f62f25c5eac69881b1b05abbbfeaf Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Fri, 1 Nov 2024 20:12:48 +0100 Subject: [PATCH] Update chill root to v2.4.0 --- .changes/2.4.0.md | 3 +++ CHANGELOG.md | 4 ++++ composer.json | 2 +- composer.lock | 47 +++++++++++++++++++++++------------------------ 4 files changed, 31 insertions(+), 25 deletions(-) create mode 100644 .changes/2.4.0.md diff --git a/.changes/2.4.0.md b/.changes/2.4.0.md new file mode 100644 index 0000000..ba7e23c --- /dev/null +++ b/.changes/2.4.0.md @@ -0,0 +1,3 @@ +## 2.4.0 - 2024-11-01 +### Feature +* Update chill bundles to v3.2.2: new feature gender entity" diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf43e9..6c3ff3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 2.4.0 - 2024-11-01 +### Feature +* Update chill bundles to v3.2.2: new feature gender entity" + ## 2.3.0 - 2024-10-30 ### Feature * Update bundles to v3.2.0 adding gender entity feature diff --git a/composer.json b/composer.json index d7aa0e5..dea721e 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "ext-iconv": "*", "champs-libres/wopi-bundle": "dev-master@dev", "champs-libres/wopi-lib": "dev-master@dev", - "chill-project/chill-bundles": "v3.2.0@dev", + "chill-project/chill-bundles": "v3.2.2@dev", "chill-project/chill-deploy": "^1.0", "graylog2/gelf-php": "^2.0", "symfony/console": "5.4.*", diff --git a/composer.lock b/composer.lock index c7f9125..451a05d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bd590ea351d690ff22dd6d9aa6ca26a1", + "content-hash": "6b115c83c9d325a56dc18afd5c1d146e", "packages": [ { "name": "brick/math", @@ -185,16 +185,16 @@ }, { "name": "chill-project/chill-bundles", - "version": "v3.2.0", + "version": "v3.2.2", "source": { "type": "git", "url": "https://gitlab.com/Chill-Projet/chill-bundles.git", - "reference": "1cadc71d5ae701ae6d103da7a4389624e356a360" + "reference": "32459e6092771b1fba9eed80cf3334a0766a2d8f" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=1cadc71d5ae701ae6d103da7a4389624e356a360", - "reference": "1cadc71d5ae701ae6d103da7a4389624e356a360", + "url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=32459e6092771b1fba9eed80cf3334a0766a2d8f", + "reference": "32459e6092771b1fba9eed80cf3334a0766a2d8f", "shasum": "" }, "require": { @@ -328,9 +328,9 @@ ], "support": { "issues": "https://gitlab.com/Chill-Projet/chill-bundles/-/issues", - "source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.2.0" + "source": "https://gitlab.com/Chill-Projet/chill-bundles/-/tree/v3.2.2" }, - "time": "2024-10-30T10:11:36+00:00" + "time": "2024-10-31T14:14:37+00:00" }, { "name": "chill-project/chill-deploy", @@ -1694,16 +1694,16 @@ }, { "name": "doctrine/persistence", - "version": "3.3.3", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "b337726451f5d530df338fc7f68dee8781b49779" + "reference": "0ea965320cec355dba75031c1b23d4c78362e3ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/b337726451f5d530df338fc7f68dee8781b49779", - "reference": "b337726451f5d530df338fc7f68dee8781b49779", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/0ea965320cec355dba75031c1b23d4c78362e3ff", + "reference": "0ea965320cec355dba75031c1b23d4c78362e3ff", "shasum": "" }, "require": { @@ -1717,12 +1717,11 @@ "require-dev": { "doctrine/coding-standard": "^12", "doctrine/common": "^3.0", - "phpstan/phpstan": "1.11.1", + "phpstan/phpstan": "1.12.7", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.1", - "phpunit/phpunit": "^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "vimeo/psalm": "4.30.0 || 5.24.0" + "phpunit/phpunit": "^8.5.38 || ^9.5", + "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0" }, "type": "library", "autoload": { @@ -1771,7 +1770,7 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/3.3.3" + "source": "https://github.com/doctrine/persistence/tree/3.4.0" }, "funding": [ { @@ -1787,7 +1786,7 @@ "type": "tidelift" } ], - "time": "2024-06-20T10:14:30+00:00" + "time": "2024-10-30T19:48:12+00:00" }, { "name": "doctrine/sql-formatter", @@ -1964,20 +1963,20 @@ }, { "name": "ezyang/htmlpurifier", - "version": "v4.17.0", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" + "reference": "cb56001e54359df7ae76dc522d08845dc741621b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b", + "reference": "cb56001e54359df7ae76dc522d08845dc741621b", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", @@ -2019,9 +2018,9 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0" }, - "time": "2023-11-17T15:01:25+00:00" + "time": "2024-11-01T03:51:45+00:00" }, { "name": "firebase/php-jwt",