update composer packages

This commit is contained in:
norb 2023-03-23 16:06:37 +01:00
commit b1fbd3ecc7
2 changed files with 21 additions and 34 deletions

View file

@ -19,5 +19,15 @@
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5" "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"
}
]
} }

43
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "ba8c967eec6a54753db8ca88bb81d3e1", "content-hash": "f7156740e570cecf10ad14928156be54",
"packages": [ "packages": [
{ {
"name": "pointybeard/helpers-cli-colour", "name": "pointybeard/helpers-cli-colour",
@ -59,15 +59,9 @@
"version": "1.2.2.2", "version": "1.2.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pointybeard/helpers-cli-input.git", "url": "git@code.verua.online:rabe/helpers-cli-input.git",
"reference": "9622c9825868cf4ad429ed7cd531175c02bdff94" "reference": "9622c9825868cf4ad429ed7cd531175c02bdff94"
}, },
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pointybeard/helpers-cli-input/zipball/9622c9825868cf4ad429ed7cd531175c02bdff94",
"reference": "9622c9825868cf4ad429ed7cd531175c02bdff94",
"shasum": ""
},
"require": { "require": {
"php": ">=7.2", "php": ">=7.2",
"pointybeard/helpers-foundation-factory": "~1.0", "pointybeard/helpers-foundation-factory": "~1.0",
@ -79,7 +73,6 @@
"pointybeard\\Helpers\\Cli\\": "src/" "pointybeard\\Helpers\\Cli\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
@ -95,7 +88,6 @@
"homepage": "https://github.com/pointybeard/helpers-cli-input", "homepage": "https://github.com/pointybeard/helpers-cli-input",
"support": { "support": {
"issues": "https://github.com/pointybeard/helpers-cli-input/issues", "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" "wiki": "https://github.com/pointybeard/helpers-cli-input/wiki"
}, },
"time": "2019-11-28T03:33:52+00:00" "time": "2019-11-28T03:33:52+00:00"
@ -251,17 +243,11 @@
}, },
{ {
"name": "pointybeard/helpers-functions-cli", "name": "pointybeard/helpers-functions-cli",
"version": "1.1.10.1", "version": "1.1.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pointybeard/helpers-functions-cli.git", "url": "git@code.verua.online:rabe/helpers-functions-cli.git",
"reference": "1992fee96b24e4a72f9980f0cbeaf475ff003e03" "reference": "630efc99d6b7cb6df8333cf0b569c6d4c2bf16d6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pointybeard/helpers-functions-cli/zipball/1992fee96b24e4a72f9980f0cbeaf475ff003e03",
"reference": "1992fee96b24e4a72f9980f0cbeaf475ff003e03",
"shasum": ""
}, },
"require": { "require": {
"php": ">=7.2", "php": ">=7.2",
@ -273,23 +259,15 @@
"pointybeard/helpers-functions-flags": "~1.0", "pointybeard/helpers-functions-flags": "~1.0",
"pointybeard/helpers-functions-strings": "~1.1" "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", "type": "library",
"autoload": { "autoload": {
"files": [
"src/Cli/Cli.php"
],
"psr-4": { "psr-4": {
"pointybeard\\Helpers\\Functions\\": "src/" "pointybeard\\Helpers\\Functions\\": "src/"
} },
"files": [
"src/Cli/Cli.php"
]
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
], ],
@ -305,10 +283,9 @@
"homepage": "https://github.com/pointybeard/helpers-functions-cli", "homepage": "https://github.com/pointybeard/helpers-functions-cli",
"support": { "support": {
"issues": "https://github.com/pointybeard/helpers-functions-cli/issues", "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" "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", "name": "pointybeard/helpers-functions-debug",