Skip to content

Commit

Permalink
Fix rockettheme/toolbox version
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Feb 15, 2022
1 parent ee6d339 commit 80bb808
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.6.3](https://github.com/userfrosting/framework/compare/4.6.2...4.6.3)
- Force version of `rockettheme/toolbox` to prevent eventdispatcher incompatibility between rockettheme and Symphony ([UserFrosting #1195](https://github.com/userfrosting/UserFrosting/issues/1195))

## [4.6.2](https://github.com/userfrosting/framework/compare/4.6.1...4.6.2)
- Fix incorrect load order for locale files/sprinkles ([userfrosting/UserFrosting#1191](https://github.com/userfrosting/UserFrosting/issues/1191))

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 @@
],
"require": {
"php": "^7.3 | ^8.0",
"rockettheme/toolbox": "^1.5",
"rockettheme/toolbox": "1.6.0",
"illuminate/support": "^8.5",
"illuminate/filesystem": "^8.5",
"illuminate/config": "^8.5",
Expand Down

0 comments on commit 80bb808

Please sign in to comment.