File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
36
36
- Added ` test:mail ` Bakery Command
37
37
- Add support for other config[ 'mailer'] options ([ #872 ] ; Thanks @apple314159 !)
38
38
- 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 !)
40
40
41
41
### Changed
42
42
- 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
671
671
[ #869 ] : https://github.com/userfrosting/UserFrosting/issues/869
672
672
[ #872 ] : https://github.com/userfrosting/UserFrosting/issues/872
673
673
[ #888 ] : https://github.com/userfrosting/UserFrosting/issues/888
674
+ [ #919 ] : https://github.com/userfrosting/UserFrosting/issues/919
Original file line number Diff line number Diff line change 45
45
"slim/twig-view" : " ^1.2" ,
46
46
"symfony/http-foundation" : " *" ,
47
47
"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 " ,
50
50
"userfrosting/cache" : " ~4.1.0" ,
51
51
"userfrosting/fortress" : " ~4.1.1" ,
52
52
"userfrosting/i18n" : " ~4.1.0" ,
53
- "userfrosting/uniformresourcelocator" : " dev-develop " ,
53
+ "userfrosting/uniformresourcelocator" : " ~4.2.0 " ,
54
54
"userfrosting/session" : " ~4.1.0" ,
55
55
"userfrosting/support" : " ~4.1.1" ,
56
56
"vlucas/phpdotenv" : " ^2"
You can’t perform that action at this time.
0 commit comments