Skip to content

Commit 80bb808

Browse files
committed
Fix rockettheme/toolbox version
1 parent ee6d339 commit 80bb808

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [4.6.3](https://github.com/userfrosting/framework/compare/4.6.2...4.6.3)
8+
- Force version of `rockettheme/toolbox` to prevent eventdispatcher incompatibility between rockettheme and Symphony ([UserFrosting #1195](https://github.com/userfrosting/UserFrosting/issues/1195))
9+
710
## [4.6.2](https://github.com/userfrosting/framework/compare/4.6.1...4.6.2)
811
- Fix incorrect load order for locale files/sprinkles ([userfrosting/UserFrosting#1191](https://github.com/userfrosting/UserFrosting/issues/1191))
912

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^7.3 | ^8.0",
25-
"rockettheme/toolbox": "^1.5",
25+
"rockettheme/toolbox": "1.6.0",
2626
"illuminate/support": "^8.5",
2727
"illuminate/filesystem": "^8.5",
2828
"illuminate/config": "^8.5",

0 commit comments

Comments
 (0)