From c12b2c47ed99b9235c221afb52ef069d761da952 Mon Sep 17 00:00:00 2001 From: Basil Date: Sun, 18 Nov 2018 21:23:58 +0100 Subject: [PATCH] update readme to latest version constraint (#57) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04ff424..779fc33 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ composer require curl/curl or add the package manually to your composer.json file in the require section: ```json -"curl/curl": "^1.5" +"curl/curl": "^2.0" ``` ## Usage examples