From f0339f98e9b837d4c53d481f1c146f3be38f71ca Mon Sep 17 00:00:00 2001 From: teandr Date: Sat, 23 Nov 2019 12:44:10 +0700 Subject: [PATCH 1/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e971b33..abfa8fb 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Parallel URL crawling extension to curl-easy.", "license": "MIT", "require": { - "stil/curl-easy": "~1.1.4" + "stil/curl-easy": "1.2.1" }, "autoload": { "psr-4": { From e688bef1e78a2f8b929d0fbc9b93b8139c84965c Mon Sep 17 00:00:00 2001 From: teandr Date: Sat, 23 Nov 2019 12:52:22 +0700 Subject: [PATCH 2/2] Update composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index abfa8fb..fdfd413 100644 --- a/composer.json +++ b/composer.json @@ -10,5 +10,6 @@ "cURL\\Robot\\": "src/", "cURL\\Robot\\Tests\\": "tests/" } - } + }, + "minimum-stability": "dev" }