Skip to content

Commit 787e41d

Browse files
committed
Updates composer support for guzzle 7.2
1 parent da4a99f commit 787e41d

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

composer.json

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
{
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-
}
2+
"name": "newsdaycom/stackpath-php-sdk",
3+
"description": "A PHP SDK for Stackpath",
4+
"type": "library",
5+
"require": {
6+
"guzzlehttp/guzzle": "^6.3 || ^7.2"
7+
},
8+
"license": "MIT",
9+
"authors": [{
10+
"name": "TC McCarthy",
11+
"email": "[email protected]"
12+
}],
13+
"autoload": {
14+
"psr-0": {
15+
"StackPath": "src/"
1916
}
20-
}
17+
}
18+
}

0 commit comments

Comments
 (0)