diff --git a/composer.json b/composer.json index ce1a706..1e9a5d9 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": ">=8.1", - "spiral/distribution": "^3.15", + "spiral/distribution": "^3.14.7", "league/flysystem": "^2.3.1 || ^3.0" }, "autoload": { @@ -35,7 +35,7 @@ } }, "require-dev": { - "spiral/boot": "^3.15", + "spiral/boot": "^3.14.7", "phpunit/phpunit": "^10.1", "vimeo/psalm": "^5.9", "jetbrains/phpstorm-attributes": "^1.0", diff --git a/tests/FileTestCase.php b/tests/FileTestCase.php index b5b8d5c..d59a8b1 100644 --- a/tests/FileTestCase.php +++ b/tests/FileTestCase.php @@ -6,7 +6,9 @@ use Spiral\Storage\Visibility; -#[\PHPUnit\Framework\Attributes\Group('unit')] +/** + * @group unit + */ class FileTestCase extends TestCase { public function testPathname(): void diff --git a/tests/ManagerTestCase.php b/tests/ManagerTestCase.php index db6179f..64b70a1 100644 --- a/tests/ManagerTestCase.php +++ b/tests/ManagerTestCase.php @@ -10,7 +10,9 @@ use Spiral\Storage\Bucket; use Spiral\Storage\Visibility; -#[\PHPUnit\Framework\Attributes\Group('unit')] +/** + * @group unit + */ class ManagerTestCase extends TestCase { /** diff --git a/tests/StorageTestCase.php b/tests/StorageTestCase.php index 4fd3032..d099d05 100644 --- a/tests/StorageTestCase.php +++ b/tests/StorageTestCase.php @@ -8,7 +8,9 @@ use Spiral\Storage\Bucket; use Spiral\Storage\Visibility; -#[\PHPUnit\Framework\Attributes\Group('unit')] +/** + * @group unit + */ class StorageTestCase extends TestCase { public function testCreate(): void