Skip to content

Commit b71e818

Browse files
committed
Update composer require to allow for Fortress 1.x bugfixes
1 parent 7d780a2 commit b71e818

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Fixed some minor error screen layout issues
66
- Make User::fresh() compatible with Eloquent\Model v5.2.40+
7+
- Update composer require to allow for Fortress 1.x bugfixes
78

89
## v0.3.1.18
910

userfrosting/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"twig/twig" : "~1.0",
2222
"slim/slim" : "2.*",
2323
"slim/views" : "0.1.3",
24-
"userfrosting/fortress" : "1.0",
24+
"userfrosting/fortress" : "1.*",
2525
"wikimedia/composer-merge-plugin": "~1"
2626
},
2727
"extra": {

0 commit comments

Comments
 (0)