-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 814 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 814 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
28
29
{
"name" : "rezozero/intervention-request-bundle",
"description" : "Symfony bundle for using ambroisemaupate/intervention-request library",
"type" : "symfony-bundle",
"license": "mit",
"authors": [
{
"name": "Ambroise Maupate",
"email": "ambroise@rezo-zero.com"
}
],
"require" : {
"php": ">=8.2",
"symfony/console": ">=4.4.0",
"symfony/framework-bundle": ">=4.4.0",
"ambroisemaupate/intervention-request":"^7.0"
},
"autoload" : {
"psr-4" : {
"RZ\\InterventionRequestBundle\\": "src/"
}
},
"require-dev": {
"phpstan/phpstan": "*",
"phpstan/phpdoc-parser": "<2",
"friendsofphp/php-cs-fixer": "^3.65",
"phpstan/phpstan-symfony": "*"
}
}