Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit 105dd19

Browse files
committed
Merge pull request #111 from constantcontact/development
Less constrained versioning for Guzzle
2 parents fd7fb9a + 53af42a commit 105dd19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"require": {
99
"php": ">=5.4.0",
1010
"ext-curl": "*",
11-
"guzzlehttp/guzzle": "5.1.0"
11+
"guzzlehttp/guzzle": "^5.1.0"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "4.4.1"
@@ -25,4 +25,4 @@
2525
"Ctct": "src"
2626
}
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)