diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e64644ff..e6127228 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Contributions are **welcome** and will be fully **credited**. -We accept contributions via Pull Requests on [Github](https://github.com/thephpleague/:package_name). +We accept contributions via Pull Requests on [Github](https://github.com/pta/:package_name). ## Pull Requests diff --git a/README.md b/README.md index 4593cc47..beb169f6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # :package_name -[![Latest Version on Packagist](https://img.shields.io/packagist/v/league/:package_name.svg?style=flat-square)](https://packagist.org/packages/league/:package_name) +[![Latest Version on Packagist](https://img.shields.io/packagist/v/pta/:package_name.svg?style=flat-square)](https://packagist.org/packages/pta/:package_name) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) -[![Build Status](https://img.shields.io/travis/thephpleague/:package_name/master.svg?style=flat-square)](https://travis-ci.org/thephpleague/:package_name) -[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/:package_name/code-structure) -[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/thephpleague/:package_name) -[![Total Downloads](https://img.shields.io/packagist/dt/league/:package_name.svg?style=flat-square)](https://packagist.org/packages/league/:package_name) +[![Build Status](https://img.shields.io/travis/pta/:package_name/master.svg?style=flat-square)](https://travis-ci.org/pta/:package_name) +[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/pta/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/pta/:package_name/code-structure) +[![Quality Score](https://img.shields.io/scrutinizer/g/pta/:package_name.svg?style=flat-square)](https://scrutinizer-ci.com/g/pta/:package_name) +[![Total Downloads](https://img.shields.io/packagist/dt/pta/:package_name.svg?style=flat-square)](https://packagist.org/packages/pta/:package_name) **Note:** Replace ```:author_name``` ```:author_username``` ```:author_website``` ```:author_email``` ```:package_name``` ```:package_description``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. @@ -23,7 +23,7 @@ $ composer require league/:package_name ## Usage ``` php -$skeleton = new League\Skeleton(); +$skeleton = new Pta\Skeleton(); echo $skeleton->echoPhrase('Hello, League!'); ``` diff --git a/composer.json b/composer.json index 3d45275b..5b1cbb98 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "league/:package_name", + "name": "pta/:package_name", "description": ":package_description", "keywords": [ "league", @@ -24,12 +24,12 @@ }, "autoload": { "psr-4": { - "League\\Skeleton\\": "src" + "Pta\\Skeleton\\": "src" } }, "autoload-dev": { "psr-4": { - "League\\Skeleton\\Test\\": "tests" + "Pta\\Skeleton\\Test\\": "tests" } }, "scripts": { diff --git a/src/SkeletonClass.php b/src/SkeletonClass.php deleted file mode 100644 index 8898b3f3..00000000 --- a/src/SkeletonClass.php +++ /dev/null @@ -1,26 +0,0 @@ -