Newer
Older
{
"name": "iqdev/doctrine-http-filter",
"description": "Collecting a filter for Doctrine query from Request",
"type": "library",
"require": {
"php": "^8.3",
"symfony/http-foundation": "^7.2.3",
},
"require-dev": {
"phpunit/phpunit": "^12.0",
"friendsofphp/php-cs-fixer": "^3.70",
"symfony/cache": "^7.2",
"doctrine/migrations": "^3.8",
"doctrine/data-fixtures": "^2.0",
"fakerphp/faker": "^1.24"
},
"license": "MIT",
"autoload": {
"psr-4": {
"IQDEV\\Packages\\DoctrineHttpFilter\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"IQDEV\\Tests\\Packages\\DoctrineHttpFilter\\": "tests/"
}
},
"authors": [
{
"name": "Никита Черных",
"email": "n.chernykh@iqdev.digital"
}
],
"minimum-stability": "stable"
}