From b8909787d1c45d955655d63b54ce87cdb75b124f Mon Sep 17 00:00:00 2001 From: Johannes Wachter Date: Wed, 23 Jun 2021 09:04:49 +0200 Subject: [PATCH] use 2.0 of nanbando package --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index af4d70d..ae706ba 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": "^5.6|^7.0", - "padraic/humbug_get_contents": "^1.0" + "nanbando/humbug_get_contents": "^1.0" }, "require-dev": { "phpunit/phpunit": "^5.5|^6.0"