Skip to content

Commit

Permalink
Merge pull request #7 from nutgram/http2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 authored Jun 23, 2023
2 parents 9982af4 + 6c08faa commit 6e8242a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require": {
"php": "^8.2",
"nunomaduro/termwind": "^1.15",
"nutgram/nutgram": "^4.0"
"nutgram/nutgram": "^4.0.2"
},
"require-dev": {
"illuminate/testing": "^9.0|^10.0",
Expand Down
1 change: 1 addition & 0 deletions src/NutgramServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function register()
pollingTimeout: config('nutgram.config.polling.timeout', Configuration::DEFAULT_POLLING_TIMEOUT),
pollingAllowedUpdates: config('nutgram.config.polling.allowed_updates', Configuration::DEFAULT_ALLOWED_UPDATES),
pollingLimit: config('nutgram.config.polling.limit', Configuration::DEFAULT_POLLING_LIMIT),
enableHttp2: config('nutgram.config.enable_http2', Configuration::DEFAULT_ENABLE_HTTP2),
);

if ($app->runningUnitTests()) {
Expand Down

0 comments on commit 6e8242a

Please sign in to comment.