Skip to content

Commit ed09a6d

Browse files
Merge pull request #3 from lepidus/main
Feature/added client method to execute raw queries
2 parents eda1107 + ec6f68a commit ed09a6d

File tree

5 files changed

+421
-419
lines changed

5 files changed

+421
-419
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
PHP client for the Thoth GraphQL and REST APIs.
66

7+
## Install
8+
9+
This library is installable via Composer:
10+
11+
```bash
12+
composer require thoth-pub/thoth-client-php
13+
```
14+
715
## Usage
816

917
### GraphQL

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": ">=7.4",
7-
"guzzlehttp/guzzle": "^7.9"
7+
"guzzlehttp/guzzle": "^6.5"
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^9.6",

0 commit comments

Comments
 (0)