Skip to content

Commit

Permalink
Bump php-http/guzzle7-adapter from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [php-http/guzzle7-adapter](https://github.com/php-http/guzzle7-adapter) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/php-http/guzzle7-adapter/releases)
- [Changelog](https://github.com/php-http/guzzle7-adapter/blob/1.x/CHANGELOG.md)
- [Commits](php-http/guzzle7-adapter@1.0.0...1.1.0)

---
updated-dependencies:
- dependency-name: php-http/guzzle7-adapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent f62e022 commit b257c6a
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19032,21 +19032,21 @@
},
{
"name": "php-http/guzzle7-adapter",
"version": "1.0.0",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/guzzle7-adapter.git",
"reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01"
"reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
"reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
"url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb",
"reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^7.0",
"php": "^7.2 | ^8.0",
"php": "^7.3 | ^8.0",
"php-http/httplug": "^2.0",
"psr/http-client": "^1.0"
},
Expand All @@ -19057,14 +19057,11 @@
},
"require-dev": {
"php-http/client-integration-tests": "^3.0",
"php-http/message-factory": "^1.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^8.0|^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Http\\Adapter\\Guzzle7\\": "src/"
Expand All @@ -19088,9 +19085,9 @@
],
"support": {
"issues": "https://github.com/php-http/guzzle7-adapter/issues",
"source": "https://github.com/php-http/guzzle7-adapter/tree/1.0.0"
"source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0"
},
"time": "2021-03-09T07:35:15+00:00"
"time": "2024-11-26T11:14:36+00:00"
},
{
"name": "php-http/httplug",
Expand Down Expand Up @@ -23390,16 +23387,16 @@
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.5.0",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -23437,7 +23434,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
},
"funding": [
{
Expand All @@ -23453,7 +23450,7 @@
"type": "tidelift"
}
],
"time": "2024-04-18T09:32:20+00:00"
"time": "2024-09-25T14:20:29+00:00"
},
{
"name": "symfony/dom-crawler",
Expand Down

0 comments on commit b257c6a

Please sign in to comment.