Skip to content

Commit

Permalink
chore: merge feature (#18)
Browse files Browse the repository at this point in the history
Close #18
  • Loading branch information
geerteltink committed Dec 17, 2019
2 parents 5d212d5 + 0337581 commit f14fb0f
Show file tree
Hide file tree
Showing 6 changed files with 606 additions and 439 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.0.0 - 2019-12-17

### Added

- [#18](https://github.com/xtreamwayz/expressive-messenger/pull/18) adds support for messenger 4.4.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.6.0 - 2019-06-20

### Added
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"require": {
"php": "^7.1",
"psr/container": "^1.0",
"symfony/messenger": "~4.3.1"
"symfony/event-dispatcher": "4.4",
"symfony/messenger": "^4.4"
},
"require-dev": {
"ext-json": "*",
Expand All @@ -17,7 +18,7 @@
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.5",
"psr/log": "^1.1",
"symfony/console": "^4.3",
"symfony/console": "^4.4",
"symfony/contracts": "^1.1",
"zendframework/zend-servicemanager": "^3.3"
},
Expand Down
Loading

0 comments on commit f14fb0f

Please sign in to comment.