From c7725f89c891455d12b74ca81f25c6bb12cb76d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Baillet?= Date: Mon, 16 Dec 2024 17:43:13 +0100 Subject: [PATCH] fix missing symfony-intl dependency --- .github/workflows/github-actions.yml | 1 + composer.json | 1 + composer.lock | 88 +++++++++++++++++++++++++++- 3 files changed, 89 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 54ff544..2bf7232 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -110,6 +110,7 @@ jobs: DATABASE_URL: mysql://root:symfony@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/openchurch_test - name: Execute tests (Unit and Feature tests) via PHPUnit run: vendor/bin/phpunit + DATABASE_URL: mysql://root:symfony@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/openchurch_test - name: phpstan if: always() run: composer phpstan diff --git a/composer.json b/composer.json index 15100a6..32c6e4a 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ "symfony/form": "7.1.*", "symfony/framework-bundle": "7.1.*", "symfony/http-client": "7.1.*", + "symfony/intl": "7.1.*", "symfony/lock": "7.1.*", "symfony/monolog-bundle": "^3.0", "symfony/property-access": "7.1.*", diff --git a/composer.lock b/composer.lock index b33cf79..321845d 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": "e82247d4f158eff855c4118ca798e38f", + "content-hash": "2251010a194eef207310ed448f01089c", "packages": [ { "name": "api-platform/doctrine-common", @@ -6155,6 +6155,92 @@ ], "time": "2024-11-27T12:55:11+00:00" }, + { + "name": "symfony/intl", + "version": "v7.1.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/intl.git", + "reference": "e56b243fc0afa5a12bd11dace4002ada5a7d99f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/intl/zipball/e56b243fc0afa5a12bd11dace4002ada5a7d99f8", + "reference": "e56b243fc0afa5a12bd11dace4002ada5a7d99f8", + "shasum": "" + }, + "require": { + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3" + }, + "conflict": { + "symfony/string": "<7.1" + }, + "require-dev": { + "symfony/filesystem": "^6.4|^7.0", + "symfony/var-exporter": "^6.4|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Intl\\": "" + }, + "exclude-from-classmap": [ + "/Tests/", + "/Resources/data/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Eriksen Costa", + "email": "eriksen.costa@infranology.com.br" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides access to the localization data of the ICU library", + "homepage": "https://symfony.com", + "keywords": [ + "i18n", + "icu", + "internationalization", + "intl", + "l10n", + "localization" + ], + "support": { + "source": "https://github.com/symfony/intl/tree/v7.1.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-11-08T15:46:42+00:00" + }, { "name": "symfony/lock", "version": "v7.1.6",