We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4a99f commit 787e41dCopy full SHA for 787e41d
composer.json
@@ -1,20 +1,18 @@
1
{
2
- "name": "newsdaycom/stackpath-php-sdk",
3
- "description": "A PHP SDK for Stackpath",
4
- "type": "library",
5
- "require": {
6
- "guzzlehttp/guzzle": "^6.3"
7
- },
8
- "license": "MIT",
9
- "authors": [
10
- {
11
- "name": "TC McCarthy",
12
- "email": "[email protected]"
13
- }
14
- ],
15
- "autoload": {
16
- "psr-0": {
17
- "StackPath": "src/"
18
+ "name": "newsdaycom/stackpath-php-sdk",
+ "description": "A PHP SDK for Stackpath",
+ "type": "library",
+ "require": {
+ "guzzlehttp/guzzle": "^6.3 || ^7.2"
+ },
+ "license": "MIT",
+ "authors": [{
+ "name": "TC McCarthy",
+ "email": "[email protected]"
+ }],
+ "autoload": {
+ "psr-0": {
+ "StackPath": "src/"
19
}
20
-}
+ }
+}
0 commit comments