You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be instructive to consider how Git approaches this problem:
$ git config -h
usage: git config [<options>]
...
Type
-t, --type <> value is given this type
--bool value is "true" or "false"
--int value is decimal number
--bool-or-int value is --bool or --int
--path value is a path (file or directory name)
--expiry-date value is an expiry date
...
I would love to see something analogous in Composer.
The text was updated successfully, but these errors were encountered:
It's currently impossible to use the
config
command to set non-string values. For example:I would like the result to be this, of course:
It may be instructive to consider how Git approaches this problem:
I would love to see something analogous in Composer.
The text was updated successfully, but these errors were encountered: