-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·39 lines (39 loc) · 904 Bytes
/
composer.json
File metadata and controls
executable file
·39 lines (39 loc) · 904 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
30
31
32
33
34
35
36
37
38
39
{
"name": "wandi/tools-bundle",
"type": "symfony-bundle",
"description": "Wandi/ToolsBundle",
"keywords": [
"Symfony",
"Bundle",
"Wandi",
"ToolsBundle"
],
"homepage": "https://github.com/WandiParis/ToolsBundle",
"license": "MIT",
"authors": [
{
"name": "Jacques N. de Lamballerie",
"email": "jndl@wandi.fr"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.1.0",
"symfony/framework-bundle": ">=3.3",
"ralouphie/mimey": "^2.0",
"ext-fileinfo": "*",
"twig/twig": "^2.4.2"
},
"suggest": {
},
"autoload": {
"psr-4": {
"Wandi\\ToolsBundle\\": ""
}
},
"require-dev": {
"symfony/phpunit-bridge": "^4.2",
"phpunit/phpunit": "^7.5",
"phpstan/phpstan": "^0.11.1"
}
}