Skip to content
This repository was archived by the owner on Apr 28, 2024. It is now read-only.

Commit fbefb3d

Browse files
committed
Updated dependencies
1 parent 40228b1 commit fbefb3d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 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.5.0]
8+
- Updated dependencies
9+
710
## [4.4.1]
811
- Replaced Travis with GitHub Action for build
912
- Upgrade deprecation in tests
@@ -32,6 +35,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
3235
## 4.0.0
3336
- Initial 4.x release
3437

38+
[4.5.0]: https://github.com/userfrosting/config/compare/4.4.1...4.5.0
3539
[4.4.1]: https://github.com/userfrosting/config/compare/4.4.0...4.4.1
3640
[4.4.0]: https://github.com/userfrosting/config/compare/4.3.0...4.4.0
3741
[4.3.0]: https://github.com/userfrosting/config/compare/4.2.1...4.3.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=7.1",
16-
"userfrosting/support": "~4.4.0"
16+
"userfrosting/support": "~4.5.0"
1717
},
1818
"require-dev": {
1919
"friendsofphp/php-cs-fixer": "^2.13",

0 commit comments

Comments
 (0)