File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -748,24 +748,24 @@ The following resources contain more information: [Joomla! API Reference](http:
748748
749749## Installation via Composer
750750
751- Add ` "joomla/github": "~1 .0" ` to the require block in your composer.json and then run ` composer install ` .
751+ Add ` "joomla/github": "~2 .0" ` to the require block in your composer.json and then run ` composer install ` .
752752
753753``` json
754754{
755755 "require" : {
756- "joomla/github" : " ~1 .0"
756+ "joomla/github" : " ~2 .0"
757757 }
758758}
759759```
760760
761761Alternatively, you can simply run the following from the command line:
762762
763763``` sh
764- composer require joomla/github " ~1 .0"
764+ composer require joomla/github " ~2 .0"
765765```
766766
767767If you want to include the test sources, use
768768
769769``` sh
770- composer require --prefer-source joomla/github " ~1 .0"
770+ composer require --prefer-source joomla/github " ~2 .0"
771771```
You can’t perform that action at this time.
0 commit comments