highcharts consolidation -> add plugin, import switch to footer and repository requirement in composer.json

This commit is contained in:
Johann Hoffmann
2024-12-19 11:24:31 +01:00
parent 1094219a58
commit e2af00e41d
4 changed files with 224 additions and 79 deletions
+29 -15
View File
@@ -351,23 +351,34 @@
{
"type": "package",
"package": {
"name": "vuejs/vuedatepicker_js",
"version": "7.2.0",
"dist": {
"url": "https://unpkg.com/@vuepic/vue-datepicker@7.2.0/dist/vue-datepicker.iife.js",
"type": "file"
}
"name": "vuejs/vuedatepicker_js",
"version": "7.2.0",
"dist": {
"url": "https://unpkg.com/@vuepic/vue-datepicker@7.2.0/dist/vue-datepicker.iife.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "vuejs/vuedatepicker_css",
"version": "7.2.0",
"dist": {
"url": "https://unpkg.com/@vuepic/vue-datepicker@7.2.0/dist/main.css",
"type": "file"
}
"name": "vuejs/vuedatepicker_css",
"version": "7.2.0",
"dist": {
"url": "https://unpkg.com/@vuepic/vue-datepicker@7.2.0/dist/main.css",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "highcharts/highcharts-dist",
"version": "7.1.2",
"dist": {
"url": "https://github.com/highcharts/highcharts-dist/archive/v7.1.2.zip",
"type": "zip"
}
}
},
{
@@ -402,6 +413,8 @@
"fortawesome/font-awesome6": "6.1.*",
"fzaninotto/faker": "1.*",
"highcharts/highcharts-dist": "^7.1.2",
"joeldbirch/superfish": "1.7.*",
"jquery/jquery1": "1.*",
"jquery/jquery2": "2.*",
@@ -442,13 +455,14 @@
"vuejs/vuejs3": "3.3.8",
"vuejs/vuerouter4": "4.1.3",
"vuejs/vuedatepicker_js": "7.2.0",
"vuejs/vuedatepicker_css": "7.2.0"
"vuejs/vuedatepicker_js": "7.2.0",
"vuejs/vuedatepicker_css": "7.2.0"
},
"config": {
"bin-dir": "vendor/bin"
},
"require-dev": {
"vuejs/vuejs3_dev": "3.3.8",
"squizlabs/php_codesniffer": "3.6.*",