From 38b4883f8ea0afbb0b6e00f657cefcb18f14fc00 Mon Sep 17 00:00:00 2001 From: Denis Smet Date: Mon, 11 Mar 2024 04:06:11 +0400 Subject: [PATCH] Add symfony/yaml to dependencies and symlink for testing - Add symfony/yaml to composer.json dependencies - Create a symlink for csv-blueprint for testing purposes - Update content-hash in composer.lock --- Makefile | 2 +- composer.json | 3 +- composer.lock | 146 +++++++++++++++++++++++++------------------------- 3 files changed, 76 insertions(+), 75 deletions(-) diff --git a/Makefile b/Makefile index 3d1e8fbd..2f8cfa4d 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ update: ##@Project Install/Update all 3rd party dependencies create-symlink: ##@Project Create Symlink (alias for testing) - @ln -sfv `pwd`/ci-report-converter `pwd`/vendor/bin/ci-report-converter + @ln -sfv `pwd`/csv-blueprint `pwd`/vendor/bin/csv-blueprint test-all: ##@Project Run all project tests at once diff --git a/composer.json b/composer.json index 9c38208f..f1085b3d 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,8 @@ "jbzoo/utils" : "^7.1", "jbzoo/ci-report-converter" : "^7.2", "league/csv" : "^9.15", - "fakerphp/faker" : "^1.23" + "fakerphp/faker" : "^1.23", + "symfony/yaml" : "^6.4" }, "require-dev" : { diff --git a/composer.lock b/composer.lock index b3c61e26..9ff9a5bd 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": "aa2d64e2d78d191e4bc83a4ad90051b6", + "content-hash": "b20133b2673ce83b855f63c4993bcf8d", "packages": [ { "name": "bluepsyduck/symfony-process-manager", @@ -1665,6 +1665,78 @@ } ], "time": "2024-02-01T13:16:41+00:00" + }, + { + "name": "symfony/yaml", + "version": "v6.4.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "d75715985f0f94f978e3a8fa42533e10db921b90" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90", + "reference": "d75715985f0f94f978e3a8fa42533e10db921b90", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<5.4" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0|^7.0" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v6.4.3" + }, + "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-01-23T14:51:35+00:00" } ], "packages-dev": [ @@ -7790,78 +7862,6 @@ ], "time": "2024-02-26T08:37:45+00:00" }, - { - "name": "symfony/yaml", - "version": "v6.4.3", - "source": { - "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "d75715985f0f94f978e3a8fa42533e10db921b90" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90", - "reference": "d75715985f0f94f978e3a8fa42533e10db921b90", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "symfony/console": "<5.4" - }, - "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0" - }, - "bin": [ - "Resources/bin/yaml-lint" - ], - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Loads and dumps YAML files", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.3" - }, - "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-01-23T14:51:35+00:00" - }, { "name": "theseer/tokenizer", "version": "1.2.3",