diff --git a/.travis.yml b/.travis.yml index 61a281d..ac3f6aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_script: - phpenv rehash script: - - phpunit --coverage-clover /home/travis/build/picklesphp/pickles/build/logs/clover.xml + - phpunit --coverage-clover /home/travis/build/joshtronic/pickles/build/logs/clover.xml after_success: - php vendor/bin/coveralls --config ../.coveralls.yml -v diff --git a/README.md b/README.md index 5354487..6bf603c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Pickles -[![License](http://img.shields.io/packagist/l/picklesphp/pickles.svg?style=flat)][packagist] -[![Build](http://img.shields.io/travis/picklesphp/pickles.svg?style=flat)][travis] -[![Coverage](http://img.shields.io/coveralls/picklesphp/pickles.svg?style=flat)][coveralls] -[![Downloads](http://img.shields.io/packagist/dt/picklesphp/pickles.svg?style=flat)][packagist] +[![License](http://img.shields.io/packagist/l/joshtronic/pickles.svg?style=flat)][packagist] +[![Build](http://img.shields.io/travis/joshtronic/pickles.svg?style=flat)][travis] +[![Coverage](http://img.shields.io/coveralls/joshtronic/pickles.svg?style=flat)][coveralls] +[![Downloads](http://img.shields.io/packagist/dt/joshtronic/pickles.svg?style=flat)][packagist] Pickles f/k/a PICKLES (PHP Interface Collection of Killer Libraries to Enhance Stuff) is an open source framework for the rapid development of RESTful @@ -20,9 +20,9 @@ contributor, [Justin Davis][JustinDavis] for romanticizing the v2 reimagining and [Dean Jones][DeanJones] for helping to come up with the original PICKLES v1 acronym. -[coveralls]: https://coveralls.io/r/picklesphp/pickles -[packagist]: https://packagist.org/packages/picklesphp/pickles -[travis]: http://travis-ci.org/picklesphp/pickles +[coveralls]: https://coveralls.io/r/joshtronic/pickles +[packagist]: https://packagist.org/packages/joshtronic/pickles +[travis]: http://travis-ci.org/joshtronic/pickles [DeanJones]: https://github.com/deanproxy [GeoffOliver]: https://github.com/geoffoliver [JustinDavis]: http://justindavis.co diff --git a/composer.json b/composer.json index fe830d1..3495418 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "picklesphp/pickles", + "name": "joshtronic/pickles", "description": "Pickles is a PHP framework for building kick-ass services", "type": "library", "keywords": ["framework", "api", "soa", "oauth"], @@ -13,8 +13,8 @@ } ], "support": { - "issues": "https://github.com/picklesphp/pickles/issues", - "source": "https://github.com/picklesphp/pickles" + "issues": "https://github.com/joshtronic/pickles/issues", + "source": "https://github.com/joshtronic/pickles" }, "minimum-stability" : "dev", "require-dev": { diff --git a/src/Browser.php b/src/Browser.php index 18f46ae..8a767c1 100644 --- a/src/Browser.php +++ b/src/Browser.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Cache.php b/src/Cache.php index ecb1fe6..d7c6c72 100644 --- a/src/Cache.php +++ b/src/Cache.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Config.php b/src/Config.php index c32d87b..5ae4e79 100644 --- a/src/Config.php +++ b/src/Config.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Convert.php b/src/Convert.php index 87e3c81..b9caa97 100644 --- a/src/Convert.php +++ b/src/Convert.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Database.php b/src/Database.php index 24f269c..1379ec8 100644 --- a/src/Database.php +++ b/src/Database.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles * @todo Drop driver, hardcode drivers based on the type * @todo More assumptions for the datasource variables diff --git a/src/Distance.php b/src/Distance.php index 11ff121..4bb841a 100644 --- a/src/Distance.php +++ b/src/Distance.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/File.php b/src/File.php index 4399b19..6f83c5d 100644 --- a/src/File.php +++ b/src/File.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Model.php b/src/Model.php index 83e4adb..037427e 100644 --- a/src/Model.php +++ b/src/Model.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Number.php b/src/Number.php index 59c9929..92e87ca 100644 --- a/src/Number.php +++ b/src/Number.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Object.php b/src/Object.php index 2ca484d..c7809b9 100644 --- a/src/Object.php +++ b/src/Object.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Profiler.php b/src/Profiler.php index 184c8d4..969961f 100644 --- a/src/Profiler.php +++ b/src/Profiler.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Resource.php b/src/Resource.php index 4ca265f..9d9863c 100644 --- a/src/Resource.php +++ b/src/Resource.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Router.php b/src/Router.php index c9b0a90..2089c90 100644 --- a/src/Router.php +++ b/src/Router.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Sort.php b/src/Sort.php index 5c2a4d9..6d37de6 100644 --- a/src/Sort.php +++ b/src/Sort.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/String.php b/src/String.php index a66d463..3b8dc8d 100644 --- a/src/String.php +++ b/src/String.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */ diff --git a/src/Time.php b/src/Time.php index a1a0bb9..4b538e0 100644 --- a/src/Time.php +++ b/src/Time.php @@ -8,7 +8,7 @@ * * @copyright Copyright 2007-2014, Josh Sherman * @license http://www.opensource.org/licenses/mit-license.html - * @link http://picklesphp.com + * @link https://github.com/joshtronic/pickles * @package Pickles */