Adapted composer.json and includes to be compatible to composer version 2

This commit is contained in:
Paolo
2022-06-07 14:56:33 +02:00
parent f3fe3aa099
commit 618a62425b
5 changed files with 46 additions and 436 deletions
Generated
+24 -410
View File
@@ -4,20 +4,9 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "f35123d066def191c9f17dbbc4e78807",
"content-hash": "ddcd02108923c9169e0d3bcb3de85d70",
"hash": "b676b82ae026f2aab04de7e7054038a3",
"content-hash": "6f7d38a748ab2c18b1121ee5dd24aa05",
"packages": [
{
"name": "BlackrockDigital/startbootstrap-sb-admin-2",
"version": "3.3.7.1",
"dist": {
"type": "zip",
"url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/archive/v3.3.7+1.zip",
"reference": null,
"shasum": null
},
"type": "library"
},
{
"name": "afarkas/html5shiv",
"version": "3.7.3",
@@ -50,7 +39,7 @@
"time": "2015-07-20 20:04:00"
},
{
"name": "alvaro-prieto/colResizable",
"name": "alvaro-prieto/colresizable",
"version": "1.6",
"dist": {
"type": "zip",
@@ -60,6 +49,17 @@
},
"type": "library"
},
{
"name": "blackrockdigital/startbootstrap-sb-admin-2",
"version": "3.3.7.1",
"dist": {
"type": "zip",
"url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/archive/v3.3.7+1.zip",
"reference": null,
"shasum": null
},
"type": "library"
},
{
"name": "borgar/textile-js",
"version": "2.0.4",
@@ -908,7 +908,7 @@
"type": "library"
},
{
"name": "jquery/jqueryV1",
"name": "jquery/jquery1",
"version": "1.12.4",
"dist": {
"type": "file",
@@ -919,7 +919,7 @@
"type": "library"
},
{
"name": "jquery/jqueryV2",
"name": "jquery/jquery2",
"version": "2.2.4",
"dist": {
"type": "file",
@@ -1521,7 +1521,7 @@
"type": "library"
},
{
"name": "scottjehl/Respond",
"name": "scottjehl/respond",
"version": "1.4.2",
"dist": {
"type": "zip",
@@ -1594,7 +1594,7 @@
"time": "2020-10-23 09:01:57"
},
{
"name": "tapmodo/Jcrop",
"name": "tapmodo/jcrop",
"version": "2.0.4",
"dist": {
"type": "zip",
@@ -1627,7 +1627,7 @@
"type": "library"
},
{
"name": "tomazdragar/SimpleCropper",
"name": "tomazdragar/simplecropper",
"version": "1.0",
"source": {
"type": "git",
@@ -1732,392 +1732,6 @@
"shasum": null
},
"type": "library"
},
{
"name": "zetacomponents/base",
"version": "1.9.3",
"source": {
"type": "git",
"url": "https://github.com/zetacomponents/Base.git",
"reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zetacomponents/Base/zipball/2f432f4117a5aa2164d4fb1784f84db91dbdd3b8",
"reference": "2f432f4117a5aa2164d4fb1784f84db91dbdd3b8",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"zetacomponents/unit-test": "*"
},
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Sergey Alexeev"
},
{
"name": "Sebastian Bergmann"
},
{
"name": "Jan Borsodi"
},
{
"name": "Raymond Bosman"
},
{
"name": "Frederik Holljen"
},
{
"name": "Kore Nordmann"
},
{
"name": "Derick Rethans"
},
{
"name": "Vadym Savchuk"
},
{
"name": "Tobias Schlitt"
},
{
"name": "Alexandru Stanoi"
}
],
"description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
"homepage": "https://github.com/zetacomponents",
"time": "2021-07-25 15:46:08"
},
{
"name": "zetacomponents/database",
"version": "1.5.2",
"source": {
"type": "git",
"url": "https://github.com/zetacomponents/Database.git",
"reference": "85a2fd2af4e49f64d5c7616b6fb82c1b88de53b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zetacomponents/Database/zipball/85a2fd2af4e49f64d5c7616b6fb82c1b88de53b4",
"reference": "85a2fd2af4e49f64d5c7616b6fb82c1b88de53b4",
"shasum": ""
},
"require": {
"zetacomponents/base": "~1.8"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"zetacomponents/database-schema": "~1.5",
"zetacomponents/unit-test": "*"
},
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Sergey Alexeev"
},
{
"name": "Sebastian Bergmann"
},
{
"name": "Jan Borsodi"
},
{
"name": "Raymond Bosman"
},
{
"name": "Frederik Holljen"
},
{
"name": "Kore Nordmann"
},
{
"name": "Derick Rethans"
},
{
"name": "Vadym Savchuk"
},
{
"name": "Tobias Schlitt"
},
{
"name": "Alexandru Stanoi"
},
{
"name": "Joel Arvidsson"
},
{
"name": "Friedel Hill"
},
{
"name": "Christian Michel"
}
],
"description": "A lightweight database layer on top of PHP's PDO that allows you to utilize a database without having to take care of differences in SQL dialects.",
"homepage": "https://github.com/zetacomponents",
"time": "2022-02-11 17:18:33"
},
{
"name": "zetacomponents/document",
"version": "1.3.3",
"source": {
"type": "git",
"url": "https://github.com/zetacomponents/Document.git",
"reference": "196884f00871ea7dcbca9ab8bc85716f626e9cc3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zetacomponents/Document/zipball/196884f00871ea7dcbca9ab8bc85716f626e9cc3",
"reference": "196884f00871ea7dcbca9ab8bc85716f626e9cc3",
"shasum": ""
},
"require": {
"zetacomponents/base": "~1.8"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"zetacomponents/unit-test": "*"
},
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Sebastian Bergmann"
},
{
"name": "Kore Nordmann"
},
{
"name": "Derick Rethans"
},
{
"name": "Tobias Schlitt"
},
{
"name": "Alexandru Stanoi"
}
],
"description": "The Document components provides a general conversion framework for different semantic document markup languages like XHTML, Docbook, RST and similar.",
"homepage": "https://github.com/zetacomponents",
"time": "2022-02-11 17:26:31"
},
{
"name": "zetacomponents/workflow",
"version": "1.5",
"source": {
"type": "git",
"url": "https://github.com/zetacomponents/Workflow.git",
"reference": "44744003c131acc35ee3275a568fbfcb215c3bc8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zetacomponents/Workflow/zipball/44744003c131acc35ee3275a568fbfcb215c3bc8",
"reference": "44744003c131acc35ee3275a568fbfcb215c3bc8",
"shasum": ""
},
"require": {
"zetacomponents/base": "~1.8"
},
"require-dev": {
"zetacomponents/unit-test": "*"
},
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Sergey Alexeev"
},
{
"name": "Sebastian Bergmann"
},
{
"name": "Jan Borsodi"
},
{
"name": "Raymond Bosman"
},
{
"name": "Frederik Holljen"
},
{
"name": "Kore Nordmann"
},
{
"name": "Derick Rethans"
},
{
"name": "Vadym Savchuk"
},
{
"name": "Tobias Schlitt"
},
{
"name": "Alexandru Stanoi"
}
],
"description": "The purpose of the Workflow component is to provide the core functionality of an activity-based workflow system including the definition and execution of workflow specifications.",
"homepage": "https://github.com/zetacomponents",
"time": "2014-09-27 19:26:10"
},
{
"name": "zetacomponents/workflow-database-tiein",
"version": "1.5",
"source": {
"type": "git",
"url": "https://github.com/zetacomponents/WorkflowDatabaseTiein.git",
"reference": "953af80e8e642b41839275f11ff0301a2a267fde"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zetacomponents/WorkflowDatabaseTiein/zipball/953af80e8e642b41839275f11ff0301a2a267fde",
"reference": "953af80e8e642b41839275f11ff0301a2a267fde",
"shasum": ""
},
"require": {
"zetacomponents/database": "~1.4",
"zetacomponents/workflow": "~1.4"
},
"require-dev": {
"zetacomponents/unit-test": "*"
},
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Sergey Alexeev"
},
{
"name": "Sebastian Bergmann"
},
{
"name": "Jan Borsodi"
},
{
"name": "Raymond Bosman"
},
{
"name": "Frederik Holljen"
},
{
"name": "Kore Nordmann"
},
{
"name": "Derick Rethans"
},
{
"name": "Vadym Savchuk"
},
{
"name": "Tobias Schlitt"
},
{
"name": "Alexandru Stanoi"
}
],
"description": "Contains the database backend for the Workflow component.",
"homepage": "https://github.com/zetacomponents",
"time": "2014-09-27 19:26:10"
},
{
"name": "zetacomponents/workflow-event-log-tiein",
"version": "1.1",
"source": {
"type": "git",
"url": "https://github.com/zetacomponents/WorkflowEventLogTiein.git",
"reference": "3e157156d1d5aaac6fadaee86c9b884c18a2b86f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zetacomponents/WorkflowEventLogTiein/zipball/3e157156d1d5aaac6fadaee86c9b884c18a2b86f",
"reference": "3e157156d1d5aaac6fadaee86c9b884c18a2b86f",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"src"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"apache2"
],
"authors": [
{
"name": "Sergey Alexeev"
},
{
"name": "Sebastian Bergmann"
},
{
"name": "Jan Borsodi"
},
{
"name": "Raymond Bosman"
},
{
"name": "Frederik Holljen"
},
{
"name": "Kore Nordmann"
},
{
"name": "Derick Rethans"
},
{
"name": "Vadym Savchuk"
},
{
"name": "Tobias Schlitt"
},
{
"name": "Alexandru Stanoi"
}
],
"description": "Contains the EventLog listener for the Workflow component.",
"homepage": "https://github.com/zetacomponents",
"time": "2007-12-17 09:04:44"
}
],
"packages-dev": [
@@ -2223,16 +1837,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.13.2",
"version": "v4.14.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "210577fe3cf7badcc5814d99455df46564f3c077"
"reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
"reference": "210577fe3cf7badcc5814d99455df46564f3c077",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
"reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
"shasum": ""
},
"require": {
@@ -2271,7 +1885,7 @@
"parser",
"php"
],
"time": "2021-11-30 19:35:32"
"time": "2022-05-31 20:59:12"
},
{
"name": "pdepend/pdepend",