Skip to content

Commit

Permalink
Prepare alpha.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 22, 2025
1 parent dd89a49 commit 0fb460b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
27 changes: 19 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@
"name": "userfrosting/userfrosting",
"type": "project",
"description": "A secure, modern user management system for PHP.",
"keywords": ["php user management", "userfrosting", "php", "login", "web-framework", "user-management", "login-system", "login"],
"keywords": [
"php user management",
"userfrosting",
"php",
"login",
"web-framework",
"user-management",
"login-system",
"login"
],
"homepage": "https://github.com/userfrosting/UserFrosting",
"license" : "MIT",
"authors" : [
"license": "MIT",
"authors": [
{
"name": "Alexander Weissman",
"homepage": "https://alexanderweissman.com"
Expand All @@ -23,10 +32,10 @@
"require": {
"php": "^8.1",
"ext-gd": "*",
"userfrosting/framework": "~6.0.0@dev",
"userfrosting/sprinkle-core": "~6.0.0@dev",
"userfrosting/sprinkle-account": "~6.0.0@dev",
"userfrosting/sprinkle-admin": "~6.0.0@dev"
"userfrosting/framework": "^6.0",
"userfrosting/sprinkle-core": "^6.0",
"userfrosting/sprinkle-account": "^6.0",
"userfrosting/sprinkle-admin": "^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand All @@ -40,6 +49,8 @@
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"UserFrosting\\App\\": "app/src"
Expand All @@ -51,6 +62,6 @@
}
},
"scripts": {
"post-create-project-cmd" : "php bakery bake"
"post-create-project-cmd": "php bakery bake"
}
}
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "userfrosting",
"version": "6.0.0-alpha.1",
"version": "6.0.0-alpha.2",
"private": true,
"type": "module",
"dependencies": {
Expand Down

0 comments on commit 0fb460b

Please sign in to comment.