Skip to content

Commit

Permalink
Merge pull request #9 from ArabCoders/feature-http2
Browse files Browse the repository at this point in the history
Replace guzzlephp with Symfony/http-client to support http2. Closes #1
  • Loading branch information
arabcoders authored Feb 13, 2022
2 parents 8398171 + c0be4ae commit 6f87752
Show file tree
Hide file tree
Showing 19 changed files with 594 additions and 669 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Warning

This is an early release version, expect bugs and edge cases that we haven't encountered. Please keep that in mind that
before running the tool. while its works for me, it might not work for your setup.
This is an early release version, expect bugs and edge cases that we haven't encountered. Please keep that in mind
before running this tool. while its works for me, it might not work for your setup.

# Watch State Sync (Early Preview)

Expand Down
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@
"ext-pdo": "*",
"ext-mbstring": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-sqlite3": "*",
"monolog/monolog": "^2.3",
"symfony/console": "^6.0",
"symfony/yaml": "^6.0",
"symfony/process": "^6.0",
"symfony/http-client": "^6.0",
"league/container": "^4.0",
"guzzlehttp/guzzle": "^7.0",
"laminas/laminas-diactoros": "^2.0",
"psr/http-client": "^1.0",
"nyholm/psr7": "^1.5",
"nyholm/psr7-server": "^1.0",
"laminas/laminas-httphandlerrunner": "^2.0",
"dragonmantank/cron-expression": "^3.0"
},
Expand Down
Loading

0 comments on commit 6f87752

Please sign in to comment.