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" : [],