Skip to content

Commit 1689926

Browse files
committed
wip
1 parent 05741d9 commit 1689926

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ testbench.yaml
3131
# /docs
3232
/coverage
3333

34-
/packages/**

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"illuminate/database": "^10.0||^11.0||^12.0",
2828
"illuminate/events": "^10.0||^11.0||^12.0",
2929
"illuminate/support": "^10.0||^11.0||^12.0",
30-
"solution-forest/workflow-engine-core": "dev-main",
30+
"solution-forest/workflow-engine-core": "^0.0.1-alpha",
3131
"spatie/laravel-package-tools": "^1.16"
3232
},
3333
"conflict": {
@@ -86,5 +86,5 @@
8686
}
8787
},
8888
"minimum-stability": "dev",
89-
"prefer-stable": false
89+
"prefer-stable": true
9090
}

0 commit comments

Comments
 (0)