From 211342b8b3c8586d814755a14f31f6038fb2830f Mon Sep 17 00:00:00 2001 From: Merel Jossart Date: Mon, 11 Aug 2025 15:07:26 +0200 Subject: [PATCH] Update Craft to 5.8+ and remove cp-field-inspect --- .ddev/.env.web | 10 + composer.json | 39 ++- composer.lock | 631 ++++++++++++++++++------------------ config/project/project.yaml | 10 +- 4 files changed, 347 insertions(+), 343 deletions(-) create mode 100644 .ddev/.env.web diff --git a/.ddev/.env.web b/.ddev/.env.web new file mode 100644 index 00000000..20bc886e --- /dev/null +++ b/.ddev/.env.web @@ -0,0 +1,10 @@ +CRAFT_DB_SERVER="db" +CRAFT_DB_USER="db" +CRAFT_DB_PASSWORD="db" +MAILPIT_SMTP_PORT="1025" +CRAFT_DB_DRIVER="mysql" +CRAFT_DB_PORT="3306" +CRAFT_DB_DATABASE="db" +MAILPIT_SMTP_HOSTNAME="127.0.0.1" +CRAFT_WEB_ROOT="/var/www/html/public" +PRIMARY_SITE_URL="https://craft-base-install.local.statik.be" diff --git a/composer.json b/composer.json index e23050f3..d3873887 100644 --- a/composer.json +++ b/composer.json @@ -12,35 +12,34 @@ "php": ">=8.2", "ext-json": "*", "craftcms/ckeditor": "4.9.0", - "craftcms/cms": "5.7.10", + "craftcms/cms": "5.8.13.2", "craftcms/postmark": "^3.1.0", "craftpulse/craft-password-policy": "5.0.3", "hybridinteractive/craft-position-fieldtype": "^5.0.0", "hybridinteractive/craft-width-fieldtype": "^5.0.0", - "jaybizzle/crawler-detect": "^1.2", - "mikehaertl/php-shellcommand": "^1.6", + "jaybizzle/crawler-detect": "^1.3.5", + "mikehaertl/php-shellcommand": "^1.7", "miranj/craft-obfuscator": "^1.2.0", - "mmikkel/cp-field-inspect": "2.0.4", "nystudio107/craft-imageoptimize": "5.0.7", "nystudio107/craft-vite": "5.0.1", "statikbe/craft-carbon-tracker": "5.0.3", - "statikbe/craft-config-values": "5.0.2", - "statikbe/craft-cookie-banner": "^5.0.0", - "statikbe/craft-sentry": "^5.1.1", - "statikbe/craft-translate": "^5.0.0", - "statikbe/craft-video-parser": "^5.0.0", + "statikbe/craft-config-values": "5.2.1", + "statikbe/craft-cookie-banner": "^5.1.1", + "statikbe/craft-sentry": "5.1.2", + "statikbe/craft-translate": "^5.0.1", + "statikbe/craft-video-parser": "^5.0.1", "studioespresso/craft-dumper": "5.0.1", "studioespresso/craft-navigate": "5.1.4", - "studioespresso/craft-seo-fields": "5.0.7", - "vanderlee/syllable": "^1.7", - "verbb/element-index-defaults": "^4.0.0-beta.1", - "verbb/expanded-singles": "3.0.2", - "verbb/formie": "3.0.30", - "verbb/hyper": "2.2.6", - "verbb/image-resizer": "4.0.3", - "verbb/knock-knock": "3.0.3", - "verbb/tablemaker": "5.0.5", - "vlucas/phpdotenv": "^5.4.1" + "studioespresso/craft-seo-fields": "5.1.1", + "vanderlee/syllable": "^1.9", + "verbb/element-index-defaults": "4.0.1", + "verbb/expanded-singles": "3.0.3", + "verbb/formie": "3.1.1", + "verbb/hyper": "2.2.7", + "verbb/image-resizer": "4.0.4", + "verbb/knock-knock": "3.0.4", + "verbb/tablemaker": "5.0.6", + "vlucas/phpdotenv": "^5.6.2" }, "autoload": { "psr-4": { @@ -82,4 +81,4 @@ "canonical": false } ] -} \ No newline at end of file +} diff --git a/composer.lock b/composer.lock index 79f324c2..b52466b9 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": "5f8e80282a609221c9bd8eec27609064", + "content-hash": "1ca040e74ba77b3d737f4c45981e6445", "packages": [ { "name": "bacon/bacon-qr-code", @@ -423,11 +423,11 @@ }, { "name": "craftcms/cms", - "version": "5.7.10", + "version": "5.8.13.2", "dist": { "type": "zip", - "url": "https://api.github.com/repos/craftcms/cms/zipball/1e9ce75675834ab04b0d9770efe9c0d620ad3db6", - "reference": "1e9ce75675834ab04b0d9770efe9c0d620ad3db6", + "url": "https://api.github.com/repos/craftcms/cms/zipball/372b56f32967414a162d49bfb27a7d2e2a207924", + "reference": "372b56f32967414a162d49bfb27a7d2e2a207924", "shasum": "" }, "require": { @@ -469,15 +469,15 @@ "symfony/property-access": "^7.0", "symfony/property-info": "^7.0", "symfony/serializer": "^6.4", - "symfony/var-dumper": "^5.0|^6.0", - "symfony/yaml": "^5.2.3|^6.0", + "symfony/var-dumper": "^5.0|^6.0|^7.0", + "symfony/yaml": "^5.2.3|^6.0|^7.0", "theiconic/name-parser": "^1.2", "twig/twig": "~3.15.0", "voku/stringy": "^6.4.0", "web-auth/webauthn-lib": "~4.9.0", "webonyx/graphql-php": "~14.11.10", "yiisoft/yii2": "~2.0.52.0", - "yiisoft/yii2-debug": "~2.1.26.0", + "yiisoft/yii2-debug": "~2.1.27.0", "yiisoft/yii2-queue": "~2.3.2", "yiisoft/yii2-symfonymailer": "^4.0.0" }, @@ -524,7 +524,7 @@ "docs": "https://craftcms.com/docs/5.x/", "rss": "https://github.com/craftcms/cms/releases.atom" }, - "time": "2025-06-04T22:57:17+00:00" + "time": "2025-08-07T11:14:33+00:00" }, { "name": "craftcms/html-field", @@ -656,16 +656,16 @@ }, { "name": "craftcms/server-check", - "version": "5.0.3", + "version": "5.0.4", "source": { "type": "git", "url": "https://github.com/craftcms/server-check.git", - "reference": "08082638f8caff8ab86a223898e8ea167b3f5879" + "reference": "3b1f239c1cc781710978b0baa3e3bc99410d1973" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/craftcms/server-check/zipball/08082638f8caff8ab86a223898e8ea167b3f5879", - "reference": "08082638f8caff8ab86a223898e8ea167b3f5879", + "url": "https://api.github.com/repos/craftcms/server-check/zipball/3b1f239c1cc781710978b0baa3e3bc99410d1973", + "reference": "3b1f239c1cc781710978b0baa3e3bc99410d1973", "shasum": "" }, "type": "library", @@ -694,7 +694,7 @@ "rss": "https://github.com/craftcms/server-check/releases.atom", "source": "https://github.com/craftcms/server-check" }, - "time": "2025-02-11T20:26:29+00:00" + "time": "2025-07-23T14:22:43+00:00" }, { "name": "craftpulse/craft-password-policy", @@ -2573,16 +2573,16 @@ }, { "name": "league/csv", - "version": "9.23.0", + "version": "9.24.1", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "774008ad8a634448e4f8e288905e070e8b317ff3" + "reference": "e0221a3f16aa2a823047d59fab5809d552e29bc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/774008ad8a634448e4f8e288905e070e8b317ff3", - "reference": "774008ad8a634448e4f8e288905e070e8b317ff3", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/e0221a3f16aa2a823047d59fab5809d552e29bc8", + "reference": "e0221a3f16aa2a823047d59fab5809d552e29bc8", "shasum": "" }, "require": { @@ -2592,14 +2592,14 @@ "require-dev": { "ext-dom": "*", "ext-xdebug": "*", - "friendsofphp/php-cs-fixer": "^3.69.0", - "phpbench/phpbench": "^1.4.0", - "phpstan/phpstan": "^1.12.18", + "friendsofphp/php-cs-fixer": "^3.75.0", + "phpbench/phpbench": "^1.4.1", + "phpstan/phpstan": "^1.12.27", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.2", "phpstan/phpstan-strict-rules": "^1.6.2", - "phpunit/phpunit": "^10.5.16 || ^11.5.7", - "symfony/var-dumper": "^6.4.8 || ^7.2.3" + "phpunit/phpunit": "^10.5.16 || ^11.5.22", + "symfony/var-dumper": "^6.4.8 || ^7.3.0" }, "suggest": { "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", @@ -2660,7 +2660,7 @@ "type": "github" } ], - "time": "2025-03-28T06:52:04+00:00" + "time": "2025-06-25T14:53:51+00:00" }, { "name": "league/html-to-markdown", @@ -2977,62 +2977,27 @@ ], "time": "2024-12-08T08:18:47+00:00" }, - { - "name": "lsolesen/pel", - "version": "0.9.12", - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pel/pel/zipball/b95fe29cdacf9d36330da277f10910a13648c84c", - "reference": "b95fe29cdacf9d36330da277f10910a13648c84c", - "shasum": "" - }, - "require": { - "php": ">=7.1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "lsolesen\\pel\\": "src/" - } - }, - "license": [ - "GPL-2.0" - ], - "authors": [ - { - "name": "Lars Olesen", - "email": "lars@intraface.dk", - "homepage": "http://intraface.dk", - "role": "Developer" - }, - { - "name": "Martin Geisler", - "email": "martin@geisler.net", - "homepage": "http://geisler.net", - "role": "Developer" - } - ], - "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.", - "homepage": "http://pel.github.com/pel/", - "keywords": [ - "exif", - "image" - ], - "time": "2022-02-18T13:20:54+00:00" - }, { "name": "masterminds/html5", - "version": "2.9.0", + "version": "2.10.0", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "fcf91eb64359852f00d921887b219479b4f21251" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", - "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251", + "reference": "fcf91eb64359852f00d921887b219479b4f21251", "shasum": "" }, "require": { "ext-dom": "*", "php": ">=5.3.0" }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" + }, "type": "library", "extra": { "branch-alias": { @@ -3044,6 +3009,7 @@ "Masterminds\\": "src" } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -3072,7 +3038,11 @@ "serializer", "xml" ], - "time": "2024-03-31T07:05:07+00:00" + "support": { + "issues": "https://github.com/Masterminds/html5-php/issues", + "source": "https://github.com/Masterminds/html5-php/tree/2.10.0" + }, + "time": "2025-07-25T09:04:22+00:00" }, { "name": "mikehaertl/php-shellcommand", @@ -3240,57 +3210,6 @@ ], "time": "2022-09-29T08:45:17+00:00" }, - { - "name": "mmikkel/cp-field-inspect", - "version": "2.0.4", - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mmikkel/CpFieldInspect-Craft/zipball/ac990c3c3102880649136ddc543781b36b296833", - "reference": "ac990c3c3102880649136ddc543781b36b296833", - "shasum": "" - }, - "require": { - "craftcms/cms": "^5.0.0", - "php": "^8.2" - }, - "type": "craft-plugin", - "extra": { - "name": "CP Field Inspect", - "handle": "cp-field-inspect", - "schemaVersion": "1.0.0", - "hasCpSettings": false, - "hasCpSection": false, - "changelogUrl": "https://raw.githubusercontent.com/mmikkel/CpFieldInspect-Craft/master/CHANGELOG.md", - "class": "mmikkel\\cpfieldinspect\\CpFieldInspect" - }, - "autoload": { - "psr-4": { - "mmikkel\\cpfieldinspect\\": "src/" - } - }, - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mats Mikkel Rummelhoff", - "homepage": "https://vaersaagod.no" - } - ], - "description": "Inspect field handles and easily edit field and element source settings", - "keywords": [ - "cms", - "cp field inspect", - "craft", - "craft-plugin", - "craftcms" - ], - "support": { - "docs": "https://github.com/mmikkel/CpFieldInspect-Craft/blob/master/README.md", - "issues": "https://github.com/mmikkel/CpFieldInspect-Craft/issues" - }, - "time": "2025-01-26T11:01:13+00:00" - }, { "name": "mollie/mollie-api-php", "version": "v2.79.1", @@ -3685,16 +3604,16 @@ }, { "name": "nystudio107/craft-code-editor", - "version": "1.0.23", + "version": "1.0.26", "source": { "type": "git", "url": "https://github.com/nystudio107/craft-code-editor.git", - "reference": "0a206d73efa8f8d3bd7294ae68b3d70c696b19c5" + "reference": "13467e7710b76ec2c1065c6f55b376a3594fd95e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nystudio107/craft-code-editor/zipball/0a206d73efa8f8d3bd7294ae68b3d70c696b19c5", - "reference": "0a206d73efa8f8d3bd7294ae68b3d70c696b19c5", + "url": "https://api.github.com/repos/nystudio107/craft-code-editor/zipball/13467e7710b76ec2c1065c6f55b376a3594fd95e", + "reference": "13467e7710b76ec2c1065c6f55b376a3594fd95e", "shasum": "" }, "require": { @@ -3749,7 +3668,7 @@ "type": "github" } ], - "time": "2025-05-17T20:38:20+00:00" + "time": "2025-07-28T21:50:37+00:00" }, { "name": "nystudio107/craft-imageoptimize", @@ -4534,16 +4453,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "2.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68" + "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", - "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b9e61a61e39e02dd90944e9115241c7f7e76bfd8", + "reference": "b9e61a61e39e02dd90944e9115241c7f7e76bfd8", "shasum": "" }, "require": { @@ -4575,9 +4494,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.2.0" }, - "time": "2025-02-19T13:28:12+00:00" + "time": "2025-07-13T07:04:09+00:00" }, { "name": "pixelandtonic/imagine", @@ -5179,16 +5098,16 @@ }, { "name": "sabberworm/php-css-parser", - "version": "v8.8.0", + "version": "v8.9.0", "source": { "type": "git", "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git", - "reference": "3de493bdddfd1f051249af725c7e0d2c38fed740" + "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/3de493bdddfd1f051249af725c7e0d2c38fed740", - "reference": "3de493bdddfd1f051249af725c7e0d2c38fed740", + "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d8e916507b88e389e26d4ab03c904a082aa66bb9", + "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9", "shasum": "" }, "require": { @@ -5196,7 +5115,8 @@ "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { - "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41" + "phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41", + "rawr/cross-data-providers": "^2.0.0" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS" @@ -5238,9 +5158,9 @@ ], "support": { "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues", - "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.8.0" + "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.9.0" }, - "time": "2025-03-23T17:59:05+00:00" + "time": "2025-07-11T13:20:48+00:00" }, { "name": "samdark/yii2-psr-log-target", @@ -5360,16 +5280,16 @@ }, { "name": "sentry/sentry", - "version": "4.14.0", + "version": "4.14.2", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "f8c50304bd2f1640704345274bdd5af150b6945d" + "reference": "bfeec74303d60d3f8bc33701ab3e86f8a8729f17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/f8c50304bd2f1640704345274bdd5af150b6945d", - "reference": "f8c50304bd2f1640704345274bdd5af150b6945d", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/bfeec74303d60d3f8bc33701ab3e86f8a8729f17", + "reference": "bfeec74303d60d3f8bc33701ab3e86f8a8729f17", "shasum": "" }, "require": { @@ -5433,7 +5353,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-php/issues", - "source": "https://github.com/getsentry/sentry-php/tree/4.14.0" + "source": "https://github.com/getsentry/sentry-php/tree/4.14.2" }, "funding": [ { @@ -5445,7 +5365,7 @@ "type": "custom" } ], - "time": "2025-06-13T17:22:57+00:00" + "time": "2025-07-21T08:28:29+00:00" }, { "name": "spatie/schema-org", @@ -5730,11 +5650,11 @@ }, { "name": "statikbe/craft-config-values", - "version": "5.0.2", + "version": "5.2.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/statikbe/craft-config-values/zipball/375ec21185069bf2fd641d1b8e3705ecb4d878d1", - "reference": "375ec21185069bf2fd641d1b8e3705ecb4d878d1", + "url": "https://api.github.com/repos/statikbe/craft-config-values/zipball/274d6ce9bfadcf1cac2503d0ac2693273bf91564", + "reference": "274d6ce9bfadcf1cac2503d0ac2693273bf91564", "shasum": "" }, "require": { @@ -5775,7 +5695,7 @@ "docs": "https://github.com/statikbe/craft-config-values/blob/master/README.md", "issues": "https://github.com/statikbe/craft-config-values/issues" }, - "time": "2025-02-24T07:46:46+00:00" + "time": "2025-07-03T07:35:35+00:00" }, { "name": "statikbe/craft-cookie-banner", @@ -5845,11 +5765,11 @@ }, { "name": "statikbe/craft-sentry", - "version": "5.1.1", + "version": "5.1.2", "dist": { "type": "zip", - "url": "https://api.github.com/repos/statikbe/craft-sentry/zipball/31a73e59016e37167c2db079275239c78162cdf2", - "reference": "31a73e59016e37167c2db079275239c78162cdf2", + "url": "https://api.github.com/repos/statikbe/craft-sentry/zipball/90e9bdb4319b695b3dc3e30b47f4ed2edb6f24ba", + "reference": "90e9bdb4319b695b3dc3e30b47f4ed2edb6f24ba", "shasum": "" }, "require": { @@ -5893,7 +5813,7 @@ "docs": "https://github.com/statikbe/craft-sentry/blob/master/README.md", "issues": "https://github.com/statikbe/craft-sentry/issues" }, - "time": "2024-10-17T08:50:46+00:00" + "time": "2025-08-05T13:07:29+00:00" }, { "name": "statikbe/craft-translate", @@ -6185,11 +6105,11 @@ }, { "name": "studioespresso/craft-seo-fields", - "version": "5.0.7", + "version": "5.1.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/studioespresso/craft-seo-fields/zipball/d5bd15faa66d413fc078a111eef4a1f51ebc0e0b", - "reference": "d5bd15faa66d413fc078a111eef4a1f51ebc0e0b", + "url": "https://api.github.com/repos/studioespresso/craft-seo-fields/zipball/bab7b9970c0d90d8eb68d733346ba9dc86d988d3", + "reference": "bab7b9970c0d90d8eb68d733346ba9dc86d988d3", "shasum": "" }, "require": { @@ -6231,20 +6151,20 @@ "docs": "https://studioespresso.github.io/craft-seo-fields/", "issues": "https://github.com/studioespresso/craft-seo-fields/issues" }, - "time": "2025-05-08T19:17:50+00:00" + "time": "2025-08-06T09:12:54+00:00" }, { "name": "symfony/cache", - "version": "v6.4.21", + "version": "v6.4.24", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "d1abcf763a7414f2e572f676f22da7a06c8cd9ee" + "reference": "d038cd3054aeaf1c674022a77048b2ef6376a175" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/d1abcf763a7414f2e572f676f22da7a06c8cd9ee", - "reference": "d1abcf763a7414f2e572f676f22da7a06c8cd9ee", + "url": "https://api.github.com/repos/symfony/cache/zipball/d038cd3054aeaf1c674022a77048b2ef6376a175", + "reference": "d038cd3054aeaf1c674022a77048b2ef6376a175", "shasum": "" }, "require": { @@ -6311,7 +6231,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.4.21" + "source": "https://github.com/symfony/cache/tree/v6.4.24" }, "funding": [ { @@ -6322,12 +6242,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-08T08:21:20+00:00" + "time": "2025-07-30T09:32:03+00:00" }, { "name": "symfony/cache-contracts", @@ -6539,16 +6463,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v7.3.0", + "version": "v7.3.1", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "0fabbc3d6a9c473b716a93fc8e7a537adb396166" + "reference": "8b2ee2e06ab99fa5f067b6699296d4e35c156bb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/0fabbc3d6a9c473b716a93fc8e7a537adb396166", - "reference": "0fabbc3d6a9c473b716a93fc8e7a537adb396166", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8b2ee2e06ab99fa5f067b6699296d4e35c156bb9", + "reference": "8b2ee2e06ab99fa5f067b6699296d4e35c156bb9", "shasum": "" }, "require": { @@ -6586,7 +6510,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v7.3.0" + "source": "https://github.com/symfony/dom-crawler/tree/v7.3.1" }, "funding": [ { @@ -6602,7 +6526,7 @@ "type": "tidelift" } ], - "time": "2025-03-05T10:15:41+00:00" + "time": "2025-06-15T10:07:06+00:00" }, { "name": "symfony/event-dispatcher", @@ -6802,11 +6726,16 @@ }, { "name": "symfony/filesystem", - "version": "v6.4.13", + "version": "v6.4.24", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "75ae2edb7cdcc0c53766c30b0a2512b8df574bd8" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3", - "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/75ae2edb7cdcc0c53766c30b0a2512b8df574bd8", + "reference": "75ae2edb7cdcc0c53766c30b0a2512b8df574bd8", "shasum": "" }, "require": { @@ -6814,6 +6743,9 @@ "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8" }, + "require-dev": { + "symfony/process": "^5.4|^6.4|^7.0" + }, "type": "library", "autoload": { "psr-4": { @@ -6823,6 +6755,7 @@ "/Tests/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -6838,20 +6771,41 @@ ], "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", - "time": "2024-10-25T15:07:50+00:00" + "support": { + "source": "https://github.com/symfony/filesystem/tree/v6.4.24" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2025-07-10T08:14:14+00:00" }, { "name": "symfony/http-client", - "version": "v7.3.0", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "57e4fb86314015a695a750ace358d07a7e37b8a9" + "reference": "1c064a0c67749923483216b081066642751cc2c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/57e4fb86314015a695a750ace358d07a7e37b8a9", - "reference": "57e4fb86314015a695a750ace358d07a7e37b8a9", + "url": "https://api.github.com/repos/symfony/http-client/zipball/1c064a0c67749923483216b081066642751cc2c7", + "reference": "1c064a0c67749923483216b081066642751cc2c7", "shasum": "" }, "require": { @@ -6863,6 +6817,7 @@ }, "conflict": { "amphp/amp": "<2.5", + "amphp/socket": "<1.1", "php-http/discovery": "<1.15", "symfony/http-foundation": "<6.4" }, @@ -6875,7 +6830,6 @@ "require-dev": { "amphp/http-client": "^4.2.1|^5.0", "amphp/http-tunnel": "^1.0|^2.0", - "amphp/socket": "^1.1", "guzzlehttp/promises": "^1.4|^2.0", "nyholm/psr7": "^1.0", "php-http/httplug": "^1.0|^2.0", @@ -6917,7 +6871,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v7.3.0" + "source": "https://github.com/symfony/http-client/tree/v7.3.2" }, "funding": [ { @@ -6928,12 +6882,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-05-02T08:23:16+00:00" + "time": "2025-07-15T11:36:08+00:00" }, { "name": "symfony/http-client-contracts", @@ -7015,16 +6973,16 @@ }, { "name": "symfony/mailer", - "version": "v7.3.0", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "0f375bbbde96ae8c78e4aa3e63aabd486e33364c" + "reference": "d43e84d9522345f96ad6283d5dfccc8c1cfc299b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/0f375bbbde96ae8c78e4aa3e63aabd486e33364c", - "reference": "0f375bbbde96ae8c78e4aa3e63aabd486e33364c", + "url": "https://api.github.com/repos/symfony/mailer/zipball/d43e84d9522345f96ad6283d5dfccc8c1cfc299b", + "reference": "d43e84d9522345f96ad6283d5dfccc8c1cfc299b", "shasum": "" }, "require": { @@ -7075,7 +7033,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v7.3.0" + "source": "https://github.com/symfony/mailer/tree/v7.3.2" }, "funding": [ { @@ -7086,25 +7044,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-04T09:51:09+00:00" + "time": "2025-07-15T11:36:08+00:00" }, { "name": "symfony/mime", - "version": "v7.3.0", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9" + "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9", - "reference": "0e7b19b2f399c31df0cdbe5d8cbf53f02f6cfcd9", + "url": "https://api.github.com/repos/symfony/mime/zipball/e0a0f859148daf1edf6c60b398eb40bfc96697d1", + "reference": "e0a0f859148daf1edf6c60b398eb40bfc96697d1", "shasum": "" }, "require": { @@ -7159,7 +7121,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.3.0" + "source": "https://github.com/symfony/mime/tree/v7.3.2" }, "funding": [ { @@ -7170,25 +7132,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-02-19T08:51:26+00:00" + "time": "2025-07-15T13:41:35+00:00" }, { "name": "symfony/options-resolver", - "version": "v7.3.0", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "afb9a8038025e5dbc657378bfab9198d75f10fca" + "reference": "119bcf13e67dbd188e5dbc74228b1686f66acd37" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/afb9a8038025e5dbc657378bfab9198d75f10fca", - "reference": "afb9a8038025e5dbc657378bfab9198d75f10fca", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/119bcf13e67dbd188e5dbc74228b1686f66acd37", + "reference": "119bcf13e67dbd188e5dbc74228b1686f66acd37", "shasum": "" }, "require": { @@ -7226,7 +7192,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v7.3.0" + "source": "https://github.com/symfony/options-resolver/tree/v7.3.2" }, "funding": [ { @@ -7237,12 +7203,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-04T13:12:05+00:00" + "time": "2025-07-15T11:36:08+00:00" }, { "name": "symfony/polyfill-ctype", @@ -8212,16 +8182,16 @@ }, { "name": "symfony/property-access", - "version": "v7.3.0", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "3bcf43665d6aff90547b005348e1e351f4e2174b" + "reference": "317916e49b2577a1908f321796f2b67984e61eab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/3bcf43665d6aff90547b005348e1e351f4e2174b", - "reference": "3bcf43665d6aff90547b005348e1e351f4e2174b", + "url": "https://api.github.com/repos/symfony/property-access/zipball/317916e49b2577a1908f321796f2b67984e61eab", + "reference": "317916e49b2577a1908f321796f2b67984e61eab", "shasum": "" }, "require": { @@ -8268,7 +8238,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v7.3.0" + "source": "https://github.com/symfony/property-access/tree/v7.3.2" }, "funding": [ { @@ -8279,32 +8249,36 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-05-10T11:59:09+00:00" + "time": "2025-07-15T17:58:03+00:00" }, { "name": "symfony/property-info", - "version": "v7.3.0", + "version": "v7.3.1", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "200d230d8553610ada73ac557501dc4609aad31f" + "reference": "90586acbf2a6dd13bee4f09f09111c8bd4773970" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/200d230d8553610ada73ac557501dc4609aad31f", - "reference": "200d230d8553610ada73ac557501dc4609aad31f", + "url": "https://api.github.com/repos/symfony/property-info/zipball/90586acbf2a6dd13bee4f09f09111c8bd4773970", + "reference": "90586acbf2a6dd13bee4f09f09111c8bd4773970", "shasum": "" }, "require": { "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/string": "^6.4|^7.0", - "symfony/type-info": "~7.1.9|^7.2.2" + "symfony/type-info": "~7.2.8|^7.3.1" }, "conflict": { "phpdocumentor/reflection-docblock": "<5.2", @@ -8354,7 +8328,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v7.3.0" + "source": "https://github.com/symfony/property-info/tree/v7.3.1" }, "funding": [ { @@ -8370,20 +8344,20 @@ "type": "tidelift" } ], - "time": "2025-04-04T13:12:05+00:00" + "time": "2025-06-27T19:55:54+00:00" }, { "name": "symfony/serializer", - "version": "v6.4.22", + "version": "v6.4.24", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "b836df93e9ea07d1d3ada58a679ef205d54b64d1" + "reference": "c01c719c8a837173dc100f2bd141a6271ea68a1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/b836df93e9ea07d1d3ada58a679ef205d54b64d1", - "reference": "b836df93e9ea07d1d3ada58a679ef205d54b64d1", + "url": "https://api.github.com/repos/symfony/serializer/zipball/c01c719c8a837173dc100f2bd141a6271ea68a1d", + "reference": "c01c719c8a837173dc100f2bd141a6271ea68a1d", "shasum": "" }, "require": { @@ -8452,7 +8426,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/v6.4.22" + "source": "https://github.com/symfony/serializer/tree/v6.4.24" }, "funding": [ { @@ -8463,12 +8437,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-05-12T08:02:50+00:00" + "time": "2025-07-10T08:14:14+00:00" }, { "name": "symfony/service-contracts", @@ -8555,16 +8533,16 @@ }, { "name": "symfony/string", - "version": "v7.3.0", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125" + "reference": "42f505aff654e62ac7ac2ce21033818297ca89ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/f3570b8c61ca887a9e2938e85cb6458515d2b125", - "reference": "f3570b8c61ca887a9e2938e85cb6458515d2b125", + "url": "https://api.github.com/repos/symfony/string/zipball/42f505aff654e62ac7ac2ce21033818297ca89ca", + "reference": "42f505aff654e62ac7ac2ce21033818297ca89ca", "shasum": "" }, "require": { @@ -8622,7 +8600,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.3.0" + "source": "https://github.com/symfony/string/tree/v7.3.2" }, "funding": [ { @@ -8633,25 +8611,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-20T20:19:01+00:00" + "time": "2025-07-10T08:47:49+00:00" }, { "name": "symfony/translation", - "version": "v6.4.22", + "version": "v6.4.24", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "7e3b3b7146c6fab36ddff304a8041174bf6e17ad" + "reference": "300b72643e89de0734d99a9e3f8494a3ef6936e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/7e3b3b7146c6fab36ddff304a8041174bf6e17ad", - "reference": "7e3b3b7146c6fab36ddff304a8041174bf6e17ad", + "url": "https://api.github.com/repos/symfony/translation/zipball/300b72643e89de0734d99a9e3f8494a3ef6936e1", + "reference": "300b72643e89de0734d99a9e3f8494a3ef6936e1", "shasum": "" }, "require": { @@ -8717,7 +8699,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.4.22" + "source": "https://github.com/symfony/translation/tree/v6.4.24" }, "funding": [ { @@ -8728,12 +8710,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-05-29T07:06:44+00:00" + "time": "2025-07-30T17:30:48+00:00" }, { "name": "symfony/translation-contracts", @@ -8815,16 +8801,16 @@ }, { "name": "symfony/type-info", - "version": "v7.3.0", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/type-info.git", - "reference": "bc9af22e25796d98078f69c0749ab3a9d3454786" + "reference": "b72d44c7d6638480fce101b7c4cd3abea4c2efba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/type-info/zipball/bc9af22e25796d98078f69c0749ab3a9d3454786", - "reference": "bc9af22e25796d98078f69c0749ab3a9d3454786", + "url": "https://api.github.com/repos/symfony/type-info/zipball/b72d44c7d6638480fce101b7c4cd3abea4c2efba", + "reference": "b72d44c7d6638480fce101b7c4cd3abea4c2efba", "shasum": "" }, "require": { @@ -8874,7 +8860,7 @@ "type" ], "support": { - "source": "https://github.com/symfony/type-info/tree/v7.3.0" + "source": "https://github.com/symfony/type-info/tree/v7.3.2" }, "funding": [ { @@ -8885,25 +8871,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-03-30T12:17:06+00:00" + "time": "2025-07-10T05:39:45+00:00" }, { "name": "symfony/uid", - "version": "v7.3.0", + "version": "v7.3.1", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "7beeb2b885cd584cd01e126c5777206ae4c3c6a3" + "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/7beeb2b885cd584cd01e126c5777206ae4c3c6a3", - "reference": "7beeb2b885cd584cd01e126c5777206ae4c3c6a3", + "url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb", + "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb", "shasum": "" }, "require": { @@ -8948,7 +8938,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v7.3.0" + "source": "https://github.com/symfony/uid/tree/v7.3.1" }, "funding": [ { @@ -8964,38 +8954,36 @@ "type": "tidelift" } ], - "time": "2025-05-24T14:28:13+00:00" + "time": "2025-06-27T19:55:54+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.21", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "22560f80c0c5cd58cc0bcaf73455ffd81eb380d5" + "reference": "53205bea27450dc5c65377518b3275e126d45e75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/22560f80c0c5cd58cc0bcaf73455ffd81eb380d5", - "reference": "22560f80c0c5cd58cc0bcaf73455ffd81eb380d5", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/53205bea27450dc5c65377518b3275e126d45e75", + "reference": "53205bea27450dc5c65377518b3275e126d45e75", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/console": "<5.4" + "symfony/console": "<6.4" }, "require-dev": { - "ext-iconv": "*", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/error-handler": "^6.3|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/process": "^5.4|^6.0|^7.0", - "symfony/uid": "^5.4|^6.0|^7.0", - "twig/twig": "^2.13|^3.0.4" + "symfony/console": "^6.4|^7.0", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/process": "^6.4|^7.0", + "symfony/uid": "^6.4|^7.0", + "twig/twig": "^3.12" }, "bin": [ "Resources/bin/var-dump-server" @@ -9033,7 +9021,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.21" + "source": "https://github.com/symfony/var-dumper/tree/v7.3.2" }, "funding": [ { @@ -9044,25 +9032,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-09T07:34:50+00:00" + "time": "2025-07-29T20:02:46+00:00" }, { "name": "symfony/var-exporter", - "version": "v7.3.0", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "c9a1168891b5aaadfd6332ef44393330b3498c4c" + "reference": "05b3e90654c097817325d6abd284f7938b05f467" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/c9a1168891b5aaadfd6332ef44393330b3498c4c", - "reference": "c9a1168891b5aaadfd6332ef44393330b3498c4c", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/05b3e90654c097817325d6abd284f7938b05f467", + "reference": "05b3e90654c097817325d6abd284f7938b05f467", "shasum": "" }, "require": { @@ -9110,7 +9102,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v7.3.0" + "source": "https://github.com/symfony/var-exporter/tree/v7.3.2" }, "funding": [ { @@ -9121,37 +9113,41 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-05-15T09:04:05+00:00" + "time": "2025-07-10T08:47:49+00:00" }, { "name": "symfony/yaml", - "version": "v6.4.21", + "version": "v7.3.2", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "f01987f45676778b474468aa266fe2eda1f2bc7e" + "reference": "b8d7d868da9eb0919e99c8830431ea087d6aae30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/f01987f45676778b474468aa266fe2eda1f2bc7e", - "reference": "f01987f45676778b474468aa266fe2eda1f2bc7e", + "url": "https://api.github.com/repos/symfony/yaml/zipball/b8d7d868da9eb0919e99c8830431ea087d6aae30", + "reference": "b8d7d868da9eb0919e99c8830431ea087d6aae30", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<5.4" + "symfony/console": "<6.4" }, "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0" + "symfony/console": "^6.4|^7.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -9182,7 +9178,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.21" + "source": "https://github.com/symfony/yaml/tree/v7.3.2" }, "funding": [ { @@ -9193,12 +9189,16 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2025-04-04T09:48:44+00:00" + "time": "2025-07-10T08:47:49+00:00" }, { "name": "theiconic/name-parser", @@ -9346,16 +9346,16 @@ }, { "name": "verbb/auth", - "version": "2.0.24", + "version": "2.0.26", "source": { "type": "git", "url": "https://github.com/verbb/auth.git", - "reference": "60dceeaffcffeff9a8100c02cf7f03d0b4451fa2" + "reference": "93652d18a25f562b5f33a3a32a7da363bb75e268" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/auth/zipball/60dceeaffcffeff9a8100c02cf7f03d0b4451fa2", - "reference": "60dceeaffcffeff9a8100c02cf7f03d0b4451fa2", + "url": "https://api.github.com/repos/verbb/auth/zipball/93652d18a25f562b5f33a3a32a7da363bb75e268", + "reference": "93652d18a25f562b5f33a3a32a7da363bb75e268", "shasum": "" }, "require": { @@ -9401,7 +9401,7 @@ "type": "github" } ], - "time": "2025-06-17T02:44:18+00:00" + "time": "2025-07-21T22:14:04+00:00" }, { "name": "verbb/base", @@ -9455,11 +9455,11 @@ }, { "name": "verbb/element-index-defaults", - "version": "4.0.0", + "version": "4.0.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/element-index-defaults/zipball/e3d6bd43e8abc2520d41b4b57b4d63d7688c3e82", - "reference": "e3d6bd43e8abc2520d41b4b57b4d63d7688c3e82", + "url": "https://api.github.com/repos/verbb/element-index-defaults/zipball/17ac10bb07ae03502943da8af591af2834db119b", + "reference": "17ac10bb07ae03502943da8af591af2834db119b", "shasum": "" }, "require": { @@ -9502,15 +9502,15 @@ "docs": "https://github.com/verbb/element-index-defaults", "rss": "https://github.com/verbb/element-index-defaults/commits/v2.atom" }, - "time": "2024-05-13T00:41:53+00:00" + "time": "2025-07-18T14:04:14+00:00" }, { "name": "verbb/expanded-singles", - "version": "3.0.2", + "version": "3.0.3", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/expanded-singles/zipball/ed6770025b03af081ef6246dfafeee864a727ef1", - "reference": "ed6770025b03af081ef6246dfafeee864a727ef1", + "url": "https://api.github.com/repos/verbb/expanded-singles/zipball/72d6c2942245ae3e0d2aa34509fabfc064423913", + "reference": "72d6c2942245ae3e0d2aa34509fabfc064423913", "shasum": "" }, "require": { @@ -9556,15 +9556,15 @@ "docs": "https://github.com/verbb/expanded-singles", "rss": "https://github.com/verbb/expanded-singles/commits/v2.atom" }, - "time": "2025-03-04T23:14:53+00:00" + "time": "2025-07-18T14:04:19+00:00" }, { "name": "verbb/formie", - "version": "3.0.30", + "version": "3.1.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/formie/zipball/723eec3ee83e841ca86810bcf09dce5c22374f12", - "reference": "723eec3ee83e841ca86810bcf09dce5c22374f12", + "url": "https://api.github.com/repos/verbb/formie/zipball/589c9671fede0e211349eb552afd5602b7c62619", + "reference": "589c9671fede0e211349eb552afd5602b7c62619", "shasum": "" }, "require": { @@ -9621,15 +9621,15 @@ "docs": "https://github.com/verbb/formie", "rss": "https://github.com/verbb/formie/commits/v2.atom" }, - "time": "2025-06-18T12:40:28+00:00" + "time": "2025-07-22T12:10:44+00:00" }, { "name": "verbb/hyper", - "version": "2.2.6", + "version": "2.2.7", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/hyper/zipball/5388b7aec9f277d2c59cd693a1916ab6015d5ec9", - "reference": "5388b7aec9f277d2c59cd693a1916ab6015d5ec9", + "url": "https://api.github.com/repos/verbb/hyper/zipball/c7b0c9477b0cc3e935dbb798c4d2de61250bec47", + "reference": "c7b0c9477b0cc3e935dbb798c4d2de61250bec47", "shasum": "" }, "require": { @@ -9675,20 +9675,19 @@ "docs": "https://github.com/verbb/hyper", "rss": "https://github.com/verbb/hyper/commits/v2.atom" }, - "time": "2025-05-14T10:12:41+00:00" + "time": "2025-07-18T14:04:29+00:00" }, { "name": "verbb/image-resizer", - "version": "4.0.3", + "version": "4.0.4", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/image-resizer/zipball/8dd412054e35ee467161449454c94a6cb96a61c2", - "reference": "8dd412054e35ee467161449454c94a6cb96a61c2", + "url": "https://api.github.com/repos/verbb/image-resizer/zipball/b113e0f159195b11abf6d4d7c547a9053a1de0aa", + "reference": "b113e0f159195b11abf6d4d7c547a9053a1de0aa", "shasum": "" }, "require": { "craftcms/cms": "^5.0.0", - "lsolesen/pel": "^0.9.6", "php": "^8.2", "verbb/base": "^3.0.0" }, @@ -9730,15 +9729,15 @@ "docs": "https://github.com/verbb/image-resizer", "rss": "https://github.com/verbb/image-resizer/commits/v2.atom" }, - "time": "2025-03-04T08:20:27+00:00" + "time": "2025-07-18T14:04:35+00:00" }, { "name": "verbb/knock-knock", - "version": "3.0.3", + "version": "3.0.4", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/knock-knock/zipball/886761cc441858f4fb07709fa99d37bc8d49dd63", - "reference": "886761cc441858f4fb07709fa99d37bc8d49dd63", + "url": "https://api.github.com/repos/verbb/knock-knock/zipball/6484d4e739b04cd8e18c76b5a4411fed178c01a1", + "reference": "6484d4e739b04cd8e18c76b5a4411fed178c01a1", "shasum": "" }, "require": { @@ -9782,15 +9781,15 @@ "docs": "https://github.com/verbb/knock-knock", "rss": "https://github.com/verbb/knock-knock/commits/v2.atom" }, - "time": "2025-05-01T04:51:59+00:00" + "time": "2025-07-18T14:04:41+00:00" }, { "name": "verbb/tablemaker", - "version": "5.0.5", + "version": "5.0.6", "dist": { "type": "zip", - "url": "https://api.github.com/repos/verbb/tablemaker/zipball/8695acd06db4f0da4ff71e358f07ef81dcb3a99a", - "reference": "8695acd06db4f0da4ff71e358f07ef81dcb3a99a", + "url": "https://api.github.com/repos/verbb/tablemaker/zipball/84892582b0fd34d077fecee2702313b31dbb68c7", + "reference": "84892582b0fd34d077fecee2702313b31dbb68c7", "shasum": "" }, "require": { @@ -9839,7 +9838,7 @@ "docs": "https://github.com/verbb/tablemaker", "rss": "https://github.com/verbb/tablemaker/commits/v2.atom" }, - "time": "2025-03-04T00:28:58+00:00" + "time": "2025-07-18T14:05:39+00:00" }, { "name": "vlucas/phpdotenv", @@ -10789,16 +10788,16 @@ }, { "name": "yiisoft/yii2-debug", - "version": "2.1.26", + "version": "2.1.27", "source": { "type": "git", "url": "https://github.com/yiisoft/yii2-debug.git", - "reference": "e4b28a1d295fc977d8399db544336dd5b2764397" + "reference": "44e158914911ef81cd7111fd6d46b918f65fae7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/e4b28a1d295fc977d8399db544336dd5b2764397", - "reference": "e4b28a1d295fc977d8399db544336dd5b2764397", + "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/44e158914911ef81cd7111fd6d46b918f65fae7c", + "reference": "44e158914911ef81cd7111fd6d46b918f65fae7c", "shasum": "" }, "require": { @@ -10876,7 +10875,7 @@ "type": "tidelift" } ], - "time": "2025-02-13T21:27:29+00:00" + "time": "2025-06-08T13:32:11+00:00" }, { "name": "yiisoft/yii2-queue", @@ -11072,16 +11071,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.27", + "version": "1.12.28", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3a6e423c076ab39dfedc307e2ac627ef579db162" + "reference": "fcf8b71aeab4e1a1131d1783cef97b23a51b87a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3a6e423c076ab39dfedc307e2ac627ef579db162", - "reference": "3a6e423c076ab39dfedc307e2ac627ef579db162", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fcf8b71aeab4e1a1131d1783cef97b23a51b87a9", + "reference": "fcf8b71aeab4e1a1131d1783cef97b23a51b87a9", "shasum": "" }, "require": { @@ -11126,7 +11125,7 @@ "type": "github" } ], - "time": "2025-05-21T20:51:45+00:00" + "time": "2025-07-17T17:15:39+00:00" }, { "name": "symplify/easy-coding-standard", diff --git a/config/project/project.yaml b/config/project/project.yaml index 1b28d23e..f408f863 100644 --- a/config/project/project.yaml +++ b/config/project/project.yaml @@ -1,4 +1,4 @@ -dateModified: 1750314760 +dateModified: 1754917585 elementSources: craft\elements\Entry: - @@ -380,10 +380,6 @@ plugins: edition: standard enabled: true schemaVersion: 1.0.0 - cp-field-inspect: - edition: standard - enabled: true - schemaVersion: 1.0.0 craft-sentry: edition: standard enabled: true @@ -433,7 +429,7 @@ plugins: edition: standard enabled: true licenseKey: BKLCIL7UDF2C3YXIA1QK1UAR - schemaVersion: 3.4.8 + schemaVersion: 3.4.9 settings: ajaxTimeout: '10' alertEmails: null @@ -675,5 +671,5 @@ system: live: true name: $SYSTEM_NAME retryDuration: null - schemaVersion: 5.7.0.3 + schemaVersion: 5.8.0.3 timeZone: Europe/Brussels