Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Sep 16, 2022
1 parent 9b964d8 commit e027a6c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
17 changes: 9 additions & 8 deletions composer.json
Expand Up @@ -28,17 +28,18 @@
],
"require": {
"php": ">=8.1",
"spiral/auth": "^3.1",
"psr/http-message": "^1.0",
"spiral/attributes": "^2.8|^3.0",
"spiral/core": "^3.1",
"spiral/models": "^3.1",
"spiral/validation": "^3.1",
"spiral/hmvc": "^3.1",
"psr/http-message": "^1.0"
"spiral/auth": "^3.0.1",
"spiral/core": "^3.0.1",
"spiral/hmvc": "^3.0.1",
"spiral/models": "^3.0.1",
"spiral/validation": "^3.0.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5.20",
"mockery/mockery": "^1.5",
"nyholm/psr7": "^1.5",
"phpunit/phpunit": "^9.5.20",
"vimeo/psalm": "^4.27"
},
"autoload": {
Expand All @@ -53,7 +54,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
"dev-master": "3.0.x-dev"
}
},
"config": {
Expand Down
3 changes: 0 additions & 3 deletions src/Model/FilterDefinitionInterface.php
Expand Up @@ -4,9 +4,6 @@

namespace Spiral\Filters\Model;

/**
* @template TFilterDefinition of FilterDefinitionInterface
*/
interface FilterDefinitionInterface
{
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/InputScopeTest.php
Expand Up @@ -4,7 +4,7 @@

namespace Spiral\Tests\Filters;

use GuzzleHttp\Psr7\ServerRequest;
use Nyholm\Psr7\ServerRequest;
use Psr\Http\Message\ServerRequestInterface;
use Spiral\Filter\InputScope;
use Spiral\Filters\InputInterface;
Expand Down

0 comments on commit e027a6c

Please sign in to comment.