Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit d874f37

Browse files
committed
🔧 updated minimum stability
1 parent c3a8df7 commit d874f37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,7 @@
4444
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
4545
"@php -r \"unlink('README.MD'); rename('README2.MD', 'README.MD');\""
4646
]
47-
}
47+
},
48+
"minimum-stability": "dev",
49+
"prefer-stable": true
4850
}

0 commit comments

Comments
 (0)