I
I
Ilya2017-07-26 11:58:13
PHP
Ilya, 2017-07-26 11:58:13

Where to set the "minimum-stability" field?

There is a file in the project - composer.json

{
   "require": {
      "guzzlehttp/guzzle": "~6.0",
      "php-curl-class/php-curl-class": "@dev",
      "zomberg/php-query": "dev-master"
   }
}

"zomberg/php-query": "dev-master" - this package requires the option to be enabled clip2net.com/s/3MqVuRT
"minimum-stability": "dev"
I don't know where to put it. It’s not at all clear where and there are no examples https://getcomposer.org/doc/04-schema.md#minimum-s...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nik Gubin, 2017-07-26
@flammerman

This is the root option, i.e. on par withrequire

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question