From 7079853a8d3a17261a188dce18c38e20c0eb769e Mon Sep 17 00:00:00 2001 From: Prem Palanisamy Date: Tue, 14 Jul 2026 07:02:25 +0100 Subject: [PATCH] Update validators dependency to 0.3 --- .github/workflows/test.yml | 3 +-- composer.json | 4 ++-- composer.lock | 18 +++++++++--------- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4699c2d..17b85ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: ['8.2', '8.3', '8.4', '8.5'] + php: ['8.5', '8.6'] steps: - name: Checkout repository @@ -30,4 +30,3 @@ jobs: - name: Run unit tests run: composer test - diff --git a/composer.json b/composer.json index 87936f0..1669914 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "type": "library", "license": "MIT", "require": { - "php": ">=8.2", - "utopia-php/validators": "0.2.*" + "php": ">=8.5", + "utopia-php/validators": "0.3.*" }, "require-dev": { "laravel/pint": "^1.18", diff --git a/composer.lock b/composer.lock index 8663d44..a1e17c4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,24 +4,24 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a986dbfae76439382aef9763aa893dd0", + "content-hash": "f87e49c9531014fdf65e013f1e37fffe", "packages": [ { "name": "utopia-php/validators", - "version": "0.2.6", + "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/utopia-php/validators.git", - "reference": "f1ac4f08d6876daf117a1d9af53a4c7b752c2c0b" + "reference": "5a3ef67ce17c2e148da7895e8de699614f0afdfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/validators/zipball/f1ac4f08d6876daf117a1d9af53a4c7b752c2c0b", - "reference": "f1ac4f08d6876daf117a1d9af53a4c7b752c2c0b", + "url": "https://api.github.com/repos/utopia-php/validators/zipball/5a3ef67ce17c2e148da7895e8de699614f0afdfa", + "reference": "5a3ef67ce17c2e148da7895e8de699614f0afdfa", "shasum": "" }, "require": { - "php": ">=8.0" + "php": ">=8.5" }, "type": "library", "autoload": { @@ -42,9 +42,9 @@ ], "support": { "issues": "https://github.com/utopia-php/validators/issues", - "source": "https://github.com/utopia-php/validators/tree/0.2.6" + "source": "https://github.com/utopia-php/validators/tree/0.3.0" }, - "time": "2026-06-10T14:45:13+00:00" + "time": "2026-07-13T09:46:33+00:00" } ], "packages-dev": [ @@ -1956,7 +1956,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=8.2" + "php": ">=8.5" }, "platform-dev": {}, "plugin-api-version": "2.9.0"