mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
5c3f5b26d3
hinzugefügt
3234 lines
118 KiB
JSON
3234 lines
118 KiB
JSON
{
|
|
"_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": "728ac4542ac39ac1efbcea15134a81f9",
|
|
"packages": [
|
|
{
|
|
"name": "afarkas/html5shiv",
|
|
"version": "3.7.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/aFarkas/html5shiv.git",
|
|
"reference": "ed28c56c071bddfe7d635ad88995674957a016be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/aFarkas/html5shiv/zipball/ed28c56c071bddfe7d635ad88995674957a016be",
|
|
"reference": "ed28c56c071bddfe7d635ad88995674957a016be",
|
|
"shasum": ""
|
|
},
|
|
"type": "component",
|
|
"extra": {
|
|
"component": {
|
|
"scripts": [
|
|
"dist/html5shiv.js"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT",
|
|
"GPL-2.0"
|
|
],
|
|
"description": "Defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.",
|
|
"homepage": "http://paulirish.com/2011/the-history-of-the-html5-shiv/",
|
|
"support": {
|
|
"issues": "https://github.com/aFarkas/html5shiv/issues",
|
|
"source": "https://github.com/aFarkas/html5shiv/tree/3.7.3"
|
|
},
|
|
"time": "2015-07-20T20:04:00+00:00"
|
|
},
|
|
{
|
|
"name": "alvaro-prieto/colresizable",
|
|
"version": "1.6",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/alvaro-prieto/colResizable/archive/1.6.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "axios/axios",
|
|
"version": "0.27.2",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/axios/axios/archive/refs/tags/v0.27.2.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "blackrockdigital/startbootstrap-sb-admin-2",
|
|
"version": "3.3.7.1",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/archive/v3.3.7+1.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "borgar/textile-js",
|
|
"version": "2.0.4",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/borgar/textile-js/archive/v2.0.4.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "brutusin/json-forms",
|
|
"version": "1.4.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/brutusin/json-forms/archive/v1.4.0.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "chillerlan/php-qrcode",
|
|
"version": "2.0.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/chillerlan/php-qrcode.git",
|
|
"reference": "bf0382aaf2f79fa41c2dcb0f216675f74d633fe7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/bf0382aaf2f79fa41c2dcb0f216675f74d633fe7",
|
|
"reference": "bf0382aaf2f79fa41c2dcb0f216675f74d633fe7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"chillerlan/php-traits": "^1.1",
|
|
"php": ">=7.0.3"
|
|
},
|
|
"require-dev": {
|
|
"chillerlan/php-authenticator": "^2.0",
|
|
"phpunit/phpunit": "^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"chillerlan\\QRCode\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kazuhiko Arase",
|
|
"homepage": "https://github.com/kazuhikoarase"
|
|
},
|
|
{
|
|
"name": "Smiley",
|
|
"email": "smiley@chillerlan.net",
|
|
"homepage": "https://github.com/codemasher"
|
|
}
|
|
],
|
|
"description": "A QR code generator. PHP 7+",
|
|
"homepage": "https://github.com/chillerlan/php-qrcode",
|
|
"keywords": [
|
|
"qr code"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/chillerlan/php-qrcode/issues",
|
|
"source": "https://github.com/chillerlan/php-qrcode/tree/v2.0.x"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://ko-fi.com/codemasher",
|
|
"type": "ko_fi"
|
|
}
|
|
],
|
|
"time": "2020-04-12T07:38:35+00:00"
|
|
},
|
|
{
|
|
"name": "chillerlan/php-traits",
|
|
"version": "1.1.13",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/chillerlan/php-traits.git",
|
|
"reference": "264759946b6aaeb427346b749fc9639b790b8e7f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/chillerlan/php-traits/zipball/264759946b6aaeb427346b749fc9639b790b8e7f",
|
|
"reference": "264759946b6aaeb427346b749fc9639b790b8e7f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"chillerlan\\Traits\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Smiley",
|
|
"email": "smiley@chillerlan.net",
|
|
"homepage": "https://github.com/codemasher"
|
|
}
|
|
],
|
|
"description": "Some useful traits for PHP 7+",
|
|
"homepage": "https://github.com/chillerlan/php-traits",
|
|
"keywords": [
|
|
"PHP7",
|
|
"container",
|
|
"dotenv",
|
|
"helper",
|
|
"trait"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/chillerlan/php-traits/issues",
|
|
"source": "https://github.com/chillerlan/php-traits"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2018-06-22T00:30:47+00:00"
|
|
},
|
|
{
|
|
"name": "chriskacerguis/codeigniter-restserver",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/chriskacerguis/codeigniter-restserver.git",
|
|
"reference": "3a5ba0dffdebd24cc215ef714b72208c88304203"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/chriskacerguis/codeigniter-restserver/zipball/3a5ba0dffdebd24cc215ef714b72208c88304203",
|
|
"reference": "3a5ba0dffdebd24cc215ef714b72208c88304203",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"codeigniter/framework": "^3.0.4",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"application/libraries/Format.php",
|
|
"application/libraries/REST_Controller.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chris Kacerguis",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "REST Server for the CodeIgniter framework",
|
|
"homepage": "https://github.com/chriskacerguis/codeigniter-restserver",
|
|
"support": {
|
|
"issues": "https://github.com/chriskacerguis/codeigniter-restserver/issues",
|
|
"source": "https://github.com/chriskacerguis/codeigniter-restserver"
|
|
},
|
|
"time": "2017-09-23T16:44:55+00:00"
|
|
},
|
|
{
|
|
"name": "christianbach/tablesorter",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/akiyatkin/tablesorter.git",
|
|
"reference": "cff9cd482f5d3b0905494f77b5930d3a94bb4b5c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/akiyatkin/tablesorter/zipball/cff9cd482f5d3b0905494f77b5930d3a94bb4b5c",
|
|
"reference": "cff9cd482f5d3b0905494f77b5930d3a94bb4b5c",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"support": {
|
|
"issues": "https://github.com/akiyatkin/tablesorter/issues",
|
|
"source": "https://github.com/akiyatkin/tablesorter/tree/master"
|
|
},
|
|
"time": "2016-09-02T11:31:54+00:00"
|
|
},
|
|
{
|
|
"name": "codeigniter/framework",
|
|
"version": "3.1.13",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bcit-ci/CodeIgniter.git",
|
|
"reference": "bcb17eb8ba53a85de154439d0ab8ff1bed047bc9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/bcb17eb8ba53a85de154439d0ab8ff1bed047bc9",
|
|
"reference": "bcb17eb8ba53a85de154439d0ab8ff1bed047bc9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.7"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "1.6.*",
|
|
"phpunit/phpunit": "4.* || 5.* || 9.*"
|
|
},
|
|
"suggest": {
|
|
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
|
|
},
|
|
"type": "project",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "The CodeIgniter framework",
|
|
"homepage": "https://codeigniter.com",
|
|
"support": {
|
|
"forum": "http://forum.codeigniter.com/",
|
|
"issues": "https://github.com/bcit-ci/CodeIgniter/issues",
|
|
"slack": "https://codeigniterchat.slack.com",
|
|
"source": "https://github.com/bcit-ci/CodeIgniter",
|
|
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki"
|
|
},
|
|
"time": "2022-03-03T13:21:49+00:00"
|
|
},
|
|
{
|
|
"name": "components/angular.js",
|
|
"version": "1.3.16",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/components/angular.js.git",
|
|
"reference": "84d0420402cf02b559d210b7286bd9a30655ca33"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/components/angular.js/zipball/84d0420402cf02b559d210b7286bd9a30655ca33",
|
|
"reference": "84d0420402cf02b559d210b7286bd9a30655ca33",
|
|
"shasum": ""
|
|
},
|
|
"type": "component",
|
|
"extra": {
|
|
"component": {
|
|
"name": "angularjs",
|
|
"scripts": [
|
|
"angular.js"
|
|
],
|
|
"files": [
|
|
"angular-animate.js",
|
|
"angular-animate.min.js",
|
|
"angular-animate.min.js.map",
|
|
"angular-cookies.js",
|
|
"angular-cookies.min.js",
|
|
"angular-cookies.min.js.map",
|
|
"angular-csp.css",
|
|
"angular-loader.js",
|
|
"angular-loader.min.js",
|
|
"angular-loader.min.js.map",
|
|
"angular-mocks.js",
|
|
"angular-resource.js",
|
|
"angular-resource.min.js",
|
|
"angular-resource.min.js.map",
|
|
"angular-route.js",
|
|
"angular-route.min.js",
|
|
"angular-route.min.js.map",
|
|
"angular-sanitize.js",
|
|
"angular-sanitize.min.js",
|
|
"angular-sanitize.min.js.map",
|
|
"angular-scenario.js",
|
|
"angular-touch.js",
|
|
"angular-touch.min.js",
|
|
"angular-touch.min.js.map",
|
|
"angular.min.js",
|
|
"angular.min.js.map",
|
|
"i18n/angular-locale_af-na.js",
|
|
"i18n/angular-locale_af-za.js",
|
|
"i18n/angular-locale_af.js",
|
|
"i18n/angular-locale_am-et.js",
|
|
"i18n/angular-locale_am.js",
|
|
"i18n/angular-locale_ar-001.js",
|
|
"i18n/angular-locale_ar-ae.js",
|
|
"i18n/angular-locale_ar-bh.js",
|
|
"i18n/angular-locale_ar-dz.js",
|
|
"i18n/angular-locale_ar-eg.js",
|
|
"i18n/angular-locale_ar-iq.js",
|
|
"i18n/angular-locale_ar-jo.js",
|
|
"i18n/angular-locale_ar-kw.js",
|
|
"i18n/angular-locale_ar-lb.js",
|
|
"i18n/angular-locale_ar-ly.js",
|
|
"i18n/angular-locale_ar-ma.js",
|
|
"i18n/angular-locale_ar-om.js",
|
|
"i18n/angular-locale_ar-qa.js",
|
|
"i18n/angular-locale_ar-sa.js",
|
|
"i18n/angular-locale_ar-sd.js",
|
|
"i18n/angular-locale_ar-sy.js",
|
|
"i18n/angular-locale_ar-tn.js",
|
|
"i18n/angular-locale_ar-ye.js",
|
|
"i18n/angular-locale_ar.js",
|
|
"i18n/angular-locale_bg-bg.js",
|
|
"i18n/angular-locale_bg.js",
|
|
"i18n/angular-locale_bn-bd.js",
|
|
"i18n/angular-locale_bn-in.js",
|
|
"i18n/angular-locale_bn.js",
|
|
"i18n/angular-locale_ca-ad.js",
|
|
"i18n/angular-locale_ca-es.js",
|
|
"i18n/angular-locale_ca.js",
|
|
"i18n/angular-locale_cs-cz.js",
|
|
"i18n/angular-locale_cs.js",
|
|
"i18n/angular-locale_da-dk.js",
|
|
"i18n/angular-locale_da.js",
|
|
"i18n/angular-locale_de-at.js",
|
|
"i18n/angular-locale_de-be.js",
|
|
"i18n/angular-locale_de-ch.js",
|
|
"i18n/angular-locale_de-de.js",
|
|
"i18n/angular-locale_de-li.js",
|
|
"i18n/angular-locale_de-lu.js",
|
|
"i18n/angular-locale_de.js",
|
|
"i18n/angular-locale_el-cy.js",
|
|
"i18n/angular-locale_el-gr.js",
|
|
"i18n/angular-locale_el.js",
|
|
"i18n/angular-locale_en-as.js",
|
|
"i18n/angular-locale_en-au.js",
|
|
"i18n/angular-locale_en-bb.js",
|
|
"i18n/angular-locale_en-be.js",
|
|
"i18n/angular-locale_en-bm.js",
|
|
"i18n/angular-locale_en-bw.js",
|
|
"i18n/angular-locale_en-bz.js",
|
|
"i18n/angular-locale_en-ca.js",
|
|
"i18n/angular-locale_en-dsrt-us.js",
|
|
"i18n/angular-locale_en-dsrt.js",
|
|
"i18n/angular-locale_en-fm.js",
|
|
"i18n/angular-locale_en-gb.js",
|
|
"i18n/angular-locale_en-gu.js",
|
|
"i18n/angular-locale_en-gy.js",
|
|
"i18n/angular-locale_en-hk.js",
|
|
"i18n/angular-locale_en-ie.js",
|
|
"i18n/angular-locale_en-in.js",
|
|
"i18n/angular-locale_en-iso.js",
|
|
"i18n/angular-locale_en-jm.js",
|
|
"i18n/angular-locale_en-mh.js",
|
|
"i18n/angular-locale_en-mp.js",
|
|
"i18n/angular-locale_en-mt.js",
|
|
"i18n/angular-locale_en-mu.js",
|
|
"i18n/angular-locale_en-na.js",
|
|
"i18n/angular-locale_en-nz.js",
|
|
"i18n/angular-locale_en-ph.js",
|
|
"i18n/angular-locale_en-pk.js",
|
|
"i18n/angular-locale_en-pr.js",
|
|
"i18n/angular-locale_en-pw.js",
|
|
"i18n/angular-locale_en-sg.js",
|
|
"i18n/angular-locale_en-tc.js",
|
|
"i18n/angular-locale_en-tt.js",
|
|
"i18n/angular-locale_en-um.js",
|
|
"i18n/angular-locale_en-us.js",
|
|
"i18n/angular-locale_en-vg.js",
|
|
"i18n/angular-locale_en-vi.js",
|
|
"i18n/angular-locale_en-za.js",
|
|
"i18n/angular-locale_en-zw.js",
|
|
"i18n/angular-locale_en.js",
|
|
"i18n/angular-locale_es-419.js",
|
|
"i18n/angular-locale_es-ar.js",
|
|
"i18n/angular-locale_es-bo.js",
|
|
"i18n/angular-locale_es-cl.js",
|
|
"i18n/angular-locale_es-co.js",
|
|
"i18n/angular-locale_es-cr.js",
|
|
"i18n/angular-locale_es-do.js",
|
|
"i18n/angular-locale_es-ea.js",
|
|
"i18n/angular-locale_es-ec.js",
|
|
"i18n/angular-locale_es-es.js",
|
|
"i18n/angular-locale_es-gq.js",
|
|
"i18n/angular-locale_es-gt.js",
|
|
"i18n/angular-locale_es-hn.js",
|
|
"i18n/angular-locale_es-ic.js",
|
|
"i18n/angular-locale_es-mx.js",
|
|
"i18n/angular-locale_es-ni.js",
|
|
"i18n/angular-locale_es-pa.js",
|
|
"i18n/angular-locale_es-pe.js",
|
|
"i18n/angular-locale_es-pr.js",
|
|
"i18n/angular-locale_es-py.js",
|
|
"i18n/angular-locale_es-sv.js",
|
|
"i18n/angular-locale_es-us.js",
|
|
"i18n/angular-locale_es-uy.js",
|
|
"i18n/angular-locale_es-ve.js",
|
|
"i18n/angular-locale_es.js",
|
|
"i18n/angular-locale_et-ee.js",
|
|
"i18n/angular-locale_et.js",
|
|
"i18n/angular-locale_eu-es.js",
|
|
"i18n/angular-locale_eu.js",
|
|
"i18n/angular-locale_fa-af.js",
|
|
"i18n/angular-locale_fa-ir.js",
|
|
"i18n/angular-locale_fa.js",
|
|
"i18n/angular-locale_fi-fi.js",
|
|
"i18n/angular-locale_fi.js",
|
|
"i18n/angular-locale_fil-ph.js",
|
|
"i18n/angular-locale_fil.js",
|
|
"i18n/angular-locale_fr-be.js",
|
|
"i18n/angular-locale_fr-bf.js",
|
|
"i18n/angular-locale_fr-bi.js",
|
|
"i18n/angular-locale_fr-bj.js",
|
|
"i18n/angular-locale_fr-bl.js",
|
|
"i18n/angular-locale_fr-ca.js",
|
|
"i18n/angular-locale_fr-cd.js",
|
|
"i18n/angular-locale_fr-cf.js",
|
|
"i18n/angular-locale_fr-cg.js",
|
|
"i18n/angular-locale_fr-ch.js",
|
|
"i18n/angular-locale_fr-ci.js",
|
|
"i18n/angular-locale_fr-cm.js",
|
|
"i18n/angular-locale_fr-dj.js",
|
|
"i18n/angular-locale_fr-fr.js",
|
|
"i18n/angular-locale_fr-ga.js",
|
|
"i18n/angular-locale_fr-gf.js",
|
|
"i18n/angular-locale_fr-gn.js",
|
|
"i18n/angular-locale_fr-gp.js",
|
|
"i18n/angular-locale_fr-gq.js",
|
|
"i18n/angular-locale_fr-km.js",
|
|
"i18n/angular-locale_fr-lu.js",
|
|
"i18n/angular-locale_fr-mc.js",
|
|
"i18n/angular-locale_fr-mf.js",
|
|
"i18n/angular-locale_fr-mg.js",
|
|
"i18n/angular-locale_fr-ml.js",
|
|
"i18n/angular-locale_fr-mq.js",
|
|
"i18n/angular-locale_fr-ne.js",
|
|
"i18n/angular-locale_fr-re.js",
|
|
"i18n/angular-locale_fr-yt.js",
|
|
"i18n/angular-locale_fr.js",
|
|
"i18n/angular-locale_gl-es.js",
|
|
"i18n/angular-locale_gl.js",
|
|
"i18n/angular-locale_gsw-ch.js",
|
|
"i18n/angular-locale_gsw.js",
|
|
"i18n/angular-locale_gu-in.js",
|
|
"i18n/angular-locale_gu.js",
|
|
"i18n/angular-locale_he-il.js",
|
|
"i18n/angular-locale_he.js",
|
|
"i18n/angular-locale_hi-in.js",
|
|
"i18n/angular-locale_hi.js",
|
|
"i18n/angular-locale_hr-hr.js",
|
|
"i18n/angular-locale_hr.js",
|
|
"i18n/angular-locale_hu-hu.js",
|
|
"i18n/angular-locale_hu.js",
|
|
"i18n/angular-locale_id-id.js",
|
|
"i18n/angular-locale_id.js",
|
|
"i18n/angular-locale_in.js",
|
|
"i18n/angular-locale_is-is.js",
|
|
"i18n/angular-locale_is.js",
|
|
"i18n/angular-locale_it-it.js",
|
|
"i18n/angular-locale_it-sm.js",
|
|
"i18n/angular-locale_it.js",
|
|
"i18n/angular-locale_iw.js",
|
|
"i18n/angular-locale_ja-jp.js",
|
|
"i18n/angular-locale_ja.js",
|
|
"i18n/angular-locale_kn-in.js",
|
|
"i18n/angular-locale_kn.js",
|
|
"i18n/angular-locale_ko-kr.js",
|
|
"i18n/angular-locale_ko.js",
|
|
"i18n/angular-locale_ln-cd.js",
|
|
"i18n/angular-locale_ln.js",
|
|
"i18n/angular-locale_lt-lt.js",
|
|
"i18n/angular-locale_lt.js",
|
|
"i18n/angular-locale_lv-lv.js",
|
|
"i18n/angular-locale_lv.js",
|
|
"i18n/angular-locale_ml-in.js",
|
|
"i18n/angular-locale_ml.js",
|
|
"i18n/angular-locale_mr-in.js",
|
|
"i18n/angular-locale_mr.js",
|
|
"i18n/angular-locale_ms-my.js",
|
|
"i18n/angular-locale_ms.js",
|
|
"i18n/angular-locale_mt-mt.js",
|
|
"i18n/angular-locale_mt.js",
|
|
"i18n/angular-locale_nl-cw.js",
|
|
"i18n/angular-locale_nl-nl.js",
|
|
"i18n/angular-locale_nl-sx.js",
|
|
"i18n/angular-locale_nl.js",
|
|
"i18n/angular-locale_no.js",
|
|
"i18n/angular-locale_or-in.js",
|
|
"i18n/angular-locale_or.js",
|
|
"i18n/angular-locale_pl-pl.js",
|
|
"i18n/angular-locale_pl.js",
|
|
"i18n/angular-locale_pt-br.js",
|
|
"i18n/angular-locale_pt-pt.js",
|
|
"i18n/angular-locale_pt.js",
|
|
"i18n/angular-locale_ro-ro.js",
|
|
"i18n/angular-locale_ro.js",
|
|
"i18n/angular-locale_ru-ru.js",
|
|
"i18n/angular-locale_ru.js",
|
|
"i18n/angular-locale_sk-sk.js",
|
|
"i18n/angular-locale_sk.js",
|
|
"i18n/angular-locale_sl-si.js",
|
|
"i18n/angular-locale_sl.js",
|
|
"i18n/angular-locale_sq-al.js",
|
|
"i18n/angular-locale_sq.js",
|
|
"i18n/angular-locale_sr-cyrl-rs.js",
|
|
"i18n/angular-locale_sr-latn-rs.js",
|
|
"i18n/angular-locale_sr.js",
|
|
"i18n/angular-locale_sv-se.js",
|
|
"i18n/angular-locale_sv.js",
|
|
"i18n/angular-locale_sw-tz.js",
|
|
"i18n/angular-locale_sw.js",
|
|
"i18n/angular-locale_ta-in.js",
|
|
"i18n/angular-locale_ta.js",
|
|
"i18n/angular-locale_te-in.js",
|
|
"i18n/angular-locale_te.js",
|
|
"i18n/angular-locale_th-th.js",
|
|
"i18n/angular-locale_th.js",
|
|
"i18n/angular-locale_tl.js",
|
|
"i18n/angular-locale_tr-tr.js",
|
|
"i18n/angular-locale_tr.js",
|
|
"i18n/angular-locale_uk-ua.js",
|
|
"i18n/angular-locale_uk.js",
|
|
"i18n/angular-locale_ur-pk.js",
|
|
"i18n/angular-locale_ur.js",
|
|
"i18n/angular-locale_vi-vn.js",
|
|
"i18n/angular-locale_vi.js",
|
|
"i18n/angular-locale_zh-cn.js",
|
|
"i18n/angular-locale_zh-hans-cn.js",
|
|
"i18n/angular-locale_zh-hk.js",
|
|
"i18n/angular-locale_zh-tw.js",
|
|
"i18n/angular-locale_zh.js",
|
|
"i18n/angular-locale_zu-za.js",
|
|
"i18n/angular-locale_zu.js"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Shim repository for Angular.js",
|
|
"homepage": "http://angularjs.org",
|
|
"support": {
|
|
"issues": "https://github.com/components/angular.js/issues",
|
|
"source": "https://github.com/components/angular.js/tree/master"
|
|
},
|
|
"time": "2015-06-07T20:10:38+00:00"
|
|
},
|
|
{
|
|
"name": "components/jquery",
|
|
"version": "v3.7.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/components/jquery.git",
|
|
"reference": "8edc7785239bb8c2ad2b83302b856a1d61de60e7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/components/jquery/zipball/8edc7785239bb8c2ad2b83302b856a1d61de60e7",
|
|
"reference": "8edc7785239bb8c2ad2b83302b856a1d61de60e7",
|
|
"shasum": ""
|
|
},
|
|
"type": "component",
|
|
"extra": {
|
|
"component": {
|
|
"scripts": [
|
|
"jquery.js"
|
|
],
|
|
"files": [
|
|
"jquery.min.js",
|
|
"jquery.min.map",
|
|
"jquery.slim.js",
|
|
"jquery.slim.min.js",
|
|
"jquery.slim.min.map"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "JS Foundation and other contributors"
|
|
}
|
|
],
|
|
"description": "jQuery JavaScript Library",
|
|
"homepage": "http://jquery.com",
|
|
"support": {
|
|
"forum": "http://forum.jquery.com",
|
|
"irc": "irc://irc.freenode.org/jquery",
|
|
"issues": "https://github.com/jquery/jquery/issues",
|
|
"source": "https://github.com/jquery/jquery",
|
|
"wiki": "http://docs.jquery.com/"
|
|
},
|
|
"time": "2023-09-22T01:43:46+00:00"
|
|
},
|
|
{
|
|
"name": "components/jqueryui",
|
|
"version": "1.12.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/components/jqueryui.git",
|
|
"reference": "44ecf3794cc56b65954cc19737234a3119d036cc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/components/jqueryui/zipball/44ecf3794cc56b65954cc19737234a3119d036cc",
|
|
"reference": "44ecf3794cc56b65954cc19737234a3119d036cc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"components/jquery": ">=1.6"
|
|
},
|
|
"type": "component",
|
|
"extra": {
|
|
"component": {
|
|
"name": "jquery-ui",
|
|
"scripts": [
|
|
"jquery-ui.js"
|
|
],
|
|
"files": [
|
|
"ui/**",
|
|
"themes/**",
|
|
"jquery-ui.min.js"
|
|
],
|
|
"shim": {
|
|
"deps": [
|
|
"jquery"
|
|
],
|
|
"exports": "jQuery"
|
|
}
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "jQuery UI Team",
|
|
"homepage": "http://jqueryui.com/about"
|
|
},
|
|
{
|
|
"name": "Joern Zaefferer",
|
|
"email": "joern.zaefferer@gmail.com",
|
|
"homepage": "http://bassistance.de"
|
|
},
|
|
{
|
|
"name": "Scott Gonzalez",
|
|
"email": "scott.gonzalez@gmail.com",
|
|
"homepage": "http://scottgonzalez.com"
|
|
},
|
|
{
|
|
"name": "Kris Borchers",
|
|
"email": "kris.borchers@gmail.com",
|
|
"homepage": "http://krisborchers.com"
|
|
},
|
|
{
|
|
"name": "Mike Sherov",
|
|
"email": "mike.sherov@gmail.com",
|
|
"homepage": "http://mike.sherov.com"
|
|
},
|
|
{
|
|
"name": "TJ VanToll",
|
|
"email": "tj.vantoll@gmail.com",
|
|
"homepage": "http://tjvantoll.com"
|
|
},
|
|
{
|
|
"name": "Corey Frang",
|
|
"email": "gnarf37@gmail.com",
|
|
"homepage": "http://gnarf.net"
|
|
},
|
|
{
|
|
"name": "Felix Nagel",
|
|
"email": "info@felixnagel.com",
|
|
"homepage": "http://www.felixnagel.com"
|
|
}
|
|
],
|
|
"description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
|
|
"support": {
|
|
"issues": "https://github.com/components/jqueryui/issues",
|
|
"source": "https://github.com/components/jqueryui/tree/master"
|
|
},
|
|
"time": "2016-09-16T05:47:55+00:00"
|
|
},
|
|
{
|
|
"name": "dapphp/securimage",
|
|
"version": "3.6.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dapphp/securimage.git",
|
|
"reference": "1ecb884797c66e01a875c058def46c85aecea45b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dapphp/securimage/zipball/1ecb884797c66e01a875c058def46c85aecea45b",
|
|
"reference": "1ecb884797c66e01a875c058def46c85aecea45b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"php": ">=5.4"
|
|
},
|
|
"suggest": {
|
|
"ext-pdo": "For database storage support",
|
|
"ext-pdo_mysql": "For MySQL database support",
|
|
"ext-pdo_sqlite": "For SQLite3 database support"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"securimage.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Drew Phillips",
|
|
"email": "drew@drew-phillips.com"
|
|
}
|
|
],
|
|
"description": "PHP CAPTCHA Library",
|
|
"homepage": "https://www.phpcaptcha.org",
|
|
"keywords": [
|
|
"Forms",
|
|
"anti-spam",
|
|
"captcha",
|
|
"security"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/dapphp/securimage/issues",
|
|
"source": "https://github.com/dapphp/securimage/tree/master"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2018-03-09T06:07:41+00:00"
|
|
},
|
|
{
|
|
"name": "easyrdf/easyrdf",
|
|
"version": "0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/easyrdf/easyrdf.git",
|
|
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566",
|
|
"reference": "acd09dfe0555fbcfa254291e433c45fdd4652566",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"ext-pcre": "*",
|
|
"php": ">=5.2.8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~3.5",
|
|
"sami/sami": "~1.4",
|
|
"squizlabs/php_codesniffer": "~1.4.3"
|
|
},
|
|
"suggest": {
|
|
"ml/json-ld": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"EasyRdf_": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicholas Humfrey",
|
|
"email": "njh@aelius.com",
|
|
"homepage": "http://www.aelius.com/njh/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Alexey Zakhlestin",
|
|
"email": "indeyets@gmail.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
|
|
"homepage": "http://www.easyrdf.org/",
|
|
"keywords": [
|
|
"Linked Data",
|
|
"RDF",
|
|
"Semantic Web",
|
|
"Turtle",
|
|
"rdfa",
|
|
"sparql"
|
|
],
|
|
"support": {
|
|
"forum": "http://groups.google.com/group/easyrdf/",
|
|
"irc": "irc://chat.freenode.net/easyrdf",
|
|
"issues": "http://github.com/njh/easyrdf/issues",
|
|
"source": "https://github.com/easyrdf/easyrdf/tree/0.9.1"
|
|
},
|
|
"time": "2015-02-27T09:45:49+00:00"
|
|
},
|
|
{
|
|
"name": "fgelinas/timepicker",
|
|
"version": "0.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fgelinas/timepicker",
|
|
"reference": "9aebe413b784696639220bc36b7c1e8a30fda129"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "fortawesome/font-awesome4",
|
|
"version": "4.7.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/FortAwesome/Font-Awesome/archive/refs/tags/v4.7.0.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "fortawesome/font-awesome6",
|
|
"version": "6.1.1",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/FortAwesome/Font-Awesome/archive/refs/tags/6.1.1.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "fzaninotto/faker",
|
|
"version": "v1.9.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fzaninotto/Faker.git",
|
|
"reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
|
|
"reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-intl": "*",
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7",
|
|
"squizlabs/php_codesniffer": "^2.9.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Faker\\": "src/Faker/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "François Zaninotto"
|
|
}
|
|
],
|
|
"description": "Faker is a PHP library that generates fake data for you.",
|
|
"keywords": [
|
|
"data",
|
|
"faker",
|
|
"fixtures"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/fzaninotto/Faker/issues",
|
|
"source": "https://github.com/fzaninotto/Faker/tree/v1.9.2"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2020-12-11T09:56:16+00:00"
|
|
},
|
|
{
|
|
"name": "joeldbirch/superfish",
|
|
"version": "1.7.9",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/joeldbirch/superfish/archive/v1.7.9.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "josdejong/jsoneditor",
|
|
"version": "5.5.6",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/josdejong/jsoneditor/archive/v5.5.6.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "jquery-archive/jquery-metadata",
|
|
"version": "1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/jquery-archive/jquery-metadata.git",
|
|
"reference": "e5a9e4315675bf4d68716872ca754e858088f8ab"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "jquery/jquery1",
|
|
"version": "1.12.4",
|
|
"dist": {
|
|
"type": "file",
|
|
"url": "https://code.jquery.com/jquery-1.12.4.min.js"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "jquery/jquery2",
|
|
"version": "2.2.4",
|
|
"dist": {
|
|
"type": "file",
|
|
"url": "https://code.jquery.com/jquery-2.2.4.min.js"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "jquery/sizzle",
|
|
"version": "1.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/jquery/sizzle/archive/1.0.0.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "justinrainbow/json-schema",
|
|
"version": "1.3.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/justinrainbow/json-schema.git",
|
|
"reference": "87b54b460febed69726c781ab67462084e97a105"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/87b54b460febed69726c781ab67462084e97a105",
|
|
"reference": "87b54b460febed69726c781ab67462084e97a105",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"json-schema/json-schema-test-suite": "1.1.0",
|
|
"phpdocumentor/phpdocumentor": "~2",
|
|
"phpunit/phpunit": "~3.7"
|
|
},
|
|
"bin": [
|
|
"bin/validate-json"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JsonSchema": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bruno Prieto Reis",
|
|
"email": "bruno.p.reis@gmail.com"
|
|
},
|
|
{
|
|
"name": "Justin Rainbow",
|
|
"email": "justin.rainbow@gmail.com"
|
|
},
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch"
|
|
},
|
|
{
|
|
"name": "Robert Schönthal",
|
|
"email": "seroscho@googlemail.com"
|
|
}
|
|
],
|
|
"description": "A library to validate a json schema.",
|
|
"homepage": "https://github.com/justinrainbow/json-schema",
|
|
"keywords": [
|
|
"json",
|
|
"schema"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/justinrainbow/json-schema/issues",
|
|
"source": "https://github.com/justinrainbow/json-schema/tree/master"
|
|
},
|
|
"time": "2014-08-25T02:48:14+00:00"
|
|
},
|
|
{
|
|
"name": "kingsquare/json-schema-form",
|
|
"version": "0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/kingsquare/json-schema-form.git",
|
|
"reference": "609049fab463e0b7d6d2a2b315e0f58172333b89"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/kingsquare/json-schema-form/zipball/609049fab463e0b7d6d2a2b315e0f58172333b89",
|
|
"reference": "609049fab463e0b7d6d2a2b315e0f58172333b89",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"justinrainbow/json-schema": "1.3.*",
|
|
"twig/twig": "1.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JsonSchemaForm": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"authors": [
|
|
{
|
|
"name": "Kingsquare",
|
|
"email": "json-schema-form@kingsquare.nl"
|
|
}
|
|
],
|
|
"description": "A framework-agnostic PHP Implementation for generating simple forms based on json-schema",
|
|
"support": {
|
|
"issues": "https://github.com/kingsquare/json-schema-form/issues",
|
|
"source": "https://github.com/kingsquare/json-schema-form/tree/master"
|
|
},
|
|
"time": "2014-07-10T12:27:19+00:00"
|
|
},
|
|
{
|
|
"name": "ludo/jquery-treetable",
|
|
"version": "3.2.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/ludo/jquery-treetable/archive/3.2.0.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "michelf/php-markdown",
|
|
"version": "1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/michelf/php-markdown.git",
|
|
"reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
|
|
"reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-lib": "1.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Michelf": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "John Gruber",
|
|
"homepage": "http://daringfireball.net/"
|
|
},
|
|
{
|
|
"name": "Michel Fortin",
|
|
"email": "michel.fortin@michelf.ca",
|
|
"homepage": "https://michelf.ca/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP Markdown",
|
|
"homepage": "https://michelf.ca/projects/php-markdown/",
|
|
"keywords": [
|
|
"markdown"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/michelf/php-markdown/issues",
|
|
"source": "https://github.com/michelf/php-markdown/tree/lib"
|
|
},
|
|
"time": "2015-03-01T12:03:08+00:00"
|
|
},
|
|
{
|
|
"name": "ml/iri",
|
|
"version": "1.1.4",
|
|
"target-dir": "ML/IRI",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/lanthaler/IRI.git",
|
|
"reference": "cbd44fa913e00ea624241b38cefaa99da8d71341"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341",
|
|
"reference": "cbd44fa913e00ea624241b38cefaa99da8d71341",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"lib-pcre": ">=4.0",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ML\\IRI": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Markus Lanthaler",
|
|
"email": "mail@markus-lanthaler.com",
|
|
"homepage": "http://www.markus-lanthaler.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "IRI handling for PHP",
|
|
"homepage": "http://www.markus-lanthaler.com",
|
|
"keywords": [
|
|
"URN",
|
|
"iri",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/lanthaler/IRI/issues",
|
|
"source": "https://github.com/lanthaler/IRI/tree/master"
|
|
},
|
|
"time": "2014-01-21T13:43:39+00:00"
|
|
},
|
|
{
|
|
"name": "ml/json-ld",
|
|
"version": "1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/lanthaler/JsonLD.git",
|
|
"reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/537e68e87a6bce23e57c575cd5dcac1f67ce25d8",
|
|
"reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ml/iri": "^1.1.1",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"json-ld/tests": "1.0",
|
|
"phpunit/phpunit": "^4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ML\\JsonLD\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Markus Lanthaler",
|
|
"email": "mail@markus-lanthaler.com",
|
|
"homepage": "http://www.markus-lanthaler.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "JSON-LD Processor for PHP",
|
|
"homepage": "http://www.markus-lanthaler.com",
|
|
"keywords": [
|
|
"JSON-LD",
|
|
"jsonld"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/lanthaler/JsonLD/issues",
|
|
"source": "https://github.com/lanthaler/JsonLD/tree/1.2.1"
|
|
},
|
|
"time": "2022-09-29T08:45:17+00:00"
|
|
},
|
|
{
|
|
"name": "moment/momentjs",
|
|
"version": "2.24.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/moment/moment/archive/2.24.0.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "mottie/tablesorter",
|
|
"version": "v2.31.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Mottie/tablesorter.git",
|
|
"reference": "7202d5faf8105a5ecd1a2b7a653777618713ffe5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Mottie/tablesorter/zipball/7202d5faf8105a5ecd1a2b7a653777618713ffe5",
|
|
"reference": "7202d5faf8105a5ecd1a2b7a653777618713ffe5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"components/jquery": ">=1.2.6"
|
|
},
|
|
"type": "component",
|
|
"extra": {
|
|
"component": {
|
|
"scripts": [
|
|
"dist/js/jquery.tablesorter.combined.js"
|
|
],
|
|
"files": "dist/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"(MIT OR GPL-2.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Bach"
|
|
},
|
|
{
|
|
"name": "Rob Garrison",
|
|
"email": "wowmotty@gmail.com"
|
|
}
|
|
],
|
|
"description": "tablesorter (FORK) is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.",
|
|
"homepage": "https://mottie.github.io/tablesorter/",
|
|
"keywords": [
|
|
"alphanumeric",
|
|
"jquery-plugin",
|
|
"natural",
|
|
"sort",
|
|
"sorting",
|
|
"table"
|
|
],
|
|
"support": {
|
|
"docs": "https://mottie.github.io/tablesorter/docs/index.html",
|
|
"email": "wowmotty@gmail.com",
|
|
"irc": "irc://irc.freenode.org/tablesorter",
|
|
"issues": "https://github.com/Mottie/tablesorter/issues",
|
|
"source": "https://github.com/Mottie/tablesorter",
|
|
"wiki": "https://github.com/Mottie/tablesorter/wiki"
|
|
},
|
|
"time": "2020-03-03T13:46:03+00:00"
|
|
},
|
|
{
|
|
"name": "nategood/httpful",
|
|
"version": "0.2.20",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nategood/httpful.git",
|
|
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
|
|
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Httpful": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nate Good",
|
|
"email": "me@nategood.com",
|
|
"homepage": "http://nategood.com"
|
|
}
|
|
],
|
|
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
|
|
"homepage": "http://github.com/nategood/httpful",
|
|
"keywords": [
|
|
"api",
|
|
"curl",
|
|
"http",
|
|
"requests",
|
|
"rest",
|
|
"restful"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nategood/httpful/issues",
|
|
"source": "https://github.com/nategood/httpful/tree/v0.2.20"
|
|
},
|
|
"time": "2015-10-26T16:11:30+00:00"
|
|
},
|
|
{
|
|
"name": "netcarver/textile",
|
|
"version": "v3.7.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/textile/php-textile.git",
|
|
"reference": "e5c32b4485741e656cfd94932da8ba7dd4a19da5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/textile/php-textile/zipball/e5c32b4485741e656cfd94932da8ba7dd4a19da5",
|
|
"reference": "e5c32b4485741e656cfd94932da8ba7dd4a19da5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "1.6.3",
|
|
"phpunit/phpunit": "^9.5.20",
|
|
"squizlabs/php_codesniffer": "3.*",
|
|
"symfony/yaml": "^4.4.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Netcarver\\Textile\\": "src/Netcarver/Textile/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Textile markup language parser",
|
|
"homepage": "https://github.com/textile/php-textile",
|
|
"keywords": [
|
|
"document",
|
|
"format",
|
|
"html",
|
|
"language",
|
|
"markup",
|
|
"parser",
|
|
"php-textile",
|
|
"plaintext",
|
|
"textile"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.net/textile",
|
|
"issues": "https://github.com/textile/php-textile/issues",
|
|
"source": "https://github.com/textile/php-textile",
|
|
"wiki": "https://github.com/textile/php-textile/wiki"
|
|
},
|
|
"time": "2022-05-01T17:05:16+00:00"
|
|
},
|
|
{
|
|
"name": "nicolaskruchten/pivottable",
|
|
"version": "2.23.0",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/nicolaskruchten/pivottable/archive/v2.23.0.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "npm-asset/primeicons",
|
|
"version": "5.0.0",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/primeicons/-/primeicons-5.0.0.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/primevue",
|
|
"version": "3.29.2",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/primevue/-/primevue-3.29.2.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "olifolkerd/tabulator4",
|
|
"version": "4.9.3",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/olifolkerd/tabulator/archive/refs/tags/4.9.3.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "olifolkerd/tabulator5",
|
|
"version": "5.5.2",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/olifolkerd/tabulator/archive/refs/tags/5.5.2.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "phpseclib/phpseclib",
|
|
"version": "2.0.45",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
|
"reference": "28d8f438a0064c9de80857e3270d071495544640"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/28d8f438a0064c9de80857e3270d071495544640",
|
|
"reference": "28d8f438a0064c9de80857e3270d071495544640",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"phing/phing": "~2.7",
|
|
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
|
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
|
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
|
|
"ext-xml": "Install the XML extension to load XML formatted public keys."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"phpseclib/bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"phpseclib\\": "phpseclib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jim Wigginton",
|
|
"email": "terrafrost@php.net",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Patrick Monnerat",
|
|
"email": "pm@datasphere.ch",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Andreas Fischer",
|
|
"email": "bantu@phpbb.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Hans-Jürgen Petrich",
|
|
"email": "petrich@tronic-media.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "graham@alt-three.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
"keywords": [
|
|
"BigInteger",
|
|
"aes",
|
|
"asn.1",
|
|
"asn1",
|
|
"blowfish",
|
|
"crypto",
|
|
"cryptography",
|
|
"encryption",
|
|
"rsa",
|
|
"security",
|
|
"sftp",
|
|
"signature",
|
|
"signing",
|
|
"ssh",
|
|
"twofish",
|
|
"x.509",
|
|
"x509"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/phpseclib/phpseclib/issues",
|
|
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.45"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/terrafrost",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/phpseclib",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2023-09-15T20:55:47+00:00"
|
|
},
|
|
{
|
|
"name": "rmariuzzo/jquery-checkboxes",
|
|
"version": "1.0.7",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/rmariuzzo/checkboxes.js/archive/v1.0.7.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "scottjehl/respond",
|
|
"version": "1.4.2",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/scottjehl/Respond/archive/1.4.2.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.19.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "aed596913b70fae57be53d86faa2e9ef85a2297b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
|
|
"reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.19-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "BackEndTea@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-10-23T09:01:57+00:00"
|
|
},
|
|
{
|
|
"name": "tapmodo/jcrop",
|
|
"version": "2.0.4",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/tapmodo/Jcrop/archive/v2.0.4.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "tinymce/tinymce5",
|
|
"version": "5.10.3",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/tinymce/tinymce-dist/archive/refs/tags/5.10.3.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "tomazdragar/simplecropper",
|
|
"version": "1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tomazdragar/SimpleCropper.git",
|
|
"reference": "9750b81fa55ed07b3b429297d18ffbeac07a2cde"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "twbs/bootstrap3",
|
|
"version": "3.4.1",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/twbs/bootstrap/archive/refs/tags/v3.4.1.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "twbs/bootstrap5",
|
|
"version": "5.1.3",
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/twbs/bootstrap/archive/refs/tags/v5.1.3.zip"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v1.42.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
|
|
"reference": "87b2ea9d8f6fd014d0621ca089bb1b3769ea3f8e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"require-dev": {
|
|
"psr/container": "^1.0",
|
|
"symfony/phpunit-bridge": "^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.42-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
},
|
|
"psr-4": {
|
|
"Twig\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"role": "Contributors"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "https://twig.symfony.com",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/twigphp/Twig/issues",
|
|
"source": "https://github.com/twigphp/Twig/tree/1.x"
|
|
},
|
|
"time": "2020-02-11T05:59:23+00:00"
|
|
},
|
|
{
|
|
"name": "vuejs/vuedatepicker_css",
|
|
"version": "5.4.0",
|
|
"dist": {
|
|
"type": "file",
|
|
"url": "https://unpkg.com/@vuepic/vue-datepicker@5.4.0/dist/main.css"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "vuejs/vuedatepicker_js",
|
|
"version": "5.4.0",
|
|
"dist": {
|
|
"type": "file",
|
|
"url": "https://unpkg.com/@vuepic/vue-datepicker@5.4.0/dist/vue-datepicker.iife.js"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "vuejs/vuejs3",
|
|
"version": "3.2.33",
|
|
"dist": {
|
|
"type": "file",
|
|
"url": "https://unpkg.com/vue@3.2.33/dist/vue.global.prod.js"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "vuejs/vuerouter4",
|
|
"version": "4.1.3",
|
|
"dist": {
|
|
"type": "file",
|
|
"url": "https://unpkg.com/vue-router@4.1.3/dist/vue-router.global.js"
|
|
},
|
|
"type": "library"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "composer/pcre",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/pcre.git",
|
|
"reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560",
|
|
"reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.3",
|
|
"phpstan/phpstan-strict-rules": "^1.1",
|
|
"symfony/phpunit-bridge": "^4.2 || ^5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Pcre\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
|
|
"keywords": [
|
|
"PCRE",
|
|
"preg",
|
|
"regex",
|
|
"regular expression"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/composer/pcre/issues",
|
|
"source": "https://github.com/composer/pcre/tree/1.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-01-21T20:24:37+00:00"
|
|
},
|
|
{
|
|
"name": "composer/xdebug-handler",
|
|
"version": "2.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/xdebug-handler.git",
|
|
"reference": "9e36aeed4616366d2b690bdce11f71e9178c579a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/9e36aeed4616366d2b690bdce11f71e9178c579a",
|
|
"reference": "9e36aeed4616366d2b690bdce11f71e9178c579a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/pcre": "^1",
|
|
"php": "^5.3.2 || ^7.0 || ^8.0",
|
|
"psr/log": "^1 || ^2 || ^3"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.0",
|
|
"phpstan/phpstan-strict-rules": "^1.1",
|
|
"symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\XdebugHandler\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "John Stevenson",
|
|
"email": "john-stevenson@blueyonder.co.uk"
|
|
}
|
|
],
|
|
"description": "Restarts a process without Xdebug.",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"performance"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.org/composer",
|
|
"issues": "https://github.com/composer/xdebug-handler/issues",
|
|
"source": "https://github.com/composer/xdebug-handler/tree/2.0.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-02-24T20:20:32+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "v4.18.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
|
|
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
|
|
"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.18.0"
|
|
},
|
|
"time": "2023-12-10T21:03:43+00:00"
|
|
},
|
|
{
|
|
"name": "pdepend/pdepend",
|
|
"version": "2.16.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pdepend/pdepend.git",
|
|
"reference": "66ceb05eaa8bf358574143c974b04463911bc700"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pdepend/pdepend/zipball/66ceb05eaa8bf358574143c974b04463911bc700",
|
|
"reference": "66ceb05eaa8bf358574143c974b04463911bc700",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.7",
|
|
"symfony/config": "^2.3.0|^3|^4|^5|^6.0|^7.0",
|
|
"symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0|^7.0",
|
|
"symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0|^7.0",
|
|
"symfony/polyfill-mbstring": "^1.19"
|
|
},
|
|
"require-dev": {
|
|
"easy-doc/easy-doc": "0.0.0|^1.2.3",
|
|
"gregwar/rst": "^1.0",
|
|
"squizlabs/php_codesniffer": "^2.0.0"
|
|
},
|
|
"bin": [
|
|
"src/bin/pdepend"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PDepend\\": "src/main/php/PDepend"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Official version of pdepend to be handled with Composer",
|
|
"keywords": [
|
|
"PHP Depend",
|
|
"PHP_Depend",
|
|
"dev",
|
|
"pdepend"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/pdepend/pdepend/issues",
|
|
"source": "https://github.com/pdepend/pdepend/tree/2.16.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2023-12-10T18:38:19+00:00"
|
|
},
|
|
{
|
|
"name": "phpmd/phpmd",
|
|
"version": "2.15.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpmd/phpmd.git",
|
|
"reference": "74a1f56e33afad4128b886e334093e98e1b5e7c0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpmd/phpmd/zipball/74a1f56e33afad4128b886e334093e98e1b5e7c0",
|
|
"reference": "74a1f56e33afad4128b886e334093e98e1b5e7c0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0",
|
|
"ext-xml": "*",
|
|
"pdepend/pdepend": "^2.16.1",
|
|
"php": ">=5.3.9"
|
|
},
|
|
"require-dev": {
|
|
"easy-doc/easy-doc": "0.0.0 || ^1.3.2",
|
|
"ext-json": "*",
|
|
"ext-simplexml": "*",
|
|
"gregwar/rst": "^1.0",
|
|
"mikey179/vfsstream": "^1.6.8",
|
|
"squizlabs/php_codesniffer": "^2.9.2 || ^3.7.2"
|
|
},
|
|
"bin": [
|
|
"src/bin/phpmd"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PHPMD\\": "src/main/php"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Manuel Pichler",
|
|
"email": "github@manuel-pichler.de",
|
|
"homepage": "https://github.com/manuelpichler",
|
|
"role": "Project Founder"
|
|
},
|
|
{
|
|
"name": "Marc Würth",
|
|
"email": "ravage@bluewin.ch",
|
|
"homepage": "https://github.com/ravage84",
|
|
"role": "Project Maintainer"
|
|
},
|
|
{
|
|
"name": "Other contributors",
|
|
"homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
|
|
"role": "Contributors"
|
|
}
|
|
],
|
|
"description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
|
|
"homepage": "https://phpmd.org/",
|
|
"keywords": [
|
|
"dev",
|
|
"mess detection",
|
|
"mess detector",
|
|
"pdepend",
|
|
"phpmd",
|
|
"pmd"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.org/phpmd",
|
|
"issues": "https://github.com/phpmd/phpmd/issues",
|
|
"source": "https://github.com/phpmd/phpmd/tree/2.15.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2023-12-11T08:22:20+00:00"
|
|
},
|
|
{
|
|
"name": "phpmetrics/phpmetrics",
|
|
"version": "v2.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpmetrics/PhpMetrics.git",
|
|
"reference": "4b77140a11452e63c7a9b98e0648320bf6710090"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpmetrics/PhpMetrics/zipball/4b77140a11452e63c7a9b98e0648320bf6710090",
|
|
"reference": "4b77140a11452e63c7a9b98e0648320bf6710090",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-tokenizer": "*",
|
|
"nikic/php-parser": "^3|^4",
|
|
"php": ">=5.5"
|
|
},
|
|
"replace": {
|
|
"halleck45/php-metrics": "*",
|
|
"halleck45/phpmetrics": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14",
|
|
"sebastian/comparator": ">=1.2.3",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"symfony/dom-crawler": "^3.0 || ^4.0 || ^5.0"
|
|
},
|
|
"bin": [
|
|
"bin/phpmetrics"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"./src/functions.php"
|
|
],
|
|
"psr-0": {
|
|
"Hal\\": "./src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jean-François Lépine",
|
|
"email": "lepinejeanfrancois@yahoo.fr",
|
|
"homepage": "http://www.lepine.pro",
|
|
"role": "Copyright Holder"
|
|
}
|
|
],
|
|
"description": "Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !",
|
|
"homepage": "http://www.phpmetrics.org",
|
|
"keywords": [
|
|
"analysis",
|
|
"qa",
|
|
"quality",
|
|
"testing"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PhpMetrics/PhpMetrics/issues",
|
|
"source": "https://github.com/phpmetrics/PhpMetrics/tree/v2.8.2"
|
|
},
|
|
"time": "2023-03-08T15:03:36+00:00"
|
|
},
|
|
{
|
|
"name": "phpunit/php-timer",
|
|
"version": "1.0.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
|
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
|
},
|
|
"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": "sb@sebastian-bergmann.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/master"
|
|
},
|
|
"time": "2017-02-26T11:10:40+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://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/master"
|
|
},
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
},
|
|
"time": "2021-05-03T11:20:27+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/finder-facade",
|
|
"version": "1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/finder-facade.git",
|
|
"reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
|
|
"reference": "4a3174709c2dc565fe5fb26fcf827f6a1fc7b09f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"symfony/finder": "~2.3|~3.0|~4.0",
|
|
"theseer/fdomdocument": "~1.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
|
|
"homepage": "https://github.com/sebastianbergmann/finder-facade",
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/finder-facade/issues",
|
|
"source": "https://github.com/sebastianbergmann/finder-facade/tree/master"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2017-11-18T17:31:49+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/phpcpd",
|
|
"version": "3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/phpcpd.git",
|
|
"reference": "dfed51c1288790fc957c9433e2f49ab152e8a564"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/dfed51c1288790fc957c9433e2f49ab152e8a564",
|
|
"reference": "dfed51c1288790fc957c9433e2f49ab152e8a564",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6|^7.0",
|
|
"phpunit/php-timer": "^1.0.6",
|
|
"sebastian/finder-facade": "^1.1",
|
|
"sebastian/version": "^1.0|^2.0",
|
|
"symfony/console": "^2.7|^3.0|^4.0"
|
|
},
|
|
"bin": [
|
|
"phpcpd"
|
|
],
|
|
"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": "Copy/Paste Detector (CPD) for PHP code.",
|
|
"homepage": "https://github.com/sebastianbergmann/phpcpd",
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/phpcpd/issues",
|
|
"source": "https://github.com/sebastianbergmann/phpcpd/tree/master"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2017-11-16T08:49:28+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/version",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"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": "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/master"
|
|
},
|
|
"time": "2016-10-03T07:35:21+00:00"
|
|
},
|
|
{
|
|
"name": "squizlabs/php_codesniffer",
|
|
"version": "3.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
|
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
|
|
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-simplexml": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
},
|
|
"bin": [
|
|
"bin/phpcs",
|
|
"bin/phpcbf"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Sherwood",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
|
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
|
|
"keywords": [
|
|
"phpcs",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
|
|
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
|
|
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/PHPCSStandards",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/jrfnl",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/php_codesniffer",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2021-12-12T21:44:58+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "v3.4.47",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/config.git",
|
|
"reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
|
|
"reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/filesystem": "~2.8|~3.0|~4.0",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<3.3",
|
|
"symfony/finder": "<3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/dependency-injection": "~3.3|~4.0",
|
|
"symfony/event-dispatcher": "~3.3|~4.0",
|
|
"symfony/finder": "~3.3|~4.0",
|
|
"symfony/yaml": "~3.0|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Config\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Config Component",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/config/tree/v3.4.47"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-10-24T10:57:07+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v3.4.47",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81",
|
|
"reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/debug": "~2.8|~3.0|~4.0",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<3.4",
|
|
"symfony/process": "<3.3"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "~3.3|~4.0",
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
|
|
"symfony/lock": "~3.4|~4.0",
|
|
"symfony/process": "~3.3|~4.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "For using the console logger",
|
|
"symfony/event-dispatcher": "",
|
|
"symfony/lock": "",
|
|
"symfony/process": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Console Component",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/console/tree/v3.4.47"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-10-24T10:57:07+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/debug",
|
|
"version": "v3.4.47",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/debug.git",
|
|
"reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
|
|
"reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-kernel": "~2.8|~3.0|~4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Debug\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Debug Component",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/debug/tree/v3.4.47"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"abandoned": "symfony/error-handler",
|
|
"time": "2020-10-24T10:57:07+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/dependency-injection",
|
|
"version": "v3.4.47",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
|
"reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/51d2a2708c6ceadad84393f8581df1dcf9e5e84b",
|
|
"reference": "51d2a2708c6ceadad84393f8581df1dcf9e5e84b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<3.3.7",
|
|
"symfony/finder": "<3.3",
|
|
"symfony/proxy-manager-bridge": "<3.4",
|
|
"symfony/yaml": "<3.4"
|
|
},
|
|
"provide": {
|
|
"psr/container-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "~3.3|~4.0",
|
|
"symfony/expression-language": "~2.8|~3.0|~4.0",
|
|
"symfony/yaml": "~3.4|~4.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "",
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony DependencyInjection Component",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/dependency-injection/tree/v3.4.47"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-10-24T10:57:07+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v3.4.47",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3",
|
|
"reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Filesystem Component",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/filesystem/tree/v3.4.47"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-10-24T10:57:07+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v3.4.47",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
|
|
"reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9|>=7.0.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Finder\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Finder Component",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/finder/tree/v3.4.47"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-11-16T17:02:08+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.19.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
|
|
"reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.19-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2020-10-23T09:01:57+00:00"
|
|
},
|
|
{
|
|
"name": "theseer/fdomdocument",
|
|
"version": "1.6.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/theseer/fDOMDocument.git",
|
|
"reference": "5cddd4f9076a9a2b85c5135935bba2dcb3ed7574"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/5cddd4f9076a9a2b85c5135935bba2dcb3ed7574",
|
|
"reference": "5cddd4f9076a9a2b85c5135935bba2dcb3ed7574",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"lib-libxml": "*",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"php": ">=7.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Arne Blankerts",
|
|
"email": "arne@blankerts.de",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.",
|
|
"homepage": "https://github.com/theseer/fDOMDocument",
|
|
"support": {
|
|
"issues": "https://github.com/theseer/fDOMDocument/issues",
|
|
"source": "https://github.com/theseer/fDOMDocument/tree/1.6.7"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2022-01-25T23:10:35+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.6.40"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.2.0"
|
|
}
|