Skip to content

Commit

Permalink
updated phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Aug 1, 2018
1 parent 0a3f1a5 commit 7bdca20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - UNRELEASED
## [2.0.0] - 2018-08-01

### Added

Expand Down Expand Up @@ -193,7 +193,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Stream factory


[2.0.0]: https://github.com/middlewares/utils/compare/v1.2.0...HEAD
[2.0.0]: https://github.com/middlewares/utils/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/middlewares/utils/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/middlewares/utils/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/middlewares/utils/compare/v0.14.0...v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"psr/http-factory": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
"phpunit/phpunit": "^6.0|^7.0",
"zendframework/zend-diactoros": "^1.3",
"friendsofphp/php-cs-fixer": "^2.0",
"squizlabs/php_codesniffer": "^3.0",
Expand Down

0 comments on commit 7bdca20

Please sign in to comment.