Skip to content

Commit 0945744

Browse files
committed
Version bump for autoload support, installation documentation.
1 parent 9bffcd9 commit 0945744

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ PHP REST Client
22
===============
33
(c) 2013 Travis Dent <[email protected]>
44

5+
Installation
6+
-----------
7+
8+
$ php composer.phar require tcdent/php-restclient
9+
510
Basic Usage
611
-----------
712

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcdent/php-restclient",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A generic REST API client for PHP",
55
"type": "library",
66
"keywords": ["REST", "api", "client", "curl", "JSON", "XML"],

restclient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct($options=array()){
2828
'headers' => array(),
2929
'parameters' => array(),
3030
'curl_options' => array(),
31-
'user_agent' => "PHP RestClient/0.1.2",
31+
'user_agent' => "PHP RestClient/0.1.3",
3232
'base_url' => NULL,
3333
'format' => NULL,
3434
'format_regex' => "/(\w+)\/(\w+)(;[.+])?/",

0 commit comments

Comments
 (0)