Skip to content

Commit

Permalink
Update to work with Guzzle v6
Browse files Browse the repository at this point in the history
- upped php dependency to 5.5
  • Loading branch information
ryanwinchester committed Oct 16, 2015
1 parent 4ca8de2 commit 05f6d36
Show file tree
Hide file tree
Showing 29 changed files with 235 additions and 466 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please try it out, and let me know if things are working as expected. There may

All following examples assume this step.

*Note:* The Hubspot class checks for a `HUBSPOT_API_KEY` environment variable if you don't include one during instantiation.
*Note:* The HubSpot class checks for a `HUBSPOT_API_KEY` environment variable if you don't include one during instantiation.

```php
$hubspot = Fungku\HubSpot\HubSpotService::make('api-key');
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
}
],
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "~5.0|~6.0"
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"phpspec/phpspec": "~2.0"
},
"autoload": {
"psr-4": {
"Fungku\\HubSpot\\": "src/"
}
},
"files": ["src/helpers.php"]
},
"minimum-stability": "stable"
}
230 changes: 0 additions & 230 deletions spec/Fungku/HubSpot/Api/ContactsSpec.php

This file was deleted.

106 changes: 0 additions & 106 deletions spec/Fungku/HubSpot/HubSpotServiceSpec.php

This file was deleted.

0 comments on commit 05f6d36

Please sign in to comment.