-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 822 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "tbn/query-builder-repository-generator-bundle",
"description": "Generate filters for queryBuilder in a repository",
"autoload": {
"psr-4": {
"Tbn\\QueryBuilderRepositoryGeneratorBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tbn\\QueryBuilderRepositoryGeneratorBundle\\Tests\\": "tests/"
}
},
"require-dev": {
"symfony/class-loader": "2.3.*",
"nyholm/symfony-bundle-test": "^3.0",
"phpunit/phpunit": "^10.3"
},
"require": {
"php": "^8.3",
"symfony/maker-bundle": "^1.7",
"symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0",
"doctrine/doctrine-bundle": "^2.12|^3.0",
"symfony/twig-bundle": "^5.4|^6.0|^7.0|^8.0",
"doctrine/orm": "^3.0"
}
}