Skip to content

Commit

Permalink
Merge branch '2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 11, 2017
2 parents a9c3561 + 3eaf7eb commit 4f82a64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ CHANGELOG

### Miscellaneous

- Binary and phar renamed to match tool name: php-coveralls and php-coveralls.phar
- [#228](https://github.com/php-coveralls/php-coveralls/pull/228) Rename vendor
- [#227](https://github.com/php-coveralls/php-coveralls/pull/227) Drop V1 from namespaces and class names
* Upgrade to Guzzle 6
- Upgrade to Guzzle 6

## 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"autoload-dev": {
"psr-4": { "PhpCoveralls\\Tests\\": "tests/"}
},
"bin": ["bin/coveralls"],
"bin": ["bin/php-coveralls"],
"scripts": {
"install-dev-tools": [
"cd dev-tools && composer update --no-interaction"
Expand Down
2 changes: 1 addition & 1 deletion src/Bundle/CoverallsBundle/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ final class Version
*
* @var string
*/
const VERSION = '2.0.0-dev';
const VERSION = '2.0.0';
}

0 comments on commit 4f82a64

Please sign in to comment.