-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 869 Bytes
/
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
{
"name" : "cyberomulus/php-toolbox-bundle",
"type" : "symfony-bundle",
"description" : "Integrate cyberomulus/phpToolbox in symfony service",
"keywords" : [
"php",
"toolbox",
"functions"
],
"homepage" : "https://github.com/cyberomulus/phpToolboxBundle",
"support" : {
"email" : "[email protected]",
"issues" : "https://github.com/cyberomulus/phpToolboxBundle/issues",
"source" : "https://github.com/cyberomulus/phpToolboxBundle"
},
"license" : "MIT",
"authors" : [{
"name" : "Brack Romain",
"email" : "[email protected]"
}
],
"require" : {
"php" : "^7.1.3",
"symfony/http-kernel" : "4.4.*",
"symfony/dependency-injection" : "4.4.*",
"symfony/config" : "4.4.*",
"cyberomulus/php-toolbox" : "1.*"
},
"autoload" : {
"psr-4" : {
"Cyberomulus\\PhpToolboxBundle\\" : ""
}
},
"minimum-stability" : "stable"
}