Skip to content

Commit 3541839

Browse files
authored
fix(deps): update dependency guzzlehttp/psr7 to v2 (GoogleCloudPlatform#1434)
1 parent 73fa561 commit 3541839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloud_sql/mysql/pdo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"slim/slim": "^4.5",
1111
"slim/twig-view": "^3.1",
1212
"pimple/pimple": "^3.3",
13-
"guzzlehttp/psr7": "^1.6",
13+
"guzzlehttp/psr7": "^2.0",
1414
"http-interop/http-factory-guzzle": "^1.0"
1515
}
1616
}

cloud_sql/sqlserver/pdo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"slim/slim": "^4.5",
1212
"slim/twig-view": "^3.1",
1313
"pimple/pimple": "^3.3",
14-
"guzzlehttp/psr7": "^1.6",
14+
"guzzlehttp/psr7": "^2.0",
1515
"http-interop/http-factory-guzzle": "^1.0"
1616
}
1717
}

0 commit comments

Comments
 (0)