diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f9d891..9b40389 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 1 matrix: - php-versions: ['8.2', '8.3', '8.4', 'nightly'] + php-versions: ['8.3', '8.4', '8.5'] steps: - name: Checkout repository diff --git a/composer.json b/composer.json index 466b2c8..dc6c517 100755 --- a/composer.json +++ b/composer.json @@ -27,9 +27,9 @@ "check": "./vendor/bin/phpstan analyse --level 4 src tests" }, "require": { - "php": ">=8.2", + "php": ">=8.3", "utopia-php/validators": "0.*", - "utopia-php/cache": "^2.0" + "utopia-php/cache": "^3.0" }, "require-dev": { "phpunit/phpunit": "^9.3", diff --git a/composer.lock b/composer.lock index 26da00c..e582430 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "99f332ce56d1229ff90b22bab128304b", + "content-hash": "e5b8339bc7491b894ae81a0590a3e4ad", "packages": [ { "name": "brick/math", @@ -1877,23 +1877,23 @@ }, { "name": "utopia-php/cache", - "version": "2.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/utopia-php/cache.git", - "reference": "ef1d122a464b3469f2a11c7d751214e72b76eee0" + "reference": "ece1f4d11ec2804cd7e05b9717dc7a2bc66e4176" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/cache/zipball/ef1d122a464b3469f2a11c7d751214e72b76eee0", - "reference": "ef1d122a464b3469f2a11c7d751214e72b76eee0", + "url": "https://api.github.com/repos/utopia-php/cache/zipball/ece1f4d11ec2804cd7e05b9717dc7a2bc66e4176", + "reference": "ece1f4d11ec2804cd7e05b9717dc7a2bc66e4176", "shasum": "" }, "require": { "ext-json": "*", "ext-memcached": "*", "ext-redis": "*", - "php": ">=8.2", + "php": ">=8.3", "utopia-php/circuit-breaker": "0.3.*", "utopia-php/pools": "1.*", "utopia-php/telemetry": "*" @@ -1902,6 +1902,7 @@ "laravel/pint": "1.2.*", "phpstan/phpstan": "^1.12", "phpunit/phpunit": "^9.3", + "swoole/ide-helper": "^6.0", "vimeo/psalm": "4.13.1" }, "type": "library", @@ -1924,9 +1925,9 @@ ], "support": { "issues": "https://github.com/utopia-php/cache/issues", - "source": "https://github.com/utopia-php/cache/tree/2.0.0" + "source": "https://github.com/utopia-php/cache/tree/3.0.0" }, - "time": "2026-05-12T10:55:15+00:00" + "time": "2026-05-14T14:13:17+00:00" }, { "name": "utopia-php/circuit-breaker", @@ -4069,7 +4070,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=8.2" + "php": ">=8.3" }, "platform-dev": {}, "plugin-api-version": "2.9.0"