chore(composer): remove deprecated Guzzle and GraphQL client configurations
This commit is contained in:
@@ -5,8 +5,6 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.2",
|
||||||
"eightpoints/guzzle-bundle": "^8.6",
|
|
||||||
"idci/graphql-client-bundle": "^2.0",
|
|
||||||
"monolog/monolog": "^3.10",
|
"monolog/monolog": "^3.10",
|
||||||
"symfony/cache": "7.4.*",
|
"symfony/cache": "7.4.*",
|
||||||
"symfony/console": "7.4.*",
|
"symfony/console": "7.4.*",
|
||||||
|
|||||||
Generated
+308
-1501
File diff suppressed because it is too large
Load Diff
@@ -1,7 +0,0 @@
|
|||||||
eight_points_guzzle:
|
|
||||||
clients:
|
|
||||||
github_graphql:
|
|
||||||
base_url: 'https://api.github.com/graphql'
|
|
||||||
options:
|
|
||||||
headers:
|
|
||||||
Authorization: 'Bearer %env(GITHUB_TOKEN)%'
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
idci_graphql_client:
|
|
||||||
clients:
|
|
||||||
github:
|
|
||||||
http_client: 'eight_points_guzzle.client.github_graphql'
|
|
||||||
Reference in New Issue
Block a user