Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unikent/laravel-curl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.4
Choose a base ref
...
head repository: unikent/laravel-curl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: laravel-5
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 9, 2015

  1. fix debug

    gjmh-unikent committed Jun 9, 2015
    Copy the full SHA
    f958256 View commit details
  2. Update composer.json

    gjmh-unikent committed Jun 9, 2015
    Copy the full SHA
    2d29e00 View commit details
  3. Update composer.json

    gjmh-unikent committed Jun 9, 2015
    Copy the full SHA
    bafac7d View commit details

Commits on Jun 17, 2015

  1. Copy the full SHA
    a911c49 View commit details

Commits on Jun 18, 2015

  1. Update composer.json

    tg79-unikent committed Jun 18, 2015
    Copy the full SHA
    58e8fb4 View commit details
Showing with 3 additions and 2 deletions.
  1. +1 −0 Curl.php
  2. +1 −1 Facades/{curl.php → Curl.php}
  3. +1 −1 composer.json
1 change: 1 addition & 0 deletions Curl.php
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ class Curl {
public $error_code; // Error code returned as an int
public $error_string; // Error message returned as a string
public $info; // Returned after request (elapsed time, etc)
protected $last_response;

function __construct($url = '')
{
2 changes: 1 addition & 1 deletion Facades/curl.php → Facades/Curl.php
Original file line number Diff line number Diff line change
@@ -14,4 +14,4 @@ protected static function getFacadeAccessor()
return 'curl';
}

}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unikent/curl",
"version": "5.0.4",
"version": "5.0.8",
"description": "Laravel Curl Helper Library.",
"keywords": ["curl", "laravel", "php"],
"license": "MIT",