diff --git a/README.md b/README.md index 1cac6b4..ee9e689 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ - MoonShine v3.0+ +### Support MoonShine versions + +| MoonShine | ChangeLog | +|-------------|-------------| +| 2.0+ | 1.0+ | +| 3.0+ | 2.0+ | + ### Installation ```shell diff --git a/composer.json b/composer.json index 86592da..a5cd4be 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ } }, "conflict": { - "moonshine/moonshine": "<2.0" + "moonshine/moonshine": "<3.0" }, "scripts": { "test": "vendor/bin/phpunit",