Skip to content

Commit

Permalink
fix: set next watch time at timeout_at for correct timeout promises
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarin committed May 31, 2023
1 parent 06ce15a commit d4b993c
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 518 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"php": "8.1.*|8.2.*",
"ext-json": "*",
"ext-pcntl": "*",
"bensampo/laravel-enum": "^2.1|^3.0|^4.0|^5.0",
"bensampo/laravel-enum": "^2.1|^3.0|^4.0|^5.0|^6.0",
"fntneves/laravel-transactional-events": "^1.8|^2.0",
"laravel/framework": "^v8.37|^9.0",
"laravel/framework": "^v8.37|^9.0|^10.0",
"nesbot/carbon": "^2.0"
},
"require-dev": {
"laravel/pint": "^1.4",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^6.13|^7.1",
"orchestra/testbench": "^6.13|^7.1|^8.0",
"phpunit/phpunit": "^8.0|^9.0",
"roave/security-advisories": "dev-latest",
"vimeo/psalm": "^5.6"
Expand Down
242 changes: 0 additions & 242 deletions tests/Core/GarbageCollectorTest.php

This file was deleted.

Loading

0 comments on commit d4b993c

Please sign in to comment.