We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d780a2 commit b71e818Copy full SHA for b71e818
2 files changed
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Fixed some minor error screen layout issues
6
- Make User::fresh() compatible with Eloquent\Model v5.2.40+
7
+- Update composer require to allow for Fortress 1.x bugfixes
8
9
## v0.3.1.18
10
userfrosting/composer.json
@@ -21,7 +21,7 @@
21
"twig/twig" : "~1.0",
22
"slim/slim" : "2.*",
23
"slim/views" : "0.1.3",
24
- "userfrosting/fortress" : "1.0",
+ "userfrosting/fortress" : "1.*",
25
"wikimedia/composer-merge-plugin": "~1"
26
},
27
"extra": {
0 commit comments