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 b19c91b commit ef9d494Copy full SHA for ef9d494
2 files changed
composer.json
@@ -32,10 +32,10 @@
32
"require": {
33
"php": "^8.1",
34
"ext-gd": "*",
35
- "userfrosting/framework": "^6.0",
36
- "userfrosting/sprinkle-core": "^6.0",
37
- "userfrosting/sprinkle-account": "^6.0",
38
- "userfrosting/sprinkle-admin": "^6.0"
+ "userfrosting/framework": "^6.0.1",
+ "userfrosting/sprinkle-core": "^6.0.1",
+ "userfrosting/sprinkle-account": "^6.0.1",
+ "userfrosting/sprinkle-admin": "^6.0.1"
39
},
40
"require-dev": {
41
"friendsofphp/php-cs-fixer": "^3.0",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "userfrosting",
3
- "version": "6.0.0",
+ "version": "6.0.1",
4
"private": true,
5
"type": "module",
6
"engines": {
0 commit comments