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 5d1eb8a commit a9b79d4Copy full SHA for a9b79d4
1 file changed
composer.json
@@ -1,22 +1,22 @@
1
{
2
- "name": "sightengine/client-php",
+ "name": "sightengine/client-php",
3
"description": "Sightengine PHP client",
4
"homepage": "https://sightengine.com",
5
"authors": [
6
{ "name": "Sightengine Team", "homepage": "https://sightengine.com" }
7
],
8
9
"require-dev": {
10
- "phpunit/phpunit": "^5.7"
+ "phpunit/phpunit": "^9.0"
11
},
12
13
"require": {
14
- "guzzlehttp/guzzle": "~6.0"
+ "guzzlehttp/guzzle": "~7.4"
15
16
17
"autoload": {
18
"psr-4": {
19
"Sightengine\\": "src/"
20
}
21
22
-}
+}
0 commit comments