Skip to content

Commit 7364303

Browse files
authored
Tag 2.0 stable
1 parent f322921 commit 7364303

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

761761
Alternatively, 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

767767
If 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
```

0 commit comments

Comments
 (0)