Skip to content

Commit 729099f

Browse files
Merge pull request #1 from nortoh/upgrade-to-guzzle-7
[MAD-14411] Upgrade to Guzzle 7
2 parents 839281b + 0ddb739 commit 729099f

File tree

6 files changed

+819
-182
lines changed

6 files changed

+819
-182
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
vendor/

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "dchesterton/marketo-rest-api",
2+
"name": "nocworx/marketo-rest-api",
33
"description": "A PHP client for the Marketo.com REST API",
44
"license": "MIT",
55
"require": {
66
"php": ">=5.3.3",
7-
"guzzle/guzzle": "~3.8",
8-
"commerceguys/guzzle-oauth2-plugin": "~1.0"
7+
"guzzlehttp/guzzle": "^7.0",
8+
"kamermans/guzzle-oauth2-subscriber": "^1.0"
99
},
1010
"autoload": {
1111
"psr-4": {

0 commit comments

Comments
 (0)