diff --git a/composer.json b/composer.json index b78b71d..34eaa5e 100644 --- a/composer.json +++ b/composer.json @@ -19,5 +19,15 @@ }, "require-dev": { "phpunit/phpunit": "^9.5" - } + }, + "repositories": [ + { + "type": "vcs", + "url": "git@code.verua.online:rabe/helpers-cli-input.git" + }, + { + "type": "vcs", + "url": "git@code.verua.online:rabe/helpers-functions-cli.git" + } + ] } diff --git a/composer.lock b/composer.lock index 15029b0..de7aec3 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": "ba8c967eec6a54753db8ca88bb81d3e1", + "content-hash": "f7156740e570cecf10ad14928156be54", "packages": [ { "name": "pointybeard/helpers-cli-colour", @@ -59,15 +59,9 @@ "version": "1.2.2.2", "source": { "type": "git", - "url": "https://github.com/pointybeard/helpers-cli-input.git", + "url": "git@code.verua.online:rabe/helpers-cli-input.git", "reference": "9622c9825868cf4ad429ed7cd531175c02bdff94" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pointybeard/helpers-cli-input/zipball/9622c9825868cf4ad429ed7cd531175c02bdff94", - "reference": "9622c9825868cf4ad429ed7cd531175c02bdff94", - "shasum": "" - }, "require": { "php": ">=7.2", "pointybeard/helpers-foundation-factory": "~1.0", @@ -79,7 +73,6 @@ "pointybeard\\Helpers\\Cli\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -95,7 +88,6 @@ "homepage": "https://github.com/pointybeard/helpers-cli-input", "support": { "issues": "https://github.com/pointybeard/helpers-cli-input/issues", - "source": "https://github.com/pointybeard/helpers-cli-input/tree/1.2.2.2", "wiki": "https://github.com/pointybeard/helpers-cli-input/wiki" }, "time": "2019-11-28T03:33:52+00:00" @@ -251,17 +243,11 @@ }, { "name": "pointybeard/helpers-functions-cli", - "version": "1.1.10.1", + "version": "1.1.9.1", "source": { "type": "git", - "url": "https://github.com/pointybeard/helpers-functions-cli.git", - "reference": "1992fee96b24e4a72f9980f0cbeaf475ff003e03" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pointybeard/helpers-functions-cli/zipball/1992fee96b24e4a72f9980f0cbeaf475ff003e03", - "reference": "1992fee96b24e4a72f9980f0cbeaf475ff003e03", - "shasum": "" + "url": "git@code.verua.online:rabe/helpers-functions-cli.git", + "reference": "630efc99d6b7cb6df8333cf0b569c6d4c2bf16d6" }, "require": { "php": ">=7.2", @@ -273,23 +259,15 @@ "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" - }, "type": "library", "autoload": { - "files": [ - "src/Cli/Cli.php" - ], "psr-4": { "pointybeard\\Helpers\\Functions\\": "src/" - } + }, + "files": [ + "src/Cli/Cli.php" + ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -305,10 +283,9 @@ "homepage": "https://github.com/pointybeard/helpers-functions-cli", "support": { "issues": "https://github.com/pointybeard/helpers-functions-cli/issues", - "source": "https://github.com/pointybeard/helpers-functions-cli/tree/1.1.10.1", "wiki": "https://github.com/pointybeard/helpers-functions-cli/wiki" }, - "time": "2021-09-07T01:39:39+00:00" + "time": "2020-04-11T08:51:09+00:00" }, { "name": "pointybeard/helpers-functions-debug",