From ff7b5a0c6e337b75bbf4e79f0ed473e3ccaf0358 Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Fri, 16 Oct 2020 12:43:11 -0600 Subject: [PATCH] package name! --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 891466d..bc7bee7 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "jobyone/image-transform", + "name": "byjoby/image-transform", "description": "A tightly-focused library for performing a very limited set of simple image transformations. This library's purpose is to eschew the standard kitchen sink approach to PHP image libraries in favor of high performance, wide driver support, and a dead simple API.", "type": "library", "license": "MIT",