From 2df1a5a162f7113ee2c7fa3773a29026135d9cea Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Fri, 3 Oct 2014 11:06:16 -0400 Subject: [PATCH] Updated project name --- .travis.yml | 2 +- README.md | 11 ++++++----- composer.json | 8 ++++---- src/Resource.php | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index b89a1e1..281f474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_script: - phpenv rehash script: - - phpunit --coverage-clover /home/travis/build/joshtronic/pickles/build/logs/clover.xml + - phpunit --coverage-clover /home/travis/build/picklesphp/pickles/build/logs/clover.xml after_success: - php vendor/bin/coveralls --config ../.coveralls.yml -v diff --git a/README.md b/README.md index 3905f55..8d9c0fc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Pickles -[![Build Status](https://travis-ci.org/joshtronic/pickles.png?branch=master)](https://travis-ci.org/joshtronic/pickles) [![Coverage Status](https://coveralls.io/repos/joshtronic/pickles/badge.png)](https://coveralls.io/r/joshtronic/pickles) [![Dependency Status](https://www.versioneye.com/user/projects/52d1bc1eec13751bde00002a/badge.png)](https://www.versioneye.com/user/projects/52d1bc1eec13751bde00002a) -[![Stories in Ready](https://badge.waffle.io/joshtronic/pickles.png?label=ready&title=Ready)](https://waffle.io/joshtronic/pickles) +[![Build Status](https://travis-ci.org/picklesphp/pickles.png?branch=master)](https://travis-ci.org/picklesphp/pickles) +[![Coverage Status](https://coveralls.io/repos/picklesphp/pickles/badge.png)](https://coveralls.io/r/picklesphp/pickles) +[![Dependency Status](https://www.versioneye.com/user/projects/52d1bc1eec13751bde00002a/badge.png)](https://www.versioneye.com/user/projects/52d1bc1eec13751bde00002a) +[![Stories in Ready](https://badge.waffle.io/picklesphp/pickles.png?label=ready&title=Ready)](https://waffle.io/picklesphp/pickles) 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 @@ -23,7 +25,6 @@ acronym. [JustinDavis]: http://justindavis.co [HolidayAPI]: https://github.com/gravityblvd/tools.gravityblvd.com -[MasterZip]: https://github.com/joshtronic/pickles/archive/master.zip +[MasterZip]: https://github.com/picklesphp/pickles/archive/master.zip [StackPost]: http://joshtronic.com/2014/01/13/your-stack-is-outdated/#.UuVzI3n0A18 -[UPOZ]: https://github.com/krakjoe/uopz -[v13.12]: https://github.com/joshtronic/pickles/tree/13.12 +[v13.12]: https://github.com/picklesphp/pickles/tree/13.12 diff --git a/composer.json b/composer.json index dfc79fa..31156bc 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "joshtronic/pickles", + "name": "picklesphp/pickles", "description": "The Pickles SOA Framework", "type": "library", "keywords": ["framework", "api", "soa", "oauth"], - "homepage": "https://github.com/joshtronic/pickles", + "homepage": "http://picklesphp.com", "license": "MIT", "authors": [ { @@ -13,8 +13,8 @@ } ], "support": { - "issues": "https://github.com/joshtronic/pickles/issues", - "source": "https://github.com/joshtronic/pickles" + "issues": "https://github.com/picklesphp/pickles/issues", + "source": "https://github.com/picklesphp/pickles" }, "minimum-stability" : "dev", "require-dev": { diff --git a/src/Resource.php b/src/Resource.php index 20beea3..f55900a 100644 --- a/src/Resource.php +++ b/src/Resource.php @@ -359,7 +359,7 @@ class Resource extends Object { http_response_code($this->status); header('Content-Type: application/json'); - header('X-Powered-By: Pickles v2 - https://github.com/joshtronic/pickles'); + header('X-Powered-By: Pickles v2 - https://picklesphp.com'); $meta = [ 'status' => $this->status,