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 254befc commit 328b3bbCopy full SHA for 328b3bb
2 files changed
.github/workflows/Build.yml
@@ -2,7 +2,7 @@ name: Build
2
3
on:
4
push:
5
- branches: ['main']
+ branches: ['*']
6
pull_request:
7
branches: ['main']
8
workflow_dispatch:
composer.json
@@ -22,8 +22,8 @@
22
],
23
"require": {
24
"php": "^8.0",
25
- "userfrosting/sprinkle-core": "*",
26
- "userfrosting/sprinkle-account": "*"
+ "userfrosting/sprinkle-core": "^5.0.0@alpha",
+ "userfrosting/sprinkle-account": "^5.0.0@alpha"
27
},
28
"require-dev": {
29
"friendsofphp/php-cs-fixer": "^3.0",
0 commit comments