From e0077acd7381f3e7baeafc573c10b3a0c7303b79 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Feb 2023 09:49:34 +0100 Subject: update to 4.0.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8a54082..cbd39f7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sebastian/recursion-context", "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "homepage": "https://github.com/sebastianbergmann/recursion-context", "license": "BSD-3-Clause", "authors": [ { -- cgit