From acdb06f766c080eb0126fa8c16cdcd8c11cd011e Mon Sep 17 00:00:00 2001 From: Norbert Wagner Date: Thu, 23 Mar 2023 18:39:13 +0100 Subject: [PATCH] use forked helpers cli-input/functions-cli --- composer.json | 4 ++-- composer.lock | 54 ++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 47 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 34eaa5e..336c8bf 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ } }, "require": { - "pointybeard/helpers-cli-input": "^1.2.2.2", - "pointybeard/helpers-functions-cli": "^1.1.9.1" + "pointybeard/helpers-cli-input": "dev-master as 1.2.3", + "pointybeard/helpers-functions-cli": "dev-master as 1.2" }, "require-dev": { "phpunit/phpunit": "^9.5" diff --git a/composer.lock b/composer.lock index de7aec3..671abee 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": "f7156740e570cecf10ad14928156be54", + "content-hash": "cc14ecb36013f69bc64e3543018eedec", "packages": [ { "name": "pointybeard/helpers-cli-colour", @@ -56,17 +56,18 @@ }, { "name": "pointybeard/helpers-cli-input", - "version": "1.2.2.2", + "version": "dev-master", "source": { "type": "git", "url": "git@code.verua.online:rabe/helpers-cli-input.git", - "reference": "9622c9825868cf4ad429ed7cd531175c02bdff94" + "reference": "c6fe64321ef06633c89bc055252f22d6ff676d52" }, "require": { "php": ">=7.2", "pointybeard/helpers-foundation-factory": "~1.0", "pointybeard/helpers-functions-flags": "~1.0" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -90,7 +91,7 @@ "issues": "https://github.com/pointybeard/helpers-cli-input/issues", "wiki": "https://github.com/pointybeard/helpers-cli-input/wiki" }, - "time": "2019-11-28T03:33:52+00:00" + "time": "2023-03-23T07:47:59+00:00" }, { "name": "pointybeard/helpers-exceptions-readabletrace", @@ -243,11 +244,11 @@ }, { "name": "pointybeard/helpers-functions-cli", - "version": "1.1.9.1", + "version": "dev-master", "source": { "type": "git", "url": "git@code.verua.online:rabe/helpers-functions-cli.git", - "reference": "630efc99d6b7cb6df8333cf0b569c6d4c2bf16d6" + "reference": "cedd316946da20bcca1766a0d0e1d53a1da53986" }, "require": { "php": ">=7.2", @@ -259,6 +260,14 @@ "pointybeard/helpers-functions-flags": "~1.0", "pointybeard/helpers-functions-strings": "~1.1" }, + "require-dev": { + "damianopetrungaro/php-commitizen": "^0.1.0", + "friendsofphp/php-cs-fixer": "^3.0", + "php-parallel-lint/php-console-highlighter": "^0.5.0", + "php-parallel-lint/php-parallel-lint": "^1.0", + "squizlabs/php_codesniffer": "^3.0" + }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -268,6 +277,17 @@ "src/Cli/Cli.php" ] }, + "scripts": { + "tidy": [ + "php-cs-fixer fix -v --using-cache=no" + ], + "tidyDry": [ + "@tidy --dry-run" + ], + "test": [ + "parallel-lint . --exclude vendor" + ] + }, "license": [ "MIT" ], @@ -285,7 +305,7 @@ "issues": "https://github.com/pointybeard/helpers-functions-cli/issues", "wiki": "https://github.com/pointybeard/helpers-functions-cli/wiki" }, - "time": "2020-04-11T08:51:09+00:00" + "time": "2023-03-23T07:50:28+00:00" }, { "name": "pointybeard/helpers-functions-debug", @@ -2207,9 +2227,25 @@ "time": "2021-07-28T10:34:58+00:00" } ], - "aliases": [], + "aliases": [ + { + "package": "pointybeard/helpers-cli-input", + "version": "9999999-dev", + "alias": "1.2.3", + "alias_normalized": "1.2.3.0" + }, + { + "package": "pointybeard/helpers-functions-cli", + "version": "9999999-dev", + "alias": "1.2", + "alias_normalized": "1.2.0.0" + } + ], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "pointybeard/helpers-cli-input": 20, + "pointybeard/helpers-functions-cli": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [],