From 3e836d85a24703357fa4e1ec08e2a71595fdd597 Mon Sep 17 00:00:00 2001 From: Ryan Bethel Date: Thu, 23 May 2024 14:04:34 -0400 Subject: [PATCH] min stability readme note --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a7fa8b2..7e21a7b 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ This package can be managed and installed with Composer: ```sh composer require enhance-dev/ssr ``` + +The Extism dependency currently requires `"minimum-stability":"dev"` in the `composer.json` file. + ## Run Examples To run the native and WASM examples run `composer serve-native` or `composer serve-wasm` respectively.