Skip to content

Commit

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

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 Nyholm\Psr7\ServerRequest;
use GuzzleHttp\Psr7\ServerRequest;
use Psr\Http\Message\ServerRequestInterface;
use Spiral\Filter\InputScope;
use Spiral\Filters\InputInterface;
Expand Down

0 comments on commit 8a7ae9d

Please sign in to comment.