From 69afba1ae5b277fc975977d7b59b33a078a31d2c Mon Sep 17 00:00:00 2001 From: Matt Renner Date: Fri, 10 Oct 2025 13:25:29 +1300 Subject: [PATCH] Fix incorrect package name change --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fde3de6..b1e8e37 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "wave-framework/statham", + "name": "phindmarsh/statham", "description": "A JSON Schema validator", "minimum-stability": "stable", "license": "MIT",