Skip to content

Commit

Permalink
Fix incorrect version in README (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Sep 24, 2020
1 parent c031090 commit 52e6048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ composer require --dev php-coveralls/php-coveralls
If you need support for PHP versions older than 5.5, you will need to use a 1.x version:

```sh
$ composer require --dev php-coveralls/php-coveralls '^2.2'
$ composer require --dev 'php-coveralls/php-coveralls:^1.1'
```

You can see this library on [Packagist](https://packagist.org/packages/php-coveralls/php-coveralls).
Expand Down

0 comments on commit 52e6048

Please sign in to comment.