Skip to content

Commit 54c9cd2

Browse files
committed
Updated dependencies
1 parent d146289 commit 54c9cd2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3636
- Added `test:mail` Bakery Command
3737
- Add support for other config['mailer'] options ([#872]; Thanks @apple314159 !)
3838
- Added support for npm dependencies on the frontend with auditting for known vulnerabilities
39-
- Extended `bakery test` to add Test Scope and sprinkle selection argument (Thanks @ssnukala !)
39+
- Extended `bakery test` to add Test Scope and sprinkle selection argument ([#919], Thanks @ssnukala !)
4040

4141
### Changed
4242
- Moved Bakery commands from `app/System/Bakery` to the `Core` sprinkle and `UserFrosting\Sprinkle\Core\Bakery` namespace.
@@ -671,3 +671,4 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
671671
[#869]: https://github.com/userfrosting/UserFrosting/issues/869
672672
[#872]: https://github.com/userfrosting/UserFrosting/issues/872
673673
[#888]: https://github.com/userfrosting/UserFrosting/issues/888
674+
[#919]: https://github.com/userfrosting/UserFrosting/issues/919

app/sprinkles/core/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
"slim/twig-view": "^1.2",
4646
"symfony/http-foundation": "*",
4747
"twig/twig": "^1.18",
48-
"userfrosting/assets": "dev-feature-locator",
49-
"userfrosting/config": "dev-feature-locator",
48+
"userfrosting/assets": "~4.2.0",
49+
"userfrosting/config": "~4.2.0",
5050
"userfrosting/cache": "~4.1.0",
5151
"userfrosting/fortress": "~4.1.1",
5252
"userfrosting/i18n": "~4.1.0",
53-
"userfrosting/uniformresourcelocator": "dev-develop",
53+
"userfrosting/uniformresourcelocator": "~4.2.0",
5454
"userfrosting/session": "~4.1.0",
5555
"userfrosting/support": "~4.1.1",
5656
"vlucas/phpdotenv": "^2"

0 commit comments

Comments
 (0)