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 05741d9 commit 1689926Copy full SHA for 1689926
.gitignore
@@ -31,4 +31,3 @@ testbench.yaml
31
# /docs
32
/coverage
33
34
-/packages/**
composer.json
@@ -27,7 +27,7 @@
27
"illuminate/database": "^10.0||^11.0||^12.0",
28
"illuminate/events": "^10.0||^11.0||^12.0",
29
"illuminate/support": "^10.0||^11.0||^12.0",
30
- "solution-forest/workflow-engine-core": "dev-main",
+ "solution-forest/workflow-engine-core": "^0.0.1-alpha",
"spatie/laravel-package-tools": "^1.16"
},
"conflict": {
@@ -86,5 +86,5 @@
86
}
87
88
"minimum-stability": "dev",
89
- "prefer-stable": false
+ "prefer-stable": true
90
0 commit comments