From ddeb30497369f6e7c7eeaf47fae7fbf4a398f1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B0=D1=80=D0=BF=D1=83=D0=BD=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Mon, 13 May 2019 20:15:41 +0300 Subject: [PATCH] fixed name --- .gitignore | 2 ++ composer.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 592136b..41dd5ba 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ vendor/* build/* composer.lock composer.phar + +.idea diff --git a/composer.json b/composer.json index e766bf3..fd02300 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name" : "php-lce", + "name" : "myflyingbox/php-lce", "description" : "A PHP library that provides an interface to the LCE web services", - "homepage" : "https://github.com/lce/php-lce", + "homepage" : "https://github.com/myflyingbox/php-lce", "license" : "MIT", "type" : "library", "keywords" : [],