diff --git a/composer.json b/composer.json index 8be7407..872aaae 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "require": { "php": "^8.1", - "symplify/config-transformer": "dev-main as 11.1.4", + "symplify/config-transformer": "^12.4", "symfony/console": "^6.1", "symfony/filesystem": "^6.1", "symfony/finder": "^6.1", diff --git a/composer.lock b/composer.lock index b605f88..a46079f 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": "2a0608003a1386a142327da035877104", + "content-hash": "034e0b31c1b9dddc24a829df3c1d7678", "packages": [ { "name": "composer/pcre", @@ -473,21 +473,22 @@ "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "d9a5ce7d828d255cde61f75de1f4ba71af076c18" + "reference": "b433959cb129b9d4f15d26b9138c7d2b62a3d757" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/d9a5ce7d828d255cde61f75de1f4ba71af076c18", - "reference": "d9a5ce7d828d255cde61f75de1f4ba71af076c18", + "url": "https://api.github.com/repos/nette/utils/zipball/b433959cb129b9d4f15d26b9138c7d2b62a3d757", + "reference": "b433959cb129b9d4f15d26b9138c7d2b62a3d757", "shasum": "" }, "require": { - "php": ">=7.2 <8.3" + "php": ">=7.2 <8.4" }, "conflict": { "nette/di": "<3.0.6" }, "require-dev": { + "jetbrains/phpstorm-attributes": "dev-master", "nette/tester": "~2.0", "phpstan/phpstan": "^1.0", "tracy/tracy": "^2.3" @@ -550,7 +551,7 @@ "issues": "https://github.com/nette/utils/issues", "source": "https://github.com/nette/utils/tree/v3.2" }, - "time": "2022-10-23T16:30:55+00:00" + "time": "2024-01-17T14:37:35+00:00" }, { "name": "nunomaduro/termwind", @@ -2713,22 +2714,21 @@ }, { "name": "symplify/config-transformer", - "version": "dev-main", + "version": "12.4.0", "source": { "type": "git", "url": "https://github.com/symplify/config-transformer.git", - "reference": "a9e018b81ec7bc641f59bbdfb37b15c891a88fce" + "reference": "d9a0f2d6c6f80cb0672544ed5273d5e701a3e092" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symplify/config-transformer/zipball/a9e018b81ec7bc641f59bbdfb37b15c891a88fce", - "reference": "a9e018b81ec7bc641f59bbdfb37b15c891a88fce", + "url": "https://api.github.com/repos/symplify/config-transformer/zipball/d9a0f2d6c6f80cb0672544ed5273d5e701a3e092", + "reference": "d9a0f2d6c6f80cb0672544ed5273d5e701a3e092", "shasum": "" }, "require": { "php": ">=7.2" }, - "default-branch": true, "bin": [ "bin/config-transformer" ], @@ -2739,7 +2739,8 @@ ], "description": "Prefixed version of Symfony YAML/XML to PHP/YAML config converter", "support": { - "source": "https://github.com/symplify/config-transformer/tree/main" + "issues": "https://github.com/symplify/config-transformer/issues", + "source": "https://github.com/symplify/config-transformer/tree/12.4.0" }, "funding": [ { @@ -2751,7 +2752,7 @@ "type": "github" } ], - "time": "2022-11-20T02:02:03+00:00" + "time": "2025-01-22T23:08:18+00:00" }, { "name": "symplify/easy-coding-standard", @@ -3241,25 +3242,17 @@ } ], "packages-dev": [], - "aliases": [ - { - "package": "symplify/config-transformer", - "version": "dev-main", - "alias": "11.1.4", - "alias_normalized": "11.1.4.0" - } - ], + "aliases": [], "minimum-stability": "dev", "stability-flags": { - "symplify/config-transformer": 20, - "symplify/easy-coding-standard": 20, - "symplify/coding-standard": 20 + "symplify/coding-standard": 20, + "symplify/easy-coding-standard": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^8.1" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" } diff --git a/yaml-to-php b/yaml-to-php index a81ec79..c8328fc 100755 --- a/yaml-to-php +++ b/yaml-to-php @@ -165,7 +165,6 @@ require getcwd().'/vendor/autoload.php'; $process = new Process([ \PHP_BINARY, getcwd().'/vendor/bin/config-transformer', - 'switch-format', $directory, ]);