Updated project name
This commit is contained in:
parent
ae98b67683
commit
2df1a5a162
4 changed files with 12 additions and 11 deletions
|
@ -32,7 +32,7 @@ before_script:
|
||||||
- phpenv rehash
|
- phpenv rehash
|
||||||
|
|
||||||
script:
|
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:
|
after_success:
|
||||||
- php vendor/bin/coveralls --config ../.coveralls.yml -v
|
- php vendor/bin/coveralls --config ../.coveralls.yml -v
|
||||||
|
|
11
README.md
11
README.md
|
@ -1,7 +1,9 @@
|
||||||
# Pickles
|
# Pickles
|
||||||
|
|
||||||
[](https://travis-ci.org/joshtronic/pickles) [](https://coveralls.io/r/joshtronic/pickles) [](https://www.versioneye.com/user/projects/52d1bc1eec13751bde00002a)
|
[](https://travis-ci.org/picklesphp/pickles)
|
||||||
[](https://waffle.io/joshtronic/pickles)
|
[](https://coveralls.io/r/picklesphp/pickles)
|
||||||
|
[](https://www.versioneye.com/user/projects/52d1bc1eec13751bde00002a)
|
||||||
|
[](https://waffle.io/picklesphp/pickles)
|
||||||
|
|
||||||
Pickles f/k/a PICKLES (PHP Interface Collection of Killer Libraries to Enhance
|
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
|
Stuff) is an open source framework for the rapid development of RESTful
|
||||||
|
@ -23,7 +25,6 @@ acronym.
|
||||||
[JustinDavis]: http://justindavis.co
|
[JustinDavis]: http://justindavis.co
|
||||||
|
|
||||||
[HolidayAPI]: https://github.com/gravityblvd/tools.gravityblvd.com
|
[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
|
[StackPost]: http://joshtronic.com/2014/01/13/your-stack-is-outdated/#.UuVzI3n0A18
|
||||||
[UPOZ]: https://github.com/krakjoe/uopz
|
[v13.12]: https://github.com/picklesphp/pickles/tree/13.12
|
||||||
[v13.12]: https://github.com/joshtronic/pickles/tree/13.12
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "joshtronic/pickles",
|
"name": "picklesphp/pickles",
|
||||||
"description": "The Pickles SOA Framework",
|
"description": "The Pickles SOA Framework",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"keywords": ["framework", "api", "soa", "oauth"],
|
"keywords": ["framework", "api", "soa", "oauth"],
|
||||||
"homepage": "https://github.com/joshtronic/pickles",
|
"homepage": "http://picklesphp.com",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
@ -13,8 +13,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/joshtronic/pickles/issues",
|
"issues": "https://github.com/picklesphp/pickles/issues",
|
||||||
"source": "https://github.com/joshtronic/pickles"
|
"source": "https://github.com/picklesphp/pickles"
|
||||||
},
|
},
|
||||||
"minimum-stability" : "dev",
|
"minimum-stability" : "dev",
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
|
@ -359,7 +359,7 @@ class Resource extends Object
|
||||||
{
|
{
|
||||||
http_response_code($this->status);
|
http_response_code($this->status);
|
||||||
header('Content-Type: application/json');
|
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 = [
|
$meta = [
|
||||||
'status' => $this->status,
|
'status' => $this->status,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue