Switching pointybeard/helpers-cli-input and pointybeard/helpers-functions-cli to fix requirement definition error in composer

This commit is contained in:
Luca Palo 2023-07-27 14:45:55 +02:00
commit 7c6875c3d9
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@ vendor/
\#*# \#*#
.*.marks .*.marks
/nbproject/private/

View file

@ -14,8 +14,8 @@
} }
}, },
"require": { "require": {
"pointybeard/helpers-cli-input": "dev-master as 1.2.3", "pointybeard/helpers-cli-input": "dev-master",
"pointybeard/helpers-functions-cli": "dev-master as 1.2" "pointybeard/helpers-functions-cli": "dev-master"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5" "phpunit/phpunit": "^9.5"