Skip to content

Commit

Permalink
Upgrade Guzzle and Platform.sh client library
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Nov 28, 2024
1 parent c60c516 commit 88b5f5b
Show file tree
Hide file tree
Showing 30 changed files with 926 additions and 428 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"require": {
"php": ">=8.2",
"doctrine/cache": "~1.5",
"guzzlehttp/guzzle": "^5.3",
"guzzlehttp/guzzle": "^7",
"guzzlehttp/ringphp": "^1.1",
"platformsh/console-form": ">=0.0.37 <2.0",
"platformsh/client": ">=0.87.0 <2.0",
"platformsh/client": "^3@beta",
"symfony/console": "^3.0 >=3.2",
"symfony/yaml": "^3.0 || ^2.6",
"symfony/finder": "^3.0",
Expand All @@ -25,7 +25,8 @@
"khill/php-duration": "^1.1",
"giggsey/libphonenumber-for-php": "^8.13",
"symfony/polyfill-mbstring": "^1.19",
"symfony/polyfill-iconv": "^1.19"
"symfony/polyfill-iconv": "^1.19",
"platformsh/oauth2": "^1@beta"
},
"suggest": {
"drush/drush": "For Drupal projects"
Expand Down
Loading

0 comments on commit 88b5f5b

Please sign in to comment.