diff --git a/composer.lock b/composer.lock index 6d2cac6..5f7a065 100644 --- a/composer.lock +++ b/composer.lock @@ -2065,19 +2065,18 @@ }, { "name": "swoole/ide-helper", - "version": "dev-master", + "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/swoole/ide-helper.git", - "reference": "36cb2effcf85d46086caf44e2bba50daa96d12c4" + "reference": "86a61562a1f1634339ee52f3b8988591f51a2799" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/swoole/ide-helper/zipball/36cb2effcf85d46086caf44e2bba50daa96d12c4", - "reference": "36cb2effcf85d46086caf44e2bba50daa96d12c4", + "url": "https://api.github.com/repos/swoole/ide-helper/zipball/86a61562a1f1634339ee52f3b8988591f51a2799", + "reference": "86a61562a1f1634339ee52f3b8988591f51a2799", "shasum": "" }, - "default-branch": true, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ @@ -2092,9 +2091,9 @@ "description": "IDE help files for Swoole.", "support": { "issues": "https://github.com/swoole/ide-helper/issues", - "source": "https://github.com/swoole/ide-helper/tree/master" + "source": "https://github.com/swoole/ide-helper/tree/6.0.0" }, - "time": "2025-01-07T18:54:47+00:00" + "time": "2025-01-03T19:08:24+00:00" }, { "name": "symfony/cache", @@ -3688,7 +3687,7 @@ "stability-flags": { "swoole/ide-helper": 20 }, - "prefer-stable": false, + "prefer-stable": true, "prefer-lowest": false, "platform": {}, "platform-dev": { diff --git a/config/25.2.0.yml b/config/25.2.0.yml index 4991dae..b109c4f 100644 --- a/config/25.2.0.yml +++ b/config/25.2.0.yml @@ -4,8 +4,8 @@ status: "under development" php: - "8.2.27" - - "8.3.17" - - "8.4.4" + - "8.3.16" + - "8.4.3" image: composer: version: "2.1.6" \ No newline at end of file diff --git a/tests/DockerfileTest.php b/tests/DockerfileTest.php index 4407fa7..40f9f72 100644 --- a/tests/DockerfileTest.php +++ b/tests/DockerfileTest.php @@ -19,7 +19,7 @@ class DockerfileTest extends TestCase /** * @return array */ - public function dataGetPhpMajorVersion(): array + public static function dataGetPhpMajorVersion(): array { return [ [ @@ -61,7 +61,7 @@ public function testGetPhpMajorVersion(string $expected, string $phpVersion, str /** * @return array */ - public function dataIsValidSwooleVersion(): array + public static function dataIsValidSwooleVersion(): array { return [ [