Refactoring: extract process handling from async job.

This commit is contained in:
Joao Patricio
2023-03-21 10:02:16 +00:00
parent cf121062a1
commit 34c9265aa9
3 changed files with 29 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",