Skip to content

Commit a9b79d4

Browse files
committed
Update dependencies
1 parent 5d1eb8a commit a9b79d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"name": "sightengine/client-php",
2+
"name": "sightengine/client-php",
33
"description": "Sightengine PHP client",
44
"homepage": "https://sightengine.com",
55
"authors": [
66
{ "name": "Sightengine Team", "homepage": "https://sightengine.com" }
77
],
88

99
"require-dev": {
10-
"phpunit/phpunit": "^5.7"
10+
"phpunit/phpunit": "^9.0"
1111
},
1212

1313
"require": {
14-
"guzzlehttp/guzzle": "~6.0"
14+
"guzzlehttp/guzzle": "~7.4"
1515
},
1616

1717
"autoload": {
1818
"psr-4": {
1919
"Sightengine\\": "src/"
2020
}
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)