forked from marcaube/ObHighchartsBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (35 loc) · 1.09 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
{
"name": "ob/highcharts-bundle",
"type": "symfony-bundle",
"description": "Symfony Bundle that ease the use of highcharts to display rich graph and charts in your app",
"keywords": ["symfony", "charting", "charts", "highcharts", "chart", "graph", "graphs", "ob", "marcaube"],
"homepage": "https://github.com/marcaube/ObHighchartsBundle",
"license": "MIT",
"authors": [
{
"name": "Marc Aubé"
}
],
"require": {
"php": ">=8.0.2",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/yaml": "^4.4 || ^5.0",
"twig/twig": "^2.10 || ^3.0",
"laminas/laminas-json": "^3.1"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"nyholm/symfony-bundle-test": "^1.6.1"
},
"autoload": {
"psr-4": { "Ob\\HighchartsBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.8.x-dev"
}
}
}