Skip to content

Commit

Permalink
Added support of new dealdoh version including major fixes for udp/tc…
Browse files Browse the repository at this point in the history
…p transport, small refactoring of the API, immutability of messages
  • Loading branch information
noglitchyo committed Aug 5, 2020
1 parent 90cc450 commit f608f89
Show file tree
Hide file tree
Showing 6 changed files with 1,017 additions and 765 deletions.
6 changes: 3 additions & 3 deletions composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"nyholm/psr7": "^1.1",
"slim/http": "^0.7.0",
"php": "^7.3",
"psr/http-client": "*",
"psr/http-client": "1.0.1",
"psr/log": "^1.1",
"slim/slim": "4.0.0-beta",
"symfony/console": "^4.3",
"php-di/php-di": "^6.0",
"php-http/guzzle6-adapter": "^2.0",
"noglitchyo/dealdoh": "^0.3.0"
"noglitchyo/dealdoh": "^0.4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.1",
"mockery/mockery": "^1.2",
"monolog/monolog": "^1.24",
"squizlabs/php_codesniffer": "*",
"squizlabs/php_codesniffer": "3.5",
"phpstan/phpstan": "^0.11.8"
},
"autoload": {
Expand Down
Loading

0 comments on commit f608f89

Please sign in to comment.