joomla / coding-standards

Joomla Coding Standards Definition
https://developer.joomla.org/coding-standards/basic-guidelines.html
GNU General Public License v2.0
128 stars 129 forks source link

Fixes outdated command #233

Closed gruz closed 6 years ago

gruz commented 6 years ago

composer property-set minimum-stability "alpha"

$ composer property-set minimum-stability "alpha"                                                             

  [Symfony\Component\Console\Exception\CommandNotFoundException]                                                                                
  Command "property-set" is not defined.                                                                                                        

composer config minimum-stability "alpha" did the job.