From 6711846b75643344c6f948e08ab1cb5a3e595bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:54:20 +0000 Subject: [PATCH] chore(deps): bump mxl/laravel-job from 1.5.0 to 1.7.0 Bumps [mxl/laravel-job](https://github.com/mxl/laravel-job) from 1.5.0 to 1.7.0. - [Commits](https://github.com/mxl/laravel-job/compare/v1.5.0...v1.7.0) --- updated-dependencies: - dependency-name: mxl/laravel-job dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 8b97c67a..18bb3ca2 100644 --- a/composer.lock +++ b/composer.lock @@ -4548,24 +4548,24 @@ }, { "name": "mxl/laravel-job", - "version": "v1.5.0", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/mxl/laravel-job.git", - "reference": "fbead0adb6c420396473a08582cbc1959d981ae7" + "reference": "1736d333c75dfc97fcb4ba52b9fb0c2c59773884" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mxl/laravel-job/zipball/fbead0adb6c420396473a08582cbc1959d981ae7", - "reference": "fbead0adb6c420396473a08582cbc1959d981ae7", + "url": "https://api.github.com/repos/mxl/laravel-job/zipball/1736d333c75dfc97fcb4ba52b9fb0c2c59773884", + "reference": "1736d333c75dfc97fcb4ba52b9fb0c2c59773884", "shasum": "" }, "require": { - "laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0", + "laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "^9.2" + "phpunit/phpunit": "^9.2|^10.5" }, "type": "library", "extra": { @@ -4603,7 +4603,7 @@ "issues": "https://github.com/mxl/laravel-job/issues", "source": "https://github.com/mxl/laravel-job" }, - "time": "2023-09-27T08:19:29+00:00" + "time": "2025-02-25T11:37:40+00:00" }, { "name": "nesbot/carbon",