-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
45 lines (45 loc) · 1.31 KB
/
composer.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "bukashk0zzz/filter-bundle",
"description": "Symfony filter bundle.",
"keywords": ["bundle", "symfony", "filter", "filtering", "zend-filter", "laminas-filter"],
"homepage": "https://github.com/bukashk0zzz/FilterBundle",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Denis Golubovskiy",
"email": "bukashk0zzz@gmail.com",
"role": "Creator"
}
],
"support": {
"email": "bukashk0zzz@gmail.com",
"issues": "https://github.com/bukashk0zzz/FilterBundle/issues"
},
"require": {
"php": ">=8.0.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0",
"doctrine/orm": "^2.5",
"laminas/laminas-filter": "^2.9",
"symfony/cache": "^5.4|^6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"phpunit/phpunit": "^8.4",
"symfony/validator": "^5.4|^6.0"
},
"autoload": {
"psr-4": {
"Bukashk0zzz\\FilterBundle\\": ""
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}