Skip to content

Commit 328b3bb

Browse files
committed
Update Composer
1 parent 254befc commit 328b3bb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: ['main']
5+
branches: ['*']
66
pull_request:
77
branches: ['main']
88
workflow_dispatch:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"require": {
2424
"php": "^8.0",
25-
"userfrosting/sprinkle-core": "*",
26-
"userfrosting/sprinkle-account": "*"
25+
"userfrosting/sprinkle-core": "^5.0.0@alpha",
26+
"userfrosting/sprinkle-account": "^5.0.0@alpha"
2727
},
2828
"require-dev": {
2929
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)