Skip to content

Commit

Permalink
Removed support for Symfony 5 event dispatcher due to compatibility i…
Browse files Browse the repository at this point in the history
…ssues [#32]
  • Loading branch information
mahagr committed Feb 12, 2022
1 parent fdf0195 commit 8ad2b96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# v1.6.2
## mm/dd/2022

1. [](#bugfix)
* Removed support for Symfony 5 Event Dispatcher due to compatibility issues [#32](https://github.com/rockettheme/toolbox/issues/32)

# v1.6.1
## 02/08/2022

1. [](#new)
* Added support for Symfony 5 YAML and Event Dispatcher
1. [](#bugfix)
* Fixed PHP 5.6 and 7.0 compatibility

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ext-json": "*",
"pimple/pimple": "^3.0",
"symfony/yaml": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^3.4|^4.0|^5.0"
"symfony/event-dispatcher": "^3.4|^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8ad2b96

Please sign in to comment.