Skip to content

Commit ebe2dea

Browse files
committed
composer minimum stability back to dev
1 parent bc2dc41 commit ebe2dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"email": "[email protected]"
99
}
1010
],
11-
"minimum-stability": "stable",
11+
"minimum-stability": "dev",
1212
"require": {
1313
"php": ">=8.4.0",
14-
"offsite-solutions/eisodos": "^1.1.6"
14+
"offsite-solutions/eisodos": "@dev"
1515
},
1616
"autoload": {
1717
"psr-0": {

0 commit comments

Comments
 (0)