Skip to content

Commit

Permalink
Version bump for autoload support, installation documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdent committed May 14, 2015
1 parent 9bffcd9 commit 0945744
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ PHP REST Client
===============
(c) 2013 Travis Dent <tcdent@gmail.com>

Installation
-----------

$ php composer.phar require tcdent/php-restclient

Basic Usage
-----------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcdent/php-restclient",
"version": "0.1.2",
"version": "0.1.3",
"description": "A generic REST API client for PHP",
"type": "library",
"keywords": ["REST", "api", "client", "curl", "JSON", "XML"],
Expand Down
2 changes: 1 addition & 1 deletion restclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct($options=array()){
'headers' => array(),
'parameters' => array(),
'curl_options' => array(),
'user_agent' => "PHP RestClient/0.1.2",
'user_agent' => "PHP RestClient/0.1.3",
'base_url' => NULL,
'format' => NULL,
'format_regex' => "/(\w+)\/(\w+)(;[.+])?/",
Expand Down

0 comments on commit 0945744

Please sign in to comment.