Mirror the Laravel 13.8 queue surface so apps written against stock
Laravel work transparently on Torque:
- WorkerPausing / WorkerResuming dispatched from WorkerProcess when the
Redis pause flag flips. One dispatch per flip across the 2s poller,
matching the once-per-signal semantic the Laravel 13.8 Worker uses.
- allPendingJobs / allReservedJobs / allDelayedJobs on StreamQueue,
returning Collection<int, InspectedJob>. PEL membership separates
pending from reserved; XPENDING delivery count surfaces as attempts.
Bumps minimum framework support to laravel/framework ^13.8.