From 5064a06012bf4b75f89526675ceceba7306a18ac Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Mon, 10 Oct 2022 10:32:58 +1100 Subject: [PATCH] Target rain lib --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1520e1e..2d04e52 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "A simple way to deploy your application to a remote location.", "license": "proprietary", "require": { - "october/system": ">=2.1.20", + "october/rain": ">=2.1.20", "composer/installers": "~1.0" } }