forked from marcaube/ObHighchartsBundle
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
38 lines (38 loc) · 1.2 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
{
"name": "94noni/highcharts-bundle",
"type": "symfony-bundle",
"description": "Symfony Bundle that ease the use of highcharts to display rich graph and charts in your app (for Symfony v6+)",
"keywords": ["symfony", "charting", "charts", "highcharts", "chart", "graph", "graphs", "ob", "marcaube"],
"homepage": "https://github.com/94noni/ObHighchartsBundle",
"license": "MIT",
"authors": [
{
"name": "Marc Aubé (original author)"
},
{
"name": "Antoine Makdessi (fork author)"
}
],
"require": {
"php": "^8.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/yaml": "^5.4|^6.0|^7.0",
"twig/twig": "^3.3",
"laminas/laminas-json": "^3.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
"nyholm/symfony-bundle-test": "^2.0"
},
"autoload": {
"psr-4": { "Ob\\HighchartsBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}