I found similar problems in Drupal answers and the solution was to add "minimum-stabilty": "beta" to composer.json, which I did, but it thre error:

Comments

ckosloff’s picture

Error:
kosloff@asr-2:~/.composer$ composer global update
Changed current directory to /home/ckosloff/.composer

[Seld\JsonLint\ParsingException]
"./composer.json" does not contain valid JSON
Parse error on line 3:
...rush": "dev-master""minimum -stability"
---------------------^
Expected one of: 'EOF', '}', ':', ',', ']'

global []...

ckosloff@asr-2:~/.composer$
---------------------------------------------------------------------
I need to know what is the exact verbatim syntax that should be in composer.json.
Thanks.

ckosloff