From 45d4f5b239797acd21f64a1e5c61df5d195b612a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:39:28 +0000 Subject: [PATCH] chore(deps): bump axlon/laravel-postal-code-validation from 3.5.0 to 3.6.0 (#2190) chore(deps): bump axlon/laravel-postal-code-validation Bumps [axlon/laravel-postal-code-validation](https://github.com/axlon/laravel-postal-code-validation) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/axlon/laravel-postal-code-validation/releases) - [Changelog](https://github.com/axlon/laravel-postal-code-validation/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/axlon/laravel-postal-code-validation/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: axlon/laravel-postal-code-validation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Justin Obara --- composer.lock | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 79fb5e477..87ea02be6 100644 --- a/composer.lock +++ b/composer.lock @@ -223,29 +223,28 @@ }, { "name": "axlon/laravel-postal-code-validation", - "version": "v3.5.0", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/axlon/laravel-postal-code-validation.git", - "reference": "e8b0d70f0d2d00ca3f3b79f014d5dc1eaddd4746" + "reference": "acd390f129cfe61583fe765cb2a5e1efbd73eb7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/axlon/laravel-postal-code-validation/zipball/e8b0d70f0d2d00ca3f3b79f014d5dc1eaddd4746", - "reference": "e8b0d70f0d2d00ca3f3b79f014d5dc1eaddd4746", + "url": "https://api.github.com/repos/axlon/laravel-postal-code-validation/zipball/acd390f129cfe61583fe765cb2a5e1efbd73eb7d", + "reference": "acd390f129cfe61583fe765cb2a5e1efbd73eb7d", "shasum": "" }, "require": { - "illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", - "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", - "illuminate/validation": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/validation": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "php": "^7.2 || ^8.0" }, "require-dev": { - "guzzlehttp/guzzle": "^6.5 || ^7.0.1", - "mockery/mockery": "^1.3", - "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0", - "symfony/var-exporter": "^4.0" + "guzzlehttp/guzzle": "^7.8", + "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5", + "symfony/var-exporter": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "type": "library", "extra": { @@ -284,9 +283,9 @@ ], "support": { "issues": "https://github.com/axlon/laravel-postal-code-validation/issues", - "source": "https://github.com/axlon/laravel-postal-code-validation/tree/v3.5.0" + "source": "https://github.com/axlon/laravel-postal-code-validation/tree/v3.6.0" }, - "time": "2024-01-24T21:58:02+00:00" + "time": "2024-03-12T16:24:01+00:00" }, { "name": "bacon/bacon-qr-code",