Skip to content

Commit

Permalink
Lock laravel version to 6.8.0
Browse files Browse the repository at this point in the history
Our current transaction manager depends on transaction level to be decremented before the committed event is fired but the behavior is changed in 6.9.0 (laravel/framework#30883) and as a result I don't see any easy way to determine whether or not a connection has finished all of its transactions.
  • Loading branch information
nanaya committed Dec 23, 2019
1 parent 61dbe3b commit 977bc5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
"guzzlehttp/guzzle": "*",
"itsgoingd/clockwork": ">=3.0",
"jenssegers/agent": "*",
"laravel/framework": "6.*",
"laravel/framework": "6.8.0",
"laravel/helpers": "^1.1",
"laravel/passport": "*",
"laravel/slack-notification-channel": "^2.0",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 977bc5d

Please sign in to comment.