Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Aug 10, 2022
1 parent 267cc29 commit 8c52feb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"require": {
"php": "^8.0",
"ext-gd": "*",
"userfrosting/framework": "dev-develop-5.0",
"userfrosting/sprinkle-core": "*",
"userfrosting/sprinkle-account": "*",
"userfrosting/sprinkle-admin": "*",
"userfrosting/theme-adminlte": "*"
"userfrosting/framework": "^5.0.0@alpha",
"userfrosting/sprinkle-core": "^5.0.0@alpha",
"userfrosting/sprinkle-account": "^5.0.0@alpha",
"userfrosting/sprinkle-admin": "^5.0.0@alpha",
"userfrosting/theme-adminlte": "^5.0.0@alpha"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit 8c52feb

Please sign in to comment.