diff --git a/composer.json b/composer.json index b76c5dab3..0121a2915 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,8 @@ "phpunit/phpunit" : "9.5.21", "squizlabs/php_codesniffer" : "3.4.0", "phpstan/phpstan": "^1.10", - "rector/rector": "^0.19" + "rector/rector": "^0.19", + "cyclonedx/cyclonedx-php-composer": "^5.0" }, "require": { "ext-ldap": "*", @@ -17,5 +18,10 @@ "scripts": { "test": "vendor/bin/phpunit" }, - "license": "GPL-3.0-or-later" + "license": "GPL-3.0-or-later", + "config": { + "allow-plugins": { + "cyclonedx/cyclonedx-php-composer": true + } + } } diff --git a/lam/sbom-composer.json b/lam/sbom-composer.json new file mode 100644 index 000000000..411abe3b0 --- /dev/null +++ b/lam/sbom-composer.json @@ -0,0 +1,4082 @@ +{ + "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.5", + "serialNumber": "urn:uuid:907e05db-c5dd-48a7-be81-65ec56c0751c", + "version": 1, + "metadata": { + "timestamp": "2024-02-12T19:49:00Z", + "tools": [ + { + "name": "composer", + "version": "2.5.5" + }, + { + "vendor": "cyclonedx", + "name": "cyclonedx-php-composer", + "version": "v5.0.1", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/CycloneDX/cyclonedx-php-composer/zipball/b5ff6da5c81452537244e42791b831bf40a0bab8", + "comment": "dist reference: b5ff6da5c81452537244e42791b831bf40a0bab8" + }, + { + "type": "vcs", + "url": "https://github.com/CycloneDX/cyclonedx-php-composer.git", + "comment": "source reference: b5ff6da5c81452537244e42791b831bf40a0bab8" + }, + { + "type": "website", + "url": "https://github.com/CycloneDX/cyclonedx-php-composer/#readme", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/CycloneDX/cyclonedx-php-composer/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/CycloneDX/cyclonedx-php-composer/", + "comment": "as detected from Composer manifest 'support.source'" + } + ] + }, + { + "vendor": "cyclonedx", + "name": "cyclonedx-library", + "version": "v3.1.1", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/CycloneDX/cyclonedx-php-library/zipball/d30f707d97bed6fae4b9d3a480aae70fa92c326a", + "comment": "dist reference: d30f707d97bed6fae4b9d3a480aae70fa92c326a" + }, + { + "type": "vcs", + "url": "https://github.com/CycloneDX/cyclonedx-php-library.git", + "comment": "source reference: d30f707d97bed6fae4b9d3a480aae70fa92c326a" + }, + { + "type": "website", + "url": "https://github.com/CycloneDX/cyclonedx-php-library/#readme", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/CycloneDX/cyclonedx-php-library/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/CycloneDX/cyclonedx-php-library/", + "comment": "as detected from Composer manifest 'support.source'" + } + ] + } + ], + "component": { + "bom-ref": "__root__-dev-develop", + "type": "application", + "name": "__root__", + "version": "dev-develop", + "purl": "pkg:composer/__root__@dev-develop", + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "3c698a7ce739638be5c95a2ab7a3ff7c0d871c1f" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "3c698a7ce739638be5c95a2ab7a3ff7c0d871c1f" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + } + }, + "components": [ + { + "bom-ref": "beberlei/assert-3.3.2.0", + "type": "library", + "name": "assert", + "version": "v3.3.2", + "group": "beberlei", + "description": "Thin assertion library for input validation in business models.", + "author": "Benjamin Eberlei, Richard Quadling", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "purl": "pkg:composer/beberlei/assert@v3.3.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655", + "comment": "dist reference: cb70015c04be1baee6f5f5c953703347c0ac1655" + }, + { + "type": "vcs", + "url": "https://github.com/beberlei/assert.git", + "comment": "source reference: cb70015c04be1baee6f5f5c953703347c0ac1655" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "cb70015c04be1baee6f5f5c953703347c0ac1655" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "cb70015c04be1baee6f5f5c953703347c0ac1655" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "brick/math-0.9.3.0", + "type": "library", + "name": "math", + "version": "0.9.3", + "group": "brick", + "description": "Arbitrary-precision arithmetic library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/brick/math@0.9.3", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", + "comment": "dist reference: ca57d18f028f84f777b2168cd1911b0dee2343ae" + }, + { + "type": "vcs", + "url": "https://github.com/brick/math.git", + "comment": "source reference: ca57d18f028f84f777b2168cd1911b0dee2343ae" + }, + { + "type": "issue-tracker", + "url": "https://github.com/brick/math/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/brick/math/tree/0.9.3", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "ca57d18f028f84f777b2168cd1911b0dee2343ae" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "ca57d18f028f84f777b2168cd1911b0dee2343ae" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "carbonphp/carbon-doctrine-types-2.0.0.0", + "type": "library", + "name": "carbon-doctrine-types", + "version": "2.0.0", + "group": "carbonphp", + "description": "Types to use Carbon in Doctrine", + "author": "KyleKatarn", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/carbonphp/carbon-doctrine-types@2.0.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/67a77972b9f398ae7068dabacc39c08aeee170d5", + "comment": "dist reference: 67a77972b9f398ae7068dabacc39c08aeee170d5" + }, + { + "type": "vcs", + "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", + "comment": "source reference: 67a77972b9f398ae7068dabacc39c08aeee170d5" + }, + { + "type": "issue-tracker", + "url": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.0.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "67a77972b9f398ae7068dabacc39c08aeee170d5" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "67a77972b9f398ae7068dabacc39c08aeee170d5" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "christian-riesen/base32-1.6.0.0", + "type": "library", + "name": "base32", + "version": "1.6.0", + "group": "christian-riesen", + "description": "Base32 encoder/decoder according to RFC 4648", + "author": "Christian Riesen", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/christian-riesen/base32@1.6.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/2e82dab3baa008e24a505649b0d583c31d31e894", + "comment": "dist reference: 2e82dab3baa008e24a505649b0d583c31d31e894" + }, + { + "type": "vcs", + "url": "https://github.com/ChristianRiesen/base32.git", + "comment": "source reference: 2e82dab3baa008e24a505649b0d583c31d31e894" + }, + { + "type": "website", + "url": "https://github.com/ChristianRiesen/base32", + "comment": "as detected from Composer manifest 'homepage'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "2e82dab3baa008e24a505649b0d583c31d31e894" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "2e82dab3baa008e24a505649b0d583c31d31e894" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "doctrine/inflector-2.0.8.0", + "type": "library", + "name": "inflector", + "version": "2.0.8", + "group": "doctrine", + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "author": "Guilherme Blanco, Roman Borschel, Benjamin Eberlei, Jonathan Wage, Johannes Schmitt", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/doctrine/inflector@2.0.8", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff", + "comment": "dist reference: f9301a5b2fb1216b2b08f02ba04dc45423db6bff" + }, + { + "type": "vcs", + "url": "https://github.com/doctrine/inflector.git", + "comment": "source reference: f9301a5b2fb1216b2b08f02ba04dc45423db6bff" + }, + { + "type": "website", + "url": "https://www.doctrine-project.org/projects/inflector.html", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/doctrine/inflector/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/doctrine/inflector/tree/2.0.8", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "duosecurity/duo_universal_php-1.0.2.0", + "type": "library", + "name": "duo_universal_php", + "version": "1.0.2", + "group": "duosecurity", + "description": "A PHP implementation of the Duo Universal SDK.", + "purl": "pkg:composer/duosecurity/duo_universal_php@1.0.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/duosecurity/duo_universal_php/zipball/8734a47480d2d2f0539e8ee782675e052025d026", + "comment": "dist reference: 8734a47480d2d2f0539e8ee782675e052025d026" + }, + { + "type": "vcs", + "url": "https://github.com/duosecurity/duo_universal_php.git", + "comment": "source reference: 8734a47480d2d2f0539e8ee782675e052025d026" + }, + { + "type": "website", + "url": "https://duo.com/", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "other", + "url": "support@duosecurity.com", + "comment": "as detected from Composer manifest 'support.email'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/duosecurity/duo_universal_php/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/duosecurity/duo_universal_php/tree/1.0.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "8734a47480d2d2f0539e8ee782675e052025d026" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "8734a47480d2d2f0539e8ee782675e052025d026" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "facile-it/php-jose-verifier-0.3.0.0", + "type": "library", + "name": "php-jose-verifier", + "version": "0.3.0", + "group": "facile-it", + "description": "JWT Token Verifier. A JWT verifier for access tokens, id tokens and others", + "author": "Thomas Vargiu", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/facile-it/php-jose-verifier@0.3.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/facile-it/php-jose-verifier/zipball/b6a3d17896dec0c3e383c0ae83b7be855b8fd247", + "comment": "dist reference: b6a3d17896dec0c3e383c0ae83b7be855b8fd247" + }, + { + "type": "vcs", + "url": "https://github.com/facile-it/php-jose-verifier.git", + "comment": "source reference: b6a3d17896dec0c3e383c0ae83b7be855b8fd247" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "b6a3d17896dec0c3e383c0ae83b7be855b8fd247" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "b6a3d17896dec0c3e383c0ae83b7be855b8fd247" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "facile-it/php-openid-client-0.2.0.0", + "type": "library", + "name": "php-openid-client", + "version": "0.2.0", + "group": "facile-it", + "description": "OpenID (OIDC) Client", + "author": "Thomas Vargiu", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/facile-it/php-openid-client@0.2.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/facile-it/php-openid-client/zipball/8396adf100f32d96f9d943e729eb9608a9e15504", + "comment": "dist reference: 8396adf100f32d96f9d943e729eb9608a9e15504" + }, + { + "type": "vcs", + "url": "https://github.com/facile-it/php-openid-client.git", + "comment": "source reference: 8396adf100f32d96f9d943e729eb9608a9e15504" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "8396adf100f32d96f9d943e729eb9608a9e15504" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "8396adf100f32d96f9d943e729eb9608a9e15504" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "fgrosse/phpasn1-2.5.0.0", + "type": "library", + "name": "phpasn1", + "version": "v2.5.0", + "group": "fgrosse", + "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.", + "author": "Friedrich Gro\u00dfe, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/fgrosse/phpasn1@v2.5.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b", + "comment": "dist reference: 42060ed45344789fb9f21f9f1864fc47b9e3507b" + }, + { + "type": "vcs", + "url": "https://github.com/fgrosse/PHPASN1.git", + "comment": "source reference: 42060ed45344789fb9f21f9f1864fc47b9e3507b" + }, + { + "type": "website", + "url": "https://github.com/FGrosse/PHPASN1", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/fgrosse/PHPASN1/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/fgrosse/PHPASN1/tree/v2.5.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "42060ed45344789fb9f21f9f1864fc47b9e3507b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "42060ed45344789fb9f21f9f1864fc47b9e3507b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "firebase/php-jwt-6.10.0.0", + "type": "library", + "name": "php-jwt", + "version": "v6.10.0", + "group": "firebase", + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", + "author": "Neuman Vong, Anant Narayanan", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:composer/firebase/php-jwt@v6.10.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff", + "comment": "dist reference: a49db6f0a5033aef5143295342f1c95521b075ff" + }, + { + "type": "vcs", + "url": "https://github.com/firebase/php-jwt.git", + "comment": "source reference: a49db6f0a5033aef5143295342f1c95521b075ff" + }, + { + "type": "website", + "url": "https://github.com/firebase/php-jwt", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/firebase/php-jwt/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/firebase/php-jwt/tree/v6.10.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "a49db6f0a5033aef5143295342f1c95521b075ff" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "a49db6f0a5033aef5143295342f1c95521b075ff" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "guzzlehttp/psr7-1.9.1.0", + "type": "library", + "name": "psr7", + "version": "1.9.1", + "group": "guzzlehttp", + "description": "PSR-7 message implementation that also provides common utility methods", + "author": "Graham Campbell, Michael Dowling, George Mponos, Tobias Nyholm, M\u00e1rk S\u00e1gi-Kaz\u00e1r, Tobias Schultze", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/guzzlehttp/psr7@1.9.1", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "comment": "dist reference: e4490cabc77465aaee90b20cfc9a770f8c04be6b" + }, + { + "type": "vcs", + "url": "https://github.com/guzzle/psr7.git", + "comment": "source reference: e4490cabc77465aaee90b20cfc9a770f8c04be6b" + }, + { + "type": "issue-tracker", + "url": "https://github.com/guzzle/psr7/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/guzzle/psr7/tree/1.9.1", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "http-interop/http-factory-guzzle-1.2.0.0", + "type": "library", + "name": "http-factory-guzzle", + "version": "1.2.0", + "group": "http-interop", + "description": "An HTTP Factory using Guzzle PSR7", + "author": "PHP-FIG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/http-interop/http-factory-guzzle@1.2.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81", + "comment": "dist reference: 8f06e92b95405216b237521cc64c804dd44c4a81" + }, + { + "type": "vcs", + "url": "https://github.com/http-interop/http-factory-guzzle.git", + "comment": "source reference: 8f06e92b95405216b237521cc64c804dd44c4a81" + }, + { + "type": "issue-tracker", + "url": "https://github.com/http-interop/http-factory-guzzle/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "8f06e92b95405216b237521cc64c804dd44c4a81" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "8f06e92b95405216b237521cc64c804dd44c4a81" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "illuminate/collections-9.52.16.0", + "type": "library", + "name": "collections", + "version": "v9.52.16", + "group": "illuminate", + "description": "The Illuminate Collections package.", + "author": "Taylor Otwell", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/collections@v9.52.16", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/illuminate/collections/zipball/d3710b0b244bfc62c288c1a87eaa62dd28352d1f", + "comment": "dist reference: d3710b0b244bfc62c288c1a87eaa62dd28352d1f" + }, + { + "type": "vcs", + "url": "https://github.com/illuminate/collections.git", + "comment": "source reference: d3710b0b244bfc62c288c1a87eaa62dd28352d1f" + }, + { + "type": "website", + "url": "https://laravel.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/laravel/framework/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/laravel/framework", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "d3710b0b244bfc62c288c1a87eaa62dd28352d1f" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "d3710b0b244bfc62c288c1a87eaa62dd28352d1f" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "illuminate/conditionable-9.52.16.0", + "type": "library", + "name": "conditionable", + "version": "v9.52.16", + "group": "illuminate", + "description": "The Illuminate Conditionable package.", + "author": "Taylor Otwell", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/conditionable@v9.52.16", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/illuminate/conditionable/zipball/bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364", + "comment": "dist reference: bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364" + }, + { + "type": "vcs", + "url": "https://github.com/illuminate/conditionable.git", + "comment": "source reference: bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364" + }, + { + "type": "website", + "url": "https://laravel.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/laravel/framework/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/laravel/framework", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "illuminate/contracts-9.52.16.0", + "type": "library", + "name": "contracts", + "version": "v9.52.16", + "group": "illuminate", + "description": "The Illuminate Contracts package.", + "author": "Taylor Otwell", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/contracts@v9.52.16", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/44f65d723b13823baa02ff69751a5948bde60c22", + "comment": "dist reference: 44f65d723b13823baa02ff69751a5948bde60c22" + }, + { + "type": "vcs", + "url": "https://github.com/illuminate/contracts.git", + "comment": "source reference: 44f65d723b13823baa02ff69751a5948bde60c22" + }, + { + "type": "website", + "url": "https://laravel.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/laravel/framework/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/laravel/framework", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "44f65d723b13823baa02ff69751a5948bde60c22" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "44f65d723b13823baa02ff69751a5948bde60c22" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "illuminate/macroable-9.52.16.0", + "type": "library", + "name": "macroable", + "version": "v9.52.16", + "group": "illuminate", + "description": "The Illuminate Macroable package.", + "author": "Taylor Otwell", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/macroable@v9.52.16", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a", + "comment": "dist reference: e3bfaf6401742a9c6abca61b9b10e998e5b6449a" + }, + { + "type": "vcs", + "url": "https://github.com/illuminate/macroable.git", + "comment": "source reference: e3bfaf6401742a9c6abca61b9b10e998e5b6449a" + }, + { + "type": "website", + "url": "https://laravel.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/laravel/framework/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/laravel/framework", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "illuminate/pagination-9.52.16.0", + "type": "library", + "name": "pagination", + "version": "v9.52.16", + "group": "illuminate", + "description": "The Illuminate Pagination package.", + "author": "Taylor Otwell", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/pagination@v9.52.16", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/illuminate/pagination/zipball/0c913d6af303ae0060d94d74d68d537637f7e6d4", + "comment": "dist reference: 0c913d6af303ae0060d94d74d68d537637f7e6d4" + }, + { + "type": "vcs", + "url": "https://github.com/illuminate/pagination.git", + "comment": "source reference: 0c913d6af303ae0060d94d74d68d537637f7e6d4" + }, + { + "type": "website", + "url": "https://laravel.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/laravel/framework/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/laravel/framework", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "0c913d6af303ae0060d94d74d68d537637f7e6d4" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "0c913d6af303ae0060d94d74d68d537637f7e6d4" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "illuminate/support-9.52.16.0", + "type": "library", + "name": "support", + "version": "v9.52.16", + "group": "illuminate", + "description": "The Illuminate Support package.", + "author": "Taylor Otwell", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/support@v9.52.16", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/illuminate/support/zipball/223c608dbca27232df6213f776bfe7bdeec24874", + "comment": "dist reference: 223c608dbca27232df6213f776bfe7bdeec24874" + }, + { + "type": "vcs", + "url": "https://github.com/illuminate/support.git", + "comment": "source reference: 223c608dbca27232df6213f776bfe7bdeec24874" + }, + { + "type": "website", + "url": "https://laravel.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/laravel/framework/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/laravel/framework", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "223c608dbca27232df6213f776bfe7bdeec24874" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "223c608dbca27232df6213f776bfe7bdeec24874" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "league/uri-6.7.2.0", + "type": "library", + "name": "uri", + "version": "6.7.2", + "group": "league", + "description": "URI manipulation library", + "author": "Ignace Nyamagana Butera", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/league/uri@6.7.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/d3b50812dd51f3fbf176344cc2981db03d10fe06", + "comment": "dist reference: d3b50812dd51f3fbf176344cc2981db03d10fe06" + }, + { + "type": "vcs", + "url": "https://github.com/thephpleague/uri.git", + "comment": "source reference: d3b50812dd51f3fbf176344cc2981db03d10fe06" + }, + { + "type": "website", + "url": "https://uri.thephpleague.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "documentation", + "url": "https://uri.thephpleague.com", + "comment": "as detected from Composer manifest 'support.docs'" + }, + { + "type": "other", + "url": "https://thephpleague.slack.com", + "comment": "as detected from Composer manifest 'support.forum'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/thephpleague/uri/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/thephpleague/uri/tree/6.7.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "d3b50812dd51f3fbf176344cc2981db03d10fe06" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "d3b50812dd51f3fbf176344cc2981db03d10fe06" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "league/uri-interfaces-2.3.0.0", + "type": "library", + "name": "uri-interfaces", + "version": "2.3.0", + "group": "league", + "description": "Common interface for URI representation", + "author": "Ignace Nyamagana Butera", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/league/uri-interfaces@2.3.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", + "comment": "dist reference: 00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" + }, + { + "type": "vcs", + "url": "https://github.com/thephpleague/uri-interfaces.git", + "comment": "source reference: 00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" + }, + { + "type": "website", + "url": "http://github.com/thephpleague/uri-interfaces", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/thephpleague/uri-interfaces/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "monolog/monolog-2.9.2.0", + "type": "library", + "name": "monolog", + "version": "2.9.2", + "group": "monolog", + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "author": "Jordi Boggiano", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/monolog/monolog@2.9.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f", + "comment": "dist reference: 437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" + }, + { + "type": "vcs", + "url": "https://github.com/Seldaek/monolog.git", + "comment": "source reference: 437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" + }, + { + "type": "website", + "url": "https://github.com/Seldaek/monolog", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/Seldaek/monolog/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/Seldaek/monolog/tree/2.9.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "nesbot/carbon-2.72.1.0", + "type": "library", + "name": "carbon", + "version": "2.72.1", + "group": "nesbot", + "description": "An API extension for DateTime that supports 281 different languages.", + "author": "Brian Nesbitt, kylekatarnls", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/nesbot/carbon@2.72.1", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2b3b3db0a2d0556a177392ff1a3bf5608fa09f78", + "comment": "dist reference: 2b3b3db0a2d0556a177392ff1a3bf5608fa09f78" + }, + { + "type": "vcs", + "url": "https://github.com/briannesbitt/Carbon.git", + "comment": "source reference: 2b3b3db0a2d0556a177392ff1a3bf5608fa09f78" + }, + { + "type": "website", + "url": "https://carbon.nesbot.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "documentation", + "url": "https://carbon.nesbot.com/docs", + "comment": "as detected from Composer manifest 'support.docs'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/briannesbitt/Carbon/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/briannesbitt/Carbon", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "paragonie/constant_time_encoding-2.6.3.0", + "type": "library", + "name": "constant_time_encoding", + "version": "v2.6.3", + "group": "paragonie", + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "author": "Paragon Initiative Enterprises, Steve 'Sc00bz' Thomas", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/paragonie/constant_time_encoding@v2.6.3", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", + "comment": "dist reference: 58c3f47f650c94ec05a151692652a868995d2938" + }, + { + "type": "vcs", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "comment": "source reference: 58c3f47f650c94ec05a151692652a868995d2938" + }, + { + "type": "other", + "url": "info@paragonie.com", + "comment": "as detected from Composer manifest 'support.email'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/paragonie/constant_time_encoding/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/paragonie/constant_time_encoding", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "58c3f47f650c94ec05a151692652a868995d2938" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "58c3f47f650c94ec05a151692652a868995d2938" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "paragonie/random_compat-2.0.21.0", + "type": "library", + "name": "random_compat", + "version": "v2.0.21", + "group": "paragonie", + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "author": "Paragon Initiative Enterprises", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/paragonie/random_compat@v2.0.21", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae", + "comment": "dist reference: 96c132c7f2f7bc3230723b66e89f8f150b29d5ae" + }, + { + "type": "vcs", + "url": "https://github.com/paragonie/random_compat.git", + "comment": "source reference: 96c132c7f2f7bc3230723b66e89f8f150b29d5ae" + }, + { + "type": "other", + "url": "info@paragonie.com", + "comment": "as detected from Composer manifest 'support.email'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/paragonie/random_compat/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/paragonie/random_compat", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "php-http/discovery-1.19.2.0", + "type": "library", + "name": "discovery", + "version": "1.19.2", + "group": "php-http", + "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", + "author": "M\u00e1rk S\u00e1gi-Kaz\u00e1r", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/php-http/discovery@1.19.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/php-http/discovery/zipball/61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb", + "comment": "dist reference: 61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + }, + { + "type": "vcs", + "url": "https://github.com/php-http/discovery.git", + "comment": "source reference: 61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + }, + { + "type": "website", + "url": "http://php-http.org", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/php-http/discovery/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/php-http/discovery/tree/1.19.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + }, + { + "name": "cdx:composer:package:type", + "value": "composer-plugin" + } + ] + }, + { + "bom-ref": "phpmailer/phpmailer-6.9.1.0", + "type": "library", + "name": "phpmailer", + "version": "v6.9.1", + "group": "phpmailer", + "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "author": "Marcus Bointon, Jim Jagielski, Andy Prevost, Brent R. Matzelle", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "purl": "pkg:composer/phpmailer/phpmailer@v6.9.1", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18", + "comment": "dist reference: 039de174cd9c17a8389754d3b877a2ed22743e18" + }, + { + "type": "vcs", + "url": "https://github.com/PHPMailer/PHPMailer.git", + "comment": "source reference: 039de174cd9c17a8389754d3b877a2ed22743e18" + }, + { + "type": "issue-tracker", + "url": "https://github.com/PHPMailer/PHPMailer/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "039de174cd9c17a8389754d3b877a2ed22743e18" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "039de174cd9c17a8389754d3b877a2ed22743e18" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "phpseclib/phpseclib-3.0.34.0", + "type": "library", + "name": "phpseclib", + "version": "3.0.34", + "group": "phpseclib", + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", + "author": "Jim Wigginton, Patrick Monnerat, Andreas Fischer, Hans-J\u00fcrgen Petrich, Graham Campbell", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/phpseclib/phpseclib@3.0.34", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/56c79f16a6ae17e42089c06a2144467acc35348a", + "comment": "dist reference: 56c79f16a6ae17e42089c06a2144467acc35348a" + }, + { + "type": "vcs", + "url": "https://github.com/phpseclib/phpseclib.git", + "comment": "source reference: 56c79f16a6ae17e42089c06a2144467acc35348a" + }, + { + "type": "website", + "url": "http://phpseclib.sourceforge.net", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/phpseclib/phpseclib/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/phpseclib/phpseclib/tree/3.0.34", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "56c79f16a6ae17e42089c06a2144467acc35348a" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "56c79f16a6ae17e42089c06a2144467acc35348a" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "psr/clock-1.0.0.0", + "type": "library", + "name": "clock", + "version": "1.0.0", + "group": "psr", + "description": "Common interface for reading the clock.", + "author": "PHP-FIG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/clock@1.0.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "comment": "dist reference: e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/clock.git", + "comment": "source reference: e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + { + "type": "website", + "url": "https://github.com/php-fig/clock", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/php-fig/clock/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/clock/tree/1.0.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "psr/container-2.0.2.0", + "type": "library", + "name": "container", + "version": "2.0.2", + "group": "psr", + "description": "Common Container Interface (PHP FIG PSR-11)", + "author": "PHP-FIG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/container@2.0.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "comment": "dist reference: c71ecc56dfe541dbd90c5360474fbc405f8d5963" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/container.git", + "comment": "source reference: c71ecc56dfe541dbd90c5360474fbc405f8d5963" + }, + { + "type": "website", + "url": "https://github.com/php-fig/container", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/php-fig/container/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/container/tree/2.0.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "psr/http-client-1.0.3.0", + "type": "library", + "name": "http-client", + "version": "1.0.3", + "group": "psr", + "description": "Common interface for HTTP clients", + "author": "PHP-FIG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/http-client@1.0.3", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "comment": "dist reference: bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/http-client.git", + "comment": "source reference: bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + { + "type": "website", + "url": "https://github.com/php-fig/http-client", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/http-client", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "psr/http-factory-1.0.2.0", + "type": "library", + "name": "http-factory", + "version": "1.0.2", + "group": "psr", + "description": "Common interfaces for PSR-7 HTTP message factories", + "author": "PHP-FIG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/http-factory@1.0.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "comment": "dist reference: e616d01114759c4c489f93b099585439f795fe35" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/http-factory.git", + "comment": "source reference: e616d01114759c4c489f93b099585439f795fe35" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/http-factory/tree/1.0.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "e616d01114759c4c489f93b099585439f795fe35" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "e616d01114759c4c489f93b099585439f795fe35" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "psr/http-message-1.1.0.0", + "type": "library", + "name": "http-message", + "version": "1.1", + "group": "psr", + "description": "Common interface for HTTP messages", + "author": "PHP-FIG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/http-message@1.1", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "comment": "dist reference: cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/http-message.git", + "comment": "source reference: cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + { + "type": "website", + "url": "https://github.com/php-fig/http-message", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/http-message/tree/1.1", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "psr/http-server-handler-1.0.2.0", + "type": "library", + "name": "http-server-handler", + "version": "1.0.2", + "group": "psr", + "description": "Common interface for HTTP server-side request handler", + "author": "PHP-FIG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/http-server-handler@1.0.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4", + "comment": "dist reference: 84c4fb66179be4caaf8e97bd239203245302e7d4" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/http-server-handler.git", + "comment": "source reference: 84c4fb66179be4caaf8e97bd239203245302e7d4" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/http-server-handler/tree/1.0.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "84c4fb66179be4caaf8e97bd239203245302e7d4" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "84c4fb66179be4caaf8e97bd239203245302e7d4" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "psr/http-server-middleware-1.0.2.0", + "type": "library", + "name": "http-server-middleware", + "version": "1.0.2", + "group": "psr", + "description": "Common interface for HTTP server-side middleware", + "author": "PHP-FIG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/http-server-middleware@1.0.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829", + "comment": "dist reference: c1481f747daaa6a0782775cd6a8c26a1bf4a3829" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/http-server-middleware.git", + "comment": "source reference: c1481f747daaa6a0782775cd6a8c26a1bf4a3829" + }, + { + "type": "issue-tracker", + "url": "https://github.com/php-fig/http-server-middleware/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/http-server-middleware/tree/1.0.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "psr/log-1.1.4.0", + "type": "library", + "name": "log", + "version": "1.1.4", + "group": "psr", + "description": "Common interface for logging libraries", + "author": "PHP-FIG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/log@1.1.4", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "comment": "dist reference: d49695b909c3b7628b6289db5479a1c204601f11" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/log.git", + "comment": "source reference: d49695b909c3b7628b6289db5479a1c204601f11" + }, + { + "type": "website", + "url": "https://github.com/php-fig/log", + "comment": "as detected from Composer manifest 'homepage'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "psr/simple-cache-1.0.1.0", + "type": "library", + "name": "simple-cache", + "version": "1.0.1", + "group": "psr", + "description": "Common interfaces for simple caching", + "author": "PHP-FIG", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/simple-cache@1.0.1", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "comment": "dist reference: 408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + { + "type": "vcs", + "url": "https://github.com/php-fig/simple-cache.git", + "comment": "source reference: 408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "ralouphie/getallheaders-3.0.3.0", + "type": "library", + "name": "getallheaders", + "version": "3.0.3", + "group": "ralouphie", + "description": "A polyfill for getallheaders.", + "author": "Ralph Khattar", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/ralouphie/getallheaders@3.0.3", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "comment": "dist reference: 120b605dfeb996808c31b6477290a714d356e822" + }, + { + "type": "vcs", + "url": "https://github.com/ralouphie/getallheaders.git", + "comment": "source reference: 120b605dfeb996808c31b6477290a714d356e822" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "120b605dfeb996808c31b6477290a714d356e822" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "120b605dfeb996808c31b6477290a714d356e822" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "ramsey/collection-1.3.0.0", + "type": "library", + "name": "collection", + "version": "1.3.0", + "group": "ramsey", + "description": "A PHP library for representing and manipulating collections.", + "author": "Ben Ramsey", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/ramsey/collection@1.3.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4", + "comment": "dist reference: ad7475d1c9e70b190ecffc58f2d989416af339b4" + }, + { + "type": "vcs", + "url": "https://github.com/ramsey/collection.git", + "comment": "source reference: ad7475d1c9e70b190ecffc58f2d989416af339b4" + }, + { + "type": "issue-tracker", + "url": "https://github.com/ramsey/collection/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/ramsey/collection/tree/1.3.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "ad7475d1c9e70b190ecffc58f2d989416af339b4" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "ad7475d1c9e70b190ecffc58f2d989416af339b4" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "ramsey/uuid-4.7.5.0", + "type": "library", + "name": "uuid", + "version": "4.7.5", + "group": "ramsey", + "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/ramsey/uuid@4.7.5", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e", + "comment": "dist reference: 5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + }, + { + "type": "vcs", + "url": "https://github.com/ramsey/uuid.git", + "comment": "source reference: 5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + }, + { + "type": "issue-tracker", + "url": "https://github.com/ramsey/uuid/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/ramsey/uuid/tree/4.7.5", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "spomky-labs/base64url-2.0.4.0", + "type": "library", + "name": "base64url", + "version": "v2.0.4", + "group": "spomky-labs", + "description": "Base 64 URL Safe Encoding/Decoding PHP Library", + "author": "Florent Morselli", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/spomky-labs/base64url@v2.0.4", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d", + "comment": "dist reference: 7752ce931ec285da4ed1f4c5aa27e45e097be61d" + }, + { + "type": "vcs", + "url": "https://github.com/Spomky-Labs/base64url.git", + "comment": "source reference: 7752ce931ec285da4ed1f4c5aa27e45e097be61d" + }, + { + "type": "website", + "url": "https://github.com/Spomky-Labs/base64url", + "comment": "as detected from Composer manifest 'homepage'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "7752ce931ec285da4ed1f4c5aa27e45e097be61d" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "7752ce931ec285da4ed1f4c5aa27e45e097be61d" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "spomky-labs/cbor-php-2.1.0.0", + "type": "library", + "name": "cbor-php", + "version": "v2.1.0", + "group": "spomky-labs", + "description": "CBOR Encoder/Decoder for PHP", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/spomky-labs/cbor-php@v2.1.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/28e2712cfc0b48fae661a48ffc6896d7abe83684", + "comment": "dist reference: 28e2712cfc0b48fae661a48ffc6896d7abe83684" + }, + { + "type": "vcs", + "url": "https://github.com/Spomky-Labs/cbor-php.git", + "comment": "source reference: 28e2712cfc0b48fae661a48ffc6896d7abe83684" + }, + { + "type": "issue-tracker", + "url": "https://github.com/Spomky-Labs/cbor-php/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/Spomky-Labs/cbor-php/tree/v2.1.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "28e2712cfc0b48fae661a48ffc6896d7abe83684" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "28e2712cfc0b48fae661a48ffc6896d7abe83684" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/deprecation-contracts-3.0.2.0", + "type": "library", + "name": "deprecation-contracts", + "version": "v3.0.2", + "group": "symfony", + "description": "A generic function and convention to trigger deprecation notices", + "author": "Nicolas Grekas, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/deprecation-contracts@v3.0.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c", + "comment": "dist reference: 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/deprecation-contracts.git", + "comment": "source reference: 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/http-client-5.4.31.0", + "type": "library", + "name": "http-client", + "version": "v5.4.31", + "group": "symfony", + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", + "author": "Nicolas Grekas, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/http-client@v5.4.31", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/http-client/zipball/6cdf6cdf48101454f014a9ab4e0905f0b902389d", + "comment": "dist reference: 6cdf6cdf48101454f014a9ab4e0905f0b902389d" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/http-client.git", + "comment": "source reference: 6cdf6cdf48101454f014a9ab4e0905f0b902389d" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/http-client/tree/v5.4.31", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "6cdf6cdf48101454f014a9ab4e0905f0b902389d" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "6cdf6cdf48101454f014a9ab4e0905f0b902389d" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/http-client-contracts-2.5.2.0", + "type": "library", + "name": "http-client-contracts", + "version": "v2.5.2", + "group": "symfony", + "description": "Generic abstractions related to HTTP clients", + "author": "Nicolas Grekas, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/http-client-contracts@v2.5.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "comment": "dist reference: ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/http-client-contracts.git", + "comment": "source reference: ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/http-client-contracts/tree/v2.5.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/http-foundation-6.0.20.0", + "type": "library", + "name": "http-foundation", + "version": "v6.0.20", + "group": "symfony", + "description": "Defines an object-oriented layer for the HTTP specification", + "author": "Fabien Potencier, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/http-foundation@v6.0.20", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e16b2676a4b3b1fa12378a20b29c364feda2a8d6", + "comment": "dist reference: e16b2676a4b3b1fa12378a20b29c364feda2a8d6" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/http-foundation.git", + "comment": "source reference: e16b2676a4b3b1fa12378a20b29c364feda2a8d6" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/http-foundation/tree/v6.0.20", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/polyfill-mbstring-1.28.0.0", + "type": "library", + "name": "polyfill-mbstring", + "version": "v1.28.0", + "group": "symfony", + "description": "Symfony polyfill for the Mbstring extension", + "author": "Nicolas Grekas, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/polyfill-mbstring@v1.28.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", + "comment": "dist reference: 42292d99c55abe617799667f454222c54c60e229" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "comment": "source reference: 42292d99c55abe617799667f454222c54c60e229" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "42292d99c55abe617799667f454222c54c60e229" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "42292d99c55abe617799667f454222c54c60e229" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/polyfill-php73-1.28.0.0", + "type": "library", + "name": "polyfill-php73", + "version": "v1.28.0", + "group": "symfony", + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "author": "Nicolas Grekas, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/polyfill-php73@v1.28.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", + "comment": "dist reference: fe2f306d1d9d346a7fee353d0d5012e401e984b5" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/polyfill-php73.git", + "comment": "source reference: fe2f306d1d9d346a7fee353d0d5012e401e984b5" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/polyfill-php73/tree/v1.28.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/polyfill-php80-1.28.0.0", + "type": "library", + "name": "polyfill-php80", + "version": "v1.28.0", + "group": "symfony", + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "author": "Ion Bazan, Nicolas Grekas, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/polyfill-php80@v1.28.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "comment": "dist reference: 6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/polyfill-php80.git", + "comment": "source reference: 6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/polyfill-php80/tree/v1.28.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/polyfill-php81-1.28.0.0", + "type": "library", + "name": "polyfill-php81", + "version": "v1.28.0", + "group": "symfony", + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "author": "Nicolas Grekas, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/polyfill-php81@v1.28.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "comment": "dist reference: 7581cd600fa9fd681b797d00b02f068e2f13263b" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/polyfill-php81.git", + "comment": "source reference: 7581cd600fa9fd681b797d00b02f068e2f13263b" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/polyfill-php81/tree/v1.28.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "7581cd600fa9fd681b797d00b02f068e2f13263b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "7581cd600fa9fd681b797d00b02f068e2f13263b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/process-5.4.28.0", + "type": "library", + "name": "process", + "version": "v5.4.28", + "group": "symfony", + "description": "Executes commands in sub-processes", + "author": "Fabien Potencier, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/process@v5.4.28", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", + "comment": "dist reference: 45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/process.git", + "comment": "source reference: 45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/process/tree/v5.4.28", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/psr-http-message-bridge-2.3.1.0", + "type": "library", + "name": "psr-http-message-bridge", + "version": "v2.3.1", + "group": "symfony", + "description": "PSR HTTP message bridge", + "author": "Fabien Potencier, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/psr-http-message-bridge@v2.3.1", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e", + "comment": "dist reference: 581ca6067eb62640de5ff08ee1ba6850a0ee472e" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/psr-http-message-bridge.git", + "comment": "source reference: 581ca6067eb62640de5ff08ee1ba6850a0ee472e" + }, + { + "type": "website", + "url": "http://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/symfony/psr-http-message-bridge/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/psr-http-message-bridge/tree/v2.3.1", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "581ca6067eb62640de5ff08ee1ba6850a0ee472e" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "581ca6067eb62640de5ff08ee1ba6850a0ee472e" + }, + { + "name": "cdx:composer:package:type", + "value": "symfony-bridge" + } + ] + }, + { + "bom-ref": "symfony/service-contracts-3.0.2.0", + "type": "library", + "name": "service-contracts", + "version": "v3.0.2", + "group": "symfony", + "description": "Generic abstractions related to writing services", + "author": "Nicolas Grekas, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/service-contracts@v3.0.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d78d39c1599bd1188b8e26bb341da52c3c6d8a66", + "comment": "dist reference: d78d39c1599bd1188b8e26bb341da52c3c6d8a66" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/service-contracts.git", + "comment": "source reference: d78d39c1599bd1188b8e26bb341da52c3c6d8a66" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/service-contracts/tree/v3.0.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/translation-6.0.19.0", + "type": "library", + "name": "translation", + "version": "v6.0.19", + "group": "symfony", + "description": "Provides tools to internationalize your application", + "author": "Fabien Potencier, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/translation@v6.0.19", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/translation/zipball/9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f", + "comment": "dist reference: 9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/translation.git", + "comment": "source reference: 9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/translation/tree/v6.0.19", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "symfony/translation-contracts-3.0.2.0", + "type": "library", + "name": "translation-contracts", + "version": "v3.0.2", + "group": "symfony", + "description": "Generic abstractions related to translation", + "author": "Nicolas Grekas, Symfony Community", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/translation-contracts@v3.0.2", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282", + "comment": "dist reference: acbfbb274e730e5a0236f619b6168d9dedb3e282" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/translation-contracts.git", + "comment": "source reference: acbfbb274e730e5a0236f619b6168d9dedb3e282" + }, + { + "type": "website", + "url": "https://symfony.com", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/symfony/translation-contracts/tree/v3.0.2", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "acbfbb274e730e5a0236f619b6168d9dedb3e282" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "acbfbb274e730e5a0236f619b6168d9dedb3e282" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "thecodingmachine/safe-1.3.3.0", + "type": "library", + "name": "safe", + "version": "v1.3.3", + "group": "thecodingmachine", + "description": "PHP core functions that throw exceptions instead of returning FALSE on error", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/thecodingmachine/safe@v1.3.3", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc", + "comment": "dist reference: a8ab0876305a4cdaef31b2350fcb9811b5608dbc" + }, + { + "type": "vcs", + "url": "https://github.com/thecodingmachine/safe.git", + "comment": "source reference: a8ab0876305a4cdaef31b2350fcb9811b5608dbc" + }, + { + "type": "issue-tracker", + "url": "https://github.com/thecodingmachine/safe/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/thecodingmachine/safe/tree/v1.3.3", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "voku/portable-ascii-2.0.1.0", + "type": "library", + "name": "portable-ascii", + "version": "2.0.1", + "group": "voku", + "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", + "author": "Lars Moelleken", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/voku/portable-ascii@2.0.1", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", + "comment": "dist reference: b56450eed252f6801410d810c8e1727224ae0743" + }, + { + "type": "vcs", + "url": "https://github.com/voku/portable-ascii.git", + "comment": "source reference: b56450eed252f6801410d810c8e1727224ae0743" + }, + { + "type": "website", + "url": "https://github.com/voku/portable-ascii", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/voku/portable-ascii/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/voku/portable-ascii/tree/2.0.1", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "b56450eed252f6801410d810c8e1727224ae0743" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "b56450eed252f6801410d810c8e1727224ae0743" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "web-auth/cose-lib-3.3.12.0", + "type": "library", + "name": "cose-lib", + "version": "v3.3.12", + "group": "web-auth", + "description": "CBOR Object Signing and Encryption (COSE) For PHP", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-auth/cose-lib@v3.3.12", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/efa6ec2ba4e840bc1316a493973c9916028afeeb", + "comment": "dist reference: efa6ec2ba4e840bc1316a493973c9916028afeeb" + }, + { + "type": "vcs", + "url": "https://github.com/web-auth/cose-lib.git", + "comment": "source reference: efa6ec2ba4e840bc1316a493973c9916028afeeb" + }, + { + "type": "website", + "url": "https://github.com/web-auth", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/web-auth/cose-lib/tree/v3.3.12", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "efa6ec2ba4e840bc1316a493973c9916028afeeb" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "efa6ec2ba4e840bc1316a493973c9916028afeeb" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "web-auth/metadata-service-3.3.12.0", + "type": "library", + "name": "metadata-service", + "version": "v3.3.12", + "group": "web-auth", + "description": "Metadata Service for FIDO2/Webauthn", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-auth/metadata-service@v3.3.12", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/ef40d2b7b68c4964247d13fab52e2fa8dbd65246", + "comment": "dist reference: ef40d2b7b68c4964247d13fab52e2fa8dbd65246" + }, + { + "type": "vcs", + "url": "https://github.com/web-auth/webauthn-metadata-service.git", + "comment": "source reference: ef40d2b7b68c4964247d13fab52e2fa8dbd65246" + }, + { + "type": "website", + "url": "https://github.com/web-auth", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/web-auth/webauthn-metadata-service/tree/v3.3.12", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "web-auth/webauthn-lib-3.3.12.0", + "type": "library", + "name": "webauthn-lib", + "version": "v3.3.12", + "group": "web-auth", + "description": "FIDO2/Webauthn Support For PHP", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-auth/webauthn-lib@v3.3.12", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/5ef9b21c8e9f8a817e524ac93290d08a9f065b33", + "comment": "dist reference: 5ef9b21c8e9f8a817e524ac93290d08a9f065b33" + }, + { + "type": "vcs", + "url": "https://github.com/web-auth/webauthn-lib.git", + "comment": "source reference: 5ef9b21c8e9f8a817e524ac93290d08a9f065b33" + }, + { + "type": "website", + "url": "https://github.com/web-auth", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "vcs", + "url": "https://github.com/web-auth/webauthn-lib/tree/v3.3.12", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "web-token/jwt-checker-2.2.11.0", + "type": "library", + "name": "jwt-checker", + "version": "v2.2.11", + "group": "web-token", + "description": "Checker component of the JWT Framework.", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-checker@v2.2.11", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/web-token/jwt-checker/zipball/5f31d98155951739e2fae7455e8466ccddd08f50", + "comment": "dist reference: 5f31d98155951739e2fae7455e8466ccddd08f50" + }, + { + "type": "vcs", + "url": "https://github.com/web-token/jwt-checker.git", + "comment": "source reference: 5f31d98155951739e2fae7455e8466ccddd08f50" + }, + { + "type": "website", + "url": "https://github.com/web-token", + "comment": "as detected from Composer manifest 'homepage'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "5f31d98155951739e2fae7455e8466ccddd08f50" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "5f31d98155951739e2fae7455e8466ccddd08f50" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "web-token/jwt-core-2.2.11.0", + "type": "library", + "name": "jwt-core", + "version": "v2.2.11", + "group": "web-token", + "description": "Core component of the JWT Framework.", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-core@v2.2.11", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678", + "comment": "dist reference: 53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" + }, + { + "type": "vcs", + "url": "https://github.com/web-token/jwt-core.git", + "comment": "source reference: 53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" + }, + { + "type": "website", + "url": "https://github.com/web-token", + "comment": "as detected from Composer manifest 'homepage'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "web-token/jwt-easy-2.2.11.0", + "type": "library", + "name": "jwt-easy", + "version": "v2.2.11", + "group": "web-token", + "description": "Easy toolset to use the JWT Framework.", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-easy@v2.2.11", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/web-token/jwt-easy/zipball/01db23252bb53d4fd36975b55dd58466bab1bb30", + "comment": "dist reference: 01db23252bb53d4fd36975b55dd58466bab1bb30" + }, + { + "type": "vcs", + "url": "https://github.com/web-token/jwt-easy.git", + "comment": "source reference: 01db23252bb53d4fd36975b55dd58466bab1bb30" + }, + { + "type": "website", + "url": "https://github.com/web-token", + "comment": "as detected from Composer manifest 'homepage'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "01db23252bb53d4fd36975b55dd58466bab1bb30" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "01db23252bb53d4fd36975b55dd58466bab1bb30" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "web-token/jwt-encryption-2.2.11.0", + "type": "library", + "name": "jwt-encryption", + "version": "v2.2.11", + "group": "web-token", + "description": "Encryption component of the JWT Framework.", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-encryption@v2.2.11", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/web-token/jwt-encryption/zipball/3b8d67d7c5c013750703e7c27f1001544407bbb2", + "comment": "dist reference: 3b8d67d7c5c013750703e7c27f1001544407bbb2" + }, + { + "type": "vcs", + "url": "https://github.com/web-token/jwt-encryption.git", + "comment": "source reference: 3b8d67d7c5c013750703e7c27f1001544407bbb2" + }, + { + "type": "website", + "url": "https://github.com/web-token", + "comment": "as detected from Composer manifest 'homepage'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "3b8d67d7c5c013750703e7c27f1001544407bbb2" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "3b8d67d7c5c013750703e7c27f1001544407bbb2" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "web-token/jwt-key-mgmt-2.2.11.0", + "type": "library", + "name": "jwt-key-mgmt", + "version": "v2.2.11", + "group": "web-token", + "description": "Key Management component of the JWT Framework.", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-key-mgmt@v2.2.11", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/0b116379515700d237b4e5de86879078ccb09d8a", + "comment": "dist reference: 0b116379515700d237b4e5de86879078ccb09d8a" + }, + { + "type": "vcs", + "url": "https://github.com/web-token/jwt-key-mgmt.git", + "comment": "source reference: 0b116379515700d237b4e5de86879078ccb09d8a" + }, + { + "type": "website", + "url": "https://github.com/web-token", + "comment": "as detected from Composer manifest 'homepage'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "0b116379515700d237b4e5de86879078ccb09d8a" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "0b116379515700d237b4e5de86879078ccb09d8a" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "web-token/jwt-signature-2.2.11.0", + "type": "library", + "name": "jwt-signature", + "version": "v2.2.11", + "group": "web-token", + "description": "Signature component of the JWT Framework.", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-signature@v2.2.11", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103", + "comment": "dist reference: 015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" + }, + { + "type": "vcs", + "url": "https://github.com/web-token/jwt-signature.git", + "comment": "source reference: 015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" + }, + { + "type": "website", + "url": "https://github.com/web-token", + "comment": "as detected from Composer manifest 'homepage'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "web-token/jwt-signature-algorithm-rsa-2.2.11.0", + "type": "library", + "name": "jwt-signature-algorithm-rsa", + "version": "v2.2.11", + "group": "web-token", + "description": "RSA Based Signature Algorithms the JWT Framework.", + "author": "Florent Morselli, All contributors", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-signature-algorithm-rsa@v2.2.11", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/513ad90eb5ef1886ff176727a769bda4618141b0", + "comment": "dist reference: 513ad90eb5ef1886ff176727a769bda4618141b0" + }, + { + "type": "vcs", + "url": "https://github.com/web-token/jwt-signature-algorithm-rsa.git", + "comment": "source reference: 513ad90eb5ef1886ff176727a769bda4618141b0" + }, + { + "type": "website", + "url": "https://github.com/web-token", + "comment": "as detected from Composer manifest 'homepage'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "513ad90eb5ef1886ff176727a769bda4618141b0" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "513ad90eb5ef1886ff176727a769bda4618141b0" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "bom-ref": "webklex/php-imap-5.5.0.0", + "type": "library", + "name": "php-imap", + "version": "5.5.0", + "group": "webklex", + "description": "PHP IMAP client", + "author": "Malte Goldenbaum", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/webklex/php-imap@5.5.0", + "externalReferences": [ + { + "type": "distribution", + "url": "https://api.github.com/repos/Webklex/php-imap/zipball/3c23c8f66b772ce8597772816e068326559e7e4b", + "comment": "dist reference: 3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "type": "vcs", + "url": "https://github.com/Webklex/php-imap.git", + "comment": "source reference: 3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "type": "website", + "url": "https://github.com/webklex/php-imap", + "comment": "as detected from Composer manifest 'homepage'" + }, + { + "type": "issue-tracker", + "url": "https://github.com/Webklex/php-imap/issues", + "comment": "as detected from Composer manifest 'support.issues'" + }, + { + "type": "vcs", + "url": "https://github.com/Webklex/php-imap/tree/5.5.0", + "comment": "as detected from Composer manifest 'support.source'" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + } + ], + "dependencies": [ + { + "ref": "beberlei/assert-3.3.2.0" + }, + { + "ref": "brick/math-0.9.3.0" + }, + { + "ref": "carbonphp/carbon-doctrine-types-2.0.0.0" + }, + { + "ref": "christian-riesen/base32-1.6.0.0" + }, + { + "ref": "doctrine/inflector-2.0.8.0" + }, + { + "ref": "duosecurity/duo_universal_php-1.0.2.0", + "dependsOn": [ + "firebase/php-jwt-6.10.0.0" + ] + }, + { + "ref": "facile-it/php-jose-verifier-0.3.0.0", + "dependsOn": [ + "php-http/discovery-1.19.2.0", + "psr/http-client-1.0.3.0", + "psr/http-message-1.1.0.0", + "psr/simple-cache-1.0.1.0", + "spomky-labs/base64url-2.0.4.0", + "symfony/polyfill-mbstring-1.28.0.0", + "web-token/jwt-checker-2.2.11.0", + "web-token/jwt-core-2.2.11.0", + "web-token/jwt-easy-2.2.11.0", + "web-token/jwt-key-mgmt-2.2.11.0", + "web-token/jwt-signature-2.2.11.0", + "web-token/jwt-signature-algorithm-rsa-2.2.11.0" + ] + }, + { + "ref": "facile-it/php-openid-client-0.2.0.0", + "dependsOn": [ + "facile-it/php-jose-verifier-0.3.0.0", + "php-http/discovery-1.19.2.0", + "psr/http-client-1.0.3.0", + "psr/http-factory-1.0.2.0", + "psr/http-message-1.1.0.0", + "psr/http-server-middleware-1.0.2.0", + "web-token/jwt-checker-2.2.11.0", + "web-token/jwt-core-2.2.11.0", + "web-token/jwt-easy-2.2.11.0", + "web-token/jwt-encryption-2.2.11.0", + "web-token/jwt-key-mgmt-2.2.11.0", + "web-token/jwt-signature-2.2.11.0", + "web-token/jwt-signature-algorithm-rsa-2.2.11.0" + ] + }, + { + "ref": "fgrosse/phpasn1-2.5.0.0" + }, + { + "ref": "firebase/php-jwt-6.10.0.0" + }, + { + "ref": "guzzlehttp/psr7-1.9.1.0", + "dependsOn": [ + "psr/http-message-1.1.0.0", + "ralouphie/getallheaders-3.0.3.0" + ] + }, + { + "ref": "http-interop/http-factory-guzzle-1.2.0.0", + "dependsOn": [ + "guzzlehttp/psr7-1.9.1.0", + "psr/http-factory-1.0.2.0" + ] + }, + { + "ref": "illuminate/collections-9.52.16.0", + "dependsOn": [ + "illuminate/conditionable-9.52.16.0", + "illuminate/contracts-9.52.16.0", + "illuminate/macroable-9.52.16.0" + ] + }, + { + "ref": "illuminate/conditionable-9.52.16.0" + }, + { + "ref": "illuminate/contracts-9.52.16.0", + "dependsOn": [ + "psr/container-2.0.2.0", + "psr/simple-cache-1.0.1.0" + ] + }, + { + "ref": "illuminate/macroable-9.52.16.0" + }, + { + "ref": "illuminate/pagination-9.52.16.0", + "dependsOn": [ + "illuminate/collections-9.52.16.0", + "illuminate/contracts-9.52.16.0", + "illuminate/support-9.52.16.0" + ] + }, + { + "ref": "illuminate/support-9.52.16.0", + "dependsOn": [ + "doctrine/inflector-2.0.8.0", + "illuminate/collections-9.52.16.0", + "illuminate/conditionable-9.52.16.0", + "illuminate/contracts-9.52.16.0", + "illuminate/macroable-9.52.16.0", + "nesbot/carbon-2.72.1.0", + "voku/portable-ascii-2.0.1.0" + ] + }, + { + "ref": "league/uri-6.7.2.0", + "dependsOn": [ + "league/uri-interfaces-2.3.0.0", + "psr/http-message-1.1.0.0" + ] + }, + { + "ref": "league/uri-interfaces-2.3.0.0" + }, + { + "ref": "monolog/monolog-2.9.2.0", + "dependsOn": [ + "psr/log-1.1.4.0" + ] + }, + { + "ref": "nesbot/carbon-2.72.1.0", + "dependsOn": [ + "carbonphp/carbon-doctrine-types-2.0.0.0", + "psr/clock-1.0.0.0", + "symfony/polyfill-mbstring-1.28.0.0", + "symfony/polyfill-php80-1.28.0.0", + "symfony/translation-6.0.19.0" + ] + }, + { + "ref": "paragonie/constant_time_encoding-2.6.3.0" + }, + { + "ref": "paragonie/random_compat-2.0.21.0" + }, + { + "ref": "php-http/discovery-1.19.2.0" + }, + { + "ref": "phpmailer/phpmailer-6.9.1.0" + }, + { + "ref": "phpseclib/phpseclib-3.0.34.0", + "dependsOn": [ + "paragonie/constant_time_encoding-2.6.3.0", + "paragonie/random_compat-2.0.21.0" + ] + }, + { + "ref": "psr/clock-1.0.0.0" + }, + { + "ref": "psr/container-2.0.2.0" + }, + { + "ref": "psr/http-client-1.0.3.0", + "dependsOn": [ + "psr/http-message-1.1.0.0" + ] + }, + { + "ref": "psr/http-factory-1.0.2.0", + "dependsOn": [ + "psr/http-message-1.1.0.0" + ] + }, + { + "ref": "psr/http-message-1.1.0.0" + }, + { + "ref": "psr/http-server-handler-1.0.2.0", + "dependsOn": [ + "psr/http-message-1.1.0.0" + ] + }, + { + "ref": "psr/http-server-middleware-1.0.2.0", + "dependsOn": [ + "psr/http-message-1.1.0.0", + "psr/http-server-handler-1.0.2.0" + ] + }, + { + "ref": "psr/log-1.1.4.0" + }, + { + "ref": "psr/simple-cache-1.0.1.0" + }, + { + "ref": "ralouphie/getallheaders-3.0.3.0" + }, + { + "ref": "ramsey/collection-1.3.0.0", + "dependsOn": [ + "symfony/polyfill-php81-1.28.0.0" + ] + }, + { + "ref": "ramsey/uuid-4.7.5.0", + "dependsOn": [ + "brick/math-0.9.3.0", + "ramsey/collection-1.3.0.0" + ] + }, + { + "ref": "spomky-labs/base64url-2.0.4.0" + }, + { + "ref": "spomky-labs/cbor-php-2.1.0.0", + "dependsOn": [ + "brick/math-0.9.3.0" + ] + }, + { + "ref": "symfony/deprecation-contracts-3.0.2.0" + }, + { + "ref": "symfony/http-client-5.4.31.0", + "dependsOn": [ + "psr/log-1.1.4.0", + "symfony/deprecation-contracts-3.0.2.0", + "symfony/http-client-contracts-2.5.2.0", + "symfony/polyfill-php73-1.28.0.0", + "symfony/polyfill-php80-1.28.0.0", + "symfony/service-contracts-3.0.2.0" + ] + }, + { + "ref": "symfony/http-client-contracts-2.5.2.0" + }, + { + "ref": "symfony/http-foundation-6.0.20.0", + "dependsOn": [ + "symfony/deprecation-contracts-3.0.2.0", + "symfony/polyfill-mbstring-1.28.0.0" + ] + }, + { + "ref": "symfony/polyfill-mbstring-1.28.0.0" + }, + { + "ref": "symfony/polyfill-php73-1.28.0.0" + }, + { + "ref": "symfony/polyfill-php80-1.28.0.0" + }, + { + "ref": "symfony/polyfill-php81-1.28.0.0" + }, + { + "ref": "symfony/process-5.4.28.0", + "dependsOn": [ + "symfony/polyfill-php80-1.28.0.0" + ] + }, + { + "ref": "symfony/psr-http-message-bridge-2.3.1.0", + "dependsOn": [ + "psr/http-message-1.1.0.0", + "symfony/deprecation-contracts-3.0.2.0", + "symfony/http-foundation-6.0.20.0" + ] + }, + { + "ref": "symfony/service-contracts-3.0.2.0", + "dependsOn": [ + "psr/container-2.0.2.0" + ] + }, + { + "ref": "symfony/translation-6.0.19.0", + "dependsOn": [ + "symfony/polyfill-mbstring-1.28.0.0", + "symfony/translation-contracts-3.0.2.0" + ] + }, + { + "ref": "symfony/translation-contracts-3.0.2.0" + }, + { + "ref": "thecodingmachine/safe-1.3.3.0" + }, + { + "ref": "voku/portable-ascii-2.0.1.0" + }, + { + "ref": "web-auth/cose-lib-3.3.12.0", + "dependsOn": [ + "beberlei/assert-3.3.2.0", + "fgrosse/phpasn1-2.5.0.0" + ] + }, + { + "ref": "web-auth/metadata-service-3.3.12.0", + "dependsOn": [ + "beberlei/assert-3.3.2.0", + "league/uri-6.7.2.0", + "psr/http-client-1.0.3.0", + "psr/http-factory-1.0.2.0", + "psr/log-1.1.4.0" + ] + }, + { + "ref": "web-auth/webauthn-lib-3.3.12.0", + "dependsOn": [ + "beberlei/assert-3.3.2.0", + "fgrosse/phpasn1-2.5.0.0", + "psr/http-client-1.0.3.0", + "psr/http-factory-1.0.2.0", + "psr/http-message-1.1.0.0", + "psr/log-1.1.4.0", + "ramsey/uuid-4.7.5.0", + "spomky-labs/base64url-2.0.4.0", + "spomky-labs/cbor-php-2.1.0.0", + "symfony/process-5.4.28.0", + "thecodingmachine/safe-1.3.3.0", + "web-auth/cose-lib-3.3.12.0", + "web-auth/metadata-service-3.3.12.0" + ] + }, + { + "ref": "web-token/jwt-checker-2.2.11.0", + "dependsOn": [ + "web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "web-token/jwt-core-2.2.11.0", + "dependsOn": [ + "brick/math-0.9.3.0", + "fgrosse/phpasn1-2.5.0.0", + "spomky-labs/base64url-2.0.4.0" + ] + }, + { + "ref": "web-token/jwt-easy-2.2.11.0", + "dependsOn": [ + "web-token/jwt-checker-2.2.11.0", + "web-token/jwt-encryption-2.2.11.0", + "web-token/jwt-signature-2.2.11.0" + ] + }, + { + "ref": "web-token/jwt-encryption-2.2.11.0", + "dependsOn": [ + "web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "web-token/jwt-key-mgmt-2.2.11.0", + "dependsOn": [ + "psr/http-client-1.0.3.0", + "psr/http-factory-1.0.2.0", + "web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "web-token/jwt-signature-2.2.11.0", + "dependsOn": [ + "web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "web-token/jwt-signature-algorithm-rsa-2.2.11.0", + "dependsOn": [ + "brick/math-0.9.3.0", + "web-token/jwt-signature-2.2.11.0" + ] + }, + { + "ref": "webklex/php-imap-5.5.0.0", + "dependsOn": [ + "illuminate/pagination-9.52.16.0", + "nesbot/carbon-2.72.1.0", + "symfony/http-foundation-6.0.20.0" + ] + }, + { + "ref": "__root__-dev-develop", + "dependsOn": [ + "web-auth/webauthn-lib-3.3.12.0", + "web-auth/cose-lib-3.3.12.0", + "web-auth/metadata-service-3.3.12.0", + "symfony/http-foundation-6.0.20.0", + "symfony/psr-http-message-bridge-2.3.1.0", + "symfony/http-client-5.4.31.0", + "http-interop/http-factory-guzzle-1.2.0.0", + "webklex/php-imap-5.5.0.0", + "phpmailer/phpmailer-6.9.1.0", + "guzzlehttp/psr7-1.9.1.0", + "paragonie/random_compat-2.0.21.0", + "phpseclib/phpseclib-3.0.34.0", + "christian-riesen/base32-1.6.0.0", + "facile-it/php-openid-client-0.2.0.0", + "monolog/monolog-2.9.2.0", + "duosecurity/duo_universal_php-1.0.2.0" + ] + } + ] +} \ No newline at end of file diff --git a/lam/sbom-libs.json b/lam/sbom-libs.json new file mode 100644 index 000000000..71dad813c --- /dev/null +++ b/lam/sbom-libs.json @@ -0,0 +1,182 @@ +{ + "bomFormat" : "CycloneDX", + "specVersion" : "1.5", + "serialNumber" : "urn:uuid:2a0bcb24-dd83-41e6-a603-bdb3a21a83c8", + "version" : 1, + "metadata" : { + "timestamp" : "2024-02-12T19:17:14Z", + "tools" : [ + { + "vendor" : "OWASP", + "name" : "Dependency-Track", + "version" : "4.10.1" + } + ], + "component" : { + "name" : "LDAP Account Manager", + "version" : "SNAPSHOT", + "type" : "application", + "bom-ref" : "c2095505-c3af-4958-af68-6a61f216807d" + } + }, + "components" : [ + { + "group" : "cdx:npm:package:bundled", + "name" : "@popperjs/core", + "version" : "2.11.6", + "licenses" : [ + { + "license" : { + "id" : "MIT" + } + } + ], + "purl" : "pkg:npm/%40popperjs/core@2.11.6", + "type" : "library", + "bom-ref" : "73140e29-f689-49c1-9b10-28ff13117f68" + }, + { + "group" : "cdx:npm:package:bundled", + "name" : "cropperjs", + "version" : "1.6.1", + "licenses" : [ + { + "license" : { + "id" : "MIT" + } + } + ], + "purl" : "pkg:npm/cropperjs@1.6.1", + "type" : "library", + "bom-ref" : "d0142b40-7a81-4f6b-b681-af8ab91ea836" + }, + { + "group" : "cdx:npm:package:bundled", + "name" : "flatpickr", + "version" : "4.6.13", + "licenses" : [ + { + "license" : { + "id" : "MIT" + } + } + ], + "purl" : "pkg:npm/flatpickr@4.6.13", + "type" : "library", + "bom-ref" : "c4134441-7211-47d1-a970-202c819157d1" + }, + { + "group" : "cdx:npm:package:bundled", + "name" : "jQuery", + "version" : "3.7.1", + "licenses" : [ + { + "license" : { + "id" : "MIT" + } + } + ], + "purl" : "pkg:npm/jquery@3.7.1", + "type" : "library", + "bom-ref" : "599b305d-5cc9-4fa5-8594-e95bf8c723ef" + }, + { + "group" : "cdx:npm:package:bundled", + "name" : "sortablejs", + "version" : "1.15.0", + "licenses" : [ + { + "license" : { + "id" : "MIT" + } + } + ], + "purl" : "pkg:npm/sortablejs@1.15.0", + "type" : "library", + "bom-ref" : "394fe3c8-0e03-407a-96e2-2d3608e97265" + }, + { + "group" : "cdx:npm:package:bundled", + "name" : "sweetalert2", + "version" : "11.7.27", + "licenses" : [ + { + "license" : { + "id" : "MIT" + } + } + ], + "purl" : "pkg:npm/sweetalert2@11.7.27", + "type" : "library", + "bom-ref" : "b1e652b5-d76e-4b07-acab-2d1a0908a96f" + }, + { + "group" : "cdx:composer:package", + "name" : "tecnickcom/tcpdf", + "version" : "6.6.2", + "licenses" : [ + { + "license" : { + "id" : "LGPL-3.0+" + } + } + ], + "purl" : "pkg:composer/tecnickcom/tcpdf@6.6.2", + "type" : "library", + "bom-ref" : "72240acd-7de4-4058-b56f-e64638babcbf" + }, + { + "group" : "cdx:npm:package:bundled", + "name" : "tippy.js", + "version" : "6.3.7", + "licenses" : [ + { + "license" : { + "id" : "MIT" + } + } + ], + "purl" : "pkg:npm/tippy.js@6.3.7", + "type" : "library", + "bom-ref" : "34edec4c-ebfc-48c9-92e0-917d8004e6b0" + } + ], + "dependencies" : [ + { + "ref" : "c2095505-c3af-4958-af68-6a61f216807d", + "dependsOn" : [ ] + }, + { + "ref" : "73140e29-f689-49c1-9b10-28ff13117f68", + "dependsOn" : [ ] + }, + { + "ref" : "d0142b40-7a81-4f6b-b681-af8ab91ea836", + "dependsOn" : [ ] + }, + { + "ref" : "c4134441-7211-47d1-a970-202c819157d1", + "dependsOn" : [ ] + }, + { + "ref" : "599b305d-5cc9-4fa5-8594-e95bf8c723ef", + "dependsOn" : [ ] + }, + { + "ref" : "394fe3c8-0e03-407a-96e2-2d3608e97265", + "dependsOn" : [ ] + }, + { + "ref" : "b1e652b5-d76e-4b07-acab-2d1a0908a96f", + "dependsOn" : [ ] + }, + { + "ref" : "72240acd-7de4-4058-b56f-e64638babcbf", + "dependsOn" : [ ] + }, + { + "ref" : "34edec4c-ebfc-48c9-92e0-917d8004e6b0", + "dependsOn" : [ ] + } + ] +} \ No newline at end of file diff --git a/lam/sbom.json b/lam/sbom.json new file mode 100644 index 000000000..e11cb000f --- /dev/null +++ b/lam/sbom.json @@ -0,0 +1,4889 @@ +{ + "bomFormat": "CycloneDX", + "specVersion": "1.5", + "serialNumber": "urn:uuid:65791303-3bab-43e2-b2fc-c2929296fce2", + "version": 1, + "metadata": { + "tools": [ + { + "name": "composer", + "version": "2.5.5" + }, + { + "vendor": "cyclonedx", + "name": "cyclonedx-php-composer", + "version": "v5.0.1", + "externalReferences": [ + { + "url": "https://api.github.com/repos/CycloneDX/cyclonedx-php-composer/zipball/b5ff6da5c81452537244e42791b831bf40a0bab8", + "type": "distribution", + "comment": "dist reference: b5ff6da5c81452537244e42791b831bf40a0bab8" + }, + { + "url": "https://github.com/CycloneDX/cyclonedx-php-composer.git", + "type": "vcs", + "comment": "source reference: b5ff6da5c81452537244e42791b831bf40a0bab8" + }, + { + "url": "https://github.com/CycloneDX/cyclonedx-php-composer/#readme", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/CycloneDX/cyclonedx-php-composer/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/CycloneDX/cyclonedx-php-composer/", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ] + }, + { + "vendor": "cyclonedx", + "name": "cyclonedx-library", + "version": "v3.1.1", + "externalReferences": [ + { + "url": "https://api.github.com/repos/CycloneDX/cyclonedx-php-library/zipball/d30f707d97bed6fae4b9d3a480aae70fa92c326a", + "type": "distribution", + "comment": "dist reference: d30f707d97bed6fae4b9d3a480aae70fa92c326a" + }, + { + "url": "https://github.com/CycloneDX/cyclonedx-php-library.git", + "type": "vcs", + "comment": "source reference: d30f707d97bed6fae4b9d3a480aae70fa92c326a" + }, + { + "url": "https://github.com/CycloneDX/cyclonedx-php-library/#readme", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/CycloneDX/cyclonedx-php-library/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/CycloneDX/cyclonedx-php-library/", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ] + }, + { + "vendor": "OWASP", + "name": "Dependency-Track", + "version": "4.10.1" + } + ], + "component": { + "type": "application", + "name": "LDAP Account Manager", + "version": "8.7" + } + }, + "components": [ + { + "type": "library", + "bom-ref": "beberlei/assert-3.3.2.0", + "author": "Benjamin Eberlei, Richard Quadling", + "group": "beberlei", + "name": "assert", + "version": "v3.3.2", + "description": "Thin assertion library for input validation in business models.", + "licenses": [ + { + "license": { + "id": "BSD-2-Clause" + } + } + ], + "purl": "pkg:composer/beberlei/assert@v3.3.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655", + "type": "distribution", + "comment": "dist reference: cb70015c04be1baee6f5f5c953703347c0ac1655" + }, + { + "url": "https://github.com/beberlei/assert.git", + "type": "vcs", + "comment": "source reference: cb70015c04be1baee6f5f5c953703347c0ac1655" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "cb70015c04be1baee6f5f5c953703347c0ac1655" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "cb70015c04be1baee6f5f5c953703347c0ac1655" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "brick/math-0.9.3.0", + "group": "brick", + "name": "math", + "version": "0.9.3", + "description": "Arbitrary-precision arithmetic library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/brick/math@0.9.3", + "externalReferences": [ + { + "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", + "type": "distribution", + "comment": "dist reference: ca57d18f028f84f777b2168cd1911b0dee2343ae" + }, + { + "url": "https://github.com/brick/math.git", + "type": "vcs", + "comment": "source reference: ca57d18f028f84f777b2168cd1911b0dee2343ae" + }, + { + "url": "https://github.com/brick/math/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/brick/math/tree/0.9.3", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "ca57d18f028f84f777b2168cd1911b0dee2343ae" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "ca57d18f028f84f777b2168cd1911b0dee2343ae" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "carbonphp/carbon-doctrine-types-2.0.0.0", + "author": "KyleKatarn", + "group": "carbonphp", + "name": "carbon-doctrine-types", + "version": "2.0.0", + "description": "Types to use Carbon in Doctrine", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/carbonphp/carbon-doctrine-types@2.0.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/67a77972b9f398ae7068dabacc39c08aeee170d5", + "type": "distribution", + "comment": "dist reference: 67a77972b9f398ae7068dabacc39c08aeee170d5" + }, + { + "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", + "type": "vcs", + "comment": "source reference: 67a77972b9f398ae7068dabacc39c08aeee170d5" + }, + { + "url": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.0.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "67a77972b9f398ae7068dabacc39c08aeee170d5" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "67a77972b9f398ae7068dabacc39c08aeee170d5" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "christian-riesen/base32-1.6.0.0", + "author": "Christian Riesen", + "group": "christian-riesen", + "name": "base32", + "version": "1.6.0", + "description": "Base32 encoder/decoder according to RFC 4648", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/christian-riesen/base32@1.6.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/ChristianRiesen/base32/zipball/2e82dab3baa008e24a505649b0d583c31d31e894", + "type": "distribution", + "comment": "dist reference: 2e82dab3baa008e24a505649b0d583c31d31e894" + }, + { + "url": "https://github.com/ChristianRiesen/base32.git", + "type": "vcs", + "comment": "source reference: 2e82dab3baa008e24a505649b0d583c31d31e894" + }, + { + "url": "https://github.com/ChristianRiesen/base32", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "2e82dab3baa008e24a505649b0d583c31d31e894" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "2e82dab3baa008e24a505649b0d583c31d31e894" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "doctrine/inflector-2.0.8.0", + "author": "Guilherme Blanco, Roman Borschel, Benjamin Eberlei, Jonathan Wage, Johannes Schmitt", + "group": "doctrine", + "name": "inflector", + "version": "2.0.8", + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/doctrine/inflector@2.0.8", + "externalReferences": [ + { + "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff", + "type": "distribution", + "comment": "dist reference: f9301a5b2fb1216b2b08f02ba04dc45423db6bff" + }, + { + "url": "https://github.com/doctrine/inflector.git", + "type": "vcs", + "comment": "source reference: f9301a5b2fb1216b2b08f02ba04dc45423db6bff" + }, + { + "url": "https://www.doctrine-project.org/projects/inflector.html", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/doctrine/inflector/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/doctrine/inflector/tree/2.0.8", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "duosecurity/duo_universal_php-1.0.2.0", + "group": "duosecurity", + "name": "duo_universal_php", + "version": "1.0.2", + "description": "A PHP implementation of the Duo Universal SDK.", + "purl": "pkg:composer/duosecurity/duo_universal_php@1.0.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/duosecurity/duo_universal_php/zipball/8734a47480d2d2f0539e8ee782675e052025d026", + "type": "distribution", + "comment": "dist reference: 8734a47480d2d2f0539e8ee782675e052025d026" + }, + { + "url": "https://github.com/duosecurity/duo_universal_php.git", + "type": "vcs", + "comment": "source reference: 8734a47480d2d2f0539e8ee782675e052025d026" + }, + { + "url": "https://duo.com/", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "support@duosecurity.com", + "type": "other", + "comment": "as detected from Composer manifest \u0027support.email\u0027" + }, + { + "url": "https://github.com/duosecurity/duo_universal_php/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/duosecurity/duo_universal_php/tree/1.0.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "8734a47480d2d2f0539e8ee782675e052025d026" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "8734a47480d2d2f0539e8ee782675e052025d026" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "facile-it/php-jose-verifier-0.3.0.0", + "author": "Thomas Vargiu", + "group": "facile-it", + "name": "php-jose-verifier", + "version": "0.3.0", + "description": "JWT Token Verifier. A JWT verifier for access tokens, id tokens and others", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/facile-it/php-jose-verifier@0.3.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/facile-it/php-jose-verifier/zipball/b6a3d17896dec0c3e383c0ae83b7be855b8fd247", + "type": "distribution", + "comment": "dist reference: b6a3d17896dec0c3e383c0ae83b7be855b8fd247" + }, + { + "url": "https://github.com/facile-it/php-jose-verifier.git", + "type": "vcs", + "comment": "source reference: b6a3d17896dec0c3e383c0ae83b7be855b8fd247" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "b6a3d17896dec0c3e383c0ae83b7be855b8fd247" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "b6a3d17896dec0c3e383c0ae83b7be855b8fd247" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "facile-it/php-openid-client-0.2.0.0", + "author": "Thomas Vargiu", + "group": "facile-it", + "name": "php-openid-client", + "version": "0.2.0", + "description": "OpenID (OIDC) Client", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/facile-it/php-openid-client@0.2.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/facile-it/php-openid-client/zipball/8396adf100f32d96f9d943e729eb9608a9e15504", + "type": "distribution", + "comment": "dist reference: 8396adf100f32d96f9d943e729eb9608a9e15504" + }, + { + "url": "https://github.com/facile-it/php-openid-client.git", + "type": "vcs", + "comment": "source reference: 8396adf100f32d96f9d943e729eb9608a9e15504" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "8396adf100f32d96f9d943e729eb9608a9e15504" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "8396adf100f32d96f9d943e729eb9608a9e15504" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "fgrosse/phpasn1-2.5.0.0", + "author": "Friedrich Gro\u00DFe, All contributors", + "group": "fgrosse", + "name": "phpasn1", + "version": "v2.5.0", + "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/fgrosse/phpasn1@v2.5.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b", + "type": "distribution", + "comment": "dist reference: 42060ed45344789fb9f21f9f1864fc47b9e3507b" + }, + { + "url": "https://github.com/fgrosse/PHPASN1.git", + "type": "vcs", + "comment": "source reference: 42060ed45344789fb9f21f9f1864fc47b9e3507b" + }, + { + "url": "https://github.com/FGrosse/PHPASN1", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/fgrosse/PHPASN1/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/fgrosse/PHPASN1/tree/v2.5.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "42060ed45344789fb9f21f9f1864fc47b9e3507b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "42060ed45344789fb9f21f9f1864fc47b9e3507b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "firebase/php-jwt-6.10.0.0", + "author": "Neuman Vong, Anant Narayanan", + "group": "firebase", + "name": "php-jwt", + "version": "v6.10.0", + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", + "licenses": [ + { + "license": { + "id": "BSD-3-Clause" + } + } + ], + "purl": "pkg:composer/firebase/php-jwt@v6.10.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff", + "type": "distribution", + "comment": "dist reference: a49db6f0a5033aef5143295342f1c95521b075ff" + }, + { + "url": "https://github.com/firebase/php-jwt.git", + "type": "vcs", + "comment": "source reference: a49db6f0a5033aef5143295342f1c95521b075ff" + }, + { + "url": "https://github.com/firebase/php-jwt", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/firebase/php-jwt/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/firebase/php-jwt/tree/v6.10.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "a49db6f0a5033aef5143295342f1c95521b075ff" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "a49db6f0a5033aef5143295342f1c95521b075ff" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "guzzlehttp/psr7-1.9.1.0", + "author": "Graham Campbell, Michael Dowling, George Mponos, Tobias Nyholm, M\u00E1rk S\u00E1gi-Kaz\u00E1r, Tobias Schultze", + "group": "guzzlehttp", + "name": "psr7", + "version": "1.9.1", + "description": "PSR-7 message implementation that also provides common utility methods", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/guzzlehttp/psr7@1.9.1", + "externalReferences": [ + { + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "type": "distribution", + "comment": "dist reference: e4490cabc77465aaee90b20cfc9a770f8c04be6b" + }, + { + "url": "https://github.com/guzzle/psr7.git", + "type": "vcs", + "comment": "source reference: e4490cabc77465aaee90b20cfc9a770f8c04be6b" + }, + { + "url": "https://github.com/guzzle/psr7/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/guzzle/psr7/tree/1.9.1", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "http-interop/http-factory-guzzle-1.2.0.0", + "author": "PHP-FIG", + "group": "http-interop", + "name": "http-factory-guzzle", + "version": "1.2.0", + "description": "An HTTP Factory using Guzzle PSR7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/http-interop/http-factory-guzzle@1.2.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81", + "type": "distribution", + "comment": "dist reference: 8f06e92b95405216b237521cc64c804dd44c4a81" + }, + { + "url": "https://github.com/http-interop/http-factory-guzzle.git", + "type": "vcs", + "comment": "source reference: 8f06e92b95405216b237521cc64c804dd44c4a81" + }, + { + "url": "https://github.com/http-interop/http-factory-guzzle/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "8f06e92b95405216b237521cc64c804dd44c4a81" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "8f06e92b95405216b237521cc64c804dd44c4a81" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "illuminate/collections-9.52.16.0", + "author": "Taylor Otwell", + "group": "illuminate", + "name": "collections", + "version": "v9.52.16", + "description": "The Illuminate Collections package.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/collections@v9.52.16", + "externalReferences": [ + { + "url": "https://api.github.com/repos/illuminate/collections/zipball/d3710b0b244bfc62c288c1a87eaa62dd28352d1f", + "type": "distribution", + "comment": "dist reference: d3710b0b244bfc62c288c1a87eaa62dd28352d1f" + }, + { + "url": "https://github.com/illuminate/collections.git", + "type": "vcs", + "comment": "source reference: d3710b0b244bfc62c288c1a87eaa62dd28352d1f" + }, + { + "url": "https://laravel.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/laravel/framework/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/laravel/framework", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "d3710b0b244bfc62c288c1a87eaa62dd28352d1f" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "d3710b0b244bfc62c288c1a87eaa62dd28352d1f" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "illuminate/conditionable-9.52.16.0", + "author": "Taylor Otwell", + "group": "illuminate", + "name": "conditionable", + "version": "v9.52.16", + "description": "The Illuminate Conditionable package.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/conditionable@v9.52.16", + "externalReferences": [ + { + "url": "https://api.github.com/repos/illuminate/conditionable/zipball/bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364", + "type": "distribution", + "comment": "dist reference: bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364" + }, + { + "url": "https://github.com/illuminate/conditionable.git", + "type": "vcs", + "comment": "source reference: bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364" + }, + { + "url": "https://laravel.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/laravel/framework/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/laravel/framework", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "illuminate/contracts-9.52.16.0", + "author": "Taylor Otwell", + "group": "illuminate", + "name": "contracts", + "version": "v9.52.16", + "description": "The Illuminate Contracts package.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/contracts@v9.52.16", + "externalReferences": [ + { + "url": "https://api.github.com/repos/illuminate/contracts/zipball/44f65d723b13823baa02ff69751a5948bde60c22", + "type": "distribution", + "comment": "dist reference: 44f65d723b13823baa02ff69751a5948bde60c22" + }, + { + "url": "https://github.com/illuminate/contracts.git", + "type": "vcs", + "comment": "source reference: 44f65d723b13823baa02ff69751a5948bde60c22" + }, + { + "url": "https://laravel.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/laravel/framework/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/laravel/framework", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "44f65d723b13823baa02ff69751a5948bde60c22" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "44f65d723b13823baa02ff69751a5948bde60c22" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "illuminate/macroable-9.52.16.0", + "author": "Taylor Otwell", + "group": "illuminate", + "name": "macroable", + "version": "v9.52.16", + "description": "The Illuminate Macroable package.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/macroable@v9.52.16", + "externalReferences": [ + { + "url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a", + "type": "distribution", + "comment": "dist reference: e3bfaf6401742a9c6abca61b9b10e998e5b6449a" + }, + { + "url": "https://github.com/illuminate/macroable.git", + "type": "vcs", + "comment": "source reference: e3bfaf6401742a9c6abca61b9b10e998e5b6449a" + }, + { + "url": "https://laravel.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/laravel/framework/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/laravel/framework", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "illuminate/pagination-9.52.16.0", + "author": "Taylor Otwell", + "group": "illuminate", + "name": "pagination", + "version": "v9.52.16", + "description": "The Illuminate Pagination package.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/pagination@v9.52.16", + "externalReferences": [ + { + "url": "https://api.github.com/repos/illuminate/pagination/zipball/0c913d6af303ae0060d94d74d68d537637f7e6d4", + "type": "distribution", + "comment": "dist reference: 0c913d6af303ae0060d94d74d68d537637f7e6d4" + }, + { + "url": "https://github.com/illuminate/pagination.git", + "type": "vcs", + "comment": "source reference: 0c913d6af303ae0060d94d74d68d537637f7e6d4" + }, + { + "url": "https://laravel.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/laravel/framework/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/laravel/framework", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "0c913d6af303ae0060d94d74d68d537637f7e6d4" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "0c913d6af303ae0060d94d74d68d537637f7e6d4" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "illuminate/support-9.52.16.0", + "author": "Taylor Otwell", + "group": "illuminate", + "name": "support", + "version": "v9.52.16", + "description": "The Illuminate Support package.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/illuminate/support@v9.52.16", + "externalReferences": [ + { + "url": "https://api.github.com/repos/illuminate/support/zipball/223c608dbca27232df6213f776bfe7bdeec24874", + "type": "distribution", + "comment": "dist reference: 223c608dbca27232df6213f776bfe7bdeec24874" + }, + { + "url": "https://github.com/illuminate/support.git", + "type": "vcs", + "comment": "source reference: 223c608dbca27232df6213f776bfe7bdeec24874" + }, + { + "url": "https://laravel.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/laravel/framework/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/laravel/framework", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "223c608dbca27232df6213f776bfe7bdeec24874" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "223c608dbca27232df6213f776bfe7bdeec24874" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "league/uri-6.7.2.0", + "author": "Ignace Nyamagana Butera", + "group": "league", + "name": "uri", + "version": "6.7.2", + "description": "URI manipulation library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/league/uri@6.7.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/thephpleague/uri/zipball/d3b50812dd51f3fbf176344cc2981db03d10fe06", + "type": "distribution", + "comment": "dist reference: d3b50812dd51f3fbf176344cc2981db03d10fe06" + }, + { + "url": "https://github.com/thephpleague/uri.git", + "type": "vcs", + "comment": "source reference: d3b50812dd51f3fbf176344cc2981db03d10fe06" + }, + { + "url": "https://uri.thephpleague.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://uri.thephpleague.com", + "type": "documentation", + "comment": "as detected from Composer manifest \u0027support.docs\u0027" + }, + { + "url": "https://thephpleague.slack.com", + "type": "other", + "comment": "as detected from Composer manifest \u0027support.forum\u0027" + }, + { + "url": "https://github.com/thephpleague/uri/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/thephpleague/uri/tree/6.7.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "d3b50812dd51f3fbf176344cc2981db03d10fe06" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "d3b50812dd51f3fbf176344cc2981db03d10fe06" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "league/uri-interfaces-2.3.0.0", + "author": "Ignace Nyamagana Butera", + "group": "league", + "name": "uri-interfaces", + "version": "2.3.0", + "description": "Common interface for URI representation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/league/uri-interfaces@2.3.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", + "type": "distribution", + "comment": "dist reference: 00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" + }, + { + "url": "https://github.com/thephpleague/uri-interfaces.git", + "type": "vcs", + "comment": "source reference: 00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" + }, + { + "url": "http://github.com/thephpleague/uri-interfaces", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/thephpleague/uri-interfaces/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "monolog/monolog-2.9.2.0", + "author": "Jordi Boggiano", + "group": "monolog", + "name": "monolog", + "version": "2.9.2", + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/monolog/monolog@2.9.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f", + "type": "distribution", + "comment": "dist reference: 437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" + }, + { + "url": "https://github.com/Seldaek/monolog.git", + "type": "vcs", + "comment": "source reference: 437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" + }, + { + "url": "https://github.com/Seldaek/monolog", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/Seldaek/monolog/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/Seldaek/monolog/tree/2.9.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "nesbot/carbon-2.72.1.0", + "author": "Brian Nesbitt, kylekatarnls", + "group": "nesbot", + "name": "carbon", + "version": "2.72.1", + "description": "An API extension for DateTime that supports 281 different languages.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/nesbot/carbon@2.72.1", + "externalReferences": [ + { + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2b3b3db0a2d0556a177392ff1a3bf5608fa09f78", + "type": "distribution", + "comment": "dist reference: 2b3b3db0a2d0556a177392ff1a3bf5608fa09f78" + }, + { + "url": "https://github.com/briannesbitt/Carbon.git", + "type": "vcs", + "comment": "source reference: 2b3b3db0a2d0556a177392ff1a3bf5608fa09f78" + }, + { + "url": "https://carbon.nesbot.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://carbon.nesbot.com/docs", + "type": "documentation", + "comment": "as detected from Composer manifest \u0027support.docs\u0027" + }, + { + "url": "https://github.com/briannesbitt/Carbon/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/briannesbitt/Carbon", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "2b3b3db0a2d0556a177392ff1a3bf5608fa09f78" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "paragonie/constant_time_encoding-2.6.3.0", + "author": "Paragon Initiative Enterprises, Steve \u0027Sc00bz\u0027 Thomas", + "group": "paragonie", + "name": "constant_time_encoding", + "version": "v2.6.3", + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/paragonie/constant_time_encoding@v2.6.3", + "externalReferences": [ + { + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", + "type": "distribution", + "comment": "dist reference: 58c3f47f650c94ec05a151692652a868995d2938" + }, + { + "url": "https://github.com/paragonie/constant_time_encoding.git", + "type": "vcs", + "comment": "source reference: 58c3f47f650c94ec05a151692652a868995d2938" + }, + { + "url": "info@paragonie.com", + "type": "other", + "comment": "as detected from Composer manifest \u0027support.email\u0027" + }, + { + "url": "https://github.com/paragonie/constant_time_encoding/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/paragonie/constant_time_encoding", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "58c3f47f650c94ec05a151692652a868995d2938" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "58c3f47f650c94ec05a151692652a868995d2938" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "paragonie/random_compat-2.0.21.0", + "author": "Paragon Initiative Enterprises", + "group": "paragonie", + "name": "random_compat", + "version": "v2.0.21", + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/paragonie/random_compat@v2.0.21", + "externalReferences": [ + { + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae", + "type": "distribution", + "comment": "dist reference: 96c132c7f2f7bc3230723b66e89f8f150b29d5ae" + }, + { + "url": "https://github.com/paragonie/random_compat.git", + "type": "vcs", + "comment": "source reference: 96c132c7f2f7bc3230723b66e89f8f150b29d5ae" + }, + { + "url": "info@paragonie.com", + "type": "other", + "comment": "as detected from Composer manifest \u0027support.email\u0027" + }, + { + "url": "https://github.com/paragonie/random_compat/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/paragonie/random_compat", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "php-http/discovery-1.19.2.0", + "author": "M\u00E1rk S\u00E1gi-Kaz\u00E1r", + "group": "php-http", + "name": "discovery", + "version": "1.19.2", + "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/php-http/discovery@1.19.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/php-http/discovery/zipball/61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb", + "type": "distribution", + "comment": "dist reference: 61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + }, + { + "url": "https://github.com/php-http/discovery.git", + "type": "vcs", + "comment": "source reference: 61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + }, + { + "url": "http://php-http.org", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/php-http/discovery/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/php-http/discovery/tree/1.19.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb" + }, + { + "name": "cdx:composer:package:type", + "value": "composer-plugin" + } + ] + }, + { + "type": "library", + "bom-ref": "phpmailer/phpmailer-6.9.1.0", + "author": "Marcus Bointon, Jim Jagielski, Andy Prevost, Brent R. Matzelle", + "group": "phpmailer", + "name": "phpmailer", + "version": "v6.9.1", + "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "licenses": [ + { + "license": { + "id": "LGPL-2.1-only" + } + } + ], + "purl": "pkg:composer/phpmailer/phpmailer@v6.9.1", + "externalReferences": [ + { + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18", + "type": "distribution", + "comment": "dist reference: 039de174cd9c17a8389754d3b877a2ed22743e18" + }, + { + "url": "https://github.com/PHPMailer/PHPMailer.git", + "type": "vcs", + "comment": "source reference: 039de174cd9c17a8389754d3b877a2ed22743e18" + }, + { + "url": "https://github.com/PHPMailer/PHPMailer/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "039de174cd9c17a8389754d3b877a2ed22743e18" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "039de174cd9c17a8389754d3b877a2ed22743e18" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "phpseclib/phpseclib-3.0.34.0", + "author": "Jim Wigginton, Patrick Monnerat, Andreas Fischer, Hans-J\u00FCrgen Petrich, Graham Campbell", + "group": "phpseclib", + "name": "phpseclib", + "version": "3.0.34", + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/phpseclib/phpseclib@3.0.34", + "externalReferences": [ + { + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/56c79f16a6ae17e42089c06a2144467acc35348a", + "type": "distribution", + "comment": "dist reference: 56c79f16a6ae17e42089c06a2144467acc35348a" + }, + { + "url": "https://github.com/phpseclib/phpseclib.git", + "type": "vcs", + "comment": "source reference: 56c79f16a6ae17e42089c06a2144467acc35348a" + }, + { + "url": "http://phpseclib.sourceforge.net", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/phpseclib/phpseclib/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/phpseclib/phpseclib/tree/3.0.34", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "56c79f16a6ae17e42089c06a2144467acc35348a" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "56c79f16a6ae17e42089c06a2144467acc35348a" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "psr/clock-1.0.0.0", + "author": "PHP-FIG", + "group": "psr", + "name": "clock", + "version": "1.0.0", + "description": "Common interface for reading the clock.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/clock@1.0.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "type": "distribution", + "comment": "dist reference: e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + { + "url": "https://github.com/php-fig/clock.git", + "type": "vcs", + "comment": "source reference: e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + { + "url": "https://github.com/php-fig/clock", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/php-fig/clock/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/php-fig/clock/tree/1.0.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "psr/container-2.0.2.0", + "author": "PHP-FIG", + "group": "psr", + "name": "container", + "version": "2.0.2", + "description": "Common Container Interface (PHP FIG PSR-11)", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/container@2.0.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "type": "distribution", + "comment": "dist reference: c71ecc56dfe541dbd90c5360474fbc405f8d5963" + }, + { + "url": "https://github.com/php-fig/container.git", + "type": "vcs", + "comment": "source reference: c71ecc56dfe541dbd90c5360474fbc405f8d5963" + }, + { + "url": "https://github.com/php-fig/container", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/php-fig/container/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/php-fig/container/tree/2.0.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "psr/http-client-1.0.3.0", + "author": "PHP-FIG", + "group": "psr", + "name": "http-client", + "version": "1.0.3", + "description": "Common interface for HTTP clients", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/http-client@1.0.3", + "externalReferences": [ + { + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "type": "distribution", + "comment": "dist reference: bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + { + "url": "https://github.com/php-fig/http-client.git", + "type": "vcs", + "comment": "source reference: bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + { + "url": "https://github.com/php-fig/http-client", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/php-fig/http-client", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "psr/http-factory-1.0.2.0", + "author": "PHP-FIG", + "group": "psr", + "name": "http-factory", + "version": "1.0.2", + "description": "Common interfaces for PSR-7 HTTP message factories", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/http-factory@1.0.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "type": "distribution", + "comment": "dist reference: e616d01114759c4c489f93b099585439f795fe35" + }, + { + "url": "https://github.com/php-fig/http-factory.git", + "type": "vcs", + "comment": "source reference: e616d01114759c4c489f93b099585439f795fe35" + }, + { + "url": "https://github.com/php-fig/http-factory/tree/1.0.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "e616d01114759c4c489f93b099585439f795fe35" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "e616d01114759c4c489f93b099585439f795fe35" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "psr/http-message-1.1.0.0", + "author": "PHP-FIG", + "group": "psr", + "name": "http-message", + "version": "1.1", + "description": "Common interface for HTTP messages", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/http-message@1.1", + "externalReferences": [ + { + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "type": "distribution", + "comment": "dist reference: cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + { + "url": "https://github.com/php-fig/http-message.git", + "type": "vcs", + "comment": "source reference: cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + { + "url": "https://github.com/php-fig/http-message", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/php-fig/http-message/tree/1.1", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "psr/http-server-handler-1.0.2.0", + "author": "PHP-FIG", + "group": "psr", + "name": "http-server-handler", + "version": "1.0.2", + "description": "Common interface for HTTP server-side request handler", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/http-server-handler@1.0.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4", + "type": "distribution", + "comment": "dist reference: 84c4fb66179be4caaf8e97bd239203245302e7d4" + }, + { + "url": "https://github.com/php-fig/http-server-handler.git", + "type": "vcs", + "comment": "source reference: 84c4fb66179be4caaf8e97bd239203245302e7d4" + }, + { + "url": "https://github.com/php-fig/http-server-handler/tree/1.0.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "84c4fb66179be4caaf8e97bd239203245302e7d4" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "84c4fb66179be4caaf8e97bd239203245302e7d4" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "psr/http-server-middleware-1.0.2.0", + "author": "PHP-FIG", + "group": "psr", + "name": "http-server-middleware", + "version": "1.0.2", + "description": "Common interface for HTTP server-side middleware", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/http-server-middleware@1.0.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829", + "type": "distribution", + "comment": "dist reference: c1481f747daaa6a0782775cd6a8c26a1bf4a3829" + }, + { + "url": "https://github.com/php-fig/http-server-middleware.git", + "type": "vcs", + "comment": "source reference: c1481f747daaa6a0782775cd6a8c26a1bf4a3829" + }, + { + "url": "https://github.com/php-fig/http-server-middleware/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/php-fig/http-server-middleware/tree/1.0.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "psr/log-1.1.4.0", + "author": "PHP-FIG", + "group": "psr", + "name": "log", + "version": "1.1.4", + "description": "Common interface for logging libraries", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/log@1.1.4", + "externalReferences": [ + { + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "type": "distribution", + "comment": "dist reference: d49695b909c3b7628b6289db5479a1c204601f11" + }, + { + "url": "https://github.com/php-fig/log.git", + "type": "vcs", + "comment": "source reference: d49695b909c3b7628b6289db5479a1c204601f11" + }, + { + "url": "https://github.com/php-fig/log", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "psr/simple-cache-1.0.1.0", + "author": "PHP-FIG", + "group": "psr", + "name": "simple-cache", + "version": "1.0.1", + "description": "Common interfaces for simple caching", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/psr/simple-cache@1.0.1", + "externalReferences": [ + { + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "type": "distribution", + "comment": "dist reference: 408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + { + "url": "https://github.com/php-fig/simple-cache.git", + "type": "vcs", + "comment": "source reference: 408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "ralouphie/getallheaders-3.0.3.0", + "author": "Ralph Khattar", + "group": "ralouphie", + "name": "getallheaders", + "version": "3.0.3", + "description": "A polyfill for getallheaders.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/ralouphie/getallheaders@3.0.3", + "externalReferences": [ + { + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "type": "distribution", + "comment": "dist reference: 120b605dfeb996808c31b6477290a714d356e822" + }, + { + "url": "https://github.com/ralouphie/getallheaders.git", + "type": "vcs", + "comment": "source reference: 120b605dfeb996808c31b6477290a714d356e822" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "120b605dfeb996808c31b6477290a714d356e822" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "120b605dfeb996808c31b6477290a714d356e822" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "ramsey/collection-1.3.0.0", + "author": "Ben Ramsey", + "group": "ramsey", + "name": "collection", + "version": "1.3.0", + "description": "A PHP library for representing and manipulating collections.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/ramsey/collection@1.3.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4", + "type": "distribution", + "comment": "dist reference: ad7475d1c9e70b190ecffc58f2d989416af339b4" + }, + { + "url": "https://github.com/ramsey/collection.git", + "type": "vcs", + "comment": "source reference: ad7475d1c9e70b190ecffc58f2d989416af339b4" + }, + { + "url": "https://github.com/ramsey/collection/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/ramsey/collection/tree/1.3.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "ad7475d1c9e70b190ecffc58f2d989416af339b4" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "ad7475d1c9e70b190ecffc58f2d989416af339b4" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "ramsey/uuid-4.7.5.0", + "group": "ramsey", + "name": "uuid", + "version": "4.7.5", + "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/ramsey/uuid@4.7.5", + "externalReferences": [ + { + "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e", + "type": "distribution", + "comment": "dist reference: 5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + }, + { + "url": "https://github.com/ramsey/uuid.git", + "type": "vcs", + "comment": "source reference: 5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + }, + { + "url": "https://github.com/ramsey/uuid/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/ramsey/uuid/tree/4.7.5", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "spomky-labs/base64url-2.0.4.0", + "author": "Florent Morselli", + "group": "spomky-labs", + "name": "base64url", + "version": "v2.0.4", + "description": "Base 64 URL Safe Encoding/Decoding PHP Library", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/spomky-labs/base64url@v2.0.4", + "externalReferences": [ + { + "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d", + "type": "distribution", + "comment": "dist reference: 7752ce931ec285da4ed1f4c5aa27e45e097be61d" + }, + { + "url": "https://github.com/Spomky-Labs/base64url.git", + "type": "vcs", + "comment": "source reference: 7752ce931ec285da4ed1f4c5aa27e45e097be61d" + }, + { + "url": "https://github.com/Spomky-Labs/base64url", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "7752ce931ec285da4ed1f4c5aa27e45e097be61d" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "7752ce931ec285da4ed1f4c5aa27e45e097be61d" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "spomky-labs/cbor-php-2.1.0.0", + "author": "Florent Morselli, All contributors", + "group": "spomky-labs", + "name": "cbor-php", + "version": "v2.1.0", + "description": "CBOR Encoder/Decoder for PHP", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/spomky-labs/cbor-php@v2.1.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/28e2712cfc0b48fae661a48ffc6896d7abe83684", + "type": "distribution", + "comment": "dist reference: 28e2712cfc0b48fae661a48ffc6896d7abe83684" + }, + { + "url": "https://github.com/Spomky-Labs/cbor-php.git", + "type": "vcs", + "comment": "source reference: 28e2712cfc0b48fae661a48ffc6896d7abe83684" + }, + { + "url": "https://github.com/Spomky-Labs/cbor-php/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/Spomky-Labs/cbor-php/tree/v2.1.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "28e2712cfc0b48fae661a48ffc6896d7abe83684" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "28e2712cfc0b48fae661a48ffc6896d7abe83684" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/deprecation-contracts-3.0.2.0", + "author": "Nicolas Grekas, Symfony Community", + "group": "symfony", + "name": "deprecation-contracts", + "version": "v3.0.2", + "description": "A generic function and convention to trigger deprecation notices", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/deprecation-contracts@v3.0.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c", + "type": "distribution", + "comment": "dist reference: 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" + }, + { + "url": "https://github.com/symfony/deprecation-contracts.git", + "type": "vcs", + "comment": "source reference: 26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/http-client-5.4.31.0", + "author": "Nicolas Grekas, Symfony Community", + "group": "symfony", + "name": "http-client", + "version": "v5.4.31", + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/http-client@v5.4.31", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/http-client/zipball/6cdf6cdf48101454f014a9ab4e0905f0b902389d", + "type": "distribution", + "comment": "dist reference: 6cdf6cdf48101454f014a9ab4e0905f0b902389d" + }, + { + "url": "https://github.com/symfony/http-client.git", + "type": "vcs", + "comment": "source reference: 6cdf6cdf48101454f014a9ab4e0905f0b902389d" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/http-client/tree/v5.4.31", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "6cdf6cdf48101454f014a9ab4e0905f0b902389d" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "6cdf6cdf48101454f014a9ab4e0905f0b902389d" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/http-client-contracts-2.5.2.0", + "author": "Nicolas Grekas, Symfony Community", + "group": "symfony", + "name": "http-client-contracts", + "version": "v2.5.2", + "description": "Generic abstractions related to HTTP clients", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/http-client-contracts@v2.5.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "type": "distribution", + "comment": "dist reference: ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + { + "url": "https://github.com/symfony/http-client-contracts.git", + "type": "vcs", + "comment": "source reference: ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/http-client-contracts/tree/v2.5.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/http-foundation-6.0.20.0", + "author": "Fabien Potencier, Symfony Community", + "group": "symfony", + "name": "http-foundation", + "version": "v6.0.20", + "description": "Defines an object-oriented layer for the HTTP specification", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/http-foundation@v6.0.20", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e16b2676a4b3b1fa12378a20b29c364feda2a8d6", + "type": "distribution", + "comment": "dist reference: e16b2676a4b3b1fa12378a20b29c364feda2a8d6" + }, + { + "url": "https://github.com/symfony/http-foundation.git", + "type": "vcs", + "comment": "source reference: e16b2676a4b3b1fa12378a20b29c364feda2a8d6" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/http-foundation/tree/v6.0.20", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "e16b2676a4b3b1fa12378a20b29c364feda2a8d6" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/polyfill-mbstring-1.28.0.0", + "author": "Nicolas Grekas, Symfony Community", + "group": "symfony", + "name": "polyfill-mbstring", + "version": "v1.28.0", + "description": "Symfony polyfill for the Mbstring extension", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/polyfill-mbstring@v1.28.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", + "type": "distribution", + "comment": "dist reference: 42292d99c55abe617799667f454222c54c60e229" + }, + { + "url": "https://github.com/symfony/polyfill-mbstring.git", + "type": "vcs", + "comment": "source reference: 42292d99c55abe617799667f454222c54c60e229" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "42292d99c55abe617799667f454222c54c60e229" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "42292d99c55abe617799667f454222c54c60e229" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/polyfill-php73-1.28.0.0", + "author": "Nicolas Grekas, Symfony Community", + "group": "symfony", + "name": "polyfill-php73", + "version": "v1.28.0", + "description": "Symfony polyfill backporting some PHP 7.3\u002B features to lower PHP versions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/polyfill-php73@v1.28.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", + "type": "distribution", + "comment": "dist reference: fe2f306d1d9d346a7fee353d0d5012e401e984b5" + }, + { + "url": "https://github.com/symfony/polyfill-php73.git", + "type": "vcs", + "comment": "source reference: fe2f306d1d9d346a7fee353d0d5012e401e984b5" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/polyfill-php73/tree/v1.28.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/polyfill-php80-1.28.0.0", + "author": "Ion Bazan, Nicolas Grekas, Symfony Community", + "group": "symfony", + "name": "polyfill-php80", + "version": "v1.28.0", + "description": "Symfony polyfill backporting some PHP 8.0\u002B features to lower PHP versions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/polyfill-php80@v1.28.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "type": "distribution", + "comment": "dist reference: 6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + }, + { + "url": "https://github.com/symfony/polyfill-php80.git", + "type": "vcs", + "comment": "source reference: 6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/polyfill-php80/tree/v1.28.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/polyfill-php81-1.28.0.0", + "author": "Nicolas Grekas, Symfony Community", + "group": "symfony", + "name": "polyfill-php81", + "version": "v1.28.0", + "description": "Symfony polyfill backporting some PHP 8.1\u002B features to lower PHP versions", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/polyfill-php81@v1.28.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "type": "distribution", + "comment": "dist reference: 7581cd600fa9fd681b797d00b02f068e2f13263b" + }, + { + "url": "https://github.com/symfony/polyfill-php81.git", + "type": "vcs", + "comment": "source reference: 7581cd600fa9fd681b797d00b02f068e2f13263b" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/polyfill-php81/tree/v1.28.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "7581cd600fa9fd681b797d00b02f068e2f13263b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "7581cd600fa9fd681b797d00b02f068e2f13263b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/process-5.4.28.0", + "author": "Fabien Potencier, Symfony Community", + "group": "symfony", + "name": "process", + "version": "v5.4.28", + "description": "Executes commands in sub-processes", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/process@v5.4.28", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", + "type": "distribution", + "comment": "dist reference: 45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + }, + { + "url": "https://github.com/symfony/process.git", + "type": "vcs", + "comment": "source reference: 45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/process/tree/v5.4.28", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/psr-http-message-bridge-2.3.1.0", + "author": "Fabien Potencier, Symfony Community", + "group": "symfony", + "name": "psr-http-message-bridge", + "version": "v2.3.1", + "description": "PSR HTTP message bridge", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/psr-http-message-bridge@v2.3.1", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e", + "type": "distribution", + "comment": "dist reference: 581ca6067eb62640de5ff08ee1ba6850a0ee472e" + }, + { + "url": "https://github.com/symfony/psr-http-message-bridge.git", + "type": "vcs", + "comment": "source reference: 581ca6067eb62640de5ff08ee1ba6850a0ee472e" + }, + { + "url": "http://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/psr-http-message-bridge/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/symfony/psr-http-message-bridge/tree/v2.3.1", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "581ca6067eb62640de5ff08ee1ba6850a0ee472e" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "581ca6067eb62640de5ff08ee1ba6850a0ee472e" + }, + { + "name": "cdx:composer:package:type", + "value": "symfony-bridge" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/service-contracts-3.0.2.0", + "author": "Nicolas Grekas, Symfony Community", + "group": "symfony", + "name": "service-contracts", + "version": "v3.0.2", + "description": "Generic abstractions related to writing services", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/service-contracts@v3.0.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d78d39c1599bd1188b8e26bb341da52c3c6d8a66", + "type": "distribution", + "comment": "dist reference: d78d39c1599bd1188b8e26bb341da52c3c6d8a66" + }, + { + "url": "https://github.com/symfony/service-contracts.git", + "type": "vcs", + "comment": "source reference: d78d39c1599bd1188b8e26bb341da52c3c6d8a66" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/service-contracts/tree/v3.0.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "d78d39c1599bd1188b8e26bb341da52c3c6d8a66" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/translation-6.0.19.0", + "author": "Fabien Potencier, Symfony Community", + "group": "symfony", + "name": "translation", + "version": "v6.0.19", + "description": "Provides tools to internationalize your application", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/translation@v6.0.19", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/translation/zipball/9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f", + "type": "distribution", + "comment": "dist reference: 9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" + }, + { + "url": "https://github.com/symfony/translation.git", + "type": "vcs", + "comment": "source reference: 9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/translation/tree/v6.0.19", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "9c24b3fdbbe9fb2ef3a6afd8bbaadfd72dad681f" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "symfony/translation-contracts-3.0.2.0", + "author": "Nicolas Grekas, Symfony Community", + "group": "symfony", + "name": "translation-contracts", + "version": "v3.0.2", + "description": "Generic abstractions related to translation", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/symfony/translation-contracts@v3.0.2", + "externalReferences": [ + { + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282", + "type": "distribution", + "comment": "dist reference: acbfbb274e730e5a0236f619b6168d9dedb3e282" + }, + { + "url": "https://github.com/symfony/translation-contracts.git", + "type": "vcs", + "comment": "source reference: acbfbb274e730e5a0236f619b6168d9dedb3e282" + }, + { + "url": "https://symfony.com", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/symfony/translation-contracts/tree/v3.0.2", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "acbfbb274e730e5a0236f619b6168d9dedb3e282" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "acbfbb274e730e5a0236f619b6168d9dedb3e282" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "thecodingmachine/safe-1.3.3.0", + "group": "thecodingmachine", + "name": "safe", + "version": "v1.3.3", + "description": "PHP core functions that throw exceptions instead of returning FALSE on error", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/thecodingmachine/safe@v1.3.3", + "externalReferences": [ + { + "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc", + "type": "distribution", + "comment": "dist reference: a8ab0876305a4cdaef31b2350fcb9811b5608dbc" + }, + { + "url": "https://github.com/thecodingmachine/safe.git", + "type": "vcs", + "comment": "source reference: a8ab0876305a4cdaef31b2350fcb9811b5608dbc" + }, + { + "url": "https://github.com/thecodingmachine/safe/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/thecodingmachine/safe/tree/v1.3.3", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "voku/portable-ascii-2.0.1.0", + "author": "Lars Moelleken", + "group": "voku", + "name": "portable-ascii", + "version": "2.0.1", + "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/voku/portable-ascii@2.0.1", + "externalReferences": [ + { + "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", + "type": "distribution", + "comment": "dist reference: b56450eed252f6801410d810c8e1727224ae0743" + }, + { + "url": "https://github.com/voku/portable-ascii.git", + "type": "vcs", + "comment": "source reference: b56450eed252f6801410d810c8e1727224ae0743" + }, + { + "url": "https://github.com/voku/portable-ascii", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/voku/portable-ascii/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/voku/portable-ascii/tree/2.0.1", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "b56450eed252f6801410d810c8e1727224ae0743" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "b56450eed252f6801410d810c8e1727224ae0743" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "web-auth/cose-lib-3.3.12.0", + "author": "Florent Morselli, All contributors", + "group": "web-auth", + "name": "cose-lib", + "version": "v3.3.12", + "description": "CBOR Object Signing and Encryption (COSE) For PHP", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-auth/cose-lib@v3.3.12", + "externalReferences": [ + { + "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/efa6ec2ba4e840bc1316a493973c9916028afeeb", + "type": "distribution", + "comment": "dist reference: efa6ec2ba4e840bc1316a493973c9916028afeeb" + }, + { + "url": "https://github.com/web-auth/cose-lib.git", + "type": "vcs", + "comment": "source reference: efa6ec2ba4e840bc1316a493973c9916028afeeb" + }, + { + "url": "https://github.com/web-auth", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/web-auth/cose-lib/tree/v3.3.12", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "efa6ec2ba4e840bc1316a493973c9916028afeeb" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "efa6ec2ba4e840bc1316a493973c9916028afeeb" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "web-auth/metadata-service-3.3.12.0", + "author": "Florent Morselli, All contributors", + "group": "web-auth", + "name": "metadata-service", + "version": "v3.3.12", + "description": "Metadata Service for FIDO2/Webauthn", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-auth/metadata-service@v3.3.12", + "externalReferences": [ + { + "url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/ef40d2b7b68c4964247d13fab52e2fa8dbd65246", + "type": "distribution", + "comment": "dist reference: ef40d2b7b68c4964247d13fab52e2fa8dbd65246" + }, + { + "url": "https://github.com/web-auth/webauthn-metadata-service.git", + "type": "vcs", + "comment": "source reference: ef40d2b7b68c4964247d13fab52e2fa8dbd65246" + }, + { + "url": "https://github.com/web-auth", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/web-auth/webauthn-metadata-service/tree/v3.3.12", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "ef40d2b7b68c4964247d13fab52e2fa8dbd65246" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "web-auth/webauthn-lib-3.3.12.0", + "author": "Florent Morselli, All contributors", + "group": "web-auth", + "name": "webauthn-lib", + "version": "v3.3.12", + "description": "FIDO2/Webauthn Support For PHP", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-auth/webauthn-lib@v3.3.12", + "externalReferences": [ + { + "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/5ef9b21c8e9f8a817e524ac93290d08a9f065b33", + "type": "distribution", + "comment": "dist reference: 5ef9b21c8e9f8a817e524ac93290d08a9f065b33" + }, + { + "url": "https://github.com/web-auth/webauthn-lib.git", + "type": "vcs", + "comment": "source reference: 5ef9b21c8e9f8a817e524ac93290d08a9f065b33" + }, + { + "url": "https://github.com/web-auth", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/web-auth/webauthn-lib/tree/v3.3.12", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "5ef9b21c8e9f8a817e524ac93290d08a9f065b33" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "web-token/jwt-checker-2.2.11.0", + "author": "Florent Morselli, All contributors", + "group": "web-token", + "name": "jwt-checker", + "version": "v2.2.11", + "description": "Checker component of the JWT Framework.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-checker@v2.2.11", + "externalReferences": [ + { + "url": "https://api.github.com/repos/web-token/jwt-checker/zipball/5f31d98155951739e2fae7455e8466ccddd08f50", + "type": "distribution", + "comment": "dist reference: 5f31d98155951739e2fae7455e8466ccddd08f50" + }, + { + "url": "https://github.com/web-token/jwt-checker.git", + "type": "vcs", + "comment": "source reference: 5f31d98155951739e2fae7455e8466ccddd08f50" + }, + { + "url": "https://github.com/web-token", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "5f31d98155951739e2fae7455e8466ccddd08f50" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "5f31d98155951739e2fae7455e8466ccddd08f50" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "web-token/jwt-core-2.2.11.0", + "author": "Florent Morselli, All contributors", + "group": "web-token", + "name": "jwt-core", + "version": "v2.2.11", + "description": "Core component of the JWT Framework.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-core@v2.2.11", + "externalReferences": [ + { + "url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678", + "type": "distribution", + "comment": "dist reference: 53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" + }, + { + "url": "https://github.com/web-token/jwt-core.git", + "type": "vcs", + "comment": "source reference: 53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" + }, + { + "url": "https://github.com/web-token", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "web-token/jwt-easy-2.2.11.0", + "author": "Florent Morselli, All contributors", + "group": "web-token", + "name": "jwt-easy", + "version": "v2.2.11", + "description": "Easy toolset to use the JWT Framework.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-easy@v2.2.11", + "externalReferences": [ + { + "url": "https://api.github.com/repos/web-token/jwt-easy/zipball/01db23252bb53d4fd36975b55dd58466bab1bb30", + "type": "distribution", + "comment": "dist reference: 01db23252bb53d4fd36975b55dd58466bab1bb30" + }, + { + "url": "https://github.com/web-token/jwt-easy.git", + "type": "vcs", + "comment": "source reference: 01db23252bb53d4fd36975b55dd58466bab1bb30" + }, + { + "url": "https://github.com/web-token", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "01db23252bb53d4fd36975b55dd58466bab1bb30" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "01db23252bb53d4fd36975b55dd58466bab1bb30" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "web-token/jwt-encryption-2.2.11.0", + "author": "Florent Morselli, All contributors", + "group": "web-token", + "name": "jwt-encryption", + "version": "v2.2.11", + "description": "Encryption component of the JWT Framework.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-encryption@v2.2.11", + "externalReferences": [ + { + "url": "https://api.github.com/repos/web-token/jwt-encryption/zipball/3b8d67d7c5c013750703e7c27f1001544407bbb2", + "type": "distribution", + "comment": "dist reference: 3b8d67d7c5c013750703e7c27f1001544407bbb2" + }, + { + "url": "https://github.com/web-token/jwt-encryption.git", + "type": "vcs", + "comment": "source reference: 3b8d67d7c5c013750703e7c27f1001544407bbb2" + }, + { + "url": "https://github.com/web-token", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "3b8d67d7c5c013750703e7c27f1001544407bbb2" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "3b8d67d7c5c013750703e7c27f1001544407bbb2" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "web-token/jwt-key-mgmt-2.2.11.0", + "author": "Florent Morselli, All contributors", + "group": "web-token", + "name": "jwt-key-mgmt", + "version": "v2.2.11", + "description": "Key Management component of the JWT Framework.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-key-mgmt@v2.2.11", + "externalReferences": [ + { + "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/0b116379515700d237b4e5de86879078ccb09d8a", + "type": "distribution", + "comment": "dist reference: 0b116379515700d237b4e5de86879078ccb09d8a" + }, + { + "url": "https://github.com/web-token/jwt-key-mgmt.git", + "type": "vcs", + "comment": "source reference: 0b116379515700d237b4e5de86879078ccb09d8a" + }, + { + "url": "https://github.com/web-token", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "0b116379515700d237b4e5de86879078ccb09d8a" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "0b116379515700d237b4e5de86879078ccb09d8a" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "web-token/jwt-signature-2.2.11.0", + "author": "Florent Morselli, All contributors", + "group": "web-token", + "name": "jwt-signature", + "version": "v2.2.11", + "description": "Signature component of the JWT Framework.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-signature@v2.2.11", + "externalReferences": [ + { + "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103", + "type": "distribution", + "comment": "dist reference: 015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" + }, + { + "url": "https://github.com/web-token/jwt-signature.git", + "type": "vcs", + "comment": "source reference: 015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" + }, + { + "url": "https://github.com/web-token", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "web-token/jwt-signature-algorithm-rsa-2.2.11.0", + "author": "Florent Morselli, All contributors", + "group": "web-token", + "name": "jwt-signature-algorithm-rsa", + "version": "v2.2.11", + "description": "RSA Based Signature Algorithms the JWT Framework.", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/web-token/jwt-signature-algorithm-rsa@v2.2.11", + "externalReferences": [ + { + "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/513ad90eb5ef1886ff176727a769bda4618141b0", + "type": "distribution", + "comment": "dist reference: 513ad90eb5ef1886ff176727a769bda4618141b0" + }, + { + "url": "https://github.com/web-token/jwt-signature-algorithm-rsa.git", + "type": "vcs", + "comment": "source reference: 513ad90eb5ef1886ff176727a769bda4618141b0" + }, + { + "url": "https://github.com/web-token", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "513ad90eb5ef1886ff176727a769bda4618141b0" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "513ad90eb5ef1886ff176727a769bda4618141b0" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "webklex/php-imap-5.5.0.0", + "author": "Malte Goldenbaum", + "group": "webklex", + "name": "php-imap", + "version": "5.5.0", + "description": "PHP IMAP client", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:composer/webklex/php-imap@5.5.0", + "externalReferences": [ + { + "url": "https://api.github.com/repos/Webklex/php-imap/zipball/3c23c8f66b772ce8597772816e068326559e7e4b", + "type": "distribution", + "comment": "dist reference: 3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "url": "https://github.com/Webklex/php-imap.git", + "type": "vcs", + "comment": "source reference: 3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "url": "https://github.com/webklex/php-imap", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/Webklex/php-imap/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/Webklex/php-imap/tree/5.5.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "application", + "bom-ref": "__root__-dev-develop", + "name": "__root__", + "version": "dev-develop", + "purl": "pkg:composer/__root__@dev-develop", + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "3c698a7ce739638be5c95a2ab7a3ff7c0d871c1f" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "3c698a7ce739638be5c95a2ab7a3ff7c0d871c1f" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "library", + "bom-ref": "73140e29-f689-49c1-9b10-28ff13117f68", + "group": "cdx:npm:package:bundled", + "name": "@popperjs/core", + "version": "2.11.6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40popperjs/core@2.11.6" + }, + { + "type": "library", + "bom-ref": "d0142b40-7a81-4f6b-b681-af8ab91ea836", + "group": "cdx:npm:package:bundled", + "name": "cropperjs", + "version": "1.6.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/cropperjs@1.6.1" + }, + { + "type": "library", + "bom-ref": "c4134441-7211-47d1-a970-202c819157d1", + "group": "cdx:npm:package:bundled", + "name": "flatpickr", + "version": "4.6.13", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/flatpickr@4.6.13" + }, + { + "type": "library", + "bom-ref": "599b305d-5cc9-4fa5-8594-e95bf8c723ef", + "group": "cdx:npm:package:bundled", + "name": "jQuery", + "version": "3.7.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/jquery@3.7.1" + }, + { + "type": "library", + "bom-ref": "394fe3c8-0e03-407a-96e2-2d3608e97265", + "group": "cdx:npm:package:bundled", + "name": "sortablejs", + "version": "1.15.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/sortablejs@1.15.0" + }, + { + "type": "library", + "bom-ref": "b1e652b5-d76e-4b07-acab-2d1a0908a96f", + "group": "cdx:npm:package:bundled", + "name": "sweetalert2", + "version": "11.7.27", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/sweetalert2@11.7.27" + }, + { + "type": "library", + "bom-ref": "72240acd-7de4-4058-b56f-e64638babcbf", + "group": "cdx:composer:package", + "name": "tecnickcom/tcpdf", + "version": "6.6.2", + "licenses": [ + { + "license": { + "id": "LGPL-3.0\u002B" + } + } + ], + "purl": "pkg:composer/tecnickcom/tcpdf@6.6.2" + }, + { + "type": "library", + "bom-ref": "34edec4c-ebfc-48c9-92e0-917d8004e6b0", + "group": "cdx:npm:package:bundled", + "name": "tippy.js", + "version": "6.3.7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/tippy.js@6.3.7" + }, + { + "type": "application", + "bom-ref": "c2095505-c3af-4958-af68-6a61f216807d", + "name": "LDAP Account Manager", + "version": "SNAPSHOT" + } + ], + "dependencies": [ + { + "ref": "beberlei/assert-3.3.2.0" + }, + { + "ref": "brick/math-0.9.3.0" + }, + { + "ref": "carbonphp/carbon-doctrine-types-2.0.0.0" + }, + { + "ref": "christian-riesen/base32-1.6.0.0" + }, + { + "ref": "doctrine/inflector-2.0.8.0" + }, + { + "ref": "duosecurity/duo_universal_php-1.0.2.0", + "dependsOn": [ + "firebase/php-jwt-6.10.0.0" + ] + }, + { + "ref": "facile-it/php-jose-verifier-0.3.0.0", + "dependsOn": [ + "php-http/discovery-1.19.2.0", + "psr/http-client-1.0.3.0", + "psr/http-message-1.1.0.0", + "psr/simple-cache-1.0.1.0", + "spomky-labs/base64url-2.0.4.0", + "symfony/polyfill-mbstring-1.28.0.0", + "web-token/jwt-checker-2.2.11.0", + "web-token/jwt-core-2.2.11.0", + "web-token/jwt-easy-2.2.11.0", + "web-token/jwt-key-mgmt-2.2.11.0", + "web-token/jwt-signature-2.2.11.0", + "web-token/jwt-signature-algorithm-rsa-2.2.11.0" + ] + }, + { + "ref": "facile-it/php-openid-client-0.2.0.0", + "dependsOn": [ + "facile-it/php-jose-verifier-0.3.0.0", + "php-http/discovery-1.19.2.0", + "psr/http-client-1.0.3.0", + "psr/http-factory-1.0.2.0", + "psr/http-message-1.1.0.0", + "psr/http-server-middleware-1.0.2.0", + "web-token/jwt-checker-2.2.11.0", + "web-token/jwt-core-2.2.11.0", + "web-token/jwt-easy-2.2.11.0", + "web-token/jwt-encryption-2.2.11.0", + "web-token/jwt-key-mgmt-2.2.11.0", + "web-token/jwt-signature-2.2.11.0", + "web-token/jwt-signature-algorithm-rsa-2.2.11.0" + ] + }, + { + "ref": "fgrosse/phpasn1-2.5.0.0" + }, + { + "ref": "firebase/php-jwt-6.10.0.0" + }, + { + "ref": "guzzlehttp/psr7-1.9.1.0", + "dependsOn": [ + "psr/http-message-1.1.0.0", + "ralouphie/getallheaders-3.0.3.0" + ] + }, + { + "ref": "http-interop/http-factory-guzzle-1.2.0.0", + "dependsOn": [ + "guzzlehttp/psr7-1.9.1.0", + "psr/http-factory-1.0.2.0" + ] + }, + { + "ref": "illuminate/collections-9.52.16.0", + "dependsOn": [ + "illuminate/conditionable-9.52.16.0", + "illuminate/contracts-9.52.16.0", + "illuminate/macroable-9.52.16.0" + ] + }, + { + "ref": "illuminate/conditionable-9.52.16.0" + }, + { + "ref": "illuminate/contracts-9.52.16.0", + "dependsOn": [ + "psr/container-2.0.2.0", + "psr/simple-cache-1.0.1.0" + ] + }, + { + "ref": "illuminate/macroable-9.52.16.0" + }, + { + "ref": "illuminate/pagination-9.52.16.0", + "dependsOn": [ + "illuminate/collections-9.52.16.0", + "illuminate/contracts-9.52.16.0", + "illuminate/support-9.52.16.0" + ] + }, + { + "ref": "illuminate/support-9.52.16.0", + "dependsOn": [ + "doctrine/inflector-2.0.8.0", + "illuminate/collections-9.52.16.0", + "illuminate/conditionable-9.52.16.0", + "illuminate/contracts-9.52.16.0", + "illuminate/macroable-9.52.16.0", + "nesbot/carbon-2.72.1.0", + "voku/portable-ascii-2.0.1.0" + ] + }, + { + "ref": "league/uri-6.7.2.0", + "dependsOn": [ + "league/uri-interfaces-2.3.0.0", + "psr/http-message-1.1.0.0" + ] + }, + { + "ref": "league/uri-interfaces-2.3.0.0" + }, + { + "ref": "monolog/monolog-2.9.2.0", + "dependsOn": [ + "psr/log-1.1.4.0" + ] + }, + { + "ref": "nesbot/carbon-2.72.1.0", + "dependsOn": [ + "carbonphp/carbon-doctrine-types-2.0.0.0", + "psr/clock-1.0.0.0", + "symfony/polyfill-mbstring-1.28.0.0", + "symfony/polyfill-php80-1.28.0.0", + "symfony/translation-6.0.19.0" + ] + }, + { + "ref": "paragonie/constant_time_encoding-2.6.3.0" + }, + { + "ref": "paragonie/random_compat-2.0.21.0" + }, + { + "ref": "php-http/discovery-1.19.2.0" + }, + { + "ref": "phpmailer/phpmailer-6.9.1.0" + }, + { + "ref": "phpseclib/phpseclib-3.0.34.0", + "dependsOn": [ + "paragonie/constant_time_encoding-2.6.3.0", + "paragonie/random_compat-2.0.21.0" + ] + }, + { + "ref": "psr/clock-1.0.0.0" + }, + { + "ref": "psr/container-2.0.2.0" + }, + { + "ref": "psr/http-client-1.0.3.0", + "dependsOn": [ + "psr/http-message-1.1.0.0" + ] + }, + { + "ref": "psr/http-factory-1.0.2.0", + "dependsOn": [ + "psr/http-message-1.1.0.0" + ] + }, + { + "ref": "psr/http-message-1.1.0.0" + }, + { + "ref": "psr/http-server-handler-1.0.2.0", + "dependsOn": [ + "psr/http-message-1.1.0.0" + ] + }, + { + "ref": "psr/http-server-middleware-1.0.2.0", + "dependsOn": [ + "psr/http-message-1.1.0.0", + "psr/http-server-handler-1.0.2.0" + ] + }, + { + "ref": "psr/log-1.1.4.0" + }, + { + "ref": "psr/simple-cache-1.0.1.0" + }, + { + "ref": "ralouphie/getallheaders-3.0.3.0" + }, + { + "ref": "ramsey/collection-1.3.0.0", + "dependsOn": [ + "symfony/polyfill-php81-1.28.0.0" + ] + }, + { + "ref": "ramsey/uuid-4.7.5.0", + "dependsOn": [ + "brick/math-0.9.3.0", + "ramsey/collection-1.3.0.0" + ] + }, + { + "ref": "spomky-labs/base64url-2.0.4.0" + }, + { + "ref": "spomky-labs/cbor-php-2.1.0.0", + "dependsOn": [ + "brick/math-0.9.3.0" + ] + }, + { + "ref": "symfony/deprecation-contracts-3.0.2.0" + }, + { + "ref": "symfony/http-client-5.4.31.0", + "dependsOn": [ + "psr/log-1.1.4.0", + "symfony/deprecation-contracts-3.0.2.0", + "symfony/http-client-contracts-2.5.2.0", + "symfony/polyfill-php73-1.28.0.0", + "symfony/polyfill-php80-1.28.0.0", + "symfony/service-contracts-3.0.2.0" + ] + }, + { + "ref": "symfony/http-client-contracts-2.5.2.0" + }, + { + "ref": "symfony/http-foundation-6.0.20.0", + "dependsOn": [ + "symfony/deprecation-contracts-3.0.2.0", + "symfony/polyfill-mbstring-1.28.0.0" + ] + }, + { + "ref": "symfony/polyfill-mbstring-1.28.0.0" + }, + { + "ref": "symfony/polyfill-php73-1.28.0.0" + }, + { + "ref": "symfony/polyfill-php80-1.28.0.0" + }, + { + "ref": "symfony/polyfill-php81-1.28.0.0" + }, + { + "ref": "symfony/process-5.4.28.0", + "dependsOn": [ + "symfony/polyfill-php80-1.28.0.0" + ] + }, + { + "ref": "symfony/psr-http-message-bridge-2.3.1.0", + "dependsOn": [ + "psr/http-message-1.1.0.0", + "symfony/deprecation-contracts-3.0.2.0", + "symfony/http-foundation-6.0.20.0" + ] + }, + { + "ref": "symfony/service-contracts-3.0.2.0", + "dependsOn": [ + "psr/container-2.0.2.0" + ] + }, + { + "ref": "symfony/translation-6.0.19.0", + "dependsOn": [ + "symfony/polyfill-mbstring-1.28.0.0", + "symfony/translation-contracts-3.0.2.0" + ] + }, + { + "ref": "symfony/translation-contracts-3.0.2.0" + }, + { + "ref": "thecodingmachine/safe-1.3.3.0" + }, + { + "ref": "voku/portable-ascii-2.0.1.0" + }, + { + "ref": "web-auth/cose-lib-3.3.12.0", + "dependsOn": [ + "beberlei/assert-3.3.2.0", + "fgrosse/phpasn1-2.5.0.0" + ] + }, + { + "ref": "web-auth/metadata-service-3.3.12.0", + "dependsOn": [ + "beberlei/assert-3.3.2.0", + "league/uri-6.7.2.0", + "psr/http-client-1.0.3.0", + "psr/http-factory-1.0.2.0", + "psr/log-1.1.4.0" + ] + }, + { + "ref": "web-auth/webauthn-lib-3.3.12.0", + "dependsOn": [ + "beberlei/assert-3.3.2.0", + "fgrosse/phpasn1-2.5.0.0", + "psr/http-client-1.0.3.0", + "psr/http-factory-1.0.2.0", + "psr/http-message-1.1.0.0", + "psr/log-1.1.4.0", + "ramsey/uuid-4.7.5.0", + "spomky-labs/base64url-2.0.4.0", + "spomky-labs/cbor-php-2.1.0.0", + "symfony/process-5.4.28.0", + "thecodingmachine/safe-1.3.3.0", + "web-auth/cose-lib-3.3.12.0", + "web-auth/metadata-service-3.3.12.0" + ] + }, + { + "ref": "web-token/jwt-checker-2.2.11.0", + "dependsOn": [ + "web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "web-token/jwt-core-2.2.11.0", + "dependsOn": [ + "brick/math-0.9.3.0", + "fgrosse/phpasn1-2.5.0.0", + "spomky-labs/base64url-2.0.4.0" + ] + }, + { + "ref": "web-token/jwt-easy-2.2.11.0", + "dependsOn": [ + "web-token/jwt-checker-2.2.11.0", + "web-token/jwt-encryption-2.2.11.0", + "web-token/jwt-signature-2.2.11.0" + ] + }, + { + "ref": "web-token/jwt-encryption-2.2.11.0", + "dependsOn": [ + "web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "web-token/jwt-key-mgmt-2.2.11.0", + "dependsOn": [ + "psr/http-client-1.0.3.0", + "psr/http-factory-1.0.2.0", + "web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "web-token/jwt-signature-2.2.11.0", + "dependsOn": [ + "web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "web-token/jwt-signature-algorithm-rsa-2.2.11.0", + "dependsOn": [ + "brick/math-0.9.3.0", + "web-token/jwt-signature-2.2.11.0" + ] + }, + { + "ref": "webklex/php-imap-5.5.0.0", + "dependsOn": [ + "illuminate/pagination-9.52.16.0", + "nesbot/carbon-2.72.1.0", + "symfony/http-foundation-6.0.20.0" + ] + }, + { + "ref": "__root__-dev-develop", + "dependsOn": [ + "web-auth/webauthn-lib-3.3.12.0", + "web-auth/cose-lib-3.3.12.0", + "web-auth/metadata-service-3.3.12.0", + "symfony/http-foundation-6.0.20.0", + "symfony/psr-http-message-bridge-2.3.1.0", + "symfony/http-client-5.4.31.0", + "http-interop/http-factory-guzzle-1.2.0.0", + "webklex/php-imap-5.5.0.0", + "phpmailer/phpmailer-6.9.1.0", + "guzzlehttp/psr7-1.9.1.0", + "paragonie/random_compat-2.0.21.0", + "phpseclib/phpseclib-3.0.34.0", + "christian-riesen/base32-1.6.0.0", + "facile-it/php-openid-client-0.2.0.0", + "monolog/monolog-2.9.2.0", + "duosecurity/duo_universal_php-1.0.2.0" + ] + }, + { + "ref": "c2095505-c3af-4958-af68-6a61f216807d", + "dependsOn": [] + }, + { + "ref": "73140e29-f689-49c1-9b10-28ff13117f68", + "dependsOn": [] + }, + { + "ref": "d0142b40-7a81-4f6b-b681-af8ab91ea836", + "dependsOn": [] + }, + { + "ref": "c4134441-7211-47d1-a970-202c819157d1", + "dependsOn": [] + }, + { + "ref": "599b305d-5cc9-4fa5-8594-e95bf8c723ef", + "dependsOn": [] + }, + { + "ref": "394fe3c8-0e03-407a-96e2-2d3608e97265", + "dependsOn": [] + }, + { + "ref": "b1e652b5-d76e-4b07-acab-2d1a0908a96f", + "dependsOn": [] + }, + { + "ref": "72240acd-7de4-4058-b56f-e64638babcbf", + "dependsOn": [] + }, + { + "ref": "34edec4c-ebfc-48c9-92e0-917d8004e6b0", + "dependsOn": [] + } + ] +}klex/php-imap.git", + "type": "vcs", + "comment": "source reference: 3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "url": "https://github.com/webklex/php-imap", + "type": "website", + "comment": "as detected from Composer manifest \u0027homepage\u0027" + }, + { + "url": "https://github.com/Webklex/php-imap/issues", + "type": "issue-tracker", + "comment": "as detected from Composer manifest \u0027support.issues\u0027" + }, + { + "url": "https://github.com/Webklex/php-imap/tree/5.5.0", + "type": "vcs", + "comment": "as detected from Composer manifest \u0027support.source\u0027" + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "3c23c8f66b772ce8597772816e068326559e7e4b" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + } + ], + "properties": [ + { + "name": "cdx:composer:package:distReference", + "value": "3c698a7ce739638be5c95a2ab7a3ff7c0d871c1f" + }, + { + "name": "cdx:composer:package:sourceReference", + "value": "3c698a7ce739638be5c95a2ab7a3ff7c0d871c1f" + }, + { + "name": "cdx:composer:package:type", + "value": "library" + } + ] + }, + { + "type": "application", + "bom-ref": "LDAP Account Manager@SNAPSHOT:c2095505-c3af-4958-af68-6a61f216807d", + "name": "LDAP Account Manager", + "version": "SNAPSHOT", + "components": [ + { + "type": "library", + "bom-ref": "LDAP Account Manager@SNAPSHOT:73140e29-f689-49c1-9b10-28ff13117f68", + "group": "cdx:npm:package:bundled", + "name": "@popperjs/core", + "version": "2.11.6", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/%40popperjs/core@2.11.6" + }, + { + "type": "library", + "bom-ref": "LDAP Account Manager@SNAPSHOT:d0142b40-7a81-4f6b-b681-af8ab91ea836", + "group": "cdx:npm:package:bundled", + "name": "cropperjs", + "version": "1.6.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/cropperjs@1.6.1" + }, + { + "type": "library", + "bom-ref": "LDAP Account Manager@SNAPSHOT:c4134441-7211-47d1-a970-202c819157d1", + "group": "cdx:npm:package:bundled", + "name": "flatpickr", + "version": "4.6.13", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/flatpickr@4.6.13" + }, + { + "type": "library", + "bom-ref": "LDAP Account Manager@SNAPSHOT:599b305d-5cc9-4fa5-8594-e95bf8c723ef", + "group": "cdx:npm:package:bundled", + "name": "jQuery", + "version": "3.7.1", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/jquery@3.7.1" + }, + { + "type": "library", + "bom-ref": "LDAP Account Manager@SNAPSHOT:394fe3c8-0e03-407a-96e2-2d3608e97265", + "group": "cdx:npm:package:bundled", + "name": "sortablejs", + "version": "1.15.0", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/sortablejs@1.15.0" + }, + { + "type": "library", + "bom-ref": "LDAP Account Manager@SNAPSHOT:b1e652b5-d76e-4b07-acab-2d1a0908a96f", + "group": "cdx:npm:package:bundled", + "name": "sweetalert2", + "version": "11.7.27", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/sweetalert2@11.7.27" + }, + { + "type": "library", + "bom-ref": "LDAP Account Manager@SNAPSHOT:72240acd-7de4-4058-b56f-e64638babcbf", + "group": "cdx:composer:package", + "name": "tecnickcom/tcpdf", + "version": "6.6.2", + "licenses": [ + { + "license": { + "id": "LGPL-3.0\u002B" + } + } + ], + "purl": "pkg:composer/tecnickcom/tcpdf@6.6.2" + }, + { + "type": "library", + "bom-ref": "LDAP Account Manager@SNAPSHOT:34edec4c-ebfc-48c9-92e0-917d8004e6b0", + "group": "cdx:npm:package:bundled", + "name": "tippy.js", + "version": "6.3.7", + "licenses": [ + { + "license": { + "id": "MIT" + } + } + ], + "purl": "pkg:npm/tippy.js@6.3.7" + } + ] + } + ], + "dependencies": [ + { + "ref": "__root__@dev-develop:beberlei/assert-3.3.2.0" + }, + { + "ref": "__root__@dev-develop:brick/math-0.9.3.0" + }, + { + "ref": "__root__@dev-develop:carbonphp/carbon-doctrine-types-2.0.0.0" + }, + { + "ref": "__root__@dev-develop:christian-riesen/base32-1.6.0.0" + }, + { + "ref": "__root__@dev-develop:doctrine/inflector-2.0.8.0" + }, + { + "ref": "__root__@dev-develop:duosecurity/duo_universal_php-1.0.2.0", + "dependsOn": [ + "__root__@dev-develop:firebase/php-jwt-6.10.0.0" + ] + }, + { + "ref": "__root__@dev-develop:facile-it/php-jose-verifier-0.3.0.0", + "dependsOn": [ + "__root__@dev-develop:php-http/discovery-1.19.2.0", + "__root__@dev-develop:psr/http-client-1.0.3.0", + "__root__@dev-develop:psr/http-message-1.1.0.0", + "__root__@dev-develop:psr/simple-cache-1.0.1.0", + "__root__@dev-develop:spomky-labs/base64url-2.0.4.0", + "__root__@dev-develop:symfony/polyfill-mbstring-1.28.0.0", + "__root__@dev-develop:web-token/jwt-checker-2.2.11.0", + "__root__@dev-develop:web-token/jwt-core-2.2.11.0", + "__root__@dev-develop:web-token/jwt-easy-2.2.11.0", + "__root__@dev-develop:web-token/jwt-key-mgmt-2.2.11.0", + "__root__@dev-develop:web-token/jwt-signature-2.2.11.0", + "__root__@dev-develop:web-token/jwt-signature-algorithm-rsa-2.2.11.0" + ] + }, + { + "ref": "__root__@dev-develop:facile-it/php-openid-client-0.2.0.0", + "dependsOn": [ + "__root__@dev-develop:facile-it/php-jose-verifier-0.3.0.0", + "__root__@dev-develop:php-http/discovery-1.19.2.0", + "__root__@dev-develop:psr/http-client-1.0.3.0", + "__root__@dev-develop:psr/http-factory-1.0.2.0", + "__root__@dev-develop:psr/http-message-1.1.0.0", + "__root__@dev-develop:psr/http-server-middleware-1.0.2.0", + "__root__@dev-develop:web-token/jwt-checker-2.2.11.0", + "__root__@dev-develop:web-token/jwt-core-2.2.11.0", + "__root__@dev-develop:web-token/jwt-easy-2.2.11.0", + "__root__@dev-develop:web-token/jwt-encryption-2.2.11.0", + "__root__@dev-develop:web-token/jwt-key-mgmt-2.2.11.0", + "__root__@dev-develop:web-token/jwt-signature-2.2.11.0", + "__root__@dev-develop:web-token/jwt-signature-algorithm-rsa-2.2.11.0" + ] + }, + { + "ref": "__root__@dev-develop:fgrosse/phpasn1-2.5.0.0" + }, + { + "ref": "__root__@dev-develop:firebase/php-jwt-6.10.0.0" + }, + { + "ref": "__root__@dev-develop:guzzlehttp/psr7-1.9.1.0", + "dependsOn": [ + "__root__@dev-develop:psr/http-message-1.1.0.0", + "__root__@dev-develop:ralouphie/getallheaders-3.0.3.0" + ] + }, + { + "ref": "__root__@dev-develop:http-interop/http-factory-guzzle-1.2.0.0", + "dependsOn": [ + "__root__@dev-develop:guzzlehttp/psr7-1.9.1.0", + "__root__@dev-develop:psr/http-factory-1.0.2.0" + ] + }, + { + "ref": "__root__@dev-develop:illuminate/collections-9.52.16.0", + "dependsOn": [ + "__root__@dev-develop:illuminate/conditionable-9.52.16.0", + "__root__@dev-develop:illuminate/contracts-9.52.16.0", + "__root__@dev-develop:illuminate/macroable-9.52.16.0" + ] + }, + { + "ref": "__root__@dev-develop:illuminate/conditionable-9.52.16.0" + }, + { + "ref": "__root__@dev-develop:illuminate/contracts-9.52.16.0", + "dependsOn": [ + "__root__@dev-develop:psr/container-2.0.2.0", + "__root__@dev-develop:psr/simple-cache-1.0.1.0" + ] + }, + { + "ref": "__root__@dev-develop:illuminate/macroable-9.52.16.0" + }, + { + "ref": "__root__@dev-develop:illuminate/pagination-9.52.16.0", + "dependsOn": [ + "__root__@dev-develop:illuminate/collections-9.52.16.0", + "__root__@dev-develop:illuminate/contracts-9.52.16.0", + "__root__@dev-develop:illuminate/support-9.52.16.0" + ] + }, + { + "ref": "__root__@dev-develop:illuminate/support-9.52.16.0", + "dependsOn": [ + "__root__@dev-develop:doctrine/inflector-2.0.8.0", + "__root__@dev-develop:illuminate/collections-9.52.16.0", + "__root__@dev-develop:illuminate/conditionable-9.52.16.0", + "__root__@dev-develop:illuminate/contracts-9.52.16.0", + "__root__@dev-develop:illuminate/macroable-9.52.16.0", + "__root__@dev-develop:nesbot/carbon-2.72.1.0", + "__root__@dev-develop:voku/portable-ascii-2.0.1.0" + ] + }, + { + "ref": "__root__@dev-develop:league/uri-6.7.2.0", + "dependsOn": [ + "__root__@dev-develop:league/uri-interfaces-2.3.0.0", + "__root__@dev-develop:psr/http-message-1.1.0.0" + ] + }, + { + "ref": "__root__@dev-develop:league/uri-interfaces-2.3.0.0" + }, + { + "ref": "__root__@dev-develop:monolog/monolog-2.9.2.0", + "dependsOn": [ + "__root__@dev-develop:psr/log-1.1.4.0" + ] + }, + { + "ref": "__root__@dev-develop:nesbot/carbon-2.72.1.0", + "dependsOn": [ + "__root__@dev-develop:carbonphp/carbon-doctrine-types-2.0.0.0", + "__root__@dev-develop:psr/clock-1.0.0.0", + "__root__@dev-develop:symfony/polyfill-mbstring-1.28.0.0", + "__root__@dev-develop:symfony/polyfill-php80-1.28.0.0", + "__root__@dev-develop:symfony/translation-6.0.19.0" + ] + }, + { + "ref": "__root__@dev-develop:paragonie/constant_time_encoding-2.6.3.0" + }, + { + "ref": "__root__@dev-develop:paragonie/random_compat-2.0.21.0" + }, + { + "ref": "__root__@dev-develop:php-http/discovery-1.19.2.0" + }, + { + "ref": "__root__@dev-develop:phpmailer/phpmailer-6.9.1.0" + }, + { + "ref": "__root__@dev-develop:phpseclib/phpseclib-3.0.34.0", + "dependsOn": [ + "__root__@dev-develop:paragonie/constant_time_encoding-2.6.3.0", + "__root__@dev-develop:paragonie/random_compat-2.0.21.0" + ] + }, + { + "ref": "__root__@dev-develop:psr/clock-1.0.0.0" + }, + { + "ref": "__root__@dev-develop:psr/container-2.0.2.0" + }, + { + "ref": "__root__@dev-develop:psr/http-client-1.0.3.0", + "dependsOn": [ + "__root__@dev-develop:psr/http-message-1.1.0.0" + ] + }, + { + "ref": "__root__@dev-develop:psr/http-factory-1.0.2.0", + "dependsOn": [ + "__root__@dev-develop:psr/http-message-1.1.0.0" + ] + }, + { + "ref": "__root__@dev-develop:psr/http-message-1.1.0.0" + }, + { + "ref": "__root__@dev-develop:psr/http-server-handler-1.0.2.0", + "dependsOn": [ + "__root__@dev-develop:psr/http-message-1.1.0.0" + ] + }, + { + "ref": "__root__@dev-develop:psr/http-server-middleware-1.0.2.0", + "dependsOn": [ + "__root__@dev-develop:psr/http-message-1.1.0.0", + "__root__@dev-develop:psr/http-server-handler-1.0.2.0" + ] + }, + { + "ref": "__root__@dev-develop:psr/log-1.1.4.0" + }, + { + "ref": "__root__@dev-develop:psr/simple-cache-1.0.1.0" + }, + { + "ref": "__root__@dev-develop:ralouphie/getallheaders-3.0.3.0" + }, + { + "ref": "__root__@dev-develop:ramsey/collection-1.3.0.0", + "dependsOn": [ + "__root__@dev-develop:symfony/polyfill-php81-1.28.0.0" + ] + }, + { + "ref": "__root__@dev-develop:ramsey/uuid-4.7.5.0", + "dependsOn": [ + "__root__@dev-develop:brick/math-0.9.3.0", + "__root__@dev-develop:ramsey/collection-1.3.0.0" + ] + }, + { + "ref": "__root__@dev-develop:spomky-labs/base64url-2.0.4.0" + }, + { + "ref": "__root__@dev-develop:spomky-labs/cbor-php-2.1.0.0", + "dependsOn": [ + "__root__@dev-develop:brick/math-0.9.3.0" + ] + }, + { + "ref": "__root__@dev-develop:symfony/deprecation-contracts-3.0.2.0" + }, + { + "ref": "__root__@dev-develop:symfony/http-client-5.4.31.0", + "dependsOn": [ + "__root__@dev-develop:psr/log-1.1.4.0", + "__root__@dev-develop:symfony/deprecation-contracts-3.0.2.0", + "__root__@dev-develop:symfony/http-client-contracts-2.5.2.0", + "__root__@dev-develop:symfony/polyfill-php73-1.28.0.0", + "__root__@dev-develop:symfony/polyfill-php80-1.28.0.0", + "__root__@dev-develop:symfony/service-contracts-3.0.2.0" + ] + }, + { + "ref": "__root__@dev-develop:symfony/http-client-contracts-2.5.2.0" + }, + { + "ref": "__root__@dev-develop:symfony/http-foundation-6.0.20.0", + "dependsOn": [ + "__root__@dev-develop:symfony/deprecation-contracts-3.0.2.0", + "__root__@dev-develop:symfony/polyfill-mbstring-1.28.0.0" + ] + }, + { + "ref": "__root__@dev-develop:symfony/polyfill-mbstring-1.28.0.0" + }, + { + "ref": "__root__@dev-develop:symfony/polyfill-php73-1.28.0.0" + }, + { + "ref": "__root__@dev-develop:symfony/polyfill-php80-1.28.0.0" + }, + { + "ref": "__root__@dev-develop:symfony/polyfill-php81-1.28.0.0" + }, + { + "ref": "__root__@dev-develop:symfony/process-5.4.28.0", + "dependsOn": [ + "__root__@dev-develop:symfony/polyfill-php80-1.28.0.0" + ] + }, + { + "ref": "__root__@dev-develop:symfony/psr-http-message-bridge-2.3.1.0", + "dependsOn": [ + "__root__@dev-develop:psr/http-message-1.1.0.0", + "__root__@dev-develop:symfony/deprecation-contracts-3.0.2.0", + "__root__@dev-develop:symfony/http-foundation-6.0.20.0" + ] + }, + { + "ref": "__root__@dev-develop:symfony/service-contracts-3.0.2.0", + "dependsOn": [ + "__root__@dev-develop:psr/container-2.0.2.0" + ] + }, + { + "ref": "__root__@dev-develop:symfony/translation-6.0.19.0", + "dependsOn": [ + "__root__@dev-develop:symfony/polyfill-mbstring-1.28.0.0", + "__root__@dev-develop:symfony/translation-contracts-3.0.2.0" + ] + }, + { + "ref": "__root__@dev-develop:symfony/translation-contracts-3.0.2.0" + }, + { + "ref": "__root__@dev-develop:thecodingmachine/safe-1.3.3.0" + }, + { + "ref": "__root__@dev-develop:voku/portable-ascii-2.0.1.0" + }, + { + "ref": "__root__@dev-develop:web-auth/cose-lib-3.3.12.0", + "dependsOn": [ + "__root__@dev-develop:beberlei/assert-3.3.2.0", + "__root__@dev-develop:fgrosse/phpasn1-2.5.0.0" + ] + }, + { + "ref": "__root__@dev-develop:web-auth/metadata-service-3.3.12.0", + "dependsOn": [ + "__root__@dev-develop:beberlei/assert-3.3.2.0", + "__root__@dev-develop:league/uri-6.7.2.0", + "__root__@dev-develop:psr/http-client-1.0.3.0", + "__root__@dev-develop:psr/http-factory-1.0.2.0", + "__root__@dev-develop:psr/log-1.1.4.0" + ] + }, + { + "ref": "__root__@dev-develop:web-auth/webauthn-lib-3.3.12.0", + "dependsOn": [ + "__root__@dev-develop:beberlei/assert-3.3.2.0", + "__root__@dev-develop:fgrosse/phpasn1-2.5.0.0", + "__root__@dev-develop:psr/http-client-1.0.3.0", + "__root__@dev-develop:psr/http-factory-1.0.2.0", + "__root__@dev-develop:psr/http-message-1.1.0.0", + "__root__@dev-develop:psr/log-1.1.4.0", + "__root__@dev-develop:ramsey/uuid-4.7.5.0", + "__root__@dev-develop:spomky-labs/base64url-2.0.4.0", + "__root__@dev-develop:spomky-labs/cbor-php-2.1.0.0", + "__root__@dev-develop:symfony/process-5.4.28.0", + "__root__@dev-develop:thecodingmachine/safe-1.3.3.0", + "__root__@dev-develop:web-auth/cose-lib-3.3.12.0", + "__root__@dev-develop:web-auth/metadata-service-3.3.12.0" + ] + }, + { + "ref": "__root__@dev-develop:web-token/jwt-checker-2.2.11.0", + "dependsOn": [ + "__root__@dev-develop:web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "__root__@dev-develop:web-token/jwt-core-2.2.11.0", + "dependsOn": [ + "__root__@dev-develop:brick/math-0.9.3.0", + "__root__@dev-develop:fgrosse/phpasn1-2.5.0.0", + "__root__@dev-develop:spomky-labs/base64url-2.0.4.0" + ] + }, + { + "ref": "__root__@dev-develop:web-token/jwt-easy-2.2.11.0", + "dependsOn": [ + "__root__@dev-develop:web-token/jwt-checker-2.2.11.0", + "__root__@dev-develop:web-token/jwt-encryption-2.2.11.0", + "__root__@dev-develop:web-token/jwt-signature-2.2.11.0" + ] + }, + { + "ref": "__root__@dev-develop:web-token/jwt-encryption-2.2.11.0", + "dependsOn": [ + "__root__@dev-develop:web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "__root__@dev-develop:web-token/jwt-key-mgmt-2.2.11.0", + "dependsOn": [ + "__root__@dev-develop:psr/http-client-1.0.3.0", + "__root__@dev-develop:psr/http-factory-1.0.2.0", + "__root__@dev-develop:web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "__root__@dev-develop:web-token/jwt-signature-2.2.11.0", + "dependsOn": [ + "__root__@dev-develop:web-token/jwt-core-2.2.11.0" + ] + }, + { + "ref": "__root__@dev-develop:web-token/jwt-signature-algorithm-rsa-2.2.11.0", + "dependsOn": [ + "__root__@dev-develop:brick/math-0.9.3.0", + "__root__@dev-develop:web-token/jwt-signature-2.2.11.0" + ] + }, + { + "ref": "__root__@dev-develop:webklex/php-imap-5.5.0.0", + "dependsOn": [ + "__root__@dev-develop:illuminate/pagination-9.52.16.0", + "__root__@dev-develop:nesbot/carbon-2.72.1.0", + "__root__@dev-develop:symfony/http-foundation-6.0.20.0" + ] + }, + { + "ref": "__root__@dev-develop:__root__-dev-develop", + "dependsOn": [ + "__root__@dev-develop:web-auth/webauthn-lib-3.3.12.0", + "__root__@dev-develop:web-auth/cose-lib-3.3.12.0", + "__root__@dev-develop:web-auth/metadata-service-3.3.12.0", + "__root__@dev-develop:symfony/http-foundation-6.0.20.0", + "__root__@dev-develop:symfony/psr-http-message-bridge-2.3.1.0", + "__root__@dev-develop:symfony/http-client-5.4.31.0", + "__root__@dev-develop:http-interop/http-factory-guzzle-1.2.0.0", + "__root__@dev-develop:webklex/php-imap-5.5.0.0", + "__root__@dev-develop:phpmailer/phpmailer-6.9.1.0", + "__root__@dev-develop:guzzlehttp/psr7-1.9.1.0", + "__root__@dev-develop:paragonie/random_compat-2.0.21.0", + "__root__@dev-develop:phpseclib/phpseclib-3.0.34.0", + "__root__@dev-develop:christian-riesen/base32-1.6.0.0", + "__root__@dev-develop:facile-it/php-openid-client-0.2.0.0", + "__root__@dev-develop:monolog/monolog-2.9.2.0", + "__root__@dev-develop:duosecurity/duo_universal_php-1.0.2.0" + ] + }, + { + "ref": "LDAP Account Manager@SNAPSHOT:c2095505-c3af-4958-af68-6a61f216807d", + "dependsOn": [] + }, + { + "ref": "LDAP Account Manager@SNAPSHOT:73140e29-f689-49c1-9b10-28ff13117f68", + "dependsOn": [] + }, + { + "ref": "LDAP Account Manager@SNAPSHOT:d0142b40-7a81-4f6b-b681-af8ab91ea836", + "dependsOn": [] + }, + { + "ref": "LDAP Account Manager@SNAPSHOT:c4134441-7211-47d1-a970-202c819157d1", + "dependsOn": [] + }, + { + "ref": "LDAP Account Manager@SNAPSHOT:599b305d-5cc9-4fa5-8594-e95bf8c723ef", + "dependsOn": [] + }, + { + "ref": "LDAP Account Manager@SNAPSHOT:394fe3c8-0e03-407a-96e2-2d3608e97265", + "dependsOn": [] + }, + { + "ref": "LDAP Account Manager@SNAPSHOT:b1e652b5-d76e-4b07-acab-2d1a0908a96f", + "dependsOn": [] + }, + { + "ref": "LDAP Account Manager@SNAPSHOT:72240acd-7de4-4058-b56f-e64638babcbf", + "dependsOn": [] + }, + { + "ref": "LDAP Account Manager@SNAPSHOT:34edec4c-ebfc-48c9-92e0-917d8004e6b0", + "dependsOn": [] + }, + { + "ref": "LDAP Account Manager@8.7", + "dependsOn": [ + "__root__@dev-develop:__root__-dev-develop", + "LDAP Account Manager@SNAPSHOT:c2095505-c3af-4958-af68-6a61f216807d" + ] + } + ] +} \ No newline at end of file