Changed composer.json and updated composer.lock

This commit is contained in:
Paolo
2022-05-17 16:05:02 +02:00
parent 71848c5bfc
commit 3d0bdcf95a
2 changed files with 182 additions and 134 deletions
+102 -10
View File
@@ -23,8 +23,7 @@
],
"support": {
"email": "info@fhcomplete.org",
"forum": "https://plus.google.com/communities/113278802529782592610",
"wiki": "http://wiki.fhcomplete.org/"
"wiki": "https://wiki.fhcomplete.info/doku.php"
},
"repositories": [
{
@@ -60,7 +59,6 @@
}
}
},
{
"type": "package",
"package": {
@@ -73,6 +71,28 @@
}
}
},
{
"type": "package",
"package": {
"name": "fortawesome/font-awesome4",
"version": "4.7.0",
"dist": {
"url": "https://github.com/FortAwesome/Font-Awesome/archive/refs/tags/v4.7.0.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "fortawesome/font-awesome6",
"version": "6.1.1",
"dist": {
"url": "https://github.com/FortAwesome/Font-Awesome/archive/refs/tags/6.1.1.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
@@ -187,10 +207,21 @@
{
"type": "package",
"package": {
"name": "olifolkerd/tabulator",
"version": "4.2.7",
"name": "olifolkerd/tabulator4",
"version": "4.9.3",
"dist": {
"url": "https://github.com/olifolkerd/tabulator/archive/4.2.7.zip",
"url": "https://github.com/olifolkerd/tabulator/archive/refs/tags/4.9.3.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "olifolkerd/tabulator5",
"version": "5.2.1",
"dist": {
"url": "https://github.com/olifolkerd/tabulator/archive/refs/tags/5.2.1.zip",
"type": "zip"
}
}
@@ -228,6 +259,28 @@
}
}
},
{
"type": "package",
"package": {
"name": "tinymce/tinymce4",
"version": "4.9.11",
"dist": {
"url": "https://github.com/tinymce/tinymce-dist/archive/refs/tags/4.9.11.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "tinymce/tinymce5",
"version": "5.10.3",
"dist": {
"url": "https://github.com/tinymce/tinymce-dist/archive/refs/tags/5.10.3.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
@@ -239,6 +292,39 @@
"reference": "9750b81fa55ed07b3b429297d18ffbeac07a2cde"
}
}
},
{
"type": "package",
"package": {
"name": "twbs/bootstrap3",
"version": "3.4.1",
"dist": {
"url": "https://github.com/twbs/bootstrap/archive/refs/tags/v3.4.1.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "twbs/bootstrap5",
"version": "5.0.2",
"dist": {
"url": "https://github.com/twbs/bootstrap/releases/download/v5.0.2/bootstrap-5.0.2-dist.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "vuejs/vuejs3",
"version": "3.2.33",
"dist": {
"url": "https://unpkg.com/vue@3.2.33/dist/vue.global.prod.js",
"type": "file"
}
}
}
],
"require": {
@@ -253,13 +339,14 @@
"codeigniter/framework": "3.*",
"components/jquery": "3.*",
"components/jqueryui": "1.*",
"components/font-awesome": "4.*",
"components/angular.js": "1.3.*",
"dapphp/securimage": "3.6.7",
"easyrdf/easyrdf": "0.9.*",
"fortawesome/font-awesome4": "4.7.*",
"fortawesome/font-awesome6": "6.1.*",
"fzaninotto/faker": "1.*",
"kingsquare/json-schema-form": "*",
@@ -273,9 +360,13 @@
"phpseclib/phpseclib": "2.0.*",
"tinymce/tinymce": "4.9.*",
"tinymce/tinymce4": "4.9.*",
"tinymce/tinymce5": "5.10.*",
"twbs/bootstrap": "3.4.*",
"twbs/bootstrap3": "3.4.*",
"twbs/bootstrap5": "5.0.*",
"vuejs/vuejs3": "3.2.33",
"zetacomponents/workflow": "1.*",
"zetacomponents/document": "1.*",
@@ -304,7 +395,8 @@
"nicolaskruchten/pivottable": "2.23.0",
"olifolkerd/tabulator": "4.2.7",
"olifolkerd/tabulator4": "4.9.*",
"olifolkerd/tabulator5": "5.2.*",
"rmariuzzo/jquery-checkboxes": "1.0.7",