Skip to content

Commit

Permalink
fixed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 29, 2019
1 parent 0f3c367 commit 0f7117b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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/).

## [3.0.1] - 2019-11-29
### Fixed
- Moved a dependency to dev
- Updated docs

## [3.0.0] - 2019-11-29
### Added
- Added `FactoryInterface` that returns all PSR-17 factories
Expand Down Expand Up @@ -175,6 +180,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[#16]: https://github.com/middlewares/utils/issues/16
[#17]: https://github.com/middlewares/utils/issues/17

[3.0.1]: https://github.com/middlewares/utils/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/middlewares/utils/compare/v2.2.0...v3.0.0
[2.2.0]: https://github.com/middlewares/utils/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/middlewares/utils/compare/v2.1.0...v2.1.1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/container": "^1.0",
"psr/http-factory": "^1.0",
"oscarotero/php-cs-fixer-config": "^1.0"
"psr/http-factory": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.1",
"zendframework/zend-diactoros": "^2.0.1",
"friendsofphp/php-cs-fixer": "^2.0",
"oscarotero/php-cs-fixer-config": "^1.0",
"squizlabs/php_codesniffer": "^3.0",
"slim/psr7": "~0.3",
"guzzlehttp/psr7": "dev-master",
Expand Down

0 comments on commit 0f7117b

Please sign in to comment.