Merge branch '2.0' of git://github.com/picklesphp/pickles into 2.0
This commit is contained in:
commit
b5b7cacc28
19 changed files with 27 additions and 27 deletions
|
@ -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
|
||||
|
|
14
README.md
14
README.md
|
@ -1,9 +1,9 @@
|
|||
# Pickles
|
||||
|
||||
[][packagist]
|
||||
[][travis]
|
||||
[][coveralls]
|
||||
[][packagist]
|
||||
[][packagist]
|
||||
[][travis]
|
||||
[][coveralls]
|
||||
[][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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue