Switching pointybeard/helpers-cli-input and pointybeard/helpers-functions-cli to fix requirement definition error in composer
This commit is contained in:
parent
acdb06f766
commit
7c6875c3d9
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@ vendor/
|
|||
\#*#
|
||||
.*.marks
|
||||
|
||||
/nbproject/private/
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"pointybeard/helpers-cli-input": "dev-master as 1.2.3",
|
||||
"pointybeard/helpers-functions-cli": "dev-master as 1.2"
|
||||
"pointybeard/helpers-cli-input": "dev-master",
|
||||
"pointybeard/helpers-functions-cli": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue