Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Nov 25, 2024
1 parent 4e96c05 commit 802cc4b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion tests/FileTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

use Spiral\Storage\Visibility;

#[\PHPUnit\Framework\Attributes\Group('unit')]
/**
* @group unit
*/
class FileTestCase extends TestCase
{
public function testPathname(): void
Expand Down
4 changes: 3 additions & 1 deletion tests/ManagerTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
use Spiral\Storage\Bucket;
use Spiral\Storage\Visibility;

#[\PHPUnit\Framework\Attributes\Group('unit')]
/**
* @group unit
*/
class ManagerTestCase extends TestCase
{
/**
Expand Down
4 changes: 3 additions & 1 deletion tests/StorageTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 802cc4b

Please sign in to comment.