Andreas von Burg hace 3 años
padre
commit
6652f80a8d
Se han modificado 5 ficheros con 3033 adiciones y 11 borrados
  1. 1 0
      .gitignore
  2. 3 11
      src-php/composer.json
  3. 3021 0
      src-php/composer.lock
  4. 3 0
      src-php/public/assets/.gitignore
  5. 5 0
      src-php/var/etc/.gitignore

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+/.idea/workspace.xml

+ 3 - 11
src-php/composer.json

@@ -12,20 +12,12 @@
         "n2n/n2n-impl-persistence-meta": "^7.2.0",
         "n2n/n2n-impl-persistence-orm": "^7.2.0",
         "n2n/n2n-impl-web-dispatch": "^7.2.0",
-        "n2n/n2n-impl-web-ui": "^7.2.0",
-        "n2n/rocket": "^2.0.0",
-        "n2n/page": "^1.5.0",
-        "hnm/bootstrap": "^3.0.0",
-        "hnm/ch-hnm-util": "^7.2.0",
-        "hnm/ci": "^2.0.0",
-        "hnm/bstmpl": "^3.0.0",
-	"hnm/simplefile": "^1.3.0",
-	"hnm/report" : "^3.0.0"
+        "n2n/n2n-impl-web-ui": "^7.2.0"
     },
     "require-dev": {
         "n2n/hangar": "^7.2.0",
-	"n2n/n2n-test" : "^7.2.0",
-	"phpunit/phpunit" : "^9.5"
+        "n2n/n2n-test" : "^7.2.0",
+        "phpunit/phpunit" : "^9.5"
     },
     "autoload" : {
         "psr-4" : {

+ 3021 - 0
src-php/composer.lock

@@ -0,0 +1,3021 @@
+{
+    "_readme": [
+        "This file locks the dependencies of your project to a known state",
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+        "This file is @generated automatically"
+    ],
+    "content-hash": "24a98ac746c817ab503dcf087edc0627",
+    "packages": [
+        {
+            "name": "n2n/n2n",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n.git",
+                "reference": "b28faa99ea46b395238f7640c8aad9f7bd31d76d"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n/zipball/b28faa99ea46b395238f7640c8aad9f7bd31d76d",
+                "reference": "b28faa99ea46b395238f7640c8aad9f7bd31d76d",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-composer-module-installer": "^7.1.5",
+                "n2n/n2n-config": "^7.3",
+                "n2n/n2n-context": "^7.3",
+                "n2n/n2n-l10n": "^7.3",
+                "n2n/n2n-log4php": "^7.3",
+                "n2n/n2n-mail": "^7.3",
+                "n2n/n2n-reflection": "^7.3",
+                "n2n/n2n-util": "^7.3",
+                "php": ">=8.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "n2n-module",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\core\\": "src/app/n2n/core"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://andreas.von-burg.net"
+                },
+                {
+                    "name": "Bert Hofmänner",
+                    "email": "hofmaenner@hnm.ch",
+                    "homepage": "http://www.hnm.ch"
+                },
+                {
+                    "name": "Thomas Günther",
+                    "email": "guenther@hnm.ch"
+                }
+            ],
+            "description": "Combines different components of n2n framework.",
+            "homepage": "https://www.n2n.ch",
+            "keywords": [
+                "framework",
+                "n2n"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n/issues",
+                "source": "https://github.com/n2n/n2n/tree/v7.3.0"
+            },
+            "time": "2022-10-27T22:28:37+00:00"
+        },
+        {
+            "name": "n2n/n2n-batch",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-batch.git",
+                "reference": "c3950cd66001ec8681745962322b771b483678d6"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-batch/zipball/c3950cd66001ec8681745962322b771b483678d6",
+                "reference": "c3950cd66001ec8681745962322b771b483678d6",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-reflection": "^7.2.33",
+                "n2n/n2n-util": "^7.2.33",
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\batch\\": "src/app/n2n/batch"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://andreas.von-burg.net/"
+                }
+            ],
+            "description": "batch job support for n2n framework",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "batch job",
+                "n2n"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-batch/issues",
+                "source": "https://github.com/n2n/n2n-batch/tree/v7.3.0"
+            },
+            "time": "2021-07-30T17:36:59+00:00"
+        },
+        {
+            "name": "n2n/n2n-composer-module-installer",
+            "version": "v7.1.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-composer-module-installer.git",
+                "reference": "2812666f0f420b66cb99a48177db104aacbcac6d"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-composer-module-installer/zipball/2812666f0f420b66cb99a48177db104aacbcac6d",
+                "reference": "2812666f0f420b66cb99a48177db104aacbcac6d",
+                "shasum": ""
+            },
+            "require": {
+                "composer-plugin-api": ">=1 <3"
+            },
+            "require-dev": {
+                "composer/composer": ">=1 <3"
+            },
+            "type": "composer-plugin",
+            "extra": {
+                "class": "n2n\\composer\\module\\ModulePlugin"
+            },
+            "autoload": {
+                "psr-4": {
+                    "n2n\\composer\\module\\": "src/n2n/composer/module"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "http://www.von-burg.net"
+                }
+            ],
+            "description": "n2n module installer plugin for composer",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "installer",
+                "module",
+                "n2n"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-composer-module-installer/issues",
+                "source": "https://github.com/n2n/n2n-composer-module-installer/tree/v7.1.5"
+            },
+            "time": "2022-05-10T13:18:10+00:00"
+        },
+        {
+            "name": "n2n/n2n-config",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-config.git",
+                "reference": "34e23403a0f27e91b5dd264eba60148c496f253e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-config/zipball/34e23403a0f27e91b5dd264eba60148c496f253e",
+                "reference": "34e23403a0f27e91b5dd264eba60148c496f253e",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-util": "^7.3",
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\config\\": "src/app/n2n/config"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/"
+                }
+            ],
+            "description": "config utils for n2n",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "batch job",
+                "n2n"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-config/issues",
+                "source": "https://github.com/n2n/n2n-config/tree/v7.3.0"
+            },
+            "time": "2022-10-07T14:09:56+00:00"
+        },
+        {
+            "name": "n2n/n2n-context",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-context.git",
+                "reference": "edba74692234db9f898754bad51276be218b0d0f"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-context/zipball/edba74692234db9f898754bad51276be218b0d0f",
+                "reference": "edba74692234db9f898754bad51276be218b0d0f",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-reflection": "^7.3",
+                "n2n/n2n-util": "^7.3",
+                "php": ">=8.0"
+            },
+            "provide": {
+                "psr/container-implementation": "1.0.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\context\\": "src/app/n2n/context"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/"
+                }
+            ],
+            "description": "Context support (request, session and application scope) for n2n framework.",
+            "homepage": "https://n2n.rocks/",
+            "keywords": [
+                "Context",
+                "application scope",
+                "n2n",
+                "request scope",
+                "scope",
+                "session scope"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-context/issues",
+                "source": "https://github.com/n2n/n2n-context/tree/v7.3.0"
+            },
+            "time": "2022-09-27T14:35:53+00:00"
+        },
+        {
+            "name": "n2n/n2n-impl-persistence-meta",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-impl-persistence-meta.git",
+                "reference": "3823131e8adf6795263af72b3fb7deebffb928d8"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-impl-persistence-meta/zipball/3823131e8adf6795263af72b3fb7deebffb928d8",
+                "reference": "3823131e8adf6795263af72b3fb7deebffb928d8",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-io": "^7.3",
+                "n2n/n2n-l10n": "^7.3",
+                "n2n/n2n-persistence": "^7.3",
+                "n2n/n2n-reflection": "^7.3",
+                "n2n/n2n-util": "^7.3",
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "n2n/n2n": "^7.3",
+                "n2n/n2n-test": "^7.3",
+                "n2n/n2n-web": "^7.3",
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\impl\\persistence\\meta\\": "src/app/n2n/impl/persistence/meta"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Thomas Günther",
+                    "email": "guenther@hnm.ch"
+                }
+            ],
+            "description": "n2n persistence meta api implenation",
+            "homepage": "https://n2n.rocks/",
+            "keywords": [
+                "database meta api",
+                "n2n",
+                "persistence"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-impl-persistence-meta/issues",
+                "source": "https://github.com/n2n/n2n-impl-persistence-meta/tree/v7.3.0"
+            },
+            "time": "2022-10-24T19:56:30+00:00"
+        },
+        {
+            "name": "n2n/n2n-impl-persistence-orm",
+            "version": "v7.3.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-impl-persistence-orm.git",
+                "reference": "c2c2e3706ff3de1ef9b6731872eefaf597753438"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-impl-persistence-orm/zipball/c2c2e3706ff3de1ef9b6731872eefaf597753438",
+                "reference": "c2c2e3706ff3de1ef9b6731872eefaf597753438",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-composer-module-installer": "^7.1.5",
+                "n2n/n2n-io": "~7.3",
+                "n2n/n2n-l10n": "~7.3",
+                "n2n/n2n-persistence": "~7.3.2",
+                "n2n/n2n-reflection": "~7.3.2",
+                "n2n/n2n-util": "~7.3.1"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "n2n-module",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\impl\\persistence\\orm\\": "src/app/n2n/impl/persistence/orm"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/"
+                }
+            ],
+            "description": "n2n persistence orm implementation",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "n2n",
+                "orm",
+                "persistence"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-impl-persistence-orm/issues",
+                "source": "https://github.com/n2n/n2n-impl-persistence-orm/tree/v7.3.5"
+            },
+            "time": "2022-12-20T16:33:17+00:00"
+        },
+        {
+            "name": "n2n/n2n-impl-web-dispatch",
+            "version": "v7.3.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-impl-web-dispatch.git",
+                "reference": "c72cc5be9f014bd81d77c6d9fd67aa26046774e5"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-impl-web-dispatch/zipball/c72cc5be9f014bd81d77c6d9fd67aa26046774e5",
+                "reference": "c72cc5be9f014bd81d77c6d9fd67aa26046774e5",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-composer-module-installer": "^7.1.5",
+                "n2n/n2n-io": "~7.3",
+                "n2n/n2n-l10n": "~7.3",
+                "n2n/n2n-reflection": "~7.3.3",
+                "n2n/n2n-util": "~7.3",
+                "n2n/n2n-web": "~7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "n2n-module",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\impl\\web\\dispatch\\": "src/app/n2n/impl/web/dispatch"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/"
+                }
+            ],
+            "description": "n2n dispatch implementation",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "form",
+                "n2n",
+                "web"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-impl-web-dispatch/issues",
+                "source": "https://github.com/n2n/n2n-impl-web-dispatch/tree/v7.3.1"
+            },
+            "time": "2022-12-12T15:58:33+00:00"
+        },
+        {
+            "name": "n2n/n2n-impl-web-ui",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-impl-web-ui.git",
+                "reference": "49601c7f5040a4efd0980deec88fc80e92cb9051"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-impl-web-ui/zipball/49601c7f5040a4efd0980deec88fc80e92cb9051",
+                "reference": "49601c7f5040a4efd0980deec88fc80e92cb9051",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-composer-module-installer": "^7.1",
+                "n2n/n2n-io": "^7.3",
+                "n2n/n2n-l10n": "^7.3",
+                "n2n/n2n-reflection": "^7.3",
+                "n2n/n2n-web": "^7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "n2n-module",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\impl\\web\\ui\\": "src/app/n2n/impl/web/ui"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/"
+                }
+            ],
+            "description": "n2n web ui implementation",
+            "homepage": "https://n2n.rocks/",
+            "keywords": [
+                "csv",
+                "html",
+                "n2n",
+                "xml"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-impl-web-ui/issues",
+                "source": "https://github.com/n2n/n2n-impl-web-ui/tree/v7.3.0"
+            },
+            "time": "2022-05-31T13:53:32+00:00"
+        },
+        {
+            "name": "n2n/n2n-io",
+            "version": "v7.3.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-io.git",
+                "reference": "b3b635f3bc8ce73e840aff14ec0d2f7094bb2e01"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-io/zipball/b3b635f3bc8ce73e840aff14ec0d2f7094bb2e01",
+                "reference": "b3b635f3bc8ce73e840aff14ec0d2f7094bb2e01",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-reflection": "~7.3",
+                "n2n/n2n-util": "~7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\io\\": "src/app/n2n/io"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/"
+                }
+            ],
+            "description": "n2n io library",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "framework",
+                "io",
+                "n2n"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-io/issues",
+                "source": "https://github.com/n2n/n2n-io/tree/v7.3.1"
+            },
+            "time": "2022-12-06T14:58:17+00:00"
+        },
+        {
+            "name": "n2n/n2n-l10n",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-l10n.git",
+                "reference": "d8c5611cc1bdfb7e59fa763abdbe78648b5334d3"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-l10n/zipball/d8c5611cc1bdfb7e59fa763abdbe78648b5334d3",
+                "reference": "d8c5611cc1bdfb7e59fa763abdbe78648b5334d3",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-util": "^7.3",
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\l10n\\": "src/app/n2n/l10n"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/"
+                }
+            ],
+            "description": "n2n l10n support",
+            "homepage": "https://n2n.rocks/",
+            "keywords": [
+                "l10n",
+                "n2n"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-l10n/issues",
+                "source": "https://github.com/n2n/n2n-l10n/tree/v7.3.0"
+            },
+            "time": "2022-10-24T19:47:50+00:00"
+        },
+        {
+            "name": "n2n/n2n-log4php",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-log4php.git",
+                "reference": "67f04d42edac81b4c2e2adf401457a73c9138f53"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-log4php/zipball/67f04d42edac81b4c2e2adf401457a73c9138f53",
+                "reference": "67f04d42edac81b4c2e2adf401457a73c9138f53",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\log4php\\": "src/app/n2n/log4php"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "description": "log4php for n2n",
+            "homepage": "http://n2n.rocks",
+            "keywords": [
+                "log4php",
+                "n2n"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-log4php/issues",
+                "source": "https://github.com/n2n/n2n-log4php/tree/v7.3.0"
+            },
+            "time": "2022-05-30T14:43:08+00:00"
+        },
+        {
+            "name": "n2n/n2n-mail",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-mail.git",
+                "reference": "6310fc1a1fc98758637dcc2d1b40ca964430abfc"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-mail/zipball/6310fc1a1fc98758637dcc2d1b40ca964430abfc",
+                "reference": "6310fc1a1fc98758637dcc2d1b40ca964430abfc",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-util": "^7.2",
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\mail\\": "src/app/n2n/mail"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Bert Hofmänner",
+                    "email": "hofmaenner@hnm.ch",
+                    "homepage": "https://www.hnm.ch/"
+                }
+            ],
+            "description": "Simple mail library designed for n2n framework",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "mail",
+                "n2n"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-mail/issues",
+                "source": "https://github.com/n2n/n2n-mail/tree/v7.3.0"
+            },
+            "time": "2022-10-31T16:33:35+00:00"
+        },
+        {
+            "name": "n2n/n2n-persistence",
+            "version": "v7.3.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-persistence.git",
+                "reference": "fd1de6e964fab8707778618d1add5d4ccc41642c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-persistence/zipball/fd1de6e964fab8707778618d1add5d4ccc41642c",
+                "reference": "fd1de6e964fab8707778618d1add5d4ccc41642c",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-io": "~7.3",
+                "n2n/n2n-reflection": "~7.3",
+                "n2n/n2n-util": "~7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\persistence\\": "src/app/n2n/persistence"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "http://www.von-burg.net"
+                }
+            ],
+            "description": "Persitence library for n2n. Includes ORM and Meta API.",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "db meta api",
+                "n2n",
+                "orm",
+                "persistence"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-persistence/issues",
+                "source": "https://github.com/n2n/n2n-persistence/tree/v7.3.2"
+            },
+            "time": "2022-12-06T18:09:19+00:00"
+        },
+        {
+            "name": "n2n/n2n-reflection",
+            "version": "v7.3.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-reflection.git",
+                "reference": "8390da1ce8a93c9a8489ef9cef127a0d2aa6c027"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-reflection/zipball/8390da1ce8a93c9a8489ef9cef127a0d2aa6c027",
+                "reference": "8390da1ce8a93c9a8489ef9cef127a0d2aa6c027",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-util": "~7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\reflection\\": "src/app/n2n/reflection"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/",
+                    "role": "Developer"
+                }
+            ],
+            "description": "n2n framework 7",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "awesome",
+                "framework"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-reflection/issues",
+                "source": "https://github.com/n2n/n2n-reflection/tree/v7.3.3"
+            },
+            "time": "2022-12-06T18:09:19+00:00"
+        },
+        {
+            "name": "n2n/n2n-util",
+            "version": "v7.3.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-util.git",
+                "reference": "93f57d9ace482a421da5544ce21bfd1e86f82b35"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-util/zipball/93f57d9ace482a421da5544ce21bfd1e86f82b35",
+                "reference": "93f57d9ace482a421da5544ce21bfd1e86f82b35",
+                "shasum": ""
+            },
+            "require": {
+                "psr/container": "^2.0",
+                "psr/http-factory": "^1",
+                "psr/http-message": "^1"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\util\\": "src/app/n2n/util"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/"
+                }
+            ],
+            "description": "n2n util library",
+            "homepage": "https://n2n.rocks/",
+            "keywords": [
+                "n2n",
+                "util"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-util/issues",
+                "source": "https://github.com/n2n/n2n-util/tree/v7.3.1"
+            },
+            "time": "2022-11-09T15:02:13+00:00"
+        },
+        {
+            "name": "n2n/n2n-web",
+            "version": "v7.3.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-web.git",
+                "reference": "037f28cb834a2be23e18eb893d3ee0ddf4119e54"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-web/zipball/037f28cb834a2be23e18eb893d3ee0ddf4119e54",
+                "reference": "037f28cb834a2be23e18eb893d3ee0ddf4119e54",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n": "^7.3",
+                "n2n/n2n-context": "^7.3",
+                "n2n/n2n-l10n": "^7.3",
+                "n2n/n2n-reflection": "^7.3",
+                "n2n/n2n-util": "^7.3",
+                "psr/http-factory": "^1",
+                "psr/http-message": "^1"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "n2n-module",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\web\\": "src/app/n2n/web"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/",
+                    "role": "Developer"
+                }
+            ],
+            "description": "n2n web",
+            "homepage": "https://n2n.rocks/",
+            "keywords": [
+                "controler",
+                "form api",
+                "http",
+                "n2n",
+                "rest"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-web/issues",
+                "source": "https://github.com/n2n/n2n-web/tree/v7.3.3"
+            },
+            "time": "2022-11-15T00:54:19+00:00"
+        },
+        {
+            "name": "psr/container",
+            "version": "2.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/container.git",
+                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.4.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Psr\\Container\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "https://www.php-fig.org/"
+                }
+            ],
+            "description": "Common Container Interface (PHP FIG PSR-11)",
+            "homepage": "https://github.com/php-fig/container",
+            "keywords": [
+                "PSR-11",
+                "container",
+                "container-interface",
+                "container-interop",
+                "psr"
+            ],
+            "support": {
+                "issues": "https://github.com/php-fig/container/issues",
+                "source": "https://github.com/php-fig/container/tree/2.0.2"
+            },
+            "time": "2021-11-05T16:47:00+00:00"
+        },
+        {
+            "name": "psr/http-factory",
+            "version": "1.0.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/http-factory.git",
+                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
+                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.0.0",
+                "psr/http-message": "^1.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Psr\\Http\\Message\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "http://www.php-fig.org/"
+                }
+            ],
+            "description": "Common interfaces for PSR-7 HTTP message factories",
+            "keywords": [
+                "factory",
+                "http",
+                "message",
+                "psr",
+                "psr-17",
+                "psr-7",
+                "request",
+                "response"
+            ],
+            "support": {
+                "source": "https://github.com/php-fig/http-factory/tree/master"
+            },
+            "time": "2019-04-30T12:38:16+00:00"
+        },
+        {
+            "name": "psr/http-message",
+            "version": "1.0.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/http-message.git",
+                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
+                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.3.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Psr\\Http\\Message\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "http://www.php-fig.org/"
+                }
+            ],
+            "description": "Common interface for HTTP messages",
+            "homepage": "https://github.com/php-fig/http-message",
+            "keywords": [
+                "http",
+                "http-message",
+                "psr",
+                "psr-7",
+                "request",
+                "response"
+            ],
+            "support": {
+                "source": "https://github.com/php-fig/http-message/tree/master"
+            },
+            "time": "2016-08-06T14:39:51+00:00"
+        }
+    ],
+    "packages-dev": [
+        {
+            "name": "doctrine/instantiator",
+            "version": "1.5.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/doctrine/instantiator.git",
+                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
+                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.1 || ^8.0"
+            },
+            "require-dev": {
+                "doctrine/coding-standard": "^9 || ^11",
+                "ext-pdo": "*",
+                "ext-phar": "*",
+                "phpbench/phpbench": "^0.16 || ^1",
+                "phpstan/phpstan": "^1.4",
+                "phpstan/phpstan-phpunit": "^1",
+                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
+                "vimeo/psalm": "^4.30 || ^5.4"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Marco Pivetta",
+                    "email": "ocramius@gmail.com",
+                    "homepage": "https://ocramius.github.io/"
+                }
+            ],
+            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
+            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
+            "keywords": [
+                "constructor",
+                "instantiate"
+            ],
+            "support": {
+                "issues": "https://github.com/doctrine/instantiator/issues",
+                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
+            },
+            "funding": [
+                {
+                    "url": "https://www.doctrine-project.org/sponsorship.html",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://www.patreon.com/phpdoctrine",
+                    "type": "patreon"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2022-12-30T00:15:36+00:00"
+        },
+        {
+            "name": "myclabs/deep-copy",
+            "version": "1.11.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/myclabs/DeepCopy.git",
+                "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
+                "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.1 || ^8.0"
+            },
+            "conflict": {
+                "doctrine/collections": "<1.6.8",
+                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
+            },
+            "require-dev": {
+                "doctrine/collections": "^1.6.8",
+                "doctrine/common": "^2.13.3 || ^3.2.2",
+                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "src/DeepCopy/deep_copy.php"
+                ],
+                "psr-4": {
+                    "DeepCopy\\": "src/DeepCopy/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "description": "Create deep copies (clones) of your objects",
+            "keywords": [
+                "clone",
+                "copy",
+                "duplicate",
+                "object",
+                "object graph"
+            ],
+            "support": {
+                "issues": "https://github.com/myclabs/DeepCopy/issues",
+                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
+            },
+            "funding": [
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2022-03-03T13:19:32+00:00"
+        },
+        {
+            "name": "n2n/hangar",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/hangar.git",
+                "reference": "52e737ac07dd06fb3e48edec74df6b1be1eba36b"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/hangar/zipball/52e737ac07dd06fb3e48edec74df6b1be1eba36b",
+                "reference": "52e737ac07dd06fb3e48edec74df6b1be1eba36b",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/hangar-api": "1.0.x-dev",
+                "n2n/n2n": "^7.3",
+                "n2n/n2n-context": "^7.3",
+                "n2n/n2n-impl-web-dispatch": "^7.3",
+                "n2n/n2n-impl-web-ui": "^7.3",
+                "n2n/n2n-mail": "^7.3",
+                "n2n/n2n-persistence": "^7.3",
+                "n2n/n2n-web": "^7.3",
+                "n2n/phpbob": "1.0.x-dev",
+                "php": ">=7.0"
+            },
+            "bin": [
+                "bin/hangar"
+            ],
+            "type": "n2n-skeleton-component",
+            "notification-url": "https://packagist.org/downloads/",
+            "authors": [
+                {
+                    "name": "Thomas Günther",
+                    "email": "guenther@hnm.ch",
+                    "homepage": "https://www.hnm.ch/"
+                }
+            ],
+            "description": "hangar",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "hangar",
+                "n2n"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/hangar/issues",
+                "source": "https://github.com/n2n/hangar/tree/v7.3.0"
+            },
+            "time": "2022-10-24T14:51:09+00:00"
+        },
+        {
+            "name": "n2n/hangar-api",
+            "version": "1.0.x-dev",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/hangar-api.git",
+                "reference": "10dde727dca0800d436f1ff45f2f15c5e0277964"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/hangar-api/zipball/10dde727dca0800d436f1ff45f2f15c5e0277964",
+                "reference": "10dde727dca0800d436f1ff45f2f15c5e0277964",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-persistence": "^7.2.33",
+                "n2n/n2n-reflection": "^7.2.33",
+                "n2n/n2n-util": "^7.2.33",
+                "n2n/n2n-web": "^7.2.33",
+                "n2n/phpbob": "^1.0.7",
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "hangar\\api\\": "src/app/hangar/api"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "GPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Thomas Günther",
+                    "email": "guenther@hnm.ch",
+                    "homepage": "https://www.hnm.ch/"
+                }
+            ],
+            "description": "hangar api interfaces",
+            "homepage": "https://n2n.rocks/",
+            "keywords": [
+                "hangar",
+                "n2n"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/hangar-api/issues",
+                "source": "https://github.com/n2n/hangar-api/tree/1.0.x"
+            },
+            "time": "2021-07-31T17:30:07+00:00"
+        },
+        {
+            "name": "n2n/n2n-test",
+            "version": "v7.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/n2n-test.git",
+                "reference": "8c40426e5ecdbd9ae069ba2bd95e0f829e018348"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/n2n-test/zipball/8c40426e5ecdbd9ae069ba2bd95e0f829e018348",
+                "reference": "8c40426e5ecdbd9ae069ba2bd95e0f829e018348",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-util": "^7.2.33",
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "n2n\\test\\": "src/app/n2n/test"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas von Burg",
+                    "email": "a@von-burg.net",
+                    "homepage": "https://www.von-burg.net/",
+                    "role": "Developer"
+                }
+            ],
+            "description": "n2n test utils",
+            "homepage": "http://n2n.rocks/",
+            "keywords": [
+                "n2n",
+                "test",
+                "utils"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/n2n-test/issues",
+                "source": "https://github.com/n2n/n2n-test/tree/v7.3.0"
+            },
+            "time": "2022-06-29T10:50:22+00:00"
+        },
+        {
+            "name": "n2n/phpbob",
+            "version": "1.0.x-dev",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/n2n/phpbob.git",
+                "reference": "89a41041214b9c51ae8d873371aef407cdfe99ac"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/n2n/phpbob/zipball/89a41041214b9c51ae8d873371aef407cdfe99ac",
+                "reference": "89a41041214b9c51ae8d873371aef407cdfe99ac",
+                "shasum": ""
+            },
+            "require": {
+                "n2n/n2n-reflection": "^7.2.33",
+                "n2n/n2n-util": "^7.2.33",
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "phpbob\\": "src/app/phpbob"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "GPL-3.0-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Thomas Günther",
+                    "email": "guenther@hnm.ch",
+                    "homepage": "https://www.hnm.ch/"
+                }
+            ],
+            "description": "n2n php representation builder",
+            "homepage": "https://n2n.rocks/",
+            "keywords": [
+                "n2n",
+                "phpbob"
+            ],
+            "support": {
+                "issues": "https://github.com/n2n/phpbob/issues",
+                "source": "https://github.com/n2n/phpbob/tree/master"
+            },
+            "time": "2021-08-30T16:19:56+00:00"
+        },
+        {
+            "name": "nikic/php-parser",
+            "version": "v4.15.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/nikic/PHP-Parser.git",
+                "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
+                "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
+                "shasum": ""
+            },
+            "require": {
+                "ext-tokenizer": "*",
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "ircmaxell/php-yacc": "^0.0.7",
+                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
+            },
+            "bin": [
+                "bin/php-parse"
+            ],
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.9-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "PhpParser\\": "lib/PhpParser"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Nikita Popov"
+                }
+            ],
+            "description": "A PHP parser written in PHP",
+            "keywords": [
+                "parser",
+                "php"
+            ],
+            "support": {
+                "issues": "https://github.com/nikic/PHP-Parser/issues",
+                "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2"
+            },
+            "time": "2022-11-12T15:38:23+00:00"
+        },
+        {
+            "name": "phar-io/manifest",
+            "version": "2.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/phar-io/manifest.git",
+                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
+                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
+                "shasum": ""
+            },
+            "require": {
+                "ext-dom": "*",
+                "ext-phar": "*",
+                "ext-xmlwriter": "*",
+                "phar-io/version": "^3.0.1",
+                "php": "^7.2 || ^8.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0.x-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Arne Blankerts",
+                    "email": "arne@blankerts.de",
+                    "role": "Developer"
+                },
+                {
+                    "name": "Sebastian Heuer",
+                    "email": "sebastian@phpeople.de",
+                    "role": "Developer"
+                },
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "Developer"
+                }
+            ],
+            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
+            "support": {
+                "issues": "https://github.com/phar-io/manifest/issues",
+                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
+            },
+            "time": "2021-07-20T11:28:43+00:00"
+        },
+        {
+            "name": "phar-io/version",
+            "version": "3.2.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/phar-io/version.git",
+                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2 || ^8.0"
+            },
+            "type": "library",
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Arne Blankerts",
+                    "email": "arne@blankerts.de",
+                    "role": "Developer"
+                },
+                {
+                    "name": "Sebastian Heuer",
+                    "email": "sebastian@phpeople.de",
+                    "role": "Developer"
+                },
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "Developer"
+                }
+            ],
+            "description": "Library for handling version information and constraints",
+            "support": {
+                "issues": "https://github.com/phar-io/version/issues",
+                "source": "https://github.com/phar-io/version/tree/3.2.1"
+            },
+            "time": "2022-02-21T01:04:05+00:00"
+        },
+        {
+            "name": "phpunit/php-code-coverage",
+            "version": "9.2.23",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
+                "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
+                "reference": "9f1f0f9a2fbb680b26d1cf9b61b6eac43a6e4e9c",
+                "shasum": ""
+            },
+            "require": {
+                "ext-dom": "*",
+                "ext-libxml": "*",
+                "ext-xmlwriter": "*",
+                "nikic/php-parser": "^4.14",
+                "php": ">=7.3",
+                "phpunit/php-file-iterator": "^3.0.3",
+                "phpunit/php-text-template": "^2.0.2",
+                "sebastian/code-unit-reverse-lookup": "^2.0.2",
+                "sebastian/complexity": "^2.0",
+                "sebastian/environment": "^5.1.2",
+                "sebastian/lines-of-code": "^1.0.3",
+                "sebastian/version": "^3.0.1",
+                "theseer/tokenizer": "^1.2.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "suggest": {
+                "ext-pcov": "*",
+                "ext-xdebug": "*"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "9.2-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
+            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
+            "keywords": [
+                "coverage",
+                "testing",
+                "xunit"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
+                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.23"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2022-12-28T12:41:10+00:00"
+        },
+        {
+            "name": "phpunit/php-file-iterator",
+            "version": "3.0.6",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
+                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
+                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
+            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
+            "keywords": [
+                "filesystem",
+                "iterator"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
+                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2021-12-02T12:48:52+00:00"
+        },
+        {
+            "name": "phpunit/php-invoker",
+            "version": "3.1.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/php-invoker.git",
+                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
+                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "ext-pcntl": "*",
+                "phpunit/phpunit": "^9.3"
+            },
+            "suggest": {
+                "ext-pcntl": "*"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.1-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Invoke callables with a timeout",
+            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
+            "keywords": [
+                "process"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
+                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-09-28T05:58:55+00:00"
+        },
+        {
+            "name": "phpunit/php-text-template",
+            "version": "2.0.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/php-text-template.git",
+                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
+                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Simple template engine.",
+            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
+            "keywords": [
+                "template"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
+                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T05:33:50+00:00"
+        },
+        {
+            "name": "phpunit/php-timer",
+            "version": "5.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/php-timer.git",
+                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
+                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "5.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Utility class for timing",
+            "homepage": "https://github.com/sebastianbergmann/php-timer/",
+            "keywords": [
+                "timer"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
+                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T13:16:10+00:00"
+        },
+        {
+            "name": "phpunit/phpunit",
+            "version": "9.5.27",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/phpunit.git",
+                "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38",
+                "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38",
+                "shasum": ""
+            },
+            "require": {
+                "doctrine/instantiator": "^1.3.1",
+                "ext-dom": "*",
+                "ext-json": "*",
+                "ext-libxml": "*",
+                "ext-mbstring": "*",
+                "ext-xml": "*",
+                "ext-xmlwriter": "*",
+                "myclabs/deep-copy": "^1.10.1",
+                "phar-io/manifest": "^2.0.3",
+                "phar-io/version": "^3.0.2",
+                "php": ">=7.3",
+                "phpunit/php-code-coverage": "^9.2.13",
+                "phpunit/php-file-iterator": "^3.0.5",
+                "phpunit/php-invoker": "^3.1.1",
+                "phpunit/php-text-template": "^2.0.3",
+                "phpunit/php-timer": "^5.0.2",
+                "sebastian/cli-parser": "^1.0.1",
+                "sebastian/code-unit": "^1.0.6",
+                "sebastian/comparator": "^4.0.8",
+                "sebastian/diff": "^4.0.3",
+                "sebastian/environment": "^5.1.3",
+                "sebastian/exporter": "^4.0.5",
+                "sebastian/global-state": "^5.0.1",
+                "sebastian/object-enumerator": "^4.0.3",
+                "sebastian/resource-operations": "^3.0.3",
+                "sebastian/type": "^3.2",
+                "sebastian/version": "^3.0.2"
+            },
+            "suggest": {
+                "ext-soap": "*",
+                "ext-xdebug": "*"
+            },
+            "bin": [
+                "phpunit"
+            ],
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "9.5-dev"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/Framework/Assert/Functions.php"
+                ],
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "The PHP Unit Testing framework.",
+            "homepage": "https://phpunit.de/",
+            "keywords": [
+                "phpunit",
+                "testing",
+                "xunit"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
+                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27"
+            },
+            "funding": [
+                {
+                    "url": "https://phpunit.de/sponsors.html",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2022-12-09T07:31:23+00:00"
+        },
+        {
+            "name": "sebastian/cli-parser",
+            "version": "1.0.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/cli-parser.git",
+                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
+                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Library for parsing CLI options",
+            "homepage": "https://github.com/sebastianbergmann/cli-parser",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
+                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-09-28T06:08:49+00:00"
+        },
+        {
+            "name": "sebastian/code-unit",
+            "version": "1.0.8",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/code-unit.git",
+                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
+                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Collection of value objects that represent the PHP code units",
+            "homepage": "https://github.com/sebastianbergmann/code-unit",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
+                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T13:08:54+00:00"
+        },
+        {
+            "name": "sebastian/code-unit-reverse-lookup",
+            "version": "2.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
+                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
+                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Looks up which function or method a line of code belongs to",
+            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
+                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-09-28T05:30:19+00:00"
+        },
+        {
+            "name": "sebastian/comparator",
+            "version": "4.0.8",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/comparator.git",
+                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
+                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3",
+                "sebastian/diff": "^4.0",
+                "sebastian/exporter": "^4.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                },
+                {
+                    "name": "Jeff Welch",
+                    "email": "whatthejeff@gmail.com"
+                },
+                {
+                    "name": "Volker Dusch",
+                    "email": "github@wallbash.com"
+                },
+                {
+                    "name": "Bernhard Schussek",
+                    "email": "bschussek@2bepublished.at"
+                }
+            ],
+            "description": "Provides the functionality to compare PHP values for equality",
+            "homepage": "https://github.com/sebastianbergmann/comparator",
+            "keywords": [
+                "comparator",
+                "compare",
+                "equality"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/comparator/issues",
+                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2022-09-14T12:41:17+00:00"
+        },
+        {
+            "name": "sebastian/complexity",
+            "version": "2.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/complexity.git",
+                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
+                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
+                "shasum": ""
+            },
+            "require": {
+                "nikic/php-parser": "^4.7",
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Library for calculating the complexity of PHP code units",
+            "homepage": "https://github.com/sebastianbergmann/complexity",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/complexity/issues",
+                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T15:52:27+00:00"
+        },
+        {
+            "name": "sebastian/diff",
+            "version": "4.0.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/diff.git",
+                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
+                "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3",
+                "symfony/process": "^4.2 || ^5"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                },
+                {
+                    "name": "Kore Nordmann",
+                    "email": "mail@kore-nordmann.de"
+                }
+            ],
+            "description": "Diff implementation",
+            "homepage": "https://github.com/sebastianbergmann/diff",
+            "keywords": [
+                "diff",
+                "udiff",
+                "unidiff",
+                "unified diff"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/diff/issues",
+                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T13:10:38+00:00"
+        },
+        {
+            "name": "sebastian/environment",
+            "version": "5.1.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/environment.git",
+                "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
+                "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "suggest": {
+                "ext-posix": "*"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "5.1-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Provides functionality to handle HHVM/PHP environments",
+            "homepage": "http://www.github.com/sebastianbergmann/environment",
+            "keywords": [
+                "Xdebug",
+                "environment",
+                "hhvm"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/environment/issues",
+                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2022-04-03T09:37:03+00:00"
+        },
+        {
+            "name": "sebastian/exporter",
+            "version": "4.0.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/exporter.git",
+                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
+                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3",
+                "sebastian/recursion-context": "^4.0"
+            },
+            "require-dev": {
+                "ext-mbstring": "*",
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                },
+                {
+                    "name": "Jeff Welch",
+                    "email": "whatthejeff@gmail.com"
+                },
+                {
+                    "name": "Volker Dusch",
+                    "email": "github@wallbash.com"
+                },
+                {
+                    "name": "Adam Harvey",
+                    "email": "aharvey@php.net"
+                },
+                {
+                    "name": "Bernhard Schussek",
+                    "email": "bschussek@gmail.com"
+                }
+            ],
+            "description": "Provides the functionality to export PHP variables for visualization",
+            "homepage": "https://www.github.com/sebastianbergmann/exporter",
+            "keywords": [
+                "export",
+                "exporter"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/exporter/issues",
+                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2022-09-14T06:03:37+00:00"
+        },
+        {
+            "name": "sebastian/global-state",
+            "version": "5.0.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/global-state.git",
+                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
+                "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3",
+                "sebastian/object-reflector": "^2.0",
+                "sebastian/recursion-context": "^4.0"
+            },
+            "require-dev": {
+                "ext-dom": "*",
+                "phpunit/phpunit": "^9.3"
+            },
+            "suggest": {
+                "ext-uopz": "*"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "5.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Snapshotting of global state",
+            "homepage": "http://www.github.com/sebastianbergmann/global-state",
+            "keywords": [
+                "global state"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/global-state/issues",
+                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2022-02-14T08:28:10+00:00"
+        },
+        {
+            "name": "sebastian/lines-of-code",
+            "version": "1.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
+                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
+                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
+                "shasum": ""
+            },
+            "require": {
+                "nikic/php-parser": "^4.6",
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Library for counting the lines of code in PHP source code",
+            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
+                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-11-28T06:42:11+00:00"
+        },
+        {
+            "name": "sebastian/object-enumerator",
+            "version": "4.0.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
+                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
+                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3",
+                "sebastian/object-reflector": "^2.0",
+                "sebastian/recursion-context": "^4.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
+            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
+                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T13:12:34+00:00"
+        },
+        {
+            "name": "sebastian/object-reflector",
+            "version": "2.0.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/object-reflector.git",
+                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
+                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Allows reflection of object attributes, including inherited and non-public ones",
+            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
+                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T13:14:26+00:00"
+        },
+        {
+            "name": "sebastian/recursion-context",
+            "version": "4.0.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/recursion-context.git",
+                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
+                "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                },
+                {
+                    "name": "Jeff Welch",
+                    "email": "whatthejeff@gmail.com"
+                },
+                {
+                    "name": "Adam Harvey",
+                    "email": "aharvey@php.net"
+                }
+            ],
+            "description": "Provides functionality to recursively process PHP variables",
+            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
+                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T13:17:30+00:00"
+        },
+        {
+            "name": "sebastian/resource-operations",
+            "version": "3.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/resource-operations.git",
+                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
+                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Provides a list of PHP built-in functions that operate on resources",
+            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
+                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-09-28T06:45:17+00:00"
+        },
+        {
+            "name": "sebastian/type",
+            "version": "3.2.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/type.git",
+                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
+                "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.2-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Collection of value objects that represent the types of the PHP type system",
+            "homepage": "https://github.com/sebastianbergmann/type",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/type/issues",
+                "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2022-09-12T14:47:03+00:00"
+        },
+        {
+            "name": "sebastian/version",
+            "version": "3.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/version.git",
+                "reference": "c6c1022351a901512170118436c764e473f6de8c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
+                "reference": "c6c1022351a901512170118436c764e473f6de8c",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
+            "homepage": "https://github.com/sebastianbergmann/version",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/version/issues",
+                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-09-28T06:39:44+00:00"
+        },
+        {
+            "name": "theseer/tokenizer",
+            "version": "1.2.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/theseer/tokenizer.git",
+                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
+                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
+                "shasum": ""
+            },
+            "require": {
+                "ext-dom": "*",
+                "ext-tokenizer": "*",
+                "ext-xmlwriter": "*",
+                "php": "^7.2 || ^8.0"
+            },
+            "type": "library",
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Arne Blankerts",
+                    "email": "arne@blankerts.de",
+                    "role": "Developer"
+                }
+            ],
+            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
+            "support": {
+                "issues": "https://github.com/theseer/tokenizer/issues",
+                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/theseer",
+                    "type": "github"
+                }
+            ],
+            "time": "2021-07-28T10:34:58+00:00"
+        }
+    ],
+    "aliases": [],
+    "minimum-stability": "dev",
+    "stability-flags": [],
+    "prefer-stable": true,
+    "prefer-lowest": false,
+    "platform": [],
+    "platform-dev": [],
+    "plugin-api-version": "2.3.0"
+}

+ 3 - 0
src-php/public/assets/.gitignore

@@ -0,0 +1,3 @@
+/n2n-impl-web-ui
+/n2n-impl-web-dispatch
+/n2n

+ 5 - 0
src-php/var/etc/.gitignore

@@ -0,0 +1,5 @@
+/n2n-impl-web-ui
+/n2n-impl-web-dispatch
+/n2n
+/n2n-web
+/n2n-impl-persistence-orm