From 6e1a4c77aa9a159bb1b298b0e85fb181d811fc56 Mon Sep 17 00:00:00 2001 From: Ferry Syahrinal <30984368+ferrysyahrinal@users.noreply.github.com> Date: Sun, 10 Apr 2022 03:43:12 +0700 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 21788fb..6f4cf68 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "ferrysyahrinal/twifer", - "description": "Simple PHP Library for Twitter OAuth REST API", + "description": "Simple PHP Library for Standard Twitter API v1.1", "type": "library", "license": "MIT", "authors": [ @@ -15,4 +15,4 @@ "Twifer\\": "src/" } } -} \ No newline at end of file +}