Skip to content

Commit

Permalink
Update Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Aug 9, 2022
1 parent 254befc commit 328b3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: ['main']
branches: ['*']
pull_request:
branches: ['main']
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
],
"require": {
"php": "^8.0",
"userfrosting/sprinkle-core": "*",
"userfrosting/sprinkle-account": "*"
"userfrosting/sprinkle-core": "^5.0.0@alpha",
"userfrosting/sprinkle-account": "^5.0.0@alpha"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit 328b3bb

Please sign in to comment.