From 28bae4ad171af8c94c492f3f9a68f9b424389f8f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 5 Jun 2024 18:55:58 +1200 Subject: [PATCH] . --- .github/workflows/ci.yml | 97 + composer.json | 299 +- composer.lock | 16513 +++++++++++++++++++++++++++++++++++++ 3 files changed, 16890 insertions(+), 19 deletions(-) create mode 100644 composer.lock diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a54bf85..4694695 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: name: CI uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1 with: + composer_install: true # Use simple_matrix to limit the number of created jobs # phpunit.xml.dist has a large number of testsuites, all of which are tested with # multiple versions of php + databases in both the modules themselves and other recipes @@ -26,3 +27,99 @@ jobs: - php: 8.2 phpunit: true phpunit_suite: recipe-cms + - php: 8.1 + endtoend: true + endtoend_suite: silverstripe-elemental + endtoend_config: vendor/dnadesign/silverstripe-elemental/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: silverstripe-elemental-userforms + endtoend_config: vendor/dnadesign/silverstripe-elemental-userforms/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: silverstripe-advancedworkflow + endtoend_config: vendor/symbiote/silverstripe-advancedworkflow/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: admin + endtoend_config: vendor/silverstripe/admin/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: asset-admin + endtoend_config: vendor/silverstripe/asset-admin/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: blog + endtoend_config: vendor/silverstripe/blog/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: campaign-admin + endtoend_config: vendor/silverstripe/campaign-admin/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: cms + endtoend_config: vendor/silverstripe/cms/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: contentreview + endtoend_config: vendor/silverstripe/contentreview/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: elemental-bannerblock + endtoend_config: vendor/silverstripe/elemental-bannerblock/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: elemental-fileblock + endtoend_config: vendor/silverstripe/elemental-fileblock/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: externallinks + endtoend_config: vendor/silverstripe/externallinks/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: linkfield + endtoend_config: vendor/silverstripe/linkfield/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: mfa + endtoend_config: vendor/silverstripe/mfa/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: securityreport + endtoend_config: vendor/silverstripe/securityreport/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: session-manager + endtoend_config: vendor/silverstripe/session-manager/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: sharedraftcontent + endtoend_config: vendor/silverstripe/sharedraftcontent/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: siteconfig + endtoend_config: vendor/silverstripe/siteconfig/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: sitewidecontent-report + endtoend_config: vendor/silverstripe/sitewidecontent-report/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: subsites + endtoend_config: vendor/silverstripe/subsites/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: taxonomy + endtoend_config: vendor/silverstripe/taxonomy/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: totp-authenticator + endtoend_config: vendor/silverstripe/totp-authenticator/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: userforms + endtoend_config: vendor/silverstripe/userforms/behat.yml + - php: 8.1 + endtoend: true + endtoend_suite: versioned-admin + endtoend_config: vendor/silverstripe/versioned-admin/behat.yml \ No newline at end of file diff --git a/composer.json b/composer.json index c875b36..1c8e0d9 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,6 @@ "license": "BSD-3-Clause", "require": { "php": "^8.1", - "silverstripe/recipe-plugin": "2.0.x-dev", "silverstripe/installer": "5.2.x-dev", "silverstripe/recipe-authoring-tools": "2.2.x-dev", "silverstripe/recipe-blog": "2.2.x-dev", @@ -16,35 +15,73 @@ "silverstripe/recipe-services": "2.2.x-dev", "silverstripe/recipe-content-blocks": "3.2.x-dev", "silverstripe/auditor": "3.1.x-dev", - "silverstripe/developer-docs": "5.2.x-dev", - "silverstripe/environmentcheck": "3.0.x-dev", - "silverstripe/hybridsessions": "3.0.x-dev", + "silverstripe/developer-docs": "dev-pulls/5.2/noself as 5.2.x-dev", + "silverstripe/environmentcheck": "dev-pulls/3.0/remove-self as 3.0.x-dev", + "silverstripe/hybridsessions": "dev-pulls/3.0/remove-self as 3.0.x-dev", "silverstripe/registry": "3.2.x-dev", "silverstripe/totp-authenticator": "5.2.x-dev", - "silverstripe/mfa": "5.2.x-dev", - "silverstripe/crontask": "3.0.x-dev", + "silverstripe/mfa": "dev-pulls/5.2/remove-self as 5.2.x-dev", + "silverstripe/crontask": "dev-pulls/3.0/remove-self as 3.0.x-dev", "silverstripe/gridfieldqueuedexport": "3.2.x-dev", - "silverstripe/ldap": "2.2.x-dev", - "silverstripe/textextraction": "4.1.x-dev", - "silverstripe/realme": "5.3.x-dev", - "silverstripe/webauthn-authenticator": "5.2.x-dev", - "silverstripe/subsites": "3.2.x-dev", - "silverstripe/lumberjack": "3.1.x-dev", - "silverstripe/staticpublishqueue": "6.2.x-dev", + "silverstripe/ldap": "dev-pulls/2.2/remove-self as 2.2.x-dev", + "silverstripe/textextraction": "dev-pulls/4.1/remove-self as 4.1.x-dev", + "silverstripe/webauthn-authenticator": "dev-pulls/5.2/remove-self as 5.2.x-dev", + "silverstripe/subsites": "dev-pulls/3.2/remove-self as 3.2.x-dev", + "silverstripe/lumberjack": "dev-pulls/3.1/remove-self as 3.1.x-dev", + "silverstripe/staticpublishqueue": "dev-pulls/6.2/remove-self as 6.2.x-dev", "cwp/starter-theme": "4.1.x-dev", - "cwp/agency-extensions": "3.2.x-dev", + "cwp/agency-extensions": "dev-pulls/3.2/remove-self as 3.2.x-dev", "cwp/watea-theme": "4.1.x-dev", "dnadesign/silverstripe-elemental-userforms": "4.1.x-dev", "symbiote/silverstripe-multivaluefield": "6.1.x-dev", - "symbiote/silverstripe-gridfieldextensions": "4.0.x-dev", - "symbiote/silverstripe-queuedjobs": "5.1.x-dev", + "symbiote/silverstripe-gridfieldextensions": "dev-pulls/4.0/remove-self as 4.0.x-dev", + "symbiote/silverstripe-queuedjobs": "dev-pulls/5.1/remove-self as 5.1.x-dev", "colymba/gridfield-bulk-editing-tools": "4.0.x-dev", "tractorcow/silverstripe-fluent": "7.1.x-dev", "silverstripe/dynamodb": "5.0.x-dev", - "silverstripe/linkfield": "4.0.x-dev" + "silverstripe/linkfield": "dev-pulls/4.0/remove-self as 4.0.x-dev", + "silverstripe/frameworktest": "dev-pulls/1/remove-self as 1.x-dev", + "silverstripe/recipe-testing": "^3", + "mikey179/vfsstream": "^1.6.10", + "bringyourownideas/silverstripe-composer-update-checker": "dev-pulls/4.1/remove-self as 4.1.x-dev", + "cwp/cwp": "dev-pulls/3.0/remove-self as 3.0.x-dev", + "cwp/cwp-core": "dev-pulls/3.0/remove-self as 3.0.x-dev", + "dnadesign/silverstripe-elemental": "dev-pulls/5.2/remove-self as 5.2.x-dev", + "silverstripe/admin": "dev-pulls/2.2/remove-self as 2.2.x-dev", + "silverstripe/asset-admin": "dev-pulls/2.2/remove-self as 2.2.x-dev", + "silverstripe/assets": "dev-pulls/2.2/remove-self as 2.2.x-dev", + "silverstripe/behat-extension": "dev-pulls/5.3/remove-self as 5.3.x-dev", + "silverstripe/blog": "dev-pulls/4.2/remove-self as 4.2.x-dev", + "silverstripe/cms": "dev-pulls/5.2/remove-self as 5.2.x-dev", + "silverstripe/config": "dev-pulls/2.1/remove-self as 2.1.x-dev", + "silverstripe/contentreview": "dev-pulls/5.2/remove-self as 5.2.x-dev", + "silverstripe/documentconverter": "dev-pulls/3.2/remove-self as 3.2.x-dev", + "silverstripe/errorpage": "dev-pulls/2.2/remove-self as 2.2.x-dev", + "silverstripe/event-dispatcher": "dev-pulls/1.0/remove-self as 1.0.x-dev", + "silverstripe/externallinks": "dev-pulls/pulls/3.2/remove-self/remove-self as 3.2.x-dev", + "silverstripe/framework": "dev-pulls/5.2/remove-self as 5.2.x-dev", + "silverstripe/graphql": "dev-pulls/5.2/remove-self as 5.2.x-dev", + "silverstripe/login-forms": "dev-pulls/5.2/remove-self as 5.2.x-dev", + "silverstripe/markdown-php-codesniffer": "dev-pulls/1.0/remove-self as 1.0.x-dev", + "silverstripe/mink-facebook-web-driver": "dev-pulls/2/remove-self as 2.x-dev", + "silverstripe/realme": "dev-pulls/5.3/remove-self as 5.3.x-dev", + "silverstripe/reports": "dev-pulls/5.2/remove-self as 5.2.x-dev", + "silverstripe/restfulserver": "dev-pulls/3.0/remove-self as 3.0.x-dev", + "silverstripe/securityreport": "dev-pulls/3.1/remove-self as 3.1.x-dev", + "silverstripe/session-manager": "dev-pulls/2.2/remove-self as 2.2.x-dev", + "silverstripe/sharedraftcontent": "dev-pulls/3.2/remove-self as 3.2.x-dev", + "silverstripe/siteconfig": "dev-pulls/5.2/remove-self as 5.2.x-dev", + "silverstripe/sitewidecontent-report": "dev-pulls/4.2/remove-self as 4.2.x-dev", + "silverstripe/spamprotection": "dev-pulls/4.2/remove-self as 4.2.x-dev", + "silverstripe/tagfield": "dev-pulls/3.2/remove-self as 3.2.x-dev", + "silverstripe/testsession": "dev-pulls/3/remove-self as 3.x-dev", + "silverstripe/userforms": "dev-pulls/6.2/remove-self as 6.2.x-dev", + "silverstripe/versioned": "dev-pulls/2.2/remove-self as 2.2.x-dev", + "silverstripe/versioned-admin": "dev-pulls/2.2/remove-self as 2.2.x-dev", + "silverstripe/versionfeed": "dev-pulls/3.2/remove-self as 3.2.x-dev", + "symbiote/silverstripe-advancedworkflow": "dev-pulls/6.2/remove-self as 6.2.x-dev" }, "require-dev": { - "silverstripe/frameworktest": "^1", "silverstripe/graphql-devtools": "1.x-dev", "silverstripe/recipe-testing": "^3", "mikey179/vfsstream": "^1.6" @@ -64,8 +101,232 @@ "composer/installers": true, "silverstripe/recipe-plugin": true, "silverstripe/vendor-plugin": true + }, + "platform": { + "php": "8.1" } }, "prefer-stable": true, - "minimum-stability": "dev" + "minimum-stability": "dev", + "repositories": { + "x0": { + "type": "vcs", + "url": "git@github.com:creative-commoners/developer-docs" + }, + "x1": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-composer-update-checker" + }, + "x2": { + "type": "vcs", + "url": "git@github.com:creative-commoners/cwp-agencyextensions" + }, + "x3": { + "type": "vcs", + "url": "git@github.com:creative-commoners/cwp" + }, + "x4": { + "type": "vcs", + "url": "git@github.com:creative-commoners/cwp-core" + }, + "x5": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-elemental" + }, + "x6": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-admin" + }, + "x7": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-asset-admin" + }, + "x8": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-assets" + }, + "x9": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-behat-extension" + }, + "x10": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-blog" + }, + "x11": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-cms" + }, + "x12": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-config" + }, + "x13": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-contentreview" + }, + "x14": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-crontask" + }, + "x15": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-documentconverter" + }, + "x16": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-environmentcheck" + }, + "x17": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-errorpage" + }, + "x18": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-event-dispatcher" + }, + "x19": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-externallinks" + }, + "x20": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-framework" + }, + "x21": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-frameworktest" + }, + "x22": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-graphql" + }, + "x23": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-hybridsessions" + }, + "x24": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-ldap" + }, + "x25": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-linkfield" + }, + "x26": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-login-forms" + }, + "x27": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-lumberjack" + }, + "x28": { + "type": "vcs", + "url": "git@github.com:creative-commoners/markdown-php-codesniffer" + }, + "x29": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-mfa" + }, + "x30": { + "type": "vcs", + "url": "git@github.com:creative-commoners/MinkFacebookWebDriver" + }, + "x31": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-realme" + }, + "x33": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-reports" + }, + "x34": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-restfulserver" + }, + "x35": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-securityreport" + }, + "x36": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-session-manager" + }, + "x37": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-sharedraftcontent" + }, + "x38": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-siteconfig" + }, + "x39": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-sitewidecontent-report" + }, + "x40": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-spamprotection" + }, + "x41": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-staticpublishqueue" + }, + "x42": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-subsites" + }, + "x43": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-tagfield" + }, + "x44": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-testsession" + }, + "x45": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-textextraction" + }, + "x46": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-userforms" + }, + "x48": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-versioned" + }, + "x49": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-versioned-admin" + }, + "x50": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-versionfeed" + }, + "x51": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-webauthn-authenticator" + }, + "x52": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-advancedworkflow" + }, + "x53": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-gridfieldextensions" + }, + "x54": { + "type": "vcs", + "url": "git@github.com:creative-commoners/silverstripe-queuedjobs" + } + }, + "conflict": { + "symfony/cache-contracts": "3.2.1", + "symfony/deprecation-contracts": "3.2.1", + "symfony/event-dispatcher-contracts": "3.2.1", + "symfony/service-contracts": "3.2.1", + "symfony/translation-contracts": "3.2.1" + } } \ No newline at end of file diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..aaeb413 --- /dev/null +++ b/composer.lock @@ -0,0 +1,16513 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "af482123971a2659aa7a52e8287ae6c1", + "packages": [ + { + "name": "asyncphp/doorman", + "version": "4.0.0", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/doorman.git", + "reference": "40e85c83ed6f18cc3c355768af514caef5328e51" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/doorman/zipball/40e85c83ed6f18cc3c355768af514caef5328e51", + "reference": "40e85c83ed6f18cc3c355768af514caef5328e51", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/closure": "^3.6" + }, + "require-dev": { + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "AsyncPHP\\Doorman\\": "src", + "AsyncPHP\\Doorman\\Tests\\": "tests" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Child process management", + "support": { + "issues": "https://github.com/silverstripe/doorman/issues", + "source": "https://github.com/silverstripe/doorman/tree/4.0.0" + }, + "time": "2023-03-30T00:40:44+00:00" + }, + { + "name": "aws/aws-crt-php", + "version": "v1.2.5", + "source": { + "type": "git", + "url": "https://github.com/awslabs/aws-crt-php.git", + "reference": "0ea1f04ec5aa9f049f97e012d1ed63b76834a31b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/0ea1f04ec5aa9f049f97e012d1ed63b76834a31b", + "reference": "0ea1f04ec5aa9f049f97e012d1ed63b76834a31b", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5", + "yoast/phpunit-polyfills": "^1.0" + }, + "suggest": { + "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality." + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "AWS SDK Common Runtime Team", + "email": "aws-sdk-common-runtime@amazon.com" + } + ], + "description": "AWS Common Runtime for PHP", + "homepage": "https://github.com/awslabs/aws-crt-php", + "keywords": [ + "amazon", + "aws", + "crt", + "sdk" + ], + "support": { + "issues": "https://github.com/awslabs/aws-crt-php/issues", + "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.5" + }, + "time": "2024-04-19T21:30:56+00:00" + }, + { + "name": "aws/aws-sdk-php", + "version": "3.310.0", + "source": { + "type": "git", + "url": "https://github.com/aws/aws-sdk-php.git", + "reference": "8ac02d36c609c6507136e5996f60cfd5152b4fd7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8ac02d36c609c6507136e5996f60cfd5152b4fd7", + "reference": "8ac02d36c609c6507136e5996f60cfd5152b4fd7", + "shasum": "" + }, + "require": { + "aws/aws-crt-php": "^1.2.3", + "ext-json": "*", + "ext-pcre": "*", + "ext-simplexml": "*", + "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", + "guzzlehttp/promises": "^1.4.0 || ^2.0", + "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", + "mtdowling/jmespath.php": "^2.6", + "php": ">=7.2.5", + "psr/http-message": "^1.0 || ^2.0" + }, + "require-dev": { + "andrewsville/php-token-reflection": "^1.4", + "aws/aws-php-sns-message-validator": "~1.0", + "behat/behat": "~3.0", + "composer/composer": "^1.10.22", + "dms/phpunit-arraysubset-asserts": "^0.4.0", + "doctrine/cache": "~1.4", + "ext-dom": "*", + "ext-openssl": "*", + "ext-pcntl": "*", + "ext-sockets": "*", + "nette/neon": "^2.3", + "paragonie/random_compat": ">= 2", + "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5", + "psr/cache": "^1.0", + "psr/simple-cache": "^1.0", + "sebastian/comparator": "^1.2.3 || ^4.0", + "yoast/phpunit-polyfills": "^1.0" + }, + "suggest": { + "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", + "doctrine/cache": "To use the DoctrineCacheAdapter", + "ext-curl": "To send requests using cURL", + "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", + "ext-sockets": "To use client-side monitoring" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Aws\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Amazon Web Services", + "homepage": "http://aws.amazon.com" + } + ], + "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", + "homepage": "http://aws.amazon.com/sdkforphp", + "keywords": [ + "amazon", + "aws", + "cloud", + "dynamodb", + "ec2", + "glacier", + "s3", + "sdk" + ], + "support": { + "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", + "issues": "https://github.com/aws/aws-sdk-php/issues", + "source": "https://github.com/aws/aws-sdk-php/tree/3.310.0" + }, + "time": "2024-06-04T18:05:36+00:00" + }, + { + "name": "behat/behat", + "version": "v3.14.0", + "source": { + "type": "git", + "url": "https://github.com/Behat/Behat.git", + "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Behat/Behat/zipball/2a3832d9cb853a794af3a576f9e524ae460f3340", + "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340", + "shasum": "" + }, + "require": { + "behat/gherkin": "^4.9.0", + "behat/transliterator": "^1.2", + "ext-mbstring": "*", + "php": "^7.2 || ^8.0", + "psr/container": "^1.0 || ^2.0", + "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/translation": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/yaml": "^4.4 || ^5.0 || ^6.0 || ^7.0" + }, + "require-dev": { + "herrera-io/box": "~1.6.1", + "phpspec/prophecy": "^1.15", + "phpunit/phpunit": "^8.5 || ^9.0", + "symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "vimeo/psalm": "^4.8" + }, + "suggest": { + "ext-dom": "Needed to output test results in JUnit format." + }, + "bin": [ + "bin/behat" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Hook\\": "src/Behat/Hook/", + "Behat\\Step\\": "src/Behat/Step/", + "Behat\\Behat\\": "src/Behat/Behat/", + "Behat\\Testwork\\": "src/Behat/Testwork/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Scenario-oriented BDD framework for PHP", + "homepage": "http://behat.org/", + "keywords": [ + "Agile", + "BDD", + "ScenarioBDD", + "Scrum", + "StoryBDD", + "User story", + "business", + "development", + "documentation", + "examples", + "symfony", + "testing" + ], + "support": { + "issues": "https://github.com/Behat/Behat/issues", + "source": "https://github.com/Behat/Behat/tree/v3.14.0" + }, + "time": "2023-12-09T13:55:02+00:00" + }, + { + "name": "behat/gherkin", + "version": "v4.9.0", + "source": { + "type": "git", + "url": "https://github.com/Behat/Gherkin.git", + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4", + "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4", + "shasum": "" + }, + "require": { + "php": "~7.2|~8.0" + }, + "require-dev": { + "cucumber/cucumber": "dev-gherkin-22.0.0", + "phpunit/phpunit": "~8|~9", + "symfony/yaml": "~3|~4|~5" + }, + "suggest": { + "symfony/yaml": "If you want to parse features, represented in YAML files" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + } + }, + "autoload": { + "psr-0": { + "Behat\\Gherkin": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Gherkin DSL parser for PHP", + "homepage": "http://behat.org/", + "keywords": [ + "BDD", + "Behat", + "Cucumber", + "DSL", + "gherkin", + "parser" + ], + "support": { + "issues": "https://github.com/Behat/Gherkin/issues", + "source": "https://github.com/Behat/Gherkin/tree/v4.9.0" + }, + "time": "2021-10-12T13:05:09+00:00" + }, + { + "name": "behat/mink", + "version": "v1.11.0", + "source": { + "type": "git", + "url": "https://github.com/minkphp/Mink.git", + "reference": "d8527fdf8785aad38455fb426af457ab9937aece" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece", + "reference": "d8527fdf8785aad38455fb426af457ab9937aece", + "shasum": "" + }, + "require": { + "php": ">=7.2", + "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^8.5.22 || ^9.5.11", + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0" + }, + "suggest": { + "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation", + "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", + "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", + "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Mink\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Browser controller/emulator abstraction for PHP", + "homepage": "https://mink.behat.org/", + "keywords": [ + "browser", + "testing", + "web" + ], + "support": { + "issues": "https://github.com/minkphp/Mink/issues", + "source": "https://github.com/minkphp/Mink/tree/v1.11.0" + }, + "time": "2023-12-09T11:23:23+00:00" + }, + { + "name": "behat/transliterator", + "version": "v1.5.0", + "source": { + "type": "git", + "url": "https://github.com/Behat/Transliterator.git", + "reference": "baac5873bac3749887d28ab68e2f74db3a4408af" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af", + "reference": "baac5873bac3749887d28ab68e2f74db3a4408af", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "require-dev": { + "chuyskywalker/rolling-curl": "^3.1", + "php-yaoi/php-yaoi": "^1.0", + "phpunit/phpunit": "^8.5.25 || ^9.5.19" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Transliterator\\": "src/Behat/Transliterator" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Artistic-1.0" + ], + "description": "String transliterator", + "keywords": [ + "i18n", + "slug", + "transliterator" + ], + "support": { + "issues": "https://github.com/Behat/Transliterator/issues", + "source": "https://github.com/Behat/Transliterator/tree/v1.5.0" + }, + "time": "2022-03-30T09:27:43+00:00" + }, + { + "name": "brick/math", + "version": "0.12.1", + "source": { + "type": "git", + "url": "https://github.com/brick/math.git", + "reference": "f510c0a40911935b77b86859eb5223d58d660df1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", + "reference": "f510c0a40911935b77b86859eb5223d58d660df1", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.2", + "phpunit/phpunit": "^10.1", + "vimeo/psalm": "5.16.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Brick\\Math\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Arbitrary-precision arithmetic library", + "keywords": [ + "Arbitrary-precision", + "BigInteger", + "BigRational", + "arithmetic", + "bigdecimal", + "bignum", + "bignumber", + "brick", + "decimal", + "integer", + "math", + "mathematics", + "rational" + ], + "support": { + "issues": "https://github.com/brick/math/issues", + "source": "https://github.com/brick/math/tree/0.12.1" + }, + "funding": [ + { + "url": "https://github.com/BenMorel", + "type": "github" + } + ], + "time": "2023-11-29T23:19:16+00:00" + }, + { + "name": "bringyourownideas/silverstripe-composer-update-checker", + "version": "dev-pulls/4.1/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-composer-update-checker.git", + "reference": "94ba6652ff98e20fdc3bfdb8609c1327b30dbfe9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-composer-update-checker/zipball/94ba6652ff98e20fdc3bfdb8609c1327b30dbfe9", + "reference": "94ba6652ff98e20fdc3bfdb8609c1327b30dbfe9", + "shasum": "" + }, + "require": { + "bringyourownideas/silverstripe-maintenance": "^3", + "composer/composer": "^2", + "php": "^8.1", + "silverstripe/framework": "^5" + }, + "conflict": { + "symbiote/silverstripe-queuedjobs": "<4.1.0" + }, + "replace": { + "spekulatius/silverstripe-composer-update-checker": "self.version" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "BringYourOwnIdeas\\UpdateChecker\\": "src/", + "BringYourOwnIdeas\\UpdateChecker\\Tests\\": "tests/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Peter Thaleikis", + "homepage": "https://thaleikis.de" + }, + { + "name": "Matt Dwen", + "email": "matt@dwen.co.nz", + "role": "Contributors" + }, + { + "name": "Xplore Developers", + "email": "developers@xplore.net", + "role": "Contributors" + }, + { + "name": "Other contributors", + "homepage": "https://github.com/bringyourownideas/silverstripe-composer-update-checker/graphs/contributors", + "role": "Contributors" + } + ], + "description": "Checks if any composer packages needs to be updated.", + "homepage": "https://github.com/bringyourownideas/silverstripe-composer-update-checker", + "keywords": [ + "check", + "composer", + "update" + ], + "support": { + "issues": "https://github.com/bringyourownideas/silverstripe-composer-update-checker/issues", + "source": "https://github.com/creative-commoners/silverstripe-composer-update-checker/tree/pulls/4.1/remove-self" + }, + "time": "2024-06-05T03:00:47+00:00" + }, + { + "name": "bringyourownideas/silverstripe-maintenance", + "version": "3.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/bringyourownideas/silverstripe-maintenance.git", + "reference": "5ec2993563df1afd15e8cae8079235680370c8b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bringyourownideas/silverstripe-maintenance/zipball/5ec2993563df1afd15e8cae8079235680370c8b1", + "reference": "5ec2993563df1afd15e8cae8079235680370c8b1", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^7.5", + "php": "^8.1", + "silverstripe/framework": "^5", + "silverstripe/reports": "^5", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "replace": { + "friendsofsilverstripe/silverstripe-maintenance": "self.version" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3", + "symfony/thanks": "^1.2" + }, + "suggest": { + "bringyourownideas/silverstripe-composer-update-checker": "Checks for available updates of dependencies" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "BringYourOwnIdeas\\Maintenance\\": "src/", + "BringYourOwnIdeas\\Maintenance\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Peter Thaleikis", + "homepage": "https://releasecandidate.dev" + } + ], + "description": "Toolset to help with the day by day maintenance work.", + "homepage": "https://github.com/bringyourownideas/silverstripe-maintenance", + "keywords": [ + "composer", + "environment", + "security", + "silverstripe", + "updates", + "vulnerabilities" + ], + "support": { + "issues": "https://github.com/bringyourownideas/silverstripe-maintenance/issues", + "source": "https://github.com/bringyourownideas/silverstripe-maintenance/tree/3.1" + }, + "time": "2024-04-28T21:10:28+00:00" + }, + { + "name": "colymba/gridfield-bulk-editing-tools", + "version": "4.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/colymba/GridFieldBulkEditingTools.git", + "reference": "e6b27ac50165758980f8ed08532d5865131f1d78" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/colymba/GridFieldBulkEditingTools/zipball/e6b27ac50165758980f8ed08532d5865131f1d78", + "reference": "e6b27ac50165758980f8ed08532d5865131f1d78", + "shasum": "" + }, + "require": { + "silverstripe/asset-admin": "^2", + "silverstripe/framework": "^5" + }, + "type": "silverstripe-vendormodule", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev" + }, + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "Colymba\\BulkTools\\": "src/BulkTools/", + "Colymba\\BulkUpload\\": "src/BulkUploader/", + "Colymba\\BulkManager\\": "src/BulkManager/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Thierry Francois", + "homepage": "http://t-f.io" + }, + { + "name": "GitHub contributors", + "homepage": "https://github.com/colymba/GridFieldBulkEditingTools/contributors" + } + ], + "description": "SilverStripe GridField component to upload images/files and edit records in bulk", + "homepage": "https://github.com/colymba/GridFieldBulkEditingTools", + "keywords": [ + "Image upload", + "bulk upload", + "gridfield bulk upload", + "silverstripe" + ], + "support": { + "issues": "https://github.com/colymba/GridFieldBulkEditingTools/issues", + "source": "https://github.com/colymba/GridFieldBulkEditingTools/tree/4.0" + }, + "time": "2024-05-29T21:52:52+00:00" + }, + { + "name": "composer/ca-bundle", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://github.com/composer/ca-bundle.git", + "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99", + "reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "ext-pcre": "*", + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.10", + "psr/log": "^1.0", + "symfony/phpunit-bridge": "^4.2 || ^5", + "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\CaBundle\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", + "keywords": [ + "cabundle", + "cacert", + "certificate", + "ssl", + "tls" + ], + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/ca-bundle/issues", + "source": "https://github.com/composer/ca-bundle/tree/1.5.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2024-03-15T14:00:32+00:00" + }, + { + "name": "composer/class-map-generator", + "version": "1.3.2", + "source": { + "type": "git", + "url": "https://github.com/composer/class-map-generator.git", + "reference": "acd227952154850d0bb7d65caa4f9edf9cd806a7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/acd227952154850d0bb7d65caa4f9edf9cd806a7", + "reference": "acd227952154850d0bb7d65caa4f9edf9cd806a7", + "shasum": "" + }, + "require": { + "composer/pcre": "^2.1 || ^3.1", + "php": "^7.2 || ^8.0", + "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7" + }, + "require-dev": { + "phpstan/phpstan": "^1.6", + "phpstan/phpstan-deprecation-rules": "^1", + "phpstan/phpstan-phpunit": "^1", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/filesystem": "^5.4 || ^6", + "symfony/phpunit-bridge": "^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\ClassMapGenerator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "https://seld.be" + } + ], + "description": "Utilities to scan PHP code and generate class maps.", + "keywords": [ + "classmap" + ], + "support": { + "issues": "https://github.com/composer/class-map-generator/issues", + "source": "https://github.com/composer/class-map-generator/tree/1.3.2" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2024-05-31T19:45:56+00:00" + }, + { + "name": "composer/composer", + "version": "2.7.6", + "source": { + "type": "git", + "url": "https://github.com/composer/composer.git", + "reference": "fabd995783b633829fd4280e272284b39b6ae702" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/composer/zipball/fabd995783b633829fd4280e272284b39b6ae702", + "reference": "fabd995783b633829fd4280e272284b39b6ae702", + "shasum": "" + }, + "require": { + "composer/ca-bundle": "^1.0", + "composer/class-map-generator": "^1.0", + "composer/metadata-minifier": "^1.0", + "composer/pcre": "^2.1 || ^3.1", + "composer/semver": "^3.2.5", + "composer/spdx-licenses": "^1.5.7", + "composer/xdebug-handler": "^2.0.2 || ^3.0.3", + "justinrainbow/json-schema": "^5.2.11", + "php": "^7.2.5 || ^8.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "react/promise": "^2.8 || ^3", + "seld/jsonlint": "^1.4", + "seld/phar-utils": "^1.2", + "seld/signal-handler": "^2.0", + "symfony/console": "^5.4.11 || ^6.0.11 || ^7", + "symfony/filesystem": "^5.4 || ^6.0 || ^7", + "symfony/finder": "^5.4 || ^6.0 || ^7", + "symfony/polyfill-php73": "^1.24", + "symfony/polyfill-php80": "^1.24", + "symfony/polyfill-php81": "^1.24", + "symfony/process": "^5.4 || ^6.0 || ^7" + }, + "require-dev": { + "phpstan/phpstan": "^1.9.3", + "phpstan/phpstan-deprecation-rules": "^1", + "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-strict-rules": "^1", + "phpstan/phpstan-symfony": "^1.2.10", + "symfony/phpunit-bridge": "^6.4.1 || ^7.0.1" + }, + "suggest": { + "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", + "ext-zip": "Enabling the zip extension allows you to unzip archives", + "ext-zlib": "Allow gzip compression of HTTP requests" + }, + "bin": [ + "bin/composer" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.7-dev" + }, + "phpstan": { + "includes": [ + "phpstan/rules.neon" + ] + } + }, + "autoload": { + "psr-4": { + "Composer\\": "src/Composer/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "https://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "https://seld.be" + } + ], + "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", + "homepage": "https://getcomposer.org/", + "keywords": [ + "autoload", + "dependency", + "package" + ], + "support": { + "irc": "ircs://irc.libera.chat:6697/composer", + "issues": "https://github.com/composer/composer/issues", + "security": "https://github.com/composer/composer/security/policy", + "source": "https://github.com/composer/composer/tree/2.7.6" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2024-05-04T21:03:15+00:00" + }, + { + "name": "composer/installers", + "version": "v2.2.0", + "source": { + "type": "git", + "url": "https://github.com/composer/installers.git", + "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35", + "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0 || ^2.0", + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "composer/composer": "1.6.* || ^2.0", + "composer/semver": "^1 || ^3", + "phpstan/phpstan": "^0.12.55", + "phpstan/phpstan-phpunit": "^0.12.16", + "symfony/phpunit-bridge": "^5.3", + "symfony/process": "^5" + }, + "type": "composer-plugin", + "extra": { + "class": "Composer\\Installers\\Plugin", + "branch-alias": { + "dev-main": "2.x-dev" + }, + "plugin-modifies-install-path": true + }, + "autoload": { + "psr-4": { + "Composer\\Installers\\": "src/Composer/Installers" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kyle Robinson Young", + "email": "kyle@dontkry.com", + "homepage": "https://github.com/shama" + } + ], + "description": "A multi-framework Composer library installer", + "homepage": "https://composer.github.io/installers/", + "keywords": [ + "Dolibarr", + "Eliasis", + "Hurad", + "ImageCMS", + "Kanboard", + "Lan Management System", + "MODX Evo", + "MantisBT", + "Mautic", + "Maya", + "OXID", + "Plentymarkets", + "Porto", + "RadPHP", + "SMF", + "Starbug", + "Thelia", + "Whmcs", + "WolfCMS", + "agl", + "annotatecms", + "attogram", + "bitrix", + "cakephp", + "chef", + "cockpit", + "codeigniter", + "concrete5", + "croogo", + "dokuwiki", + "drupal", + "eZ Platform", + "elgg", + "expressionengine", + "fuelphp", + "grav", + "installer", + "itop", + "known", + "kohana", + "laravel", + "lavalite", + "lithium", + "magento", + "majima", + "mako", + "matomo", + "mediawiki", + "miaoxing", + "modulework", + "modx", + "moodle", + "osclass", + "pantheon", + "phpbb", + "piwik", + "ppi", + "processwire", + "puppet", + "pxcms", + "reindex", + "roundcube", + "shopware", + "silverstripe", + "sydes", + "sylius", + "tastyigniter", + "wordpress", + "yawik", + "zend", + "zikula" + ], + "support": { + "issues": "https://github.com/composer/installers/issues", + "source": "https://github.com/composer/installers/tree/v2.2.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-08-20T06:45:11+00:00" + }, + { + "name": "composer/metadata-minifier", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/composer/metadata-minifier.git", + "reference": "c549d23829536f0d0e984aaabbf02af91f443207" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", + "reference": "c549d23829536f0d0e984aaabbf02af91f443207", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "composer/composer": "^2", + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\MetadataMinifier\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Small utility library that handles metadata minification and expansion.", + "keywords": [ + "composer", + "compression" + ], + "support": { + "issues": "https://github.com/composer/metadata-minifier/issues", + "source": "https://github.com/composer/metadata-minifier/tree/1.0.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2021-04-07T13:37:33+00:00" + }, + { + "name": "composer/pcre", + "version": "3.1.4", + "source": { + "type": "git", + "url": "https://github.com/composer/pcre.git", + "reference": "04229f163664973f68f38f6f73d917799168ef24" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/pcre/zipball/04229f163664973f68f38f6f73d917799168ef24", + "reference": "04229f163664973f68f38f6f73d917799168ef24", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.3", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Pcre\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "keywords": [ + "PCRE", + "preg", + "regex", + "regular expression" + ], + "support": { + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/3.1.4" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2024-05-27T13:40:54+00:00" + }, + { + "name": "composer/semver", + "version": "3.4.0", + "source": { + "type": "git", + "url": "https://github.com/composer/semver.git", + "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", + "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.4", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Semver\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "Semver library that offers utilities, version constraint parsing and validation.", + "keywords": [ + "semantic", + "semver", + "validation", + "versioning" + ], + "support": { + "irc": "ircs://irc.libera.chat:6697/composer", + "issues": "https://github.com/composer/semver/issues", + "source": "https://github.com/composer/semver/tree/3.4.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2023-08-31T09:50:34+00:00" + }, + { + "name": "composer/spdx-licenses", + "version": "1.5.8", + "source": { + "type": "git", + "url": "https://github.com/composer/spdx-licenses.git", + "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a", + "reference": "560bdcf8deb88ae5d611c80a2de8ea9d0358cc0a", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.55", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Spdx\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "SPDX licenses list and validation library.", + "keywords": [ + "license", + "spdx", + "validator" + ], + "support": { + "irc": "ircs://irc.libera.chat:6697/composer", + "issues": "https://github.com/composer/spdx-licenses/issues", + "source": "https://github.com/composer/spdx-licenses/tree/1.5.8" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2023-11-20T07:44:33+00:00" + }, + { + "name": "composer/xdebug-handler", + "version": "3.0.5", + "source": { + "type": "git", + "url": "https://github.com/composer/xdebug-handler.git", + "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", + "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", + "shasum": "" + }, + "require": { + "composer/pcre": "^1 || ^2 || ^3", + "php": "^7.2.5 || ^8.0", + "psr/log": "^1 || ^2 || ^3" + }, + "require-dev": { + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.1", + "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Composer\\XdebugHandler\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "John Stevenson", + "email": "john-stevenson@blueyonder.co.uk" + } + ], + "description": "Restarts a process without Xdebug.", + "keywords": [ + "Xdebug", + "performance" + ], + "support": { + "irc": "ircs://irc.libera.chat:6697/composer", + "issues": "https://github.com/composer/xdebug-handler/issues", + "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2024-05-06T16:37:16+00:00" + }, + { + "name": "cwp/agency-extensions", + "version": "dev-pulls/3.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/cwp-agencyextensions.git", + "reference": "dc596155dc3c4a81f025d7c773158994bdf3ba72" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/cwp-agencyextensions/zipball/dc596155dc3c4a81f025d7c773158994bdf3ba72", + "reference": "dc596155dc3c4a81f025d7c773158994bdf3ba72", + "shasum": "" + }, + "require": { + "cwp/cwp": "^3", + "php": "^8.1", + "silverstripe/framework": "^5", + "symbiote/silverstripe-gridfieldextensions": "^4" + }, + "conflict": { + "silverstripe/auditor": "<2.2.1" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "CWP\\AgencyExtensions\\": "src/", + "CWP\\AgencyExtensions\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "description": "Base module for the default CWP theme to add features", + "keywords": [ + "cwp", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/cwp-agencyextensions/tree/pulls/3.2/remove-self" + }, + "time": "2024-06-05T03:10:52+00:00" + }, + { + "name": "cwp/cwp", + "version": "dev-pulls/3.0/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/cwp.git", + "reference": "4cda1e2744f9e481cb3857d38caaf816a0510cfa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/cwp/zipball/4cda1e2744f9e481cb3857d38caaf816a0510cfa", + "reference": "4cda1e2744f9e481cb3857d38caaf816a0510cfa", + "shasum": "" + }, + "require": { + "cwp/cwp-core": "^3", + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5", + "silverstripe/taxonomy": "^3", + "symbiote/silverstripe-gridfieldextensions": "^4" + }, + "conflict": { + "silverstripe/auditor": "<2.2.1" + }, + "require-dev": { + "cwp/starter-theme": "^4", + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "silverstripe/crontask": "Allows CWP cleanup tasks to be scheduled" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "css", + "javascript", + "images" + ] + }, + "autoload": { + "psr-4": { + "CWP\\CWP\\": "src/", + "CWP\\CWP\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "description": "CWP features module. We strongly recommend using it for all new sites. Future features will be delivered here.", + "keywords": [ + "cwp", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/cwp/tree/pulls/3.0/remove-self" + }, + "time": "2024-06-05T03:11:57+00:00" + }, + { + "name": "cwp/cwp-core", + "version": "dev-pulls/3.0/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/cwp-core.git", + "reference": "bddbf30d51b63d9d0355b38fd53a6954a8eb0364" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/cwp-core/zipball/bddbf30d51b63d9d0355b38fd53a6954a8eb0364", + "reference": "bddbf30d51b63d9d0355b38fd53a6954a8eb0364", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/auditor": "^3", + "silverstripe/environmentcheck": "^3", + "silverstripe/framework": "^5", + "silverstripe/hybridsessions": "^3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "css", + "javascript" + ] + }, + "autoload": { + "psr-4": { + "CWP\\Core\\": "src/", + "CWP\\Core\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "description": "CWP basic compatibility module. Use for migrations.", + "keywords": [ + "cwp", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/cwp-core/tree/pulls/3.0/remove-self" + }, + "time": "2024-06-05T03:14:11+00:00" + }, + { + "name": "cwp/starter-theme", + "version": "4.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/cwp-starter-theme.git", + "reference": "88e34a4c0d63770e32ea8a00037e70b624fc52b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/cwp-starter-theme/zipball/88e34a4c0d63770e32ea8a00037e70b624fc52b1", + "reference": "88e34a4c0d63770e32ea8a00037e70b624fc52b1", + "shasum": "" + }, + "require": { + "silverstripe/framework": "^5" + }, + "suggest": { + "cwp/cwp": "Much of the functionality in this theme is enabled by this module" + }, + "type": "silverstripe-theme", + "extra": { + "installer-name": "starter", + "expose": [ + "dist", + "ico", + "images" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "CWP Theme", + "keywords": [ + "cwp", + "silverstripe", + "theme" + ], + "support": { + "issues": "https://github.com/silverstripe/cwp-starter-theme/issues", + "source": "https://github.com/silverstripe/cwp-starter-theme/tree/4.1.0-beta1" + }, + "time": "2024-01-08T22:50:53+00:00" + }, + { + "name": "cwp/watea-theme", + "version": "4.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/cwp-watea-theme.git", + "reference": "5512cd0d9978594425d771041ff54a808d7534f0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/cwp-watea-theme/zipball/5512cd0d9978594425d771041ff54a808d7534f0", + "reference": "5512cd0d9978594425d771041ff54a808d7534f0", + "shasum": "" + }, + "require": { + "cwp/agency-extensions": "^3", + "cwp/starter-theme": "^4" + }, + "type": "silverstripe-theme", + "extra": { + "installer-name": "watea", + "expose": [ + "dist", + "ico", + "images" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "CWP Watea theme", + "keywords": [ + "cwp", + "silverstripe", + "theme" + ], + "support": { + "issues": "https://github.com/silverstripe/cwp-watea-theme/issues", + "source": "https://github.com/silverstripe/cwp-watea-theme/tree/4.1.0-beta1" + }, + "time": "2024-01-08T01:32:21+00:00" + }, + { + "name": "defuse/php-encryption", + "version": "v2.4.0", + "source": { + "type": "git", + "url": "https://github.com/defuse/php-encryption.git", + "reference": "f53396c2d34225064647a05ca76c1da9d99e5828" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828", + "reference": "f53396c2d34225064647a05ca76c1da9d99e5828", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "paragonie/random_compat": ">= 2", + "php": ">=5.6.0" + }, + "require-dev": { + "phpunit/phpunit": "^5|^6|^7|^8|^9|^10", + "yoast/phpunit-polyfills": "^2.0.0" + }, + "bin": [ + "bin/generate-defuse-key" + ], + "type": "library", + "autoload": { + "psr-4": { + "Defuse\\Crypto\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Hornby", + "email": "taylor@defuse.ca", + "homepage": "https://defuse.ca/" + }, + { + "name": "Scott Arciszewski", + "email": "info@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "Secure PHP Encryption Library", + "keywords": [ + "aes", + "authenticated encryption", + "cipher", + "crypto", + "cryptography", + "encrypt", + "encryption", + "openssl", + "security", + "symmetric key cryptography" + ], + "support": { + "issues": "https://github.com/defuse/php-encryption/issues", + "source": "https://github.com/defuse/php-encryption/tree/v2.4.0" + }, + "time": "2023-06-19T06:10:36+00:00" + }, + { + "name": "dflydev/dot-access-data", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/dflydev/dflydev-dot-access-data.git", + "reference": "f41715465d65213d644d3141a6a93081be5d3549" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", + "reference": "f41715465d65213d644d3141a6a93081be5d3549", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.42", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", + "scrutinizer/ocular": "1.6.0", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^4.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Dflydev\\DotAccessData\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + }, + { + "name": "Carlos Frutos", + "email": "carlos@kiwing.it", + "homepage": "https://github.com/cfrutos" + }, + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com" + } + ], + "description": "Given a deep data structure, access data by dot notation.", + "homepage": "https://github.com/dflydev/dflydev-dot-access-data", + "keywords": [ + "access", + "data", + "dot", + "notation" + ], + "support": { + "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" + }, + "time": "2022-10-27T11:44:00+00:00" + }, + { + "name": "dnadesign/silverstripe-elemental", + "version": "dev-pulls/5.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-elemental.git", + "reference": "e7e05aaa8752aedd18bbf2ebcc64dd67c8b9189a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-elemental/zipball/e7e05aaa8752aedd18bbf2ebcc64dd67c8b9189a", + "reference": "e7e05aaa8752aedd18bbf2ebcc64dd67c8b9189a", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2.0.1", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5", + "silverstripe/graphql": "^5", + "silverstripe/vendor-plugin": "^2", + "silverstripe/versioned": "^2", + "silverstripe/versioned-admin": "^2", + "symbiote/silverstripe-gridfieldextensions": "^4" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "silverstripe/documentation-lint": "^1", + "silverstripe/frameworktest": "^1", + "silverstripe/recipe-testing": "^3", + "silverstripe/standards": "^1" + }, + "suggest": { + "dnadesign/silverstripe-elemental-subsites": "Adds subsite support to elemental", + "dnadesign/silverstripe-elemental-userforms": "Adds userform support to elemental", + "dnadesign/silverstripe-elemental-virtual": "Adds support to share blocks between pages", + "silverstripe/elemental-blocks": "Adds a set of common SilverStripe content block types", + "silverstripe/fulltextsearch": "Adds fulltext search capability for elements using Solr" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "DNADesign\\Elemental\\": [ + "src/", + "_legacy/" + ], + "DNADesign\\Elemental\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Alexandre Saelens", + "email": "alexandre.saelens@dna.co.nz" + } + ], + "description": "Elemental pagetype and collection of Elements", + "keywords": [ + "content blocks", + "element", + "elemental", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-elemental/tree/pulls/5.2/remove-self" + }, + "time": "2024-06-05T03:14:46+00:00" + }, + { + "name": "dnadesign/silverstripe-elemental-userforms", + "version": "4.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/dnadesign/silverstripe-elemental-userforms.git", + "reference": "3190402c21f4d4044b772bc407ef34844659da7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dnadesign/silverstripe-elemental-userforms/zipball/3190402c21f4d4044b772bc407ef34844659da7d", + "reference": "3190402c21f4d4044b772bc407ef34844659da7d", + "shasum": "" + }, + "require": { + "dnadesign/silverstripe-elemental": "^5.0.0-alpha2", + "php": "^8.1", + "silverstripe/framework": "^5", + "silverstripe/userforms": "^6", + "silverstripe/vendor-plugin": "^2" + }, + "require-dev": { + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "DNADesign\\ElementalUserForms\\": "src/", + "DNADesign\\ElementalUserForms\\Tests\\": "tests/php/", + "DNADesign\\ElementalUserForms\\Tests\\Behat\\Context\\": "tests/behat/src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "John Milmine", + "email": "john.milmine@dna.co.nz" + } + ], + "description": "Adds a new element for usersforms", + "keywords": [ + "Content Blocks", + "element", + "elemental", + "silverstripe", + "userforms" + ], + "support": { + "issues": "https://github.com/dnadesign/silverstripe-elemental-userforms/issues", + "source": "https://github.com/dnadesign/silverstripe-elemental-userforms/tree/4.1" + }, + "time": "2024-02-08T16:38:55+00:00" + }, + { + "name": "doctrine/deprecations", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", + "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/1.1.3" + }, + "time": "2024-01-30T19:34:25+00:00" + }, + { + "name": "doctrine/instantiator", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "doctrine/coding-standard": "^11", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/2.0.0" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-12-30T00:23:10+00:00" + }, + { + "name": "doctrine/lexer", + "version": "3.0.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/lexer.git", + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "doctrine/coding-standard": "^12", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^10.5", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^5.21" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Common\\Lexer\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", + "homepage": "https://www.doctrine-project.org/projects/lexer.html", + "keywords": [ + "annotations", + "docblock", + "lexer", + "parser", + "php" + ], + "support": { + "issues": "https://github.com/doctrine/lexer/issues", + "source": "https://github.com/doctrine/lexer/tree/3.0.1" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", + "type": "tidelift" + } + ], + "time": "2024-02-05T11:56:58+00:00" + }, + { + "name": "dragonmantank/cron-expression", + "version": "v3.3.3", + "source": { + "type": "git", + "url": "https://github.com/dragonmantank/cron-expression.git", + "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", + "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", + "shasum": "" + }, + "require": { + "php": "^7.2|^8.0", + "webmozart/assert": "^1.0" + }, + "replace": { + "mtdowling/cron-expression": "^1.0" + }, + "require-dev": { + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-webmozart-assert": "^1.0", + "phpunit/phpunit": "^7.0|^8.0|^9.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Cron\\": "src/Cron/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Chris Tankersley", + "email": "chris@ctankersley.com", + "homepage": "https://github.com/dragonmantank" + } + ], + "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", + "keywords": [ + "cron", + "schedule" + ], + "support": { + "issues": "https://github.com/dragonmantank/cron-expression/issues", + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3" + }, + "funding": [ + { + "url": "https://github.com/dragonmantank", + "type": "github" + } + ], + "time": "2023-08-10T19:36:49+00:00" + }, + { + "name": "egulias/email-validator", + "version": "4.0.2", + "source": { + "type": "git", + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", + "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", + "shasum": "" + }, + "require": { + "doctrine/lexer": "^2.0 || ^3.0", + "php": ">=8.1", + "symfony/polyfill-intl-idn": "^1.26" + }, + "require-dev": { + "phpunit/phpunit": "^10.2", + "vimeo/psalm": "^5.12" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eduardo Gulias Davis" + } + ], + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ], + "support": { + "issues": "https://github.com/egulias/EmailValidator/issues", + "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" + }, + "funding": [ + { + "url": "https://github.com/egulias", + "type": "github" + } + ], + "time": "2023-10-06T06:47:41+00:00" + }, + { + "name": "embed/embed", + "version": "v4.4.10", + "source": { + "type": "git", + "url": "https://github.com/oscarotero/Embed.git", + "reference": "8ac21505d048e8796c6cb9172ec5e81e5d0e0408" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oscarotero/Embed/zipball/8ac21505d048e8796c6cb9172ec5e81e5d0e0408", + "reference": "8ac21505d048e8796c6cb9172ec5e81e5d0e0408", + "shasum": "" + }, + "require": { + "composer/ca-bundle": "^1.0", + "ext-curl": "*", + "ext-dom": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ml/json-ld": "^1.1", + "oscarotero/html-parser": "^0.1.4", + "php": "^7.4|^8", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0|^2.0" + }, + "require-dev": { + "brick/varexporter": "^0.3.1", + "friendsofphp/php-cs-fixer": "^2.0", + "nyholm/psr7": "^1.2", + "oscarotero/php-cs-fixer-config": "^1.0", + "phpunit/phpunit": "^9.0", + "symfony/css-selector": "^5.0" + }, + "suggest": { + "symfony/css-selector": "If you want to get elements using css selectors" + }, + "type": "library", + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Embed\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Oscar Otero", + "email": "oom@oscarotero.com", + "homepage": "http://oscarotero.com", + "role": "Developer" + } + ], + "description": "PHP library to retrieve page info using oembed, opengraph, etc", + "homepage": "https://github.com/oscarotero/Embed", + "keywords": [ + "embed", + "embedly", + "oembed", + "opengraph", + "twitter cards" + ], + "support": { + "email": "oom@oscarotero.com", + "issues": "https://github.com/oscarotero/Embed/issues", + "source": "https://github.com/oscarotero/Embed/tree/v4.4.10" + }, + "funding": [ + { + "url": "https://paypal.me/oscarotero", + "type": "custom" + }, + { + "url": "https://github.com/oscarotero", + "type": "github" + }, + { + "url": "https://www.patreon.com/misteroom", + "type": "patreon" + } + ], + "time": "2023-12-10T12:30:47+00:00" + }, + { + "name": "friends-of-behat/mink-extension", + "version": "v2.7.5", + "source": { + "type": "git", + "url": "https://github.com/FriendsOfBehat/MinkExtension.git", + "reference": "854336030e11983f580f49faad1b49a1238f9846" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/854336030e11983f580f49faad1b49a1238f9846", + "reference": "854336030e11983f580f49faad1b49a1238f9846", + "shasum": "" + }, + "require": { + "behat/behat": "^3.0.5", + "behat/mink": "^1.5", + "php": ">=7.4", + "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0" + }, + "replace": { + "behat/mink-extension": "self.version" + }, + "require-dev": { + "behat/mink-goutte-driver": "^1.1 || ^2.0", + "phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev" + }, + "type": "behat-extension", + "extra": { + "branch-alias": { + "dev-master": "2.1.x-dev" + } + }, + "autoload": { + "psr-0": { + "Behat\\MinkExtension": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com" + }, + { + "name": "Christophe Coevoet", + "email": "stof@notk.org" + } + ], + "description": "Mink extension for Behat", + "homepage": "http://extensions.behat.org/mink", + "keywords": [ + "browser", + "gui", + "test", + "web" + ], + "support": { + "issues": "https://github.com/FriendsOfBehat/MinkExtension/issues", + "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/v2.7.5" + }, + "time": "2024-01-11T09:12:02+00:00" + }, + { + "name": "fzaninotto/faker", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/fzaninotto/Faker.git", + "reference": "5ffe7db6c80f441f150fc88008d64e64af66634b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/5ffe7db6c80f441f150fc88008d64e64af66634b", + "reference": "5ffe7db6c80f441f150fc88008d64e64af66634b", + "shasum": "" + }, + "require": { + "php": "^5.3.3 || ^7.0 || ^8.0" + }, + "require-dev": { + "ext-intl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7", + "squizlabs/php_codesniffer": "^2.9.2" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "psr-4": { + "Faker\\": "src/Faker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "François Zaninotto" + } + ], + "description": "Faker is a PHP library that generates fake data for you.", + "keywords": [ + "data", + "faker", + "fixtures" + ], + "support": { + "issues": "https://github.com/fzaninotto/Faker/issues", + "source": "https://github.com/fzaninotto/Faker/tree/master" + }, + "abandoned": true, + "time": "2020-12-11T09:59:14+00:00" + }, + { + "name": "guzzlehttp/guzzle", + "version": "7.8.1", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", + "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.5.3 || ^2.0.1", + "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "ext-curl": "*", + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.36 || ^9.6.15", + "psr/log": "^1.1 || ^2.0 || ^3.0" + }, + "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "psr-18", + "psr-7", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/7.8.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2023-12-03T20:35:24+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.36 || ^9.6.15" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2023-12-03T20:19:20+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "2.6.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", + "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "ralouphie/getallheaders": "^3.0" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.36 || ^9.6.15" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/2.6.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2023-12-03T20:05:35+00:00" + }, + { + "name": "intervention/image", + "version": "2.7.2", + "source": { + "type": "git", + "url": "https://github.com/Intervention/image.git", + "reference": "04be355f8d6734c826045d02a1079ad658322dad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad", + "reference": "04be355f8d6734c826045d02a1079ad658322dad", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "guzzlehttp/psr7": "~1.1 || ^2.0", + "php": ">=5.4.0" + }, + "require-dev": { + "mockery/mockery": "~0.9.2", + "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15" + }, + "suggest": { + "ext-gd": "to use GD library based image processing.", + "ext-imagick": "to use Imagick based image processing.", + "intervention/imagecache": "Caching extension for the Intervention Image library" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.4-dev" + }, + "laravel": { + "providers": [ + "Intervention\\Image\\ImageServiceProvider" + ], + "aliases": { + "Image": "Intervention\\Image\\Facades\\Image" + } + } + }, + "autoload": { + "psr-4": { + "Intervention\\Image\\": "src/Intervention/Image" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Oliver Vogel", + "email": "oliver@intervention.io", + "homepage": "https://intervention.io/" + } + ], + "description": "Image handling and manipulation library with support for Laravel integration", + "homepage": "http://image.intervention.io/", + "keywords": [ + "gd", + "image", + "imagick", + "laravel", + "thumbnail", + "watermark" + ], + "support": { + "issues": "https://github.com/Intervention/image/issues", + "source": "https://github.com/Intervention/image/tree/2.7.2" + }, + "funding": [ + { + "url": "https://paypal.me/interventionio", + "type": "custom" + }, + { + "url": "https://github.com/Intervention", + "type": "github" + } + ], + "time": "2022-05-21T17:30:32+00:00" + }, + { + "name": "justinrainbow/json-schema", + "version": "v5.2.13", + "source": { + "type": "git", + "url": "https://github.com/jsonrainbow/json-schema.git", + "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", + "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", + "json-schema/json-schema-test-suite": "1.2.0", + "phpunit/phpunit": "^4.8.35" + }, + "bin": [ + "bin/validate-json" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "JsonSchema\\": "src/JsonSchema/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bruno Prieto Reis", + "email": "bruno.p.reis@gmail.com" + }, + { + "name": "Justin Rainbow", + "email": "justin.rainbow@gmail.com" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Robert Schönthal", + "email": "seroscho@googlemail.com" + } + ], + "description": "A library to validate a json schema.", + "homepage": "https://github.com/justinrainbow/json-schema", + "keywords": [ + "json", + "schema" + ], + "support": { + "issues": "https://github.com/jsonrainbow/json-schema/issues", + "source": "https://github.com/jsonrainbow/json-schema/tree/v5.2.13" + }, + "time": "2023-09-26T02:20:38+00:00" + }, + { + "name": "laminas/laminas-authentication", + "version": "2.16.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-authentication.git", + "reference": "755b30a37de0f8649bad86dfdc46a0d57cb0d70f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/755b30a37de0f8649bad86dfdc46a0d57cb0d70f", + "reference": "755b30a37de0f8649bad86dfdc46a0d57cb0d70f", + "shasum": "" + }, + "require": { + "laminas/laminas-stdlib": "^3.6.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + }, + "conflict": { + "zendframework/zend-authentication": "*" + }, + "require-dev": { + "laminas/laminas-coding-standard": "~2.4.0", + "laminas/laminas-crypt": "^2.6.0 || ^3.10.0", + "laminas/laminas-db": "^2.18.0", + "laminas/laminas-http": "^2.18.0", + "laminas/laminas-ldap": "^2.17", + "laminas/laminas-session": "^2.16.0", + "laminas/laminas-uri": "^2.10.0", + "laminas/laminas-validator": "^2.30.1", + "phpunit/phpunit": "^9.6.13", + "psalm/plugin-phpunit": "^0.17.0", + "squizlabs/php_codesniffer": "^3.7.2", + "vimeo/psalm": "^4.30.0" + }, + "suggest": { + "laminas/laminas-crypt": "Laminas\\Crypt component", + "laminas/laminas-db": "Laminas\\Db component", + "laminas/laminas-http": "Laminas\\Http component", + "laminas/laminas-ldap": "Laminas\\Ldap component", + "laminas/laminas-session": "Laminas\\Session component", + "laminas/laminas-uri": "Laminas\\Uri component", + "laminas/laminas-validator": "Laminas\\Validator component" + }, + "type": "library", + "autoload": { + "psr-4": { + "Laminas\\Authentication\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios", + "homepage": "https://laminas.dev", + "keywords": [ + "Authentication", + "laminas" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-authentication/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-authentication/issues", + "rss": "https://github.com/laminas/laminas-authentication/releases.atom", + "source": "https://github.com/laminas/laminas-authentication" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2023-11-06T09:32:35+00:00" + }, + { + "name": "laminas/laminas-eventmanager", + "version": "3.13.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-eventmanager.git", + "reference": "ce5ba8bde378fca5cb0cd514f01823637215b2f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce5ba8bde378fca5cb0cd514f01823637215b2f3", + "reference": "ce5ba8bde378fca5cb0cd514f01823637215b2f3", + "shasum": "" + }, + "require": { + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + }, + "conflict": { + "container-interop/container-interop": "<1.2", + "zendframework/zend-eventmanager": "*" + }, + "require-dev": { + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-stdlib": "^3.18", + "phpbench/phpbench": "^1.2.15", + "phpunit/phpunit": "^10.5.5", + "psalm/plugin-phpunit": "^0.18.4", + "psr/container": "^1.1.2 || ^2.0.2", + "vimeo/psalm": "^5.18" + }, + "suggest": { + "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature", + "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature" + }, + "type": "library", + "autoload": { + "psr-4": { + "Laminas\\EventManager\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Trigger and listen to events within a PHP application", + "homepage": "https://laminas.dev", + "keywords": [ + "event", + "eventmanager", + "events", + "laminas" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-eventmanager/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-eventmanager/issues", + "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom", + "source": "https://github.com/laminas/laminas-eventmanager" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2024-01-03T17:43:50+00:00" + }, + { + "name": "laminas/laminas-ldap", + "version": "2.18.1", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-ldap.git", + "reference": "c337026c6c3555d06bcae37e95ffe92cafcea08a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-ldap/zipball/c337026c6c3555d06bcae37e95ffe92cafcea08a", + "reference": "c337026c6c3555d06bcae37e95ffe92cafcea08a", + "shasum": "" + }, + "require": { + "ext-ldap": "*", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + }, + "conflict": { + "zendframework/zend-ldap": "*" + }, + "require-dev": { + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-config": "^3.8.0", + "laminas/laminas-eventmanager": "^3.6.0", + "laminas/laminas-stdlib": "^3.15.0", + "php-mock/php-mock-phpunit": "^2.6.1", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.16" + }, + "suggest": { + "laminas/laminas-eventmanager": "Laminas\\EventManager component" + }, + "type": "library", + "autoload": { + "psr-4": { + "Laminas\\Ldap\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Provides support for LDAP operations including but not limited to binding, searching and modifying entries in an LDAP directory", + "homepage": "https://laminas.dev", + "keywords": [ + "laminas", + "ldap" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-ldap/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-ldap/issues", + "rss": "https://github.com/laminas/laminas-ldap/releases.atom", + "source": "https://github.com/laminas/laminas-ldap" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2023-12-06T11:19:05+00:00" + }, + { + "name": "laminas/laminas-servicemanager", + "version": "3.22.1", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-servicemanager.git", + "reference": "de98d297d4743956a0558a6d71616979ff779328" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/de98d297d4743956a0558a6d71616979ff779328", + "reference": "de98d297d4743956a0558a6d71616979ff779328", + "shasum": "" + }, + "require": { + "laminas/laminas-stdlib": "^3.17", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "psr/container": "^1.0" + }, + "conflict": { + "ext-psr": "*", + "laminas/laminas-code": "<4.10.0", + "zendframework/zend-code": "<3.3.1", + "zendframework/zend-servicemanager": "*" + }, + "provide": { + "psr/container-implementation": "^1.0" + }, + "replace": { + "container-interop/container-interop": "^1.2.0" + }, + "require-dev": { + "composer/package-versions-deprecated": "^1.11.99.5", + "friendsofphp/proxy-manager-lts": "^1.0.14", + "laminas/laminas-code": "^4.10.0", + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-container-config-test": "^0.8", + "mikey179/vfsstream": "^1.6.11", + "phpbench/phpbench": "^1.2.9", + "phpunit/phpunit": "^10.4", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.8.0" + }, + "suggest": { + "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services" + }, + "bin": [ + "bin/generate-deps-for-config-factory", + "bin/generate-factory-for-class" + ], + "type": "library", + "autoload": { + "files": [ + "src/autoload.php" + ], + "psr-4": { + "Laminas\\ServiceManager\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Factory-Driven Dependency Injection Container", + "homepage": "https://laminas.dev", + "keywords": [ + "PSR-11", + "dependency-injection", + "di", + "dic", + "laminas", + "service-manager", + "servicemanager" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-servicemanager/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-servicemanager/issues", + "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", + "source": "https://github.com/laminas/laminas-servicemanager" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2023-10-24T11:19:47+00:00" + }, + { + "name": "laminas/laminas-session", + "version": "2.20.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-session.git", + "reference": "16876aa20a6688d06291a972f7e1eb0b74b05d51" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-session/zipball/16876aa20a6688d06291a972f7e1eb0b74b05d51", + "reference": "16876aa20a6688d06291a972f7e1eb0b74b05d51", + "shasum": "" + }, + "require": { + "laminas/laminas-eventmanager": "^3.12", + "laminas/laminas-servicemanager": "^3.22", + "laminas/laminas-stdlib": "^3.18", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + }, + "conflict": { + "zendframework/zend-session": "*" + }, + "require-dev": { + "ext-xdebug": "*", + "laminas/laminas-cache": "^3.12.1", + "laminas/laminas-cache-storage-adapter-memory": "^2.3", + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-db": "^2.19.0", + "laminas/laminas-http": "^2.19", + "laminas/laminas-validator": "^2.49.0", + "mongodb/mongodb": "~1.17.0", + "phpunit/phpunit": "^9.6.17", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.22.2" + }, + "suggest": { + "laminas/laminas-cache": "Laminas\\Cache component", + "laminas/laminas-db": "Laminas\\Db component", + "laminas/laminas-http": "Laminas\\Http component", + "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", + "laminas/laminas-validator": "Laminas\\Validator component", + "mongodb/mongodb": "If you want to use the MongoDB session save handler" + }, + "type": "library", + "extra": { + "laminas": { + "component": "Laminas\\Session", + "config-provider": "Laminas\\Session\\ConfigProvider" + } + }, + "autoload": { + "psr-4": { + "Laminas\\Session\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Object-oriented interface to PHP sessions and storage", + "homepage": "https://laminas.dev", + "keywords": [ + "laminas", + "session" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-session/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-session/issues", + "rss": "https://github.com/laminas/laminas-session/releases.atom", + "source": "https://github.com/laminas/laminas-session" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2024-03-08T11:02:36+00:00" + }, + { + "name": "laminas/laminas-stdlib", + "version": "3.19.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-stdlib.git", + "reference": "6a192dd0882b514e45506f533b833b623b78fff3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3", + "reference": "6a192dd0882b514e45506f533b833b623b78fff3", + "shasum": "" + }, + "require": { + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + }, + "conflict": { + "zendframework/zend-stdlib": "*" + }, + "require-dev": { + "laminas/laminas-coding-standard": "^2.5", + "phpbench/phpbench": "^1.2.15", + "phpunit/phpunit": "^10.5.8", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.20.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Laminas\\Stdlib\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "SPL extensions, array utilities, error handlers, and more", + "homepage": "https://laminas.dev", + "keywords": [ + "laminas", + "stdlib" + ], + "support": { + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-stdlib/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-stdlib/issues", + "rss": "https://github.com/laminas/laminas-stdlib/releases.atom", + "source": "https://github.com/laminas/laminas-stdlib" + }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2024-01-19T12:39:49+00:00" + }, + { + "name": "lcobucci/clock", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/lcobucci/clock.git", + "reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/039ef98c6b57b101d10bd11d8fdfda12cbd996dc", + "reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc", + "shasum": "" + }, + "require": { + "php": "~8.1.0 || ~8.2.0", + "psr/clock": "^1.0" + }, + "provide": { + "psr/clock-implementation": "1.0" + }, + "require-dev": { + "infection/infection": "^0.26", + "lcobucci/coding-standard": "^9.0", + "phpstan/extension-installer": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-deprecation-rules": "^1.1.1", + "phpstan/phpstan-phpunit": "^1.3.2", + "phpstan/phpstan-strict-rules": "^1.4.4", + "phpunit/phpunit": "^9.5.27" + }, + "type": "library", + "autoload": { + "psr-4": { + "Lcobucci\\Clock\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Luís Cobucci", + "email": "lcobucci@gmail.com" + } + ], + "description": "Yet another clock abstraction", + "support": { + "issues": "https://github.com/lcobucci/clock/issues", + "source": "https://github.com/lcobucci/clock/tree/3.0.0" + }, + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } + ], + "time": "2022-12-19T15:00:24+00:00" + }, + { + "name": "league/commonmark", + "version": "2.4.2", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/commonmark.git", + "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf", + "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "league/config": "^1.1.1", + "php": "^7.4 || ^8.0", + "psr/event-dispatcher": "^1.0", + "symfony/deprecation-contracts": "^2.1 || ^3.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "cebe/markdown": "^1.0", + "commonmark/cmark": "0.30.3", + "commonmark/commonmark.js": "0.30.0", + "composer/package-versions-deprecated": "^1.8", + "embed/embed": "^4.4", + "erusev/parsedown": "^1.0", + "ext-json": "*", + "github/gfm": "0.29.0", + "michelf/php-markdown": "^1.4 || ^2.0", + "nyholm/psr7": "^1.5", + "phpstan/phpstan": "^1.8.2", + "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", + "scrutinizer/ocular": "^1.8.1", + "symfony/finder": "^5.3 | ^6.0 || ^7.0", + "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0", + "unleashedtech/php-coding-standard": "^3.1.1", + "vimeo/psalm": "^4.24.0 || ^5.0.0" + }, + "suggest": { + "symfony/yaml": "v2.3+ required if using the Front Matter extension" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + } + }, + "autoload": { + "psr-4": { + "League\\CommonMark\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", + "role": "Lead Developer" + } + ], + "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)", + "homepage": "https://commonmark.thephpleague.com", + "keywords": [ + "commonmark", + "flavored", + "gfm", + "github", + "github-flavored", + "markdown", + "md", + "parser" + ], + "support": { + "docs": "https://commonmark.thephpleague.com/", + "forum": "https://github.com/thephpleague/commonmark/discussions", + "issues": "https://github.com/thephpleague/commonmark/issues", + "rss": "https://github.com/thephpleague/commonmark/releases.atom", + "source": "https://github.com/thephpleague/commonmark" + }, + "funding": [ + { + "url": "https://www.colinodell.com/sponsor", + "type": "custom" + }, + { + "url": "https://www.paypal.me/colinpodell/10.00", + "type": "custom" + }, + { + "url": "https://github.com/colinodell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/league/commonmark", + "type": "tidelift" + } + ], + "time": "2024-02-02T11:59:32+00:00" + }, + { + "name": "league/config", + "version": "v1.2.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/config.git", + "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", + "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", + "shasum": "" + }, + "require": { + "dflydev/dot-access-data": "^3.0.1", + "nette/schema": "^1.2", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.8.2", + "phpunit/phpunit": "^9.5.5", + "scrutinizer/ocular": "^1.8.1", + "unleashedtech/php-coding-standard": "^3.1", + "vimeo/psalm": "^4.7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.2-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Config\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com", + "role": "Lead Developer" + } + ], + "description": "Define configuration arrays with strict schemas and access values with dot notation", + "homepage": "https://config.thephpleague.com", + "keywords": [ + "array", + "config", + "configuration", + "dot", + "dot-access", + "nested", + "schema" + ], + "support": { + "docs": "https://config.thephpleague.com/", + "issues": "https://github.com/thephpleague/config/issues", + "rss": "https://github.com/thephpleague/config/releases.atom", + "source": "https://github.com/thephpleague/config" + }, + "funding": [ + { + "url": "https://www.colinodell.com/sponsor", + "type": "custom" + }, + { + "url": "https://www.paypal.me/colinpodell/10.00", + "type": "custom" + }, + { + "url": "https://github.com/colinodell", + "type": "github" + } + ], + "time": "2022-12-11T20:36:23+00:00" + }, + { + "name": "league/csv", + "version": "9.8.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/csv.git", + "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47", + "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "ext-curl": "*", + "ext-dom": "*", + "friendsofphp/php-cs-fixer": "^v3.4.0", + "phpstan/phpstan": "^1.3.0", + "phpstan/phpstan-phpunit": "^1.0.0", + "phpstan/phpstan-strict-rules": "^1.1.0", + "phpunit/phpunit": "^9.5.11" + }, + "suggest": { + "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", + "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.x-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "League\\Csv\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://github.com/nyamsprod/", + "role": "Developer" + } + ], + "description": "CSV data manipulation made easy in PHP", + "homepage": "https://csv.thephpleague.com", + "keywords": [ + "convert", + "csv", + "export", + "filter", + "import", + "read", + "transform", + "write" + ], + "support": { + "docs": "https://csv.thephpleague.com", + "issues": "https://github.com/thephpleague/csv/issues", + "rss": "https://github.com/thephpleague/csv/releases.atom", + "source": "https://github.com/thephpleague/csv" + }, + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2022-01-04T00:13:07+00:00" + }, + { + "name": "league/flysystem", + "version": "3.28.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem.git", + "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c", + "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c", + "shasum": "" + }, + "require": { + "league/flysystem-local": "^3.0.0", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2" + }, + "conflict": { + "async-aws/core": "<1.19.0", + "async-aws/s3": "<1.14.0", + "aws/aws-sdk-php": "3.209.31 || 3.210.0", + "guzzlehttp/guzzle": "<7.0", + "guzzlehttp/ringphp": "<1.1.1", + "phpseclib/phpseclib": "3.0.15", + "symfony/http-client": "<5.2" + }, + "require-dev": { + "async-aws/s3": "^1.5 || ^2.0", + "async-aws/simple-s3": "^1.1 || ^2.0", + "aws/aws-sdk-php": "^3.295.10", + "composer/semver": "^3.0", + "ext-fileinfo": "*", + "ext-ftp": "*", + "ext-mongodb": "^1.3", + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^3.5", + "google/cloud-storage": "^1.23", + "guzzlehttp/psr7": "^2.6", + "microsoft/azure-storage-blob": "^1.1", + "mongodb/mongodb": "^1.2", + "phpseclib/phpseclib": "^3.0.36", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.5.11|^10.0", + "sabre/dav": "^4.6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "File storage abstraction for PHP", + "keywords": [ + "WebDAV", + "aws", + "cloud", + "file", + "files", + "filesystem", + "filesystems", + "ftp", + "s3", + "sftp", + "storage" + ], + "support": { + "issues": "https://github.com/thephpleague/flysystem/issues", + "source": "https://github.com/thephpleague/flysystem/tree/3.28.0" + }, + "time": "2024-05-22T10:09:12+00:00" + }, + { + "name": "league/flysystem-local", + "version": "3.28.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem-local.git", + "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/13f22ea8be526ea58c2ddff9e158ef7c296e4f40", + "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "league/flysystem": "^3.0.0", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\Local\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "Local filesystem adapter for Flysystem.", + "keywords": [ + "Flysystem", + "file", + "files", + "filesystem", + "local" + ], + "support": { + "source": "https://github.com/thephpleague/flysystem-local/tree/3.28.0" + }, + "time": "2024-05-06T20:05:52+00:00" + }, + { + "name": "league/mime-type-detection", + "version": "1.15.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/mime-type-detection.git", + "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", + "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.2", + "phpstan/phpstan": "^0.12.68", + "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\MimeTypeDetection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" + } + ], + "description": "Mime-type detection for Flysystem", + "support": { + "issues": "https://github.com/thephpleague/mime-type-detection/issues", + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0" + }, + "funding": [ + { + "url": "https://github.com/frankdejonge", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/league/flysystem", + "type": "tidelift" + } + ], + "time": "2024-01-28T23:22:08+00:00" + }, + { + "name": "m1/env", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/m1/Env.git", + "reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/m1/Env/zipball/5c296e3e13450a207e12b343f3af1d7ab569f6f3", + "reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "4.*", + "scrutinizer/ocular": "~1.1", + "squizlabs/php_codesniffer": "^2.3" + }, + "suggest": { + "josegonzalez/dotenv": "For loading of .env", + "m1/vars": "For loading of configs" + }, + "type": "library", + "autoload": { + "psr-4": { + "M1\\Env\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Miles Croxford", + "email": "hello@milescroxford.com", + "homepage": "http://milescroxford.com", + "role": "Developer" + } + ], + "description": "Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.", + "homepage": "https://github.com/m1/Env", + "keywords": [ + ".env", + "config", + "dotenv", + "env", + "loader", + "m1", + "parser", + "support" + ], + "support": { + "issues": "https://github.com/m1/Env/issues", + "source": "https://github.com/m1/Env/tree/2.2.0" + }, + "time": "2020-02-19T09:02:13+00:00" + }, + { + "name": "marcj/topsort", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/marcj/topsort.php.git", + "reference": "972f58e42b5f110a0a1d8433247f65248abcfd5c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/marcj/topsort.php/zipball/972f58e42b5f110a0a1d8433247f65248abcfd5c", + "reference": "972f58e42b5f110a0a1d8433247f65248abcfd5c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "codeclimate/php-test-reporter": "dev-master", + "phpunit/phpunit": "^9", + "symfony/console": "~2.5 || ~3.0 || ~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "MJS\\TopSort\\": "src/", + "MJS\\TopSort\\Tests\\": "tests/Tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marc J. Schmidt", + "email": "marc@marcjschmidt.de" + } + ], + "description": "High-Performance TopSort/Dependency resolving algorithm", + "keywords": [ + "dependency resolving", + "topological sort", + "topsort" + ], + "support": { + "issues": "https://github.com/marcj/topsort.php/issues", + "source": "https://github.com/marcj/topsort.php/tree/2.0.0" + }, + "funding": [ + { + "url": "https://github.com/marcj", + "type": "github" + } + ], + "time": "2020-09-24T12:39:55+00:00" + }, + { + "name": "masterminds/html5", + "version": "2.9.0", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", + "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-dev" + } + }, + "autoload": { + "psr-4": { + "Masterminds\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Butcher", + "email": "technosophos@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" + } + ], + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ], + "support": { + "issues": "https://github.com/Masterminds/html5-php/issues", + "source": "https://github.com/Masterminds/html5-php/tree/2.9.0" + }, + "time": "2024-03-31T07:05:07+00:00" + }, + { + "name": "mikey179/vfsstream", + "version": "v1.6.11", + "source": { + "type": "git", + "url": "https://github.com/bovigo/vfsStream.git", + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.5|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.6.x-dev" + } + }, + "autoload": { + "psr-0": { + "org\\bovigo\\vfs\\": "src/main/php" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Frank Kleine", + "homepage": "http://frankkleine.de/", + "role": "Developer" + } + ], + "description": "Virtual file system to mock the real file system in unit tests.", + "homepage": "http://vfs.bovigo.org/", + "support": { + "issues": "https://github.com/bovigo/vfsStream/issues", + "source": "https://github.com/bovigo/vfsStream/tree/master", + "wiki": "https://github.com/bovigo/vfsStream/wiki" + }, + "time": "2022-02-23T02:02:42+00:00" + }, + { + "name": "ml/iri", + "version": "1.1.4", + "target-dir": "ML/IRI", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/IRI.git", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341", + "shasum": "" + }, + "require": { + "lib-pcre": ">=4.0", + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "ML\\IRI": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "IRI handling for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "URN", + "iri", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/lanthaler/IRI/issues", + "source": "https://github.com/lanthaler/IRI/tree/master" + }, + "time": "2014-01-21T13:43:39+00:00" + }, + { + "name": "ml/json-ld", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/JsonLD.git", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ml/iri": "^1.1.1", + "php": ">=5.3.0" + }, + "require-dev": { + "json-ld/tests": "1.0", + "phpunit/phpunit": "^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ML\\JsonLD\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "JSON-LD Processor for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "JSON-LD", + "jsonld" + ], + "support": { + "issues": "https://github.com/lanthaler/JsonLD/issues", + "source": "https://github.com/lanthaler/JsonLD/tree/1.2.1" + }, + "time": "2022-09-29T08:45:17+00:00" + }, + { + "name": "monolog/monolog", + "version": "3.6.0", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654", + "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/log": "^2.0 || ^3.0" + }, + "provide": { + "psr/log-implementation": "3.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^3.0", + "doctrine/couchdb": "~1.0@dev", + "elasticsearch/elasticsearch": "^7 || ^8", + "ext-json": "*", + "graylog2/gelf-php": "^1.4.2 || ^2.0", + "guzzlehttp/guzzle": "^7.4.5", + "guzzlehttp/psr7": "^2.2", + "mongodb/mongodb": "^1.8", + "php-amqplib/php-amqplib": "~2.4 || ^3", + "phpstan/phpstan": "^1.9", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-strict-rules": "^1.4", + "phpunit/phpunit": "^10.5.17", + "predis/predis": "^1.1 || ^2", + "ruflin/elastica": "^7", + "symfony/mailer": "^5.4 || ^6", + "symfony/mime": "^5.4 || ^6" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", + "ext-mbstring": "Allow to work properly with unicode symbols", + "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", + "ext-openssl": "Required to send log messages using SSL", + "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "https://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "https://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/3.6.0" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2024-04-12T21:02:21+00:00" + }, + { + "name": "mtdowling/jmespath.php", + "version": "2.7.0", + "source": { + "type": "git", + "url": "https://github.com/jmespath/jmespath.php.git", + "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b", + "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "symfony/polyfill-mbstring": "^1.17" + }, + "require-dev": { + "composer/xdebug-handler": "^3.0.3", + "phpunit/phpunit": "^8.5.33" + }, + "bin": [ + "bin/jp.php" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-dev" + } + }, + "autoload": { + "files": [ + "src/JmesPath.php" + ], + "psr-4": { + "JmesPath\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Declaratively specify how to extract elements from a JSON document", + "keywords": [ + "json", + "jsonpath" + ], + "support": { + "issues": "https://github.com/jmespath/jmespath.php/issues", + "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0" + }, + "time": "2023-08-25T10:54:48+00:00" + }, + { + "name": "myclabs/deep-copy", + "version": "1.11.1", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2023-03-08T13:26:56+00:00" + }, + { + "name": "nette/schema", + "version": "v1.3.0", + "source": { + "type": "git", + "url": "https://github.com/nette/schema.git", + "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", + "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", + "shasum": "" + }, + "require": { + "nette/utils": "^4.0", + "php": "8.1 - 8.3" + }, + "require-dev": { + "nette/tester": "^2.4", + "phpstan/phpstan-nette": "^1.0", + "tracy/tracy": "^2.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.3-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "📐 Nette Schema: validating data structures against a given Schema.", + "homepage": "https://nette.org", + "keywords": [ + "config", + "nette" + ], + "support": { + "issues": "https://github.com/nette/schema/issues", + "source": "https://github.com/nette/schema/tree/v1.3.0" + }, + "time": "2023-12-11T11:54:22+00:00" + }, + { + "name": "nette/utils", + "version": "v4.0.4", + "source": { + "type": "git", + "url": "https://github.com/nette/utils.git", + "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218", + "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218", + "shasum": "" + }, + "require": { + "php": ">=8.0 <8.4" + }, + "conflict": { + "nette/finder": "<3", + "nette/schema": "<1.2.2" + }, + "require-dev": { + "jetbrains/phpstorm-attributes": "dev-master", + "nette/tester": "^2.5", + "phpstan/phpstan": "^1.0", + "tracy/tracy": "^2.9" + }, + "suggest": { + "ext-gd": "to use Image", + "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", + "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", + "ext-json": "to use Nette\\Utils\\Json", + "ext-mbstring": "to use Strings::lower() etc...", + "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause", + "GPL-2.0-only", + "GPL-3.0-only" + ], + "authors": [ + { + "name": "David Grudl", + "homepage": "https://davidgrudl.com" + }, + { + "name": "Nette Community", + "homepage": "https://nette.org/contributors" + } + ], + "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", + "homepage": "https://nette.org", + "keywords": [ + "array", + "core", + "datetime", + "images", + "json", + "nette", + "paginator", + "password", + "slugify", + "string", + "unicode", + "utf-8", + "utility", + "validation" + ], + "support": { + "issues": "https://github.com/nette/utils/issues", + "source": "https://github.com/nette/utils/tree/v4.0.4" + }, + "time": "2024-01-17T16:50:36+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.19.1", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b", + "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.1" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.1" + }, + "time": "2024-03-17T08:10:35+00:00" + }, + { + "name": "onelogin/php-saml", + "version": "4.2.0", + "source": { + "type": "git", + "url": "https://github.com/SAML-Toolkits/php-saml.git", + "reference": "d3b5172f137db2f412239432d77253ceaaa1e939" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/SAML-Toolkits/php-saml/zipball/d3b5172f137db2f412239432d77253ceaaa1e939", + "reference": "d3b5172f137db2f412239432d77253ceaaa1e939", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "robrichards/xmlseclibs": "^3.1" + }, + "require-dev": { + "pdepend/pdepend": "^2.8.0", + "php-coveralls/php-coveralls": "^2.0", + "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0", + "phpunit/phpunit": "^9.5", + "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ", + "squizlabs/php_codesniffer": "^3.5.8" + }, + "suggest": { + "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs", + "ext-dom": "Install xml lib", + "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)", + "ext-zlib": "Install zlib" + }, + "type": "library", + "autoload": { + "psr-4": { + "OneLogin\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHP SAML Toolkit", + "homepage": "https://github.com/SAML-Toolkits/php-saml", + "keywords": [ + "Federation", + "SAML2", + "SSO", + "identity", + "saml" + ], + "support": { + "email": "sixto.martin.garcia@gmail.com", + "issues": "https://github.com/onelogin/SAML-Toolkits/issues", + "source": "https://github.com/onelogin/SAML-Toolkits/" + }, + "funding": [ + { + "url": "https://github.com/SAML-Toolkits", + "type": "github" + } + ], + "time": "2024-05-30T15:10:40+00:00" + }, + { + "name": "oscarotero/html-parser", + "version": "v0.1.8", + "source": { + "type": "git", + "url": "https://github.com/oscarotero/html-parser.git", + "reference": "10f3219267a365d9433f2f7d1694209c9d436c8d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/oscarotero/html-parser/zipball/10f3219267a365d9433f2f7d1694209c9d436c8d", + "reference": "10f3219267a365d9433f2f7d1694209c9d436c8d", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.11", + "phpunit/phpunit": "^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "HtmlParser\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Oscar Otero", + "email": "oom@oscarotero.com", + "homepage": "http://oscarotero.com", + "role": "Developer" + } + ], + "description": "Parse html strings to DOMDocument", + "homepage": "https://github.com/oscarotero/html-parser", + "keywords": [ + "dom", + "html", + "parser" + ], + "support": { + "email": "oom@oscarotero.com", + "issues": "https://github.com/oscarotero/html-parser/issues", + "source": "https://github.com/oscarotero/html-parser/tree/v0.1.8" + }, + "time": "2023-11-29T20:28:41+00:00" + }, + { + "name": "paragonie/constant_time_encoding", + "version": "v2.7.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105", + "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105", + "shasum": "" + }, + "require": { + "php": "^7|^8" + }, + "require-dev": { + "phpunit/phpunit": "^6|^7|^8|^9", + "vimeo/psalm": "^1|^2|^3|^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/constant_time_encoding/issues", + "source": "https://github.com/paragonie/constant_time_encoding" + }, + "time": "2024-05-08T12:18:48+00:00" + }, + { + "name": "paragonie/random_compat", + "version": "v9.99.100", + "source": { + "type": "git", + "url": "https://github.com/paragonie/random_compat.git", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", + "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", + "shasum": "" + }, + "require": { + "php": ">= 7" + }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", + "keywords": [ + "csprng", + "polyfill", + "pseudorandom", + "random" + ], + "support": { + "email": "info@paragonie.com", + "issues": "https://github.com/paragonie/random_compat/issues", + "source": "https://github.com/paragonie/random_compat" + }, + "time": "2020-10-15T08:29:30+00:00" + }, + { + "name": "phar-io/manifest", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "54750ef60c58e43759730615a392c31c80e23176" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", + "reference": "54750ef60c58e43759730615a392c31c80e23176", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2024-03-03T12:33:53+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, + { + "name": "php-webdriver/webdriver", + "version": "1.15.1", + "source": { + "type": "git", + "url": "https://github.com/php-webdriver/php-webdriver.git", + "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd52d9342c5aa738c2e75a67e47a1b6df97154e8", + "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-json": "*", + "ext-zip": "*", + "php": "^7.3 || ^8.0", + "symfony/polyfill-mbstring": "^1.12", + "symfony/process": "^5.0 || ^6.0 || ^7.0" + }, + "replace": { + "facebook/webdriver": "*" + }, + "require-dev": { + "ergebnis/composer-normalize": "^2.20.0", + "ondram/ci-detector": "^4.0", + "php-coveralls/php-coveralls": "^2.4", + "php-mock/php-mock-phpunit": "^2.0", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpunit/phpunit": "^9.3", + "squizlabs/php_codesniffer": "^3.5", + "symfony/var-dumper": "^5.0 || ^6.0" + }, + "suggest": { + "ext-SimpleXML": "For Firefox profile creation" + }, + "type": "library", + "autoload": { + "files": [ + "lib/Exception/TimeoutException.php" + ], + "psr-4": { + "Facebook\\WebDriver\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.", + "homepage": "https://github.com/php-webdriver/php-webdriver", + "keywords": [ + "Chromedriver", + "geckodriver", + "php", + "selenium", + "webdriver" + ], + "support": { + "issues": "https://github.com/php-webdriver/php-webdriver/issues", + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.15.1" + }, + "time": "2023-10-20T12:21:20+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + }, + "time": "2020-06-27T09:03:43+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "5.4.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", + "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", + "shasum": "" + }, + "require": { + "doctrine/deprecations": "^1.1", + "ext-filter": "*", + "php": "^7.4 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.7", + "phpstan/phpdoc-parser": "^1.7", + "webmozart/assert": "^1.9.1" + }, + "require-dev": { + "mockery/mockery": "~1.3.5", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-webmozart-assert": "^1.2", + "phpunit/phpunit": "^9.5", + "vimeo/psalm": "^5.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1" + }, + "time": "2024-05-21T05:55:05+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "1.8.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "153ae662783729388a584b4361f2545e4d841e3c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c", + "reference": "153ae662783729388a584b4361f2545e4d841e3c", + "shasum": "" + }, + "require": { + "doctrine/deprecations": "^1.0", + "php": "^7.3 || ^8.0", + "phpdocumentor/reflection-common": "^2.0", + "phpstan/phpdoc-parser": "^1.13" + }, + "require-dev": { + "ext-tokenizer": "*", + "phpbench/phpbench": "^1.2", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "support": { + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2" + }, + "time": "2024-02-23T11:10:43+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "v1.19.0", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/67a759e7d8746d501c41536ba40cd9c0a07d6a87", + "reference": "67a759e7d8746d501c41536ba40cd9c0a07d6a87", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.2 || ^2.0", + "php": "^7.2 || 8.0.* || 8.1.* || 8.2.* || 8.3.*", + "phpdocumentor/reflection-docblock": "^5.2", + "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0", + "sebastian/recursion-context": "^3.0 || ^4.0 || ^5.0 || ^6.0" + }, + "require-dev": { + "phpspec/phpspec": "^6.0 || ^7.0", + "phpstan/phpstan": "^1.9", + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "dev", + "fake", + "mock", + "spy", + "stub" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/v1.19.0" + }, + "time": "2024-02-29T11:52:51+00:00" + }, + { + "name": "phpstan/phpdoc-parser", + "version": "1.29.1", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpdoc-parser.git", + "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4", + "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "doctrine/annotations": "^2.0", + "nikic/php-parser": "^4.15", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.5", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5", + "symfony/process": "^5.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "PHPStan\\PhpDocParser\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPDoc parser with support for nullable, intersection and generic types", + "support": { + "issues": "https://github.com/phpstan/phpdoc-parser/issues", + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1" + }, + "time": "2024-05-31T08:52:43+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.31", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965", + "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.18 || ^5.0", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2024-03-02T06:37:42+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.6.19", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8", + "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1 || ^2", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.28", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "To be able to generate mocks based on WSDL files", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.6-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "security": "https://github.com/sebastianbergmann/phpunit/security/policy", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2024-04-05T04:35:58+00:00" + }, + { + "name": "psr/cache", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/3.0.0" + }, + "time": "2021-02-03T23:26:27+00:00" + }, + { + "name": "psr/clock", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/clock.git", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Clock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for reading the clock.", + "homepage": "https://github.com/php-fig/clock", + "keywords": [ + "clock", + "now", + "psr", + "psr-20", + "time" + ], + "support": { + "issues": "https://github.com/php-fig/clock/issues", + "source": "https://github.com/php-fig/clock/tree/1.0.0" + }, + "time": "2022-11-25T14:36:26+00:00" + }, + { + "name": "psr/container", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "shasum": "" + }, + "require": { + "php": ">=7.4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.2" + }, + "time": "2021-11-05T16:50:12+00:00" + }, + { + "name": "psr/event-dispatcher", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\EventDispatcher\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Standard interfaces for event handling.", + "keywords": [ + "events", + "psr", + "psr-14" + ], + "support": { + "issues": "https://github.com/php-fig/event-dispatcher/issues", + "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" + }, + "time": "2019-01-08T18:20:26+00:00" + }, + { + "name": "psr/http-client", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], + "support": { + "source": "https://github.com/php-fig/http-client" + }, + "time": "2023-09-23T14:17:50+00:00" + }, + { + "name": "psr/http-factory", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", + "keywords": [ + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-factory" + }, + "time": "2024-04-15T12:06:14+00:00" + }, + { + "name": "psr/http-message", + "version": "1.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/1.1" + }, + "time": "2023-04-04T09:50:52+00:00" + }, + { + "name": "psr/log", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/3.0.0" + }, + "time": "2021-07-14T16:46:02+00:00" + }, + { + "name": "psr/simple-cache", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "support": { + "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" + }, + "time": "2021-10-29T13:26:27+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "react/promise", + "version": "v3.2.0", + "source": { + "type": "git", + "url": "https://github.com/reactphp/promise.git", + "reference": "8a164643313c71354582dc850b42b33fa12a4b63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63", + "reference": "8a164643313c71354582dc850b42b33fa12a4b63", + "shasum": "" + }, + "require": { + "php": ">=7.1.0" + }, + "require-dev": { + "phpstan/phpstan": "1.10.39 || 1.4.10", + "phpunit/phpunit": "^9.6 || ^7.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "React\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jan Sorgalla", + "email": "jsorgalla@gmail.com", + "homepage": "https://sorgalla.com/" + }, + { + "name": "Christian Lück", + "email": "christian@clue.engineering", + "homepage": "https://clue.engineering/" + }, + { + "name": "Cees-Jan Kiewiet", + "email": "reactphp@ceesjankiewiet.nl", + "homepage": "https://wyrihaximus.net/" + }, + { + "name": "Chris Boden", + "email": "cboden@gmail.com", + "homepage": "https://cboden.dev/" + } + ], + "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "keywords": [ + "promise", + "promises" + ], + "support": { + "issues": "https://github.com/reactphp/promise/issues", + "source": "https://github.com/reactphp/promise/tree/v3.2.0" + }, + "funding": [ + { + "url": "https://opencollective.com/reactphp", + "type": "open_collective" + } + ], + "time": "2024-05-24T10:39:05+00:00" + }, + { + "name": "robrichards/xmlseclibs", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/robrichards/xmlseclibs.git", + "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", + "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", + "shasum": "" + }, + "require": { + "ext-openssl": "*", + "php": ">= 5.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "RobRichards\\XMLSecLibs\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "A PHP library for XML Security", + "homepage": "https://github.com/robrichards/xmlseclibs", + "keywords": [ + "security", + "signature", + "xml", + "xmldsig" + ], + "support": { + "issues": "https://github.com/robrichards/xmlseclibs/issues", + "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1" + }, + "time": "2020-09-05T13:00:25+00:00" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b", + "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2024-03-02T06:27:43+00:00" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:08:54+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:41:17+00:00" + }, + { + "name": "sebastian/complexity", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a", + "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.18 || ^5.0", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-12-22T06:19:30+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc", + "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2024-03-02T06:30:58+00:00" + }, + { + "name": "sebastian/environment", + "version": "5.1.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:03:51+00:00" + }, + { + "name": "sebastian/exporter", + "version": "4.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72", + "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2024-03-02T06:33:00+00:00" + }, + { + "name": "sebastian/global-state", + "version": "5.0.7", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", + "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2024-03-02T06:35:11+00:00" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5", + "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.18 || ^5.0", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-12-22T06:20:34+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "https://github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:07:39+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e", + "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2024-03-14T16:00:52+00:00" + }, + { + "name": "sebastian/type", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2023-02-03T06:13:03+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, + { + "name": "seld/jsonlint", + "version": "1.10.2", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/jsonlint.git", + "reference": "9bb7db07b5d66d90f6ebf542f09fc67d800e5259" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9bb7db07b5d66d90f6ebf542f09fc67d800e5259", + "reference": "9bb7db07b5d66d90f6ebf542f09fc67d800e5259", + "shasum": "" + }, + "require": { + "php": "^5.3 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.5", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" + }, + "bin": [ + "bin/jsonlint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Seld\\JsonLint\\": "src/Seld/JsonLint/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "https://seld.be" + } + ], + "description": "JSON Linter", + "keywords": [ + "json", + "linter", + "parser", + "validator" + ], + "support": { + "issues": "https://github.com/Seldaek/jsonlint/issues", + "source": "https://github.com/Seldaek/jsonlint/tree/1.10.2" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", + "type": "tidelift" + } + ], + "time": "2024-02-07T12:57:50+00:00" + }, + { + "name": "seld/phar-utils", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/phar-utils.git", + "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", + "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Seld\\PharUtils\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be" + } + ], + "description": "PHAR file format utilities, for when PHP phars you up", + "keywords": [ + "phar" + ], + "support": { + "issues": "https://github.com/Seldaek/phar-utils/issues", + "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1" + }, + "time": "2022-08-31T10:31:18+00:00" + }, + { + "name": "seld/signal-handler", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/signal-handler.git", + "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98", + "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "require-dev": { + "phpstan/phpstan": "^1", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "^7.5.20 || ^8.5.23", + "psr/log": "^1 || ^2 || ^3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Seld\\Signal\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", + "keywords": [ + "posix", + "sigint", + "signal", + "sigterm", + "unix" + ], + "support": { + "issues": "https://github.com/Seldaek/signal-handler/issues", + "source": "https://github.com/Seldaek/signal-handler/tree/2.0.2" + }, + "time": "2023-09-03T09:24:00+00:00" + }, + { + "name": "silverstripe-themes/simple", + "version": "3.3.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-simple.git", + "reference": "ec62a3b15ad5dc8f5b37338325811cba63c1d564" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-simple/zipball/ec62a3b15ad5dc8f5b37338325811cba63c1d564", + "reference": "ec62a3b15ad5dc8f5b37338325811cba63c1d564", + "shasum": "" + }, + "require": { + "composer/installers": "*", + "silverstripe/framework": ">=3.5" + }, + "type": "silverstripe-theme", + "extra": { + "expose": [ + "css", + "images", + "javascript", + "webfonts" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sara Tušar (Innovaif)", + "homepage": "http://www.saratusar.com" + } + ], + "description": "The SilverStripe simple theme (default SilverStripe 3 theme)", + "keywords": [ + "silverstripe", + "theme" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-simple/issues", + "source": "https://github.com/silverstripe/silverstripe-simple/tree/3.3" + }, + "time": "2024-05-10T00:28:21+00:00" + }, + { + "name": "silverstripe/admin", + "version": "dev-pulls/2.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-admin.git", + "reference": "229a471b4450e6d0e85b5f6f3c69b6ed1aa52b0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-admin/zipball/229a471b4450e6d0e85b5f6f3c69b6ed1aa52b0d", + "reference": "229a471b4450e6d0e85b5f6f3c69b6ed1aa52b0d", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/framework": "^5.1.11", + "silverstripe/vendor-plugin": "^2", + "silverstripe/versioned": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/frameworktest": "^1", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang", + "thirdparty" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\Admin\\": [ + "code/", + "_legacy/" + ], + "SilverStripe\\Admin\\Tests\\": "tests/php/", + "SilverStripe\\Admin\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "scripts": { + "lint": [ + "phpcs code/ tests/php/" + ], + "lint-clean": [ + "phpcbf code/ tests/php/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "SilverStripe admin interface", + "homepage": "http://silverstripe.org", + "keywords": [ + "admin", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-admin/tree/pulls/2.2/remove-self" + }, + "time": "2024-06-05T03:15:29+00:00" + }, + { + "name": "silverstripe/asset-admin", + "version": "dev-pulls/2.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-asset-admin.git", + "reference": "c44ea8a8b425c00d402e16761548f63edfc3d05a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-asset-admin/zipball/c44ea8a8b425c00d402e16761548f63edfc3d05a", + "reference": "c44ea8a8b425c00d402e16761548f63edfc3d05a", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2.2", + "silverstripe/framework": "^5.2", + "silverstripe/graphql": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/campaign-admin": "^2", + "silverstripe/cms": "^5", + "silverstripe/frameworktest": "^1", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\AssetAdmin\\": [ + "code/", + "_legacy/" + ], + "SilverStripe\\AssetAdmin\\Tests\\": "tests/php/", + "SilverStripe\\AssetAdmin\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "scripts": { + "lint": [ + "phpcs -s code/ tests/" + ], + "lint-clean": [ + "phpcbf code/ tests/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "description": "Asset management for the SilverStripe CMS", + "support": { + "source": "https://github.com/creative-commoners/silverstripe-asset-admin/tree/pulls/2.2/remove-self" + }, + "time": "2024-06-05T03:16:09+00:00" + }, + { + "name": "silverstripe/assets", + "version": "dev-pulls/2.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-assets.git", + "reference": "37fc276c150062c4102879d5e8a69c3ca21db724" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-assets/zipball/37fc276c150062c4102879d5e8a69c3ca21db724", + "reference": "37fc276c150062c4102879d5e8a69c3ca21db724", + "shasum": "" + }, + "require": { + "intervention/image": "^2.7.2", + "league/flysystem": "^3.9.0", + "php": "^8.1", + "silverstripe/framework": "^5.1", + "silverstripe/vendor-plugin": "^2", + "symfony/filesystem": "^6.1" + }, + "require-dev": { + "mikey179/vfsstream": "^v1.6.11", + "phpstan/extension-installer": "^1.3", + "silverstripe/recipe-testing": "^3", + "silverstripe/standards": "^1", + "silverstripe/versioned": "^2", + "squizlabs/php_codesniffer": "^3.7" + }, + "suggest": { + "ext-exif": "If you use GD backend (the default) you may want to have EXIF extension installed to elude some tricky issues" + }, + "type": "silverstripe-vendormodule", + "extra": { + "installer-name": "silverstripe-assets" + }, + "autoload": { + "psr-4": { + "SilverStripe\\Assets\\": "src/", + "SilverStripe\\Assets\\Tests\\": "tests/php/" + } + }, + "scripts": { + "lint": [ + "phpcs src/ tests/php/" + ], + "lint-clean": [ + "phpcbf src/ tests/php/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "SilverStripe Assets component", + "homepage": "http://silverstripe.org", + "keywords": [ + "assets", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-assets/tree/pulls/2.2/remove-self" + }, + "time": "2024-06-05T04:56:42+00:00" + }, + { + "name": "silverstripe/auditor", + "version": "3.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-auditor.git", + "reference": "2d1f32b7ec6ca734e63523b1d7215870a17ae719" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-auditor/zipball/2d1f32b7ec6ca734e63523b1d7215870a17ae719", + "reference": "2d1f32b7ec6ca734e63523b1d7215870a17ae719", + "shasum": "" + }, + "require": { + "monolog/monolog": "^3.2", + "php": "^8.1", + "psr/log": "^3", + "silverstripe/framework": "^5", + "tractorcow/silverstripe-proxy-db": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "silverstripe/versioned": "^2", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\Auditor\\": "code/", + "SilverStripe\\Auditor\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Adds security audit trail to SilverStripe.", + "keywords": [ + "Audit", + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-auditor/issues", + "source": "https://github.com/silverstripe/silverstripe-auditor/tree/3.1" + }, + "time": "2024-04-18T23:59:16+00:00" + }, + { + "name": "silverstripe/behat-extension", + "version": "dev-pulls/5.3/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-behat-extension.git", + "reference": "3390e9afd861e13dcb853ddfa69801c85f97124b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-behat-extension/zipball/3390e9afd861e13dcb853ddfa69801c85f97124b", + "reference": "3390e9afd861e13dcb853ddfa69801c85f97124b", + "shasum": "" + }, + "require": { + "behat/behat": "^3.11.0", + "behat/mink": "^1.10.0", + "friends-of-behat/mink-extension": "^2", + "php": "^8.1", + "phpunit/phpunit": "^9.5", + "silverstripe/framework": "^5", + "silverstripe/mink-facebook-web-driver": "^2", + "silverstripe/testsession": "^3", + "squizlabs/php_codesniffer": "^3.7", + "symfony/dom-crawler": "^6.1", + "symfony/finder": "^6.1" + }, + "bin": [ + "bin/behat-ss" + ], + "type": "behat-extension", + "autoload": { + "psr-4": { + "SilverStripe\\BehatExtension\\": "src/", + "SilverStripe\\BehatExtension\\Tests\\": "tests/php/" + } + }, + "scripts": { + "lint": [ + "phpcs --standard=PSR2 -n src/ tests/php/" + ] + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michal Ochman", + "email": "ochman.d.michal@gmail.com" + }, + { + "name": "Ingo Schommer", + "email": "ingo@silverstripe.com" + } + ], + "description": "SilverStripe framework extension for Behat", + "homepage": "http://silverstripe.org", + "keywords": [ + "bdd", + "framework", + "silverstripe", + "web" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-behat-extension/tree/pulls/5.3/remove-self" + }, + "time": "2024-06-05T03:19:52+00:00" + }, + { + "name": "silverstripe/blog", + "version": "dev-pulls/4.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-blog.git", + "reference": "0a4626c269afaf2fe4155b4334eddb6490495852" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-blog/zipball/0a4626c269afaf2fe4155b4334eddb6490495852", + "reference": "0a4626c269afaf2fe4155b4334eddb6490495852", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/asset-admin": "^2.0", + "silverstripe/assets": "^2.0", + "silverstripe/cms": "^5", + "silverstripe/lumberjack": "^3.0", + "silverstripe/tagfield": "^3.0" + }, + "replace": { + "micmania1/silverstripe-blog": "*" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "silverstripe/comments": "^4", + "silverstripe/content-widget": "^3", + "silverstripe/recipe-testing": "^3", + "silverstripe/standards": "^1", + "silverstripe/widgets": "^3", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "silverstripe/comments": "This module adds comments to your blog.", + "silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module." + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/images" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\Blog\\": "src/", + "SilverStripe\\Blog\\Tests\\": "tests/php/", + "SilverStripe\\Blog\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "scripts": { + "lint": [ + "vendor/bin/phpcs src/ tests/" + ], + "lint-clean": [ + "vendor/bin/phpcbf src/ tests/" + ] + }, + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Michael Strong", + "email": "github@michaelstrong.co.uk" + } + ], + "description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.", + "keywords": [ + "blog", + "news", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-blog/tree/pulls/4.2/remove-self" + }, + "time": "2024-06-05T04:57:21+00:00" + }, + { + "name": "silverstripe/campaign-admin", + "version": "2.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-campaign-admin.git", + "reference": "611ffafecde24830d7182ce434944af57212e396" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-campaign-admin/zipball/611ffafecde24830d7182ce434944af57212e396", + "reference": "611ffafecde24830d7182ce434944af57212e396", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/framework": "^5", + "silverstripe/vendor-plugin": "^2", + "silverstripe/versioned": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/asset-admin": "^2", + "silverstripe/cms": "^5", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\CampaignAdmin\\": "src/", + "SilverStripe\\CampaignAdmin\\Tests\\": "tests/php/", + "SilverStripe\\CampaignAdmin\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "SilverStripe campaign admin interface", + "homepage": "http://silverstripe.org", + "keywords": [ + "admin", + "campaign", + "silverstripe", + "versioned" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-campaign-admin/issues", + "source": "https://github.com/silverstripe/silverstripe-campaign-admin/tree/2.2" + }, + "time": "2024-05-07T22:44:37+00:00" + }, + { + "name": "silverstripe/closure", + "version": "3.99.99", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/closure.git", + "reference": "b898a8dfc4d6375f080c10e3fb50cb6a91aa126d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/closure/zipball/b898a8dfc4d6375f080c10e3fb50cb6a91aa126d", + "reference": "b898a8dfc4d6375f080c10e3fb50cb6a91aa126d", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "replace": { + "opis/closure": "3.*" + }, + "require-dev": { + "jeremeamia/superclosure": "^2.0", + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + }, + "type": "library", + "autoload": { + "files": [ + "functions.php" + ], + "psr-4": { + "Opis\\Closure\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marius Sarca", + "email": "marius.sarca@gmail.com" + }, + { + "name": "Sorin Sarca", + "email": "sarca_sorin@hotmail.com" + } + ], + "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", + "homepage": "https://opis.io/closure", + "keywords": [ + "anonymous functions", + "closure", + "function", + "serializable", + "serialization", + "serialize" + ], + "support": { + "source": "https://github.com/silverstripe/closure/tree/3.99.99" + }, + "time": "2023-03-28T21:21:01+00:00" + }, + { + "name": "silverstripe/cms", + "version": "dev-pulls/5.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-cms.git", + "reference": "67a2fcee87c6c64d8a945daabadd9324bbabe5e9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-cms/zipball/67a2fcee87c6c64d8a945daabadd9324bbabe5e9", + "reference": "67a2fcee87c6c64d8a945daabadd9324bbabe5e9", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2.2", + "silverstripe/campaign-admin": "^2", + "silverstripe/framework": "^5.2", + "silverstripe/reports": "^5", + "silverstripe/siteconfig": "^5", + "silverstripe/vendor-plugin": "^2", + "silverstripe/versioned": "^2", + "silverstripe/versioned-admin": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\CMS\\": [ + "code/", + "_legacy/" + ], + "SilverStripe\\CMS\\Tests\\": "code/php/", + "SilverStripe\\CMS\\Tests\\Behaviour\\": "tests/behat/src/" + } + }, + "scripts": { + "lint": [ + "phpcs -s code/ tests/php/ tests/behat/src/" + ], + "lint-clean": [ + "phpcbf code/ tests/php/ tests/behat/src/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "The SilverStripe Content Management System", + "homepage": "http://silverstripe.org", + "keywords": [ + "cms", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-cms/tree/pulls/pulls/5.2/remove-self/remove-self" + }, + "time": "2024-06-05T03:26:06+00:00" + }, + { + "name": "silverstripe/config", + "version": "dev-pulls/2.1/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-config.git", + "reference": "6563cb0c4030e820bfbc70fae5317bcae3b259f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-config/zipball/6563cb0c4030e820bfbc70fae5317bcae3b259f4", + "reference": "6563cb0c4030e820bfbc70fae5317bcae3b259f4", + "shasum": "" + }, + "require": { + "marcj/topsort": "^2.0.0", + "php": "^8.1", + "psr/simple-cache": "^3.0.0", + "symfony/finder": "^6.1", + "symfony/yaml": "^6.1" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "SilverStripe\\Config\\": "src/", + "SilverStripe\\Config\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "description": "SilverStripe configuration based on YAML and class statics", + "support": { + "source": "https://github.com/creative-commoners/silverstripe-config/tree/pulls/2.1/remove-self" + }, + "time": "2024-06-05T03:27:45+00:00" + }, + { + "name": "silverstripe/contentreview", + "version": "dev-pulls/5.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-contentreview.git", + "reference": "061245fe8e514f0676d56106a3e03f03ee09e253" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-contentreview/zipball/061245fe8e514f0676d56106a3e03f03ee09e253", + "reference": "061245fe8e514f0676d56106a3e03f03ee09e253", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5", + "silverstripe/reports": "^5", + "silverstripe/siteconfig": "^5", + "silverstripe/vendor-plugin": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "silverstripe/recipe-testing": "^3", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "suggest": { + "symbiote/silverstripe-queuedjobs": "Automatically schedules content review emails to be sent, only requiring one crontask to be created" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\ContentReview\\": "src/", + "SilverStripe\\ContentReview\\Tests\\": "tests/php/", + "SilverStripe\\ContentReview\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "Flags pages for periodical author review (incl. reporting)", + "homepage": "http://silverstripe.org", + "keywords": [ + "cms", + "content review", + "permissions", + "review", + "silverstripe", + "workflow" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-contentreview/tree/pulls/5.2/remove-self" + }, + "time": "2024-06-05T03:28:36+00:00" + }, + { + "name": "silverstripe/crontask", + "version": "dev-pulls/3.0/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-crontask.git", + "reference": "cadce9eac9b65268d122abb7758f286fbe3dd669" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-crontask/zipball/cadce9eac9b65268d122abb7758f286fbe3dd669", + "reference": "cadce9eac9b65268d122abb7758f286fbe3dd669", + "shasum": "" + }, + "require": { + "dragonmantank/cron-expression": "^3", + "php": "^8.1", + "silverstripe/framework": "^5" + }, + "require-dev": { + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\CronTask\\": "src/", + "SilverStripe\\CronTask\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + }, + { + "name": "Damian Mooyman", + "email": "damian@silverstripe.com", + "role": "Maintainer" + } + ], + "description": "Module for running tasks with a standard cron timeschedule", + "keywords": [ + "cron", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-crontask/tree/pulls/3.0/remove-self" + }, + "time": "2024-06-05T05:24:10+00:00" + }, + { + "name": "silverstripe/developer-docs", + "version": "dev-pulls/5.2/noself", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/developer-docs.git", + "reference": "530e4d582a4aa8e11ee2c26bb78e00330fb81f3a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/developer-docs/zipball/530e4d582a4aa8e11ee2c26bb78e00330fb81f3a", + "reference": "530e4d582a4aa8e11ee2c26bb78e00330fb81f3a", + "shasum": "" + }, + "require-dev": { + "silverstripe/documentation-lint": "^1" + }, + "type": "library", + "license": [ + "CC-BY-3.0" + ], + "authors": [ + { + "name": "Silverstripe", + "homepage": "https://silverstripe.com" + }, + { + "name": "The Silverstripe Community", + "homepage": "https://silverstripe.org" + } + ], + "description": "Developer documentation for the Silverstripe framework and CMS. Added to packagist for release purposes.", + "homepage": "https://silverstripe.org", + "keywords": [ + "cms", + "developer", + "documentation", + "framework", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/developer-docs/tree/pulls/5.2/noself" + }, + "time": "2024-06-05T04:59:36+00:00" + }, + { + "name": "silverstripe/documentconverter", + "version": "dev-pulls/3.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-documentconverter.git", + "reference": "0ba82eeab731d96a048f417d3d6834d0d2237de9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-documentconverter/zipball/0ba82eeab731d96a048f417d3d6834d0d2237de9", + "reference": "0ba82eeab731d96a048f417d3d6834d0d2237de9", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/asset-admin": "^2", + "silverstripe/cms": "^5" + }, + "require-dev": { + "ext-curl": "*", + "ext-tidy": "*", + "ext-zip": "*", + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\DocumentConverter\\": "src/", + "SilverStripe\\DocumentConverter\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "description": "Imports OpenOffice-compatible files (doc, docx, etc) into SilverStripe pages and content.", + "keywords": [ + "cwp", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-documentconverter/tree/pulls/3.2/remove-self" + }, + "time": "2024-06-05T04:59:24+00:00" + }, + { + "name": "silverstripe/dynamodb", + "version": "5.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-dynamodb.git", + "reference": "23488d0b6205e5a272ede9feee186f0474a416f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-dynamodb/zipball/23488d0b6205e5a272ede9feee186f0474a416f3", + "reference": "23488d0b6205e5a272ede9feee186f0474a416f3", + "shasum": "" + }, + "require": { + "aws/aws-sdk-php": "^3.281", + "silverstripe/framework": "^5" + }, + "require-dev": { + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\DynamoDb\\": "code/", + "SilverStripe\\DynamoDb\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "SilverStripe DynamoDB integration.", + "keywords": [ + "aws", + "dynamodb", + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-dynamodb/issues", + "source": "https://github.com/silverstripe/silverstripe-dynamodb/tree/5.0" + }, + "time": "2023-09-25T01:37:14+00:00" + }, + { + "name": "silverstripe/elemental-bannerblock", + "version": "3.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-elemental-bannerblock.git", + "reference": "363f83fc0da9d4f8f7f88f4f71f52d6967f29bfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-elemental-bannerblock/zipball/363f83fc0da9d4f8f7f88f4f71f52d6967f29bfd", + "reference": "363f83fc0da9d4f8f7f88f4f71f52d6967f29bfd", + "shasum": "" + }, + "require": { + "dnadesign/silverstripe-elemental": "^5.0.0-alpha2", + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/cms": "^5", + "silverstripe/elemental-fileblock": "^3", + "silverstripe/framework": "^5", + "silverstripe/vendor-plugin": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\ElementalBannerBlock\\": "src/", + "SilverStripe\\ElementalBannerBlock\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "A banner block for the silverstripe-elemental module", + "keywords": [ + "Content Blocks", + "elemental", + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-elemental-bannerblock/issues", + "source": "https://github.com/silverstripe/silverstripe-elemental-bannerblock/tree/3.2" + }, + "time": "2024-05-07T03:20:10+00:00" + }, + { + "name": "silverstripe/elemental-fileblock", + "version": "3.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-elemental-fileblock.git", + "reference": "88b75425b39cf88e82049be29451645ca87f1fdd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-elemental-fileblock/zipball/88b75425b39cf88e82049be29451645ca87f1fdd", + "reference": "88b75425b39cf88e82049be29451645ca87f1fdd", + "shasum": "" + }, + "require": { + "dnadesign/silverstripe-elemental": "^5", + "php": "^8.1", + "silverstripe/assets": "^2", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5", + "silverstripe/vendor-plugin": "^2" + }, + "require-dev": { + "silverstripe/recipe-testing": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\ElementalFileBlock\\": "src/", + "SilverStripe\\ElementalFileBlock\\Tests\\": "tests/", + "SilverStripe\\ElementalFileBlock\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "A file block for the silverstripe-elemental module", + "keywords": [ + "Content Blocks", + "elemental", + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-elemental-fileblock/issues", + "source": "https://github.com/silverstripe/silverstripe-elemental-fileblock/tree/3.1" + }, + "time": "2023-12-14T23:47:31+00:00" + }, + { + "name": "silverstripe/environmentcheck", + "version": "dev-pulls/3.0/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-environmentcheck.git", + "reference": "0908db80168f427cfb6716092d6ffae81995c702" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-environmentcheck/zipball/0908db80168f427cfb6716092d6ffae81995c702", + "reference": "0908db80168f427cfb6716092d6ffae81995c702", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^7", + "php": "^8.1", + "silverstripe/framework": "^5", + "silverstripe/versioned": "^2" + }, + "require-dev": { + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\EnvironmentCheck\\": "src/", + "SilverStripe\\EnvironmentCheck\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Will Rossiter", + "email": "will@fullscreen.io" + }, + { + "name": "Sam Minnee", + "email": "sam@silverstripe.com" + } + ], + "description": "Provides an API for building environment tests", + "keywords": [ + "check", + "environment", + "silverstripe", + "testing" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-environmentcheck/tree/pulls/3.0/remove-self" + }, + "time": "2024-06-05T05:00:30+00:00" + }, + { + "name": "silverstripe/errorpage", + "version": "dev-pulls/2.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-errorpage.git", + "reference": "ae66e6fedb4ab0561ee5bfe40b9574620c333c06" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-errorpage/zipball/ae66e6fedb4ab0561ee5bfe40b9574620c333c06", + "reference": "ae66e6fedb4ab0561ee5bfe40b9574620c333c06", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5", + "silverstripe/vendor-plugin": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\ErrorPage\\": "src/", + "SilverStripe\\ErrorPage\\Tests\\": "tests/" + } + }, + "scripts": { + "lint": [ + "vendor/bin/phpcs -s src/ tests/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "ErrorPage component for SilverStripe CMS", + "homepage": "http://silverstripe.org", + "keywords": [ + "error", + "errorpage", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-errorpage/tree/pulls/2.2/remove-self" + }, + "time": "2024-06-05T04:11:49+00:00" + }, + { + "name": "silverstripe/event-dispatcher", + "version": "dev-pulls/1.0/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-event-dispatcher.git", + "reference": "2362374ff0360134431d44b1f82d4f65c111d2a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-event-dispatcher/zipball/2362374ff0360134431d44b1f82d4f65c111d2a8", + "reference": "2362374ff0360134431d44b1f82d4f65c111d2a8", + "shasum": "" + }, + "require": { + "php": "^8.1", + "psr/event-dispatcher": "^1", + "silverstripe/framework": "^5", + "symfony/event-dispatcher": "^6.1" + }, + "require-dev": { + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\EventDispatcher\\": "src/", + "SilverStripe\\EventDispatcher\\Tests\\": "tests/" + } + }, + "scripts": { + "lint": [ + "vendor/bin/phpcs src/ tests/" + ], + "lint-clean": [ + "vendor/bin/phpcbf src/ tests/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "description": "Publish and subscribe to events in Silverstripe CMS or your Silverstripe application", + "keywords": [ + "CMS", + "events", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-event-dispatcher/tree/pulls/1.0/remove-self" + }, + "time": "2024-06-05T04:14:02+00:00" + }, + { + "name": "silverstripe/externallinks", + "version": "dev-pulls/pulls/3.2/remove-self/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-externallinks.git", + "reference": "e9de9529808b8691ffe4154267a0d46e984e9de7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-externallinks/zipball/e9de9529808b8691ffe4154267a0d46e984e9de7", + "reference": "e9de9529808b8691ffe4154267a0d46e984e9de7", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "suggest": { + "symbiote/silverstripe-queuedjobs": "Provides a more efficient method of generating/updating the report" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\ExternalLinks\\": "src/", + "SilverStripe\\ExternalLinks\\Tests\\": "tests/", + "SilverStripe\\ExternalLinks\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Kirk Mayo", + "email": "kirk@silverstripe.com" + } + ], + "description": "Adds tracking of broken external links to the SilverStripe CMS", + "keywords": [ + "broken", + "href", + "links", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-externallinks/tree/pulls/pulls/3.2/remove-self/remove-self" + }, + "time": "2024-06-05T04:15:25+00:00" + }, + { + "name": "silverstripe/framework", + "version": "dev-pulls/5.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-framework.git", + "reference": "09831c7eedf8eeb5a8b232d464b1b8bf7e8591d9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-framework/zipball/09831c7eedf8eeb5a8b232d464b1b8bf7e8591d9", + "reference": "09831c7eedf8eeb5a8b232d464b1b8bf7e8591d9", + "shasum": "" + }, + "require": { + "composer-runtime-api": "^2.0", + "composer/installers": "^2.2", + "embed/embed": "^4.4.7", + "ext-ctype": "*", + "ext-dom": "*", + "ext-hash": "*", + "ext-intl": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-session": "*", + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xml": "*", + "guzzlehttp/guzzle": "^7.5.0", + "guzzlehttp/psr7": "^2.4.0", + "league/csv": "^9.8.0", + "m1/env": "^2.2.0", + "masterminds/html5": "^2.7.6", + "monolog/monolog": "^3.2.0", + "nikic/php-parser": "^4.15.0", + "php": "^8.1", + "psr/container": "^1.1 || ^2.0", + "psr/http-message": "^1", + "sebastian/diff": "^4.0", + "silverstripe/assets": "^2.2", + "silverstripe/config": "^2", + "silverstripe/vendor-plugin": "^2", + "sminnee/callbacklist": "^0.1.1", + "symfony/cache": "^6.1", + "symfony/config": "^6.1", + "symfony/dom-crawler": "^6.1", + "symfony/filesystem": "^6.1", + "symfony/mailer": "^6.1", + "symfony/mime": "^6.1", + "symfony/translation": "^6.1", + "symfony/validator": "^6.1", + "symfony/yaml": "^6.1" + }, + "conflict": { + "egulias/email-validator": "^2", + "oscarotero/html-parser": "<0.1.7", + "symfony/process": "<5.3.7" + }, + "provide": { + "psr/container-implementation": "1.0.0" + }, + "require-dev": { + "composer/semver": "^3.4", + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "silverstripe/versioned": "^2", + "squizlabs/php_codesniffer": "^3.7" + }, + "bin": [ + "sake" + ], + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/images", + "client/styles" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\Control\\": "src/Control/", + "SilverStripe\\Control\\Tests\\": "tests/php/Control/", + "SilverStripe\\Core\\": "src/Core/", + "SilverStripe\\Core\\Tests\\": "tests/php/Core/", + "SilverStripe\\Dev\\": "src/Dev/", + "SilverStripe\\Dev\\Tests\\": "tests/php/Dev/", + "SilverStripe\\Forms\\": "src/Forms/", + "SilverStripe\\Forms\\Tests\\": "tests/php/Forms/", + "SilverStripe\\i18n\\": "src/i18n/", + "SilverStripe\\i18n\\Tests\\": "tests/php/i18n/", + "SilverStripe\\Logging\\": "src/Logging/", + "SilverStripe\\Logging\\Tests\\": "tests/php/Logging/", + "SilverStripe\\ORM\\": "src/ORM/", + "SilverStripe\\ORM\\Tests\\": "tests/php/ORM/", + "SilverStripe\\Security\\": "src/Security/", + "SilverStripe\\Security\\Tests\\": "tests/php/Security/", + "SilverStripe\\View\\": "src/View/", + "SilverStripe\\View\\Tests\\": "tests/php/View/", + "SilverStripe\\Framework\\Tests\\Behaviour\\": "tests/behat/src/" + }, + "files": [ + "src/includes/constants.php" + ] + }, + "include-path": [ + "thirdparty/" + ], + "scripts": { + "lint": [ + "phpcs src/ tests/php/ tests/behat/src/" + ], + "lint-clean": [ + "phpcbf src/ tests/php/ tests/behat/src/" + ], + "php-peg": [ + "php thirdparty/php-peg/cli.php src/View/SSTemplateParser.peg > src/View/SSTemplateParser.php" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "The SilverStripe framework", + "homepage": "http://silverstripe.org", + "keywords": [ + "framework", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-framework/tree/pulls/5.2/remove-self" + }, + "time": "2024-06-05T06:14:23+00:00" + }, + { + "name": "silverstripe/frameworktest", + "version": "dev-pulls/1/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-frameworktest.git", + "reference": "941be1ab9e4b385d8fd2bd4e848a3569b065d1c2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-frameworktest/zipball/941be1ab9e4b385d8fd2bd4e848a3569b065d1c2", + "reference": "941be1ab9e4b385d8fd2bd4e848a3569b065d1c2", + "shasum": "" + }, + "require": { + "fzaninotto/faker": "^1.9.2", + "guzzlehttp/guzzle": "^7.5", + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5", + "silverstripe/vendor-plugin": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "silverstripe/standards": "^1" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "css", + "images" + ] + }, + "autoload": { + "psr-4": { + "SSilverStripe\\FrameworkTest\\": "code/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Ingo Schommer", + "email": "ingo@silverstripe.com" + } + ], + "description": "Aids core and module developers in testing their code against a set of sample data and behaviour.", + "keywords": [ + "frameworktest", + "silverstripe", + "testing" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-frameworktest/tree/pulls/1/remove-self" + }, + "time": "2024-06-05T04:30:08+00:00" + }, + { + "name": "silverstripe/graphql", + "version": "dev-pulls/5.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-graphql.git", + "reference": "63e5a1a89ff732e19d202d288f7ca3e9a5d1b26f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-graphql/zipball/63e5a1a89ff732e19d202d288f7ca3e9a5d1b26f", + "reference": "63e5a1a89ff732e19d202d288f7ca3e9a5d1b26f", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^7.5.0", + "guzzlehttp/psr7": "^2.4.1", + "m1/env": "^2.2.0", + "php": "^8.1", + "silverstripe/event-dispatcher": "^1", + "silverstripe/framework": "^5.2", + "silverstripe/vendor-plugin": "^2", + "webonyx/graphql-php": "^15.0.1" + }, + "require-dev": { + "dnadesign/silverstripe-elemental": "^5", + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/asset-admin": "^2", + "silverstripe/frameworktest": "^1", + "silverstripe/standards": "^1", + "silverstripe/versioned-admin": "^2", + "squizlabs/php_codesniffer": "^3.7" + }, + "suggest": { + "silverstripe/assets": "Allows schema to be cached in the filesystem.", + "silverstripe/graphql-devtools": "Adds in-browser tools for testing and debugging GraphQL queries" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\GraphQL\\": "src/", + "SilverStripe\\GraphQL\\Tests\\": "tests/" + } + }, + "scripts": { + "lint": [ + "vendor/bin/phpcs src/ tests/" + ], + "lint-clean": [ + "vendor/bin/phpcbf src/ tests/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "description": "GraphQL server for SilverStripe models and other data", + "support": { + "source": "https://github.com/creative-commoners/silverstripe-graphql/tree/pulls/5.2/remove-self" + }, + "time": "2024-06-05T05:44:17+00:00" + }, + { + "name": "silverstripe/gridfieldqueuedexport", + "version": "3.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-gridfieldqueuedexport.git", + "reference": "96f07df30e10d9e306663ed2ab961692d24b4b64" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-gridfieldqueuedexport/zipball/96f07df30e10d9e306663ed2ab961692d24b4b64", + "reference": "96f07df30e10d9e306663ed2ab961692d24b4b64", + "shasum": "" + }, + "require": { + "league/csv": "^9", + "php": "^8.1", + "silverstripe/framework": "^5", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\GridfieldQueuedExport\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Export large data sets from your GridField in the SilverStripe CMS interface through async jobs", + "keywords": [ + "csv", + "cwp", + "export", + "gridfield", + "queuedjobs", + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-gridfieldqueuedexport/issues", + "source": "https://github.com/silverstripe/silverstripe-gridfieldqueuedexport/tree/3.2" + }, + "time": "2024-05-01T05:01:31+00:00" + }, + { + "name": "silverstripe/hybridsessions", + "version": "dev-pulls/3.0/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-hybridsessions.git", + "reference": "70b760d0d660f87bee48a76393f9b5c0cf32ff75" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-hybridsessions/zipball/70b760d0d660f87bee48a76393f9b5c0cf32ff75", + "reference": "70b760d0d660f87bee48a76393f9b5c0cf32ff75", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/framework": "^5" + }, + "require-dev": { + "phpunit/phpunit": "^9.6", + "silverstripe/versioned": "^2", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\HybridSessions\\": "src/", + "SilverStripe\\HybridSessions\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Hamish Friedlander", + "email": "hamish@silverstripe.com" + } + ], + "description": "Cookie/DB session support for SilverStripe", + "keywords": [ + "cwp", + "session", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-hybridsessions/tree/pulls/3.0/remove-self" + }, + "time": "2024-06-05T04:33:51+00:00" + }, + { + "name": "silverstripe/iframe", + "version": "3.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-iframe.git", + "reference": "3f8f6caac579a7114908a2665c9b11074d8c43b5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-iframe/zipball/3f8f6caac579a7114908a2665c9b11074d8c43b5", + "reference": "3f8f6caac579a7114908a2665c9b11074d8c43b5", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "javascript" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\IFrame\\": "src/", + "SilverStripe\\IFrame\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Mateusz Uzdowski", + "email": "mateusz@silverstripe.com" + } + ], + "description": "Add an iFrame pagetype to SilverStripe, to show content from another website", + "keywords": [ + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-iframe/issues", + "source": "https://github.com/silverstripe/silverstripe-iframe/tree/3.2" + }, + "time": "2024-05-07T03:21:39+00:00" + }, + { + "name": "silverstripe/installer", + "version": "5.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-installer.git", + "reference": "90e14a50948d3640e4413d8281aa141a6b3e7c52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-installer/zipball/90e14a50948d3640e4413d8281aa141a6b3e7c52", + "reference": "90e14a50948d3640e4413d8281aa141a6b3e7c52", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe-themes/simple": "3.3.x-dev", + "silverstripe/login-forms": "5.2.x-dev", + "silverstripe/recipe-cms": "5.2.x-dev", + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/vendor-plugin": "2.0.x-dev" + }, + "require-dev": { + "phpunit/phpunit": "^9.6" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [ + "app/_config/*", + ".env.example", + ".graphql-generated/*" + ], + "public-files": [ + "assets/*", + "favicon.ico" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "description": "The SilverStripe Framework Installer", + "support": { + "issues": "https://github.com/silverstripe/silverstripe-installer/issues", + "source": "https://github.com/silverstripe/silverstripe-installer/tree/5.2" + }, + "time": "2024-04-15T02:58:09+00:00" + }, + { + "name": "silverstripe/ldap", + "version": "dev-pulls/2.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-ldap.git", + "reference": "b200f000dccb6e197cd47b9d43e6e698b35ce581" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-ldap/zipball/b200f000dccb6e197cd47b9d43e6e698b35ce581", + "reference": "b200f000dccb6e197cd47b9d43e6e698b35ce581", + "shasum": "" + }, + "require": { + "laminas/laminas-authentication": "^2.13", + "laminas/laminas-ldap": "^2.16", + "laminas/laminas-session": "^2.16", + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\LDAP\\": "src/", + "SilverStripe\\LDAP\\Tests\\": "tests/php/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sean Harvey", + "email": "sean@silverstripe.com" + }, + { + "name": "Stig Lindqvist", + "email": "stig@silverstripe.com" + } + ], + "description": "Adds LDAP support to SilverStripe including user synchronisation and authentication", + "keywords": [ + "active", + "ad", + "directory", + "ldap", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-ldap/tree/pulls/2.2/remove-self" + }, + "time": "2024-06-05T04:33:57+00:00" + }, + { + "name": "silverstripe/linkfield", + "version": "dev-pulls/4.0/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-linkfield.git", + "reference": "81a65c03a2c96b7f82b1a04570123ce630674089" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-linkfield/zipball/81a65c03a2c96b7f82b1a04570123ce630674089", + "reference": "81a65c03a2c96b7f82b1a04570123ce630674089", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2.2", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5.2", + "silverstripe/versioned": "^2" + }, + "require-dev": { + "dnadesign/silverstripe-elemental": "^5", + "phpstan/extension-installer": "^1.3", + "silverstripe/documentation-lint": "^1", + "silverstripe/frameworktest": "^1", + "silverstripe/recipe-testing": "^3", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\LinkField\\": "src/", + "SilverStripe\\LinkField\\Tests\\": "tests/php/" + } + }, + "scripts": { + "lint": [ + "phpcs src/ tests/php/" + ], + "lint-clean": [ + "phpcbf src/ tests/php/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Silverstripe", + "homepage": "https://silverstripe.com" + }, + { + "name": "The Silverstripe Community", + "homepage": "https://silverstripe.org" + } + ], + "description": "Link management for Silverstripe CMS", + "support": { + "source": "https://github.com/creative-commoners/silverstripe-linkfield/tree/pulls/4.0/remove-self" + }, + "time": "2024-06-05T04:34:03+00:00" + }, + { + "name": "silverstripe/login-forms", + "version": "dev-pulls/5.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-login-forms.git", + "reference": "b34ad95e9422c5eb44f4d4bfbe98bab363288cf1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-login-forms/zipball/b34ad95e9422c5eb44f4d4bfbe98bab363288cf1", + "reference": "b34ad95e9422c5eb44f4d4bfbe98bab363288cf1", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/framework": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\LoginForms\\": "src/", + "SilverStripe\\LoginForms\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "description": "A collection of templates for the CMS login screens", + "homepage": "https://github.com/silverstripe/login-forms", + "keywords": [ + "login", + "silverstripe", + "styling", + "template" + ], + "support": { + "issues": "https://github.com/silverstripe/login-forms/issues", + "source": "https://github.com/creative-commoners/silverstripe-login-forms/tree/pulls/5.2/remove-self" + }, + "time": "2024-06-05T04:34:09+00:00" + }, + { + "name": "silverstripe/lumberjack", + "version": "dev-pulls/3.1/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-lumberjack.git", + "reference": "9f5dbbeae5240bb0cb605612359641d7f869e906" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-lumberjack/zipball/9f5dbbeae5240bb0cb605612359641d7f869e906", + "reference": "9f5dbbeae5240bb0cb605612359641d7f869e906", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\Lumberjack\\": "src/", + "SilverStripe\\Lumberjack\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Michael Strong", + "email": "mstrong@silverstripe.org" + } + ], + "description": "A module to make managing pages in a GridField easy without losing any of the functionality that you're used to in the CMS.", + "support": { + "source": "https://github.com/creative-commoners/silverstripe-lumberjack/tree/pulls/3.1/remove-self" + }, + "time": "2024-06-05T04:34:14+00:00" + }, + { + "name": "silverstripe/markdown-php-codesniffer", + "version": "dev-pulls/1.0/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/markdown-php-codesniffer.git", + "reference": "99913a7c9da26408e0b195e96e85ee07f7b25626" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/markdown-php-codesniffer/zipball/99913a7c9da26408e0b195e96e85ee07f7b25626", + "reference": "99913a7c9da26408e0b195e96e85ee07f7b25626", + "shasum": "" + }, + "require": { + "league/commonmark": "^2.4", + "php": "^8.0", + "squizlabs/php_codesniffer": "^3.7" + }, + "require-dev": { + "phpunit/phpunit": "^9.6" + }, + "bin": [ + "bin/mdphpcs" + ], + "type": "library", + "autoload": { + "psr-4": { + "SilverStripe\\MarkdownPhpCodeSniffer\\": "src/", + "SilverStripe\\MarkdownPhpCodeSniffer\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "description": "A wrapper around squizlabs/PHP_CodeSniffer which lets you lint PHP fenced code blocks in markdown files", + "keywords": [ + "codesniffer", + "markdown", + "phpcs", + "sniffer", + "standards" + ], + "support": { + "source": "https://github.com/creative-commoners/markdown-php-codesniffer/tree/pulls/1.0/remove-self" + }, + "time": "2024-06-05T04:34:20+00:00" + }, + { + "name": "silverstripe/mfa", + "version": "dev-pulls/5.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-mfa.git", + "reference": "84cdae1f7c29682c1e24c003272b0868d5eab0c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-mfa/zipball/84cdae1f7c29682c1e24c003272b0868d5eab0c0", + "reference": "84cdae1f7c29682c1e24c003272b0868d5eab0c0", + "shasum": "" + }, + "require": { + "defuse/php-encryption": "^2.3", + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/framework": "^5", + "silverstripe/login-forms": "^5", + "silverstripe/siteconfig": "^5" + }, + "conflict": { + "silverstripe/subsites": "<2.2.2 || 2.3.0", + "silverstripe/webauthn-authenticator": "<4.5.0" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/documentation-lint": "^1", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "silverstripe/totp-authenticator": "Adds a method to authenticate with you phone using a time-based one-time password.", + "silverstripe/webauthn-authenticator": "Adds a method to authenticate with security keys or built-in platform authenticators." + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\MFA\\": "src/", + "SilverStripe\\MFA\\Tests\\": "tests/php/", + "SilverStripe\\MFA\\Tests\\Behat\\": "tests/Behat/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Simon `Firesphere` Erkelens", + "email": "simonerkelens@silverstripe.com" + }, + { + "name": "SilverStripe Ltd.", + "homepage": "https://www.silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "https://www.silverstripe.org" + } + ], + "description": "Enable multi-factor authentication with fallback codes", + "keywords": [ + "2-factor", + "authentication", + "module", + "security", + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-mfa/issues", + "source": "https://github.com/creative-commoners/silverstripe-mfa/tree/pulls/5.2/remove-self" + }, + "time": "2024-06-05T05:05:35+00:00" + }, + { + "name": "silverstripe/mimevalidator", + "version": "3.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-mimevalidator.git", + "reference": "f21448ebc831201867ca6d10ebc1ccc838864a97" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-mimevalidator/zipball/f21448ebc831201867ca6d10ebc1ccc838864a97", + "reference": "f21448ebc831201867ca6d10ebc1ccc838864a97", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "php": "^8.1", + "silverstripe/framework": "^5" + }, + "require-dev": { + "monolog/monolog": "^3.2.0", + "nikic/php-parser": "^4.15.0", + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\MimeValidator\\": "src/", + "SilverStripe\\MimeValidator\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sean Harvey", + "email": "sean@silverstripe.com" + } + ], + "description": "Checks uploaded file content roughly matches a known MIME type for the file extension.", + "keywords": [ + "cwp", + "fileinfo", + "mime", + "silverstripe", + "upload", + "validator" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-mimevalidator/issues", + "source": "https://github.com/silverstripe/silverstripe-mimevalidator/tree/3.1.0-beta1" + }, + "time": "2024-02-12T12:18:01+00:00" + }, + { + "name": "silverstripe/mink-facebook-web-driver", + "version": "dev-pulls/2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/MinkFacebookWebDriver.git", + "reference": "d2626232eb19ad566d87272d3a4a91d55907c95a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/MinkFacebookWebDriver/zipball/d2626232eb19ad566d87272d3a4a91d55907c95a", + "reference": "d2626232eb19ad566d87272d3a4a91d55907c95a", + "shasum": "" + }, + "require": { + "behat/mink": "^1.10.0", + "php": "^8.1", + "php-webdriver/webdriver": "^1.13.1" + }, + "require-dev": { + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "mink-driver", + "autoload": { + "psr-4": { + "SilverStripe\\MinkFacebookWebDriver\\": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Pete Otaqui", + "email": "pete@otaqui.com", + "homepage": "https://github.com/pete-otaqui" + }, + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Damian Mooyman", + "email": "damian@silverstripe.com" + } + ], + "description": "Mink driver for facebook's webdriver", + "homepage": "http://mink.behat.org/", + "keywords": [ + "ajax", + "browser", + "javascript", + "testing", + "webdriver" + ], + "support": { + "source": "https://github.com/creative-commoners/MinkFacebookWebDriver/tree/pulls/2/remove-self" + }, + "time": "2024-06-05T04:34:31+00:00" + }, + { + "name": "silverstripe/realme", + "version": "dev-pulls/5.3/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-realme.git", + "reference": "aae799a5fbea18dabf31a046c4d53a4a93a763d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-realme/zipball/aae799a5fbea18dabf31a046c4d53a4a93a763d8", + "reference": "aae799a5fbea18dabf31a046c4d53a4a93a763d8", + "shasum": "" + }, + "require": { + "onelogin/php-saml": "^4", + "php": "^8.1", + "silverstripe/framework": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\RealMe\\": "src/", + "SilverStripe\\RealMe\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Matt Peel", + "email": "matt@silverstripe.com" + }, + { + "name": "Simon Gow", + "email": "simon@silverstripe.com" + } + ], + "description": "Adds support to SilverStripe for authentication via RealMe (https://www.realme.govt.nz/)", + "keywords": [ + "Real Me", + "RealMe", + "authentication", + "iGovt", + "saml", + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/realme/issues", + "source": "https://github.com/creative-commoners/silverstripe-realme/tree/pulls/5.3/remove-self" + }, + "time": "2024-06-05T05:26:01+00:00" + }, + { + "name": "silverstripe/recipe-authoring-tools", + "version": "2.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-authoring-tools.git", + "reference": "ee84117c3c4cce61a8e3ccb1a276ba8fbd62247b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-authoring-tools/zipball/ee84117c3c4cce61a8e3ccb1a276ba8fbd62247b", + "reference": "ee84117c3c4cce61a8e3ccb1a276ba8fbd62247b", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/documentconverter": "3.2.x-dev", + "silverstripe/iframe": "3.2.x-dev", + "silverstripe/recipe-cms": "5.2.x-dev", + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/tagfield": "3.2.x-dev", + "silverstripe/taxonomy": "3.2.x-dev" + }, + "require-dev": { + "phpunit/phpunit": "^9.6" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Extra tools for CMS authoring in SilverStripe", + "homepage": "https://www.silverstripe.org", + "support": { + "issues": "https://github.com/silverstripe/recipe-authoring-tools/issues", + "source": "https://github.com/silverstripe/recipe-authoring-tools/tree/2.2" + }, + "time": "2024-04-15T02:59:03+00:00" + }, + { + "name": "silverstripe/recipe-blog", + "version": "2.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-blog.git", + "reference": "d70ed9f9d0be0fdfacc12a1ba8187d6ba4699aba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-blog/zipball/d70ed9f9d0be0fdfacc12a1ba8187d6ba4699aba", + "reference": "d70ed9f9d0be0fdfacc12a1ba8187d6ba4699aba", + "shasum": "" + }, + "require": { + "colymba/gridfield-bulk-editing-tools": "4.0.x-dev", + "php": "^8.1", + "silverstripe/blog": "4.2.x-dev", + "silverstripe/recipe-cms": "5.2.x-dev", + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/spamprotection": "4.2.x-dev" + }, + "conflict": { + "silverstripe/lumberjack": "<2.1.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.6", + "silverstripe/gridfieldqueuedexport": "^3", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [ + "app/*" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "SilverStripe Blog Project Template", + "support": { + "issues": "https://github.com/silverstripe/recipe-blog/issues", + "source": "https://github.com/silverstripe/recipe-blog/tree/2.2" + }, + "time": "2024-04-15T02:59:37+00:00" + }, + { + "name": "silverstripe/recipe-cms", + "version": "5.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-cms.git", + "reference": "03db42706ab46f2b484e55f2deb870a90c2f227f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-cms/zipball/03db42706ab46f2b484e55f2deb870a90c2f227f", + "reference": "03db42706ab46f2b484e55f2deb870a90c2f227f", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "2.2.x-dev", + "silverstripe/asset-admin": "2.2.x-dev", + "silverstripe/campaign-admin": "2.2.x-dev", + "silverstripe/cms": "5.2.x-dev", + "silverstripe/errorpage": "2.2.x-dev", + "silverstripe/graphql": "5.2.x-dev", + "silverstripe/recipe-core": "5.2.x-dev", + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/reports": "5.2.x-dev", + "silverstripe/session-manager": "2.2.x-dev", + "silverstripe/siteconfig": "5.2.x-dev", + "silverstripe/versioned": "2.2.x-dev", + "silverstripe/versioned-admin": "2.2.x-dev" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [ + "app/src/*" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "SilverStripe recipe for fully featured page and asset content editing", + "homepage": "http://silverstripe.org", + "support": { + "issues": "https://github.com/silverstripe/recipe-cms/issues", + "source": "https://github.com/silverstripe/recipe-cms/tree/5.2" + }, + "time": "2024-04-15T02:57:48+00:00" + }, + { + "name": "silverstripe/recipe-collaboration", + "version": "2.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-collaboration.git", + "reference": "586032c829c08d3ea6a2cb915aedfb20178c27f8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-collaboration/zipball/586032c829c08d3ea6a2cb915aedfb20178c27f8", + "reference": "586032c829c08d3ea6a2cb915aedfb20178c27f8", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/contentreview": "5.2.x-dev", + "silverstripe/recipe-cms": "5.2.x-dev", + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/sharedraftcontent": "3.2.x-dev", + "symbiote/silverstripe-advancedworkflow": "6.2.x-dev" + }, + "require-dev": { + "phpunit/phpunit": "^9.6" + }, + "suggest": { + "silverstripe/versionfeed": "Provides an RSS feed for global site changes" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Add extra functionality to enhance CMS user collaboration", + "homepage": "https://www.silverstripe.org", + "support": { + "issues": "https://github.com/silverstripe/recipe-collaboration/issues", + "source": "https://github.com/silverstripe/recipe-collaboration/tree/2.2" + }, + "time": "2024-04-15T03:00:21+00:00" + }, + { + "name": "silverstripe/recipe-content-blocks", + "version": "3.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-content-blocks.git", + "reference": "cebfc285efb770047d67cb47851aa2dbfac7fdfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-content-blocks/zipball/cebfc285efb770047d67cb47851aa2dbfac7fdfd", + "reference": "cebfc285efb770047d67cb47851aa2dbfac7fdfd", + "shasum": "" + }, + "require": { + "dnadesign/silverstripe-elemental": "5.2.x-dev", + "php": "^8.1", + "silverstripe/elemental-bannerblock": "3.2.x-dev", + "silverstripe/elemental-fileblock": "3.1.x-dev", + "silverstripe/recipe-cms": "5.2.x-dev", + "silverstripe/recipe-plugin": "2.0.x-dev" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1" + }, + "suggest": { + "dnadesign/silverstripe-elemental-userforms": "Add integration logic for Elemental and Userforms" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [ + "app/*" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Add content blocks to your Silverstripe CMS project", + "homepage": "https://www.silverstripe.org", + "support": { + "issues": "https://github.com/silverstripe/recipe-content-blocks/issues", + "source": "https://github.com/silverstripe/recipe-content-blocks/tree/3.2" + }, + "time": "2024-04-15T03:02:57+00:00" + }, + { + "name": "silverstripe/recipe-core", + "version": "5.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-core.git", + "reference": "794e34a417637b5bb3a81ab3bda7d8050dc09003" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-core/zipball/794e34a417637b5bb3a81ab3bda7d8050dc09003", + "reference": "794e34a417637b5bb3a81ab3bda7d8050dc09003", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/assets": "2.2.x-dev", + "silverstripe/config": "2.1.x-dev", + "silverstripe/framework": "5.2.x-dev", + "silverstripe/mimevalidator": "3.1.x-dev", + "silverstripe/recipe-plugin": "2.0.x-dev" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6.11", + "phpunit/phpunit": "^9.6", + "silverstripe/versioned": "^2" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [ + ".htaccess", + "app/*" + ], + "public-files": [ + ".htaccess", + "web.config", + "index.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "SilverStripe framework-only core recipe", + "homepage": "http://silverstripe.org", + "support": { + "issues": "https://github.com/silverstripe/recipe-core/issues", + "source": "https://github.com/silverstripe/recipe-core/tree/5.2" + }, + "time": "2024-04-15T02:55:35+00:00" + }, + { + "name": "silverstripe/recipe-form-building", + "version": "2.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-form-building.git", + "reference": "6d9aade3fa62dce1e74c3cf94bcf42cb2c254fc2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-form-building/zipball/6d9aade3fa62dce1e74c3cf94bcf42cb2c254fc2", + "reference": "6d9aade3fa62dce1e74c3cf94bcf42cb2c254fc2", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/recipe-cms": "5.2.x-dev", + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/segment-field": "3.2.x-dev", + "silverstripe/userforms": "6.2.x-dev" + }, + "require-dev": { + "phpunit/phpunit": "^9.6", + "silverstripe/gridfieldqueuedexport": "^3", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "suggest": { + "silverstripe/gridfieldqueuedexport": "Export large data sets from your GridField in the SilverStripe CMS interface through async jobs", + "symbiote/silverstripe-queuedjobs": "if using gridfieldqueuedexport you can batch background jobs with this module" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "A recipe of modules to help you build forms in SilverStripe", + "homepage": "https://www.silverstripe.org", + "support": { + "issues": "https://github.com/silverstripe/recipe-form-building/issues", + "source": "https://github.com/silverstripe/recipe-form-building/tree/2.2" + }, + "time": "2024-04-15T03:00:55+00:00" + }, + { + "name": "silverstripe/recipe-plugin", + "version": "2.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-plugin.git", + "reference": "51d19c18385d74fe42197b7cb49ca09319b067a4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-plugin/zipball/51d19c18385d74fe42197b7cb49ca09319b067a4", + "reference": "51d19c18385d74fe42197b7cb49ca09319b067a4", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^2", + "php": "^8.1" + }, + "require-dev": { + "composer/composer": "^2", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "composer-plugin", + "extra": { + "class": "SilverStripe\\RecipePlugin\\RecipePlugin" + }, + "autoload": { + "psr-4": { + "SilverStripe\\RecipePlugin\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Damian Mooyman", + "email": "damian@silverstripe.com" + } + ], + "description": "Helper plugin to install SilverStripe recipes", + "support": { + "issues": "https://github.com/silverstripe/recipe-plugin/issues", + "source": "https://github.com/silverstripe/recipe-plugin/tree/2.0" + }, + "time": "2023-08-29T05:08:19+00:00" + }, + { + "name": "silverstripe/recipe-reporting-tools", + "version": "2.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-reporting-tools.git", + "reference": "36d455d52958d1742a7c21feea9f12b9b93767ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-reporting-tools/zipball/36d455d52958d1742a7c21feea9f12b9b93767ae", + "reference": "36d455d52958d1742a7c21feea9f12b9b93767ae", + "shasum": "" + }, + "require": { + "bringyourownideas/silverstripe-composer-update-checker": "4.1.x-dev", + "bringyourownideas/silverstripe-maintenance": "3.1.x-dev", + "php": "^8.1", + "silverstripe/externallinks": "3.2.x-dev", + "silverstripe/recipe-cms": "5.2.x-dev", + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/securityreport": "3.1.x-dev", + "silverstripe/sitewidecontent-report": "4.2.x-dev" + }, + "require-dev": { + "phpunit/phpunit": "^9.6", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Add extra CMS reporting tools to your SilverStripe project", + "homepage": "https://www.silverstripe.org", + "support": { + "issues": "https://github.com/silverstripe/recipe-reporting-tools/issues", + "source": "https://github.com/silverstripe/recipe-reporting-tools/tree/2.2" + }, + "time": "2024-04-15T03:01:59+00:00" + }, + { + "name": "silverstripe/recipe-services", + "version": "2.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-services.git", + "reference": "60afcc9414d079891ee409f0a9c97d73cc814f85" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-services/zipball/60afcc9414d079891ee409f0a9c97d73cc814f85", + "reference": "60afcc9414d079891ee409f0a9c97d73cc814f85", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/recipe-cms": "5.2.x-dev", + "silverstripe/recipe-plugin": "2.0.x-dev", + "silverstripe/restfulserver": "3.0.x-dev", + "silverstripe/versionfeed": "3.2.x-dev" + }, + "require-dev": { + "phpunit/phpunit": "^9.6" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Add API and content service modules to your SilverStripe project", + "homepage": "https://www.silverstripe.org", + "support": { + "issues": "https://github.com/silverstripe/recipe-services/issues", + "source": "https://github.com/silverstripe/recipe-services/tree/2.2" + }, + "time": "2024-04-15T03:02:22+00:00" + }, + { + "name": "silverstripe/recipe-testing", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/recipe-testing.git", + "reference": "817b040db5d6de0223c4820279d030b09a669070" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/recipe-testing/zipball/817b040db5d6de0223c4820279d030b09a669070", + "reference": "817b040db5d6de0223c4820279d030b09a669070", + "shasum": "" + }, + "require": { + "php": "^8.1", + "phpunit/phpunit": "^9.5", + "silverstripe/behat-extension": "^5", + "silverstripe/framework": "^5", + "silverstripe/recipe-plugin": "^2", + "silverstripe/serve": "^3", + "squizlabs/php_codesniffer": "^3.7" + }, + "conflict": { + "symfony/process": "<4.4.44", + "symfony/var-exporter": "<4.4.44" + }, + "type": "silverstripe-recipe", + "extra": { + "project-files": [ + "behat.yml", + "*.xml.dist" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Damian Mooyman", + "email": "damian@silverstripe.com" + } + ], + "support": { + "source": "https://github.com/silverstripe/recipe-testing/tree/3.0.0" + }, + "time": "2022-10-27T21:00:56+00:00" + }, + { + "name": "silverstripe/registry", + "version": "3.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-registry.git", + "reference": "8cc52ee14558b39a20f5bda6ca48fcbbc8ea2658" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-registry/zipball/8cc52ee14558b39a20f5bda6ca48fcbbc8ea2658", + "reference": "8cc52ee14558b39a20f5bda6ca48fcbbc8ea2658", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/assets": "^2", + "silverstripe/cms": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "silverstripe/versioned": "^2", + "squizlabs/php_codesniffer": "^3.0" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\Registry\\": "src/", + "SilverStripe\\Registry\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sean Harvey", + "email": "sean@silverstripe.com" + }, + { + "name": "Robert Curry", + "email": "robert@silverstripe.com" + } + ], + "description": "Provide search and export interfaces for datasets.", + "keywords": [ + "cwp", + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-registry/issues", + "source": "https://github.com/silverstripe/silverstripe-registry/tree/3.2.0-beta1" + }, + "time": "2024-02-13T13:00:52+00:00" + }, + { + "name": "silverstripe/reports", + "version": "dev-pulls/5.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-reports.git", + "reference": "5819a3bde4b3168a587d627cd3a1a7516aabf810" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-reports/zipball/5819a3bde4b3168a587d627cd3a1a7516aabf810", + "reference": "5819a3bde4b3168a587d627cd3a1a7516aabf810", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/assets": "^2", + "silverstripe/config": "^2", + "silverstripe/framework": "^5", + "silverstripe/vendor-plugin": "^2", + "silverstripe/versioned": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "javascript" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\Reports\\": "code/", + "SilverStripe\\Reports\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "Reports module for SilverStripe CMS", + "homepage": "http://silverstripe.org", + "keywords": [ + "cms", + "reports", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-reports/tree/pulls/5.2/remove-self" + }, + "time": "2024-06-05T04:34:48+00:00" + }, + { + "name": "silverstripe/restfulserver", + "version": "dev-pulls/3.0/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-restfulserver.git", + "reference": "ef4297369dccf87b974f54a6b5db1afb53d9d17a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-restfulserver/zipball/ef4297369dccf87b974f54a6b5db1afb53d9d17a", + "reference": "ef4297369dccf87b974f54a6b5db1afb53d9d17a", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/framework": "^5" + }, + "require-dev": { + "phpunit/phpunit": "^9.6", + "silverstripe/versioned": "^2", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\RestfulServer\\": "src", + "SilverStripe\\RestfulServer\\Tests\\": "tests" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Hamish Friedlander", + "email": "hamish@silverstripe.com" + }, + { + "name": "Sam Minnee", + "email": "sam@silverstripe.com" + } + ], + "description": "Add a RESTful API to your SilverStripe application", + "keywords": [ + "api", + "rest", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-restfulserver/tree/pulls/3.0/remove-self" + }, + "time": "2024-06-05T04:34:54+00:00" + }, + { + "name": "silverstripe/securityreport", + "version": "dev-pulls/3.1/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-securityreport.git", + "reference": "6f44fd850b5ee7ca57c90a4c24426b9c5a9c9356" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-securityreport/zipball/6f44fd850b5ee7ca57c90a4c24426b9c5a9c9356", + "reference": "6f44fd850b5ee7ca57c90a4c24426b9c5a9c9356", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5", + "silverstripe/reports": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "silverstripe/subsites": "^3", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\SecurityReport\\": "src/", + "SilverStripe\\SecurityReport\\Tests\\": "tests/", + "SilverStripe\\SecurityReport\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Damian Mooyman", + "email": "damian@silverstripe.com" + } + ], + "description": "Generates a security and access report for CMS users", + "keywords": [ + "report", + "security", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-securityreport/tree/pulls/3.1/remove-self" + }, + "time": "2024-06-05T04:34:59+00:00" + }, + { + "name": "silverstripe/segment-field", + "version": "3.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-segment-field.git", + "reference": "5682b2d51dbba4bd522a73451495ffe7fab1588a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-segment-field/zipball/5682b2d51dbba4bd522a73451495ffe7fab1588a", + "reference": "5682b2d51dbba4bd522a73451495ffe7fab1588a", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/reports": "^5", + "silverstripe/siteconfig": "^5", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\Forms\\": "src/", + "SilverStripe\\Forms\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christopher Pitt", + "email": "cgpitt@gmail.com" + } + ], + "description": "A reusable approach to segment-generating fields", + "keywords": [ + "segment", + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-segment-field/issues", + "source": "https://github.com/silverstripe/silverstripe-segment-field/tree/3.2" + }, + "time": "2024-04-28T21:10:23+00:00" + }, + { + "name": "silverstripe/serve", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-serve.git", + "reference": "905457520f0577a9aa8ca212ed8e50d0b2a5295e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-serve/zipball/905457520f0577a9aa8ca212ed8e50d0b2a5295e", + "reference": "905457520f0577a9aa8ca212ed8e50d0b2a5295e", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/framework": "^5", + "symfony/process": "^6.1.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.7" + }, + "bin": [ + "bin/serve" + ], + "type": "library", + "autoload": { + "psr-4": { + "SilverStripe\\Serve\\": "code/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Connects the PHP development server to SilverStripe", + "support": { + "issues": "https://github.com/silverstripe/silverstripe-serve/issues", + "source": "https://github.com/silverstripe/silverstripe-serve/tree/3.0.0" + }, + "time": "2023-08-30T04:55:16+00:00" + }, + { + "name": "silverstripe/session-manager", + "version": "dev-pulls/2.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-session-manager.git", + "reference": "a60e32aa3fea90d684dab96efec5b133c6142964" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-session-manager/zipball/a60e32aa3fea90d684dab96efec5b133c6142964", + "reference": "a60e32aa3fea90d684dab96efec5b133c6142964", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/framework": "^5.1", + "ua-parser/uap-php": "^3.9.14" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "suggest": { + "silverstripe/auditor": "^3", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\SessionManager\\": "src/", + "SilverStripe\\SessionManager\\Tests\\": "tests/php/", + "SilverStripe\\SessionManager\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Loz Calver", + "homepage": "https://github.com/kinglozzer" + }, + { + "name": "Silverstripe Ltd.", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "Allow users to manage and revoke access to multiple login sessions across devices.", + "homepage": "https://github.com/silverstripe/silverstripe-session-manager", + "keywords": [ + "session", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-session-manager/tree/pulls/2.2/remove-self" + }, + "time": "2024-06-05T04:35:05+00:00" + }, + { + "name": "silverstripe/sharedraftcontent", + "version": "dev-pulls/3.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-sharedraftcontent.git", + "reference": "be78f890b612e5d77d57636bdd65bad8927ddef4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-sharedraftcontent/zipball/be78f890b612e5d77d57636bdd65bad8927ddef4", + "reference": "be78f890b612e5d77d57636bdd65bad8927ddef4", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\ShareDraftContent\\": "src/", + "SilverStripe\\ShareDraftContent\\Tests\\": "tests/", + "SilverStripe\\ShareDraftContent\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Damian Mooyman", + "email": "damian.mooyman@gmail.com" + }, + { + "name": "Christopher Pitt", + "email": "chris@silverstripe.com" + }, + { + "name": "David Craig", + "email": "david@silverstripe.com" + } + ], + "description": "Share draft page content with non-CMS users", + "keywords": [ + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-sharedraftcontent/tree/pulls/3.2/remove-self" + }, + "time": "2024-06-05T04:35:11+00:00" + }, + { + "name": "silverstripe/siteconfig", + "version": "dev-pulls/5.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-siteconfig.git", + "reference": "c7260fbed0124c7afcf75eb99c893b16a7081696" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-siteconfig/zipball/c7260fbed0124c7afcf75eb99c893b16a7081696", + "reference": "c7260fbed0124c7afcf75eb99c893b16a7081696", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2.2", + "silverstripe/framework": "^5.2", + "silverstripe/vendor-plugin": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\SiteConfig\\": "code/", + "SilverStripe\\SiteConfig\\Tests\\": "tests/php/" + } + }, + "scripts": { + "lint": [ + "phpcs code/ tests/" + ], + "lint-clean": [ + "phpcbf code/ tests/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Will Rossiter", + "email": "will@fullscreen.io" + } + ], + "description": "Site wide settings administration.", + "keywords": [ + "silverstripe", + "siteconfig" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-siteconfig/tree/pulls/5.2/remove-self" + }, + "time": "2024-06-05T04:35:17+00:00" + }, + { + "name": "silverstripe/sitewidecontent-report", + "version": "dev-pulls/4.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-sitewidecontent-report.git", + "reference": "7b8e23f818cc02f9995737749c7034c901b3016f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-sitewidecontent-report/zipball/7b8e23f818cc02f9995737749c7034c901b3016f", + "reference": "7b8e23f818cc02f9995737749c7034c901b3016f", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/reports": "^5" + }, + "conflict": { + "silverstripe/reports": "<4.11.0" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/contentreview": "^5", + "silverstripe/standards": "^1", + "silverstripe/subsites": "^3", + "silverstripe/taxonomy": "^3", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "silverstripe/subsites": "In order to report across subsites, the subsites module must be installed" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\SiteWideContentReport\\": "src/", + "SilverStripe\\SiteWideContentReport\\Tests\\": "tests/", + "SilverStripe\\SiteWideContentReport\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Carlos Barberis", + "email": "carlos@silverstripe.com" + }, + { + "name": "Christopher Pitt", + "email": "cgpitt@gmail.com" + } + ], + "description": "Report of all pages and files across all subsites", + "keywords": [ + "reports", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-sitewidecontent-report/tree/pulls/4.2/remove-self" + }, + "time": "2024-06-05T04:35:23+00:00" + }, + { + "name": "silverstripe/spamprotection", + "version": "dev-pulls/4.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-spamprotection.git", + "reference": "7fc7a0f8298de1d74270bc9b4e2df8a26620f8d1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-spamprotection/zipball/7fc7a0f8298de1d74270bc9b4e2df8a26620f8d1", + "reference": "7fc7a0f8298de1d74270bc9b4e2df8a26620f8d1", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/framework": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "silverstripe/userforms": "^6", + "silverstripe/versioned": "^2", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "images" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\SpamProtection\\": "src/", + "SilverStripe\\SpamProtection\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Saophalkun Ponlu", + "email": "phalkunz@silverstripe.com" + }, + { + "name": "Will Rossiter", + "email": "will@fullscreen.io" + } + ], + "description": "Spam protection module for SilverStripe.", + "keywords": [ + "silverstripe", + "spamprotection" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-spamprotection/tree/pulls/4.2/remove-self" + }, + "time": "2024-06-05T04:35:28+00:00" + }, + { + "name": "silverstripe/staticpublishqueue", + "version": "dev-pulls/6.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-staticpublishqueue.git", + "reference": "be29067208a9f88267e80d51211c391894941606" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-staticpublishqueue/zipball/be29067208a9f88267e80d51211c391894941606", + "reference": "be29067208a9f88267e80d51211c391894941606", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/config": "^2", + "silverstripe/framework": "^5", + "silverstripe/versioned": "^2", + "symbiote/silverstripe-queuedjobs": "^5" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "silverstripe/recipe-testing": "^3", + "silverstripe/standards": "^1" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\StaticPublishQueue\\": "src/", + "SilverStripe\\StaticPublishQueue\\Test\\": "tests/php/" + }, + "files": [ + "includes/functions.php" + ] + }, + "include-path": [ + "includes/" + ], + "scripts": { + "lint": [ + "phpcs -s src/ tests/php/" + ], + "lint-clean": [ + "phpcbf src/ tests/php/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "description": "Static publishing queue to create static versions of pages for enhanced performance and security", + "keywords": [ + "cache", + "caching", + "html", + "performance", + "publishing", + "queue", + "security", + "silverstripe", + "static", + "static-cache", + "static-caching", + "static-publishing" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-staticpublishqueue/tree/pulls/6.2/remove-self" + }, + "time": "2024-06-05T04:35:34+00:00" + }, + { + "name": "silverstripe/subsites", + "version": "dev-pulls/3.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-subsites.git", + "reference": "ad2c5d8eded8542588fe7cd305d3802f1b0b5059" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-subsites/zipball/ad2c5d8eded8542588fe7cd305d3802f1b0b5059", + "reference": "ad2c5d8eded8542588fe7cd305d3802f1b0b5059", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/asset-admin": "^2", + "silverstripe/cms": "^5", + "silverstripe/errorpage": "^2", + "silverstripe/framework": "^5", + "silverstripe/versioned": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\Subsites\\": "src/", + "SilverStripe\\Subsites\\Tests\\": "tests/php/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sam Minnee", + "email": "sam@silverstripe.com" + } + ], + "description": "Run multiple sites from a single SilverStripe install.", + "keywords": [ + "multisite", + "silverstripe", + "subsites" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-subsites/tree/pulls/3.2/remove-self" + }, + "time": "2024-06-05T05:26:56+00:00" + }, + { + "name": "silverstripe/tagfield", + "version": "dev-pulls/3.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-tagfield.git", + "reference": "5bc54796a19fa616d6e8a15b6c90450fd3065168" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-tagfield/zipball/5bc54796a19fa616d6e8a15b6c90450fd3065168", + "reference": "5bc54796a19fa616d6e8a15b6c90450fd3065168", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/framework": "^5", + "silverstripe/versioned": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\TagField\\": "src/", + "SilverStripe\\TagField\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Christopher Pitt", + "email": "chris@silverstripe.com", + "homepage": "http://github.com/assertchris" + } + ], + "description": "Tag field for SilverStripe", + "keywords": [ + "field", + "silverstripe", + "tag" + ], + "support": { + "issues": "http://github.com/silverstripe/silverstripe-tagfield/issues", + "source": "https://github.com/creative-commoners/silverstripe-tagfield/tree/pulls/3.2/remove-self" + }, + "time": "2024-06-05T04:35:45+00:00" + }, + { + "name": "silverstripe/taxonomy", + "version": "3.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-taxonomy.git", + "reference": "5801fced5f64e6e66623a9bba575a175f73ef40d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-taxonomy/zipball/5801fced5f64e6e66623a9bba575a175f73ef40d", + "reference": "5801fced5f64e6e66623a9bba575a175f73ef40d", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2.2", + "silverstripe/framework": "^5.2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/documentation-lint": "^1", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "symbiote/silverstripe-gridfieldextensions": "Allows sorting of TaxonomyTerm objects via drag-and-drop", + "undefinedoffset/sortablegridfield": "Allows sorting of TaxonomyTerm objects via drag-and-drop" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\Taxonomy\\": "src/", + "SilverStripe\\Taxonomy\\Tests\\": "tests/", + "SilverStripe\\Taxonomy\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Robert Curry", + "email": "robert@silverstripe.com" + } + ], + "description": "Provide extra taxonomy for cataloguing the data.", + "keywords": [ + "cwp", + "silverstripe" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-taxonomy/issues", + "source": "https://github.com/silverstripe/silverstripe-taxonomy/tree/3.2" + }, + "time": "2024-05-27T21:54:58+00:00" + }, + { + "name": "silverstripe/testsession", + "version": "dev-pulls/3/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-testsession.git", + "reference": "161ed4a1747cbb9744a50f5702c174bc89401a75" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-testsession/zipball/161ed4a1747cbb9744a50f5702c174bc89401a75", + "reference": "161ed4a1747cbb9744a50f5702c174bc89401a75", + "shasum": "" + }, + "require": { + "composer/installers": "*", + "php": "^8.1", + "silverstripe/framework": "^5", + "silverstripe/vendor-plugin": "^2" + }, + "require-dev": { + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\TestSession\\": "src/", + "SilverStripe\\TestSession\\Tests\\": "tests/" + } + }, + "scripts": { + "lint": [ + "phpcs -s src/ tests/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + } + ], + "description": "Support module for browser-based test sessions, e.g. for Behat behaviour testing", + "homepage": "http://silverstripe.org", + "keywords": [ + "silverstripe", + "testing" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-testsession/tree/pulls/3/remove-self" + }, + "time": "2024-06-05T05:28:05+00:00" + }, + { + "name": "silverstripe/textextraction", + "version": "dev-pulls/4.1/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-textextraction.git", + "reference": "714905014702ad15eae5ec29d5021f8a330d80f4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-textextraction/zipball/714905014702ad15eae5ec29d5021f8a330d80f4", + "reference": "714905014702ad15eae5ec29d5021f8a330d80f4", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^7.5", + "php": "^8.1", + "silverstripe/assets": "^2", + "silverstripe/framework": "^5", + "silverstripe/versioned": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "ext-fileinfo": "Improved support for file mime detection" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\TextExtraction\\": "src/", + "SilverStripe\\TextExtraction\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)", + "homepage": "http://silverstripe.org", + "keywords": [ + "fulltext", + "pdf", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-textextraction/tree/pulls/4.1/remove-self" + }, + "time": "2024-06-05T04:35:57+00:00" + }, + { + "name": "silverstripe/totp-authenticator", + "version": "5.2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-totp-authenticator.git", + "reference": "385e0d992552098c3f29e9db68605f10e8eda169" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-totp-authenticator/zipball/385e0d992552098c3f29e9db68605f10e8eda169", + "reference": "385e0d992552098c3f29e9db68605f10e8eda169", + "shasum": "" + }, + "require": { + "paragonie/constant_time_encoding": "^2.6", + "php": "^8.1", + "silverstripe/mfa": "^5", + "silverstripe/siteconfig": "^5", + "spomky-labs/otphp": "^11.1" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/documentation-lint": "^1", + "silverstripe/frameworktest": "^1", + "silverstripe/recipe-testing": "^3", + "silverstripe/standards": "^1", + "silverstripe/webauthn-authenticator": "^5", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\TOTP\\": "src/", + "SilverStripe\\TOTP\\Tests\\": "tests/", + "SilverStripe\\TOTP\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "A TOTP authenticator for use with silverstripe/mfa", + "keywords": [ + "2fa", + "Authentication", + "MFA", + "cms", + "security", + "silverstripe", + "totp" + ], + "support": { + "issues": "https://github.com/silverstripe/silverstripe-totp-authenticator/issues", + "source": "https://github.com/silverstripe/silverstripe-totp-authenticator/tree/5.2" + }, + "time": "2024-05-07T03:28:46+00:00" + }, + { + "name": "silverstripe/userforms", + "version": "dev-pulls/6.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-userforms.git", + "reference": "cf892e807d72489244662e318bf2baf924ed82d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-userforms/zipball/cf892e807d72489244662e318bf2baf924ed82d0", + "reference": "cf892e807d72489244662e318bf2baf924ed82d0", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5", + "silverstripe/mimevalidator": "^3", + "silverstripe/segment-field": "^3", + "silverstripe/versioned": "^2", + "symbiote/silverstripe-gridfieldextensions": "^4" + }, + "conflict": { + "egulias/email-validator": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/documentation-lint": "^1", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "colymba/gridfield-bulk-editing-tools": "Allows for bulk management of form submissions", + "silverstripe/gridfieldqueuedexport": "Export large submission as CSV through queued jobs in the background", + "silverstripe/spamprotection": "Adds support for spam protection to your user forms" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang", + "images" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\UserForms\\": "code/", + "SilverStripe\\UserForms\\Tests\\": "tests/php/", + "SilverStripe\\UserForms\\Tests\\Behat\\Context\\": "tests/behat/src/" + } + }, + "scripts": { + "lint": [ + "phpcs code/ tests/" + ], + "lint-clean": [ + "phpcbf code/ tests/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Will Rossiter", + "email": "will@fullscreen.io" + }, + { + "name": "Damian Mooyman", + "email": "damian@silverstripe.com" + }, + { + "name": "David Craig", + "email": "david@silverstripe.com" + }, + { + "name": "Scott Hutchinson", + "email": "scott@silverstripe.com" + }, + { + "name": "Christopher Pitt", + "email": "chris@silverstripe.com" + } + ], + "description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code", + "keywords": [ + "silverstripe", + "userforms" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-userforms/tree/pulls/6.2/remove-self" + }, + "time": "2024-06-05T04:36:03+00:00" + }, + { + "name": "silverstripe/vendor-plugin", + "version": "2.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/vendor-plugin.git", + "reference": "1ce60392d043b1141aaa74e3a3bfc228c1d39e19" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/vendor-plugin/zipball/1ce60392d043b1141aaa74e3a3bfc228c1d39e19", + "reference": "1ce60392d043b1141aaa74e3a3bfc228c1d39e19", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^2", + "composer/installers": "^2", + "php": "^8.1" + }, + "require-dev": { + "composer/composer": "^2", + "phpunit/phpunit": "^9.6", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "composer-plugin", + "extra": { + "class": "SilverStripe\\VendorPlugin\\VendorPlugin" + }, + "autoload": { + "psr-4": { + "SilverStripe\\VendorPlugin\\": "src/", + "SilverStripe\\VendorPlugin\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Damian Mooyman", + "email": "damian@silverstripe.com" + } + ], + "description": "Allows vendor modules to expose directories to the webroot", + "support": { + "issues": "https://github.com/silverstripe/vendor-plugin/issues", + "source": "https://github.com/silverstripe/vendor-plugin/tree/2.0" + }, + "time": "2023-10-30T21:10:05+00:00" + }, + { + "name": "silverstripe/versioned", + "version": "dev-pulls/2.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-versioned.git", + "reference": "09902f9b000abbf0b567377bcb1b7e7dc14528a6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-versioned/zipball/09902f9b000abbf0b567377bcb1b7e7dc14528a6", + "reference": "09902f9b000abbf0b567377bcb1b7e7dc14528a6", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/framework": "^5.2", + "silverstripe/vendor-plugin": "^2", + "symfony/cache": "^6.1" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "silverstripe/graphql": "^5", + "silverstripe/recipe-testing": "^3", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\Versioned\\": [ + "src/", + "_legacy/" + ], + "SilverStripe\\Versioned\\Tests\\": "tests/php/" + } + }, + "scripts": { + "lint": [ + "vendor/bin/phpcs src/ tests/php/" + ], + "lint-clean": [ + "vendor/bin/phpcbf src/ tests/php/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "SilverStripe Versioned component", + "homepage": "http://silverstripe.org", + "keywords": [ + "silverstripe", + "versioned" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-versioned/tree/pulls/2.2/remove-self" + }, + "time": "2024-06-05T04:36:15+00:00" + }, + { + "name": "silverstripe/versioned-admin", + "version": "dev-pulls/2.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-versioned-admin.git", + "reference": "6a731c250251404c3560bb87c3d91ed409635307" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-versioned-admin/zipball/6a731c250251404c3560bb87c3d91ed409635307", + "reference": "6a731c250251404c3560bb87c3d91ed409635307", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/framework": "^5", + "silverstripe/graphql": "^5", + "silverstripe/vendor-plugin": "^2", + "silverstripe/versioned": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/cms": "^5", + "silverstripe/frameworktest": "^1", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\VersionedAdmin\\": "src/", + "SilverStripe\\VersionedAdmin\\Tests\\": "tests/" + } + }, + "scripts": { + "lint": [ + "phpcs src/ tests/" + ], + "lint-clean": [ + "phpcbf src/ tests/" + ] + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "SilverStripe", + "homepage": "http://silverstripe.com" + }, + { + "name": "The SilverStripe Community", + "homepage": "http://silverstripe.org" + } + ], + "description": "SilverStripe versioned admin interface", + "homepage": "http://silverstripe.org", + "keywords": [ + "admin", + "silverstripe", + "versioned" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-versioned-admin/tree/pulls/2.2/remove-self", + "issues": "https://github.com/creative-commoners/silverstripe-versioned-admin/issues" + }, + "time": "2024-06-05T04:36:20+00:00" + }, + { + "name": "silverstripe/versionfeed", + "version": "dev-pulls/3.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-versionfeed.git", + "reference": "b2dd034d1be8cb20ae4066857ebe93383609c8b3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-versionfeed/zipball/b2dd034d1be8cb20ae4066857ebe93383609c8b3", + "reference": "b2dd034d1be8cb20ae4066857ebe93383609c8b3", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/cms": "^5", + "silverstripe/siteconfig": "^5", + "silverstripe/versioned": "^2" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "autoload": { + "psr-4": { + "SilverStripe\\VersionFeed\\": "src/", + "SilverStripe\\VersionFeed\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Robert Curry", + "email": "robert@silverstripe.com" + } + ], + "description": "Adds RSS feeds of content changes to SilverStripe", + "keywords": [ + "cwp", + "feed", + "rss", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-versionfeed/tree/pulls/3.2/remove-self" + }, + "time": "2024-06-05T04:36:26+00:00" + }, + { + "name": "silverstripe/webauthn-authenticator", + "version": "dev-pulls/5.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-webauthn-authenticator.git", + "reference": "14806b2ab00ce97467f01e546fc2f2af069ee552" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-webauthn-authenticator/zipball/14806b2ab00ce97467f01e546fc2f2af069ee552", + "reference": "14806b2ab00ce97467f01e546fc2f2af069ee552", + "shasum": "" + }, + "require": { + "ext-bcmath": "*", + "guzzlehttp/psr7": "^2", + "php": "^8.1", + "silverstripe/framework": "^5", + "silverstripe/mfa": "^5", + "web-auth/webauthn-lib": "^4.4" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/documentation-lint": "^1", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\WebAuthn\\": "src/", + "SilverStripe\\WebAuthn\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "description": "A WebAuthn authenticator that plugs into the silverstripe/mfa module", + "keywords": [ + "CMS", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-webauthn-authenticator/tree/pulls/5.2/remove-self" + }, + "time": "2024-06-05T04:36:32+00:00" + }, + { + "name": "sminnee/callbacklist", + "version": "0.1.1", + "source": { + "type": "git", + "url": "https://github.com/sminnee/callbacklist.git", + "reference": "8c9f0a3a9f57aaa8cadb72eb579f5550a73abbc4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sminnee/callbacklist/zipball/8c9f0a3a9f57aaa8cadb72eb579f5550a73abbc4", + "reference": "8c9f0a3a9f57aaa8cadb72eb579f5550a73abbc4", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8" + }, + "require-dev": { + "php-parallel-lint/php-console-highlighter": "^0.5.0", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/phpstan-strict-rules": "^0.12.5", + "phpunit/phpunit": "^7 || ^8 || ^9", + "slevomat/coding-standard": "^6.4", + "squizlabs/php_codesniffer": "^3.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Sminnee\\CallbackList\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sam Minnee", + "email": "sam@silverstripe.com" + } + ], + "description": "PHP class that manages a list of callbacks", + "support": { + "issues": "https://github.com/sminnee/callbacklist/issues", + "source": "https://github.com/sminnee/callbacklist/tree/0.1.1" + }, + "time": "2020-12-06T22:00:29+00:00" + }, + { + "name": "spomky-labs/cbor-php", + "version": "3.0.4", + "source": { + "type": "git", + "url": "https://github.com/Spomky-Labs/cbor-php.git", + "reference": "658ed12a85a6b31fa312b89cd92f3a4ce6df4c6b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/658ed12a85a6b31fa312b89cd92f3a4ce6df4c6b", + "reference": "658ed12a85a6b31fa312b89cd92f3a4ce6df4c6b", + "shasum": "" + }, + "require": { + "brick/math": "^0.9|^0.10|^0.11|^0.12", + "ext-mbstring": "*", + "php": ">=8.0" + }, + "require-dev": { + "ekino/phpstan-banned-code": "^1.0", + "ext-json": "*", + "infection/infection": "^0.27", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-beberlei-assert": "^1.0", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^10.1", + "qossmic/deptrac-shim": "^1.0", + "rector/rector": "^0.19", + "roave/security-advisories": "dev-latest", + "symfony/var-dumper": "^6.0|^7.0", + "symplify/easy-coding-standard": "^12.0" + }, + "suggest": { + "ext-bcmath": "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags", + "ext-gmp": "GMP or BCMath extensions will drastically improve the library performance" + }, + "type": "library", + "autoload": { + "psr-4": { + "CBOR\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" + }, + { + "name": "All contributors", + "homepage": "https://github.com/Spomky-Labs/cbor-php/contributors" + } + ], + "description": "CBOR Encoder/Decoder for PHP", + "keywords": [ + "Concise Binary Object Representation", + "RFC7049", + "cbor" + ], + "support": { + "issues": "https://github.com/Spomky-Labs/cbor-php/issues", + "source": "https://github.com/Spomky-Labs/cbor-php/tree/3.0.4" + }, + "funding": [ + { + "url": "https://github.com/Spomky", + "type": "github" + }, + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2024-01-29T20:33:48+00:00" + }, + { + "name": "spomky-labs/otphp", + "version": "11.2.2", + "source": { + "type": "git", + "url": "https://github.com/Spomky-Labs/otphp.git", + "reference": "b737d1c6330beae7c0bc225d3e848805b352fe42" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/b737d1c6330beae7c0bc225d3e848805b352fe42", + "reference": "b737d1c6330beae7c0bc225d3e848805b352fe42", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "paragonie/constant_time_encoding": "^2.0", + "php": "^8.1" + }, + "require-dev": { + "ekino/phpstan-banned-code": "^1.0", + "infection/infection": "^0.26|^0.27|^0.28", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5.26|^10.0|^11.0", + "qossmic/deptrac-shim": "^1.0", + "rector/rector": "1.0", + "symfony/phpunit-bridge": "^6.1|^7.0", + "symplify/easy-coding-standard": "^12.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "OTPHP\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" + }, + { + "name": "All contributors", + "homepage": "https://github.com/Spomky-Labs/otphp/contributors" + } + ], + "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator", + "homepage": "https://github.com/Spomky-Labs/otphp", + "keywords": [ + "FreeOTP", + "RFC 4226", + "RFC 6238", + "google authenticator", + "hotp", + "otp", + "totp" + ], + "support": { + "issues": "https://github.com/Spomky-Labs/otphp/issues", + "source": "https://github.com/Spomky-Labs/otphp/tree/11.2.2" + }, + "funding": [ + { + "url": "https://github.com/Spomky", + "type": "github" + }, + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2024-04-15T07:35:15+00:00" + }, + { + "name": "spomky-labs/pki-framework", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/Spomky-Labs/pki-framework.git", + "reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/0b10c8b53366729417d6226ae89a665f9e2d61b6", + "reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6", + "shasum": "" + }, + "require": { + "brick/math": "^0.10|^0.11|^0.12", + "ext-mbstring": "*", + "php": ">=8.1" + }, + "require-dev": { + "ekino/phpstan-banned-code": "^1.0", + "ext-gmp": "*", + "ext-openssl": "*", + "infection/infection": "^0.28", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpstan/extension-installer": "^1.3", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-beberlei-assert": "^1.0", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "^10.1|^11.0", + "rector/rector": "^1.0", + "roave/security-advisories": "dev-latest", + "symfony/phpunit-bridge": "^6.4|^7.0", + "symfony/string": "^6.4|^7.0", + "symfony/var-dumper": "^6.4|^7.0", + "symplify/easy-coding-standard": "^12.0" + }, + "suggest": { + "ext-bcmath": "For better performance (or GMP)", + "ext-gmp": "For better performance (or BCMath)", + "ext-openssl": "For OpenSSL based cyphering" + }, + "type": "library", + "autoload": { + "psr-4": { + "SpomkyLabs\\Pki\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Joni Eskelinen", + "email": "jonieske@gmail.com", + "role": "Original developer" + }, + { + "name": "Florent Morselli", + "email": "florent.morselli@spomky-labs.com", + "role": "Spomky-Labs PKI Framework developer" + } + ], + "description": "A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation.", + "homepage": "https://github.com/spomky-labs/pki-framework", + "keywords": [ + "DER", + "Private Key", + "ac", + "algorithm identifier", + "asn.1", + "asn1", + "attribute certificate", + "certificate", + "certification request", + "cryptography", + "csr", + "decrypt", + "ec", + "encrypt", + "pem", + "pkcs", + "public key", + "rsa", + "sign", + "signature", + "verify", + "x.509", + "x.690", + "x509", + "x690" + ], + "support": { + "issues": "https://github.com/Spomky-Labs/pki-framework/issues", + "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/Spomky", + "type": "github" + }, + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2024-03-30T18:03:49+00:00" + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.10.1", + "source": { + "type": "git", + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", + "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877", + "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" + }, + "bin": [ + "bin/phpcbf", + "bin/phpcs" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "Former lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "Current lead" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards", + "static analysis" + ], + "support": { + "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", + "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", + "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", + "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" + }, + "funding": [ + { + "url": "https://github.com/PHPCSStandards", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + } + ], + "time": "2024-05-22T21:24:41+00:00" + }, + { + "name": "symbiote/silverstripe-advancedworkflow", + "version": "dev-pulls/6.2/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-advancedworkflow.git", + "reference": "ef49170e64c505bf91816774ebc6e92479a48381" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-advancedworkflow/zipball/ef49170e64c505bf91816774ebc6e92479a48381", + "reference": "ef49170e64c505bf91816774ebc6e92479a48381", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/cms": "^5", + "silverstripe/framework": "^5", + "silverstripe/versioned": "^2", + "symfony/yaml": "^6" + }, + "replace": { + "silverstripe/advancedworkflow": "self.version" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "symbiote/silverstripe-queuedjobs": "Allow automated workflow transitions with queued system jobs" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist", + "client/lang", + "images" + ] + }, + "autoload": { + "psr-4": { + "Symbiote\\AdvancedWorkflow\\": "src/", + "Symbiote\\AdvancedWorkflow\\Tests\\": "tests/php/", + "Symbiote\\AdvancedWorkflow\\Tests\\Behat\\": "tests/behat/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Marcus Nyeholt", + "email": "marcus@symbiote.com.au" + }, + { + "name": "Andrew Short", + "email": "andrewjshort@gmail.com" + } + ], + "description": "Adds configurable workflow support to the CMS, with a GUI for creating custom workflow definitions.", + "keywords": [ + "advancedworkflow", + "silverstripe", + "workflow" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-advancedworkflow/tree/pulls/6.2/remove-self" + }, + "time": "2024-06-05T04:36:38+00:00" + }, + { + "name": "symbiote/silverstripe-gridfieldextensions", + "version": "dev-pulls/4.0/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-gridfieldextensions.git", + "reference": "abe2359f7890f4d923a2b75d7bd7afc8d026f84b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-gridfieldextensions/zipball/abe2359f7890f4d923a2b75d7bd7afc8d026f84b", + "reference": "abe2359f7890f4d923a2b75d7bd7afc8d026f84b", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/framework": "^5", + "silverstripe/vendor-plugin": "^2" + }, + "replace": { + "ajshort/silverstripe-gridfieldextensions": "self.version", + "silverstripe-australia/gridfieldextensions": "self.version" + }, + "require-dev": { + "phpunit/phpunit": "^9.6", + "silverstripe/versioned": "^2", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "extra": { + "screenshots": [ + "docs/en/_images/editable-rows.png", + "docs/en/_images/add-existing-search.png" + ], + "expose": [ + "css", + "javascript", + "client/lang" + ] + }, + "autoload": { + "psr-4": { + "Symbiote\\GridFieldExtensions\\": "src/", + "Symbiote\\GridFieldExtensions\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Andrew Short", + "email": "andrewjshort@gmail.com" + }, + { + "name": "Marcus Nyeholt", + "email": "marcus@symbiote.com.au" + } + ], + "description": "A collection of useful grid field components", + "homepage": "http://github.com/symbiote/silverstripe-gridfieldextensions", + "keywords": [ + "gridfield", + "silverstripe", + "sort", + "sort field", + "sortable" + ], + "support": { + "issues": "http://github.com/symbiote/silverstripe-gridfieldextensions/issues", + "source": "https://github.com/creative-commoners/silverstripe-gridfieldextensions/tree/pulls/4.0/remove-self" + }, + "time": "2024-06-05T05:29:25+00:00" + }, + { + "name": "symbiote/silverstripe-multivaluefield", + "version": "6.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symbiote/silverstripe-multivaluefield.git", + "reference": "216773e628802780ee2ea80640c3be737792f53e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symbiote/silverstripe-multivaluefield/zipball/216773e628802780ee2ea80640c3be737792f53e", + "reference": "216773e628802780ee2ea80640c3be737792f53e", + "shasum": "" + }, + "require": { + "php": "^8.1", + "silverstripe/framework": "^5" + }, + "replace": { + "silverstripe/multivaluefield": "self.version" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/dist" + ], + "installer-name": "multivaluefield" + }, + "autoload": { + "psr-4": { + "Symbiote\\MultiValueField\\": "src/", + "Symbiote\\MultiValueField\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Marcus Nyeholt", + "email": "marcus@symbiote.com.au" + } + ], + "description": "A DB field + form fields for storing multiple values in a single property (serialized).", + "keywords": [ + "dbfield", + "formfield", + "silverstripe" + ], + "support": { + "issues": "https://github.com/symbiote/silverstripe-multivaluefield/issues", + "source": "https://github.com/symbiote/silverstripe-multivaluefield/tree/6.1" + }, + "time": "2024-05-23T00:10:40+00:00" + }, + { + "name": "symbiote/silverstripe-queuedjobs", + "version": "dev-pulls/5.1/remove-self", + "source": { + "type": "git", + "url": "https://github.com/creative-commoners/silverstripe-queuedjobs.git", + "reference": "7a9b254cce3a264605b8b76e31f0999c21d52dde" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/creative-commoners/silverstripe-queuedjobs/zipball/7a9b254cce3a264605b8b76e31f0999c21d52dde", + "reference": "7a9b254cce3a264605b8b76e31f0999c21d52dde", + "shasum": "" + }, + "require": { + "asyncphp/doorman": "^4", + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/framework": "^5" + }, + "replace": { + "silverstripe/queuedjobs": "self.version" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "phpunit/phpunit": "^9.6", + "silverstripe/standards": "^1", + "squizlabs/php_codesniffer": "^3.7" + }, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client/styles" + ] + }, + "autoload": { + "psr-4": { + "Symbiote\\QueuedJobs\\": "src/", + "Symbiote\\QueuedJobs\\Tests\\": "tests/" + } + }, + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Marcus Nyeholt", + "email": "marcus@symbiote.com.au" + }, + { + "name": "Damian Mooyman", + "email": "damian@silverstripe.com" + } + ], + "description": "A framework for defining and running background jobs in a queued manner", + "keywords": [ + "jobs", + "silverstripe" + ], + "support": { + "source": "https://github.com/creative-commoners/silverstripe-queuedjobs/tree/pulls/5.1/remove-self" + }, + "time": "2024-06-05T04:36:49+00:00" + }, + { + "name": "symfony/cache", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache.git", + "reference": "287142df5579ce223c485b3872df3efae8390984" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache/zipball/287142df5579ce223c485b3872df3efae8390984", + "reference": "287142df5579ce223c485b3872df3efae8390984", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/cache": "^2.0|^3.0", + "psr/log": "^1.1|^2|^3", + "symfony/cache-contracts": "^2.5|^3", + "symfony/service-contracts": "^2.5|^3", + "symfony/var-exporter": "^6.3.6|^7.0" + }, + "conflict": { + "doctrine/dbal": "<2.13.1", + "symfony/dependency-injection": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/var-dumper": "<5.4" + }, + "provide": { + "psr/cache-implementation": "2.0|3.0", + "psr/simple-cache-implementation": "1.0|2.0|3.0", + "symfony/cache-implementation": "1.1|2.0|3.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/dbal": "^2.13.1|^3|^4", + "predis/predis": "^1.1|^2.0", + "psr/simple-cache": "^1.0|^2.0|^3.0", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/filesystem": "^5.4|^6.0|^7.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Cache\\": "" + }, + "classmap": [ + "Traits/ValueWrapper.php" + ], + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", + "homepage": "https://symfony.com", + "keywords": [ + "caching", + "psr6" + ], + "support": { + "source": "https://github.com/symfony/cache/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/cache-contracts", + "version": "v3.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197", + "reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/cache": "^3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v3.5.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-04-18T09:32:20+00:00" + }, + { + "name": "symfony/config", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "12e7e52515ce37191b193cf3365903c4f3951e35" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/12e7e52515ce37191b193cf3365903c4f3951e35", + "reference": "12e7e52515ce37191b193cf3365903c4f3951e35", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/filesystem": "^5.4|^6.0|^7.0", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/finder": "<5.4", + "symfony/service-contracts": "<2.5" + }, + "require-dev": { + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/yaml": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/config/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/console", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/be5854cee0e8c7b110f00d695d11debdfa1a2a91", + "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/string": "^5.4|^6.0|^7.0" + }, + "conflict": { + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" + }, + "provide": { + "psr/log-implementation": "1.0|2.0|3.0" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^6.4|^7.0", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/lock": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/stopwatch": "^5.4|^6.0|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases the creation of beautiful and testable command line interfaces", + "homepage": "https://symfony.com", + "keywords": [ + "cli", + "command-line", + "console", + "terminal" + ], + "support": { + "source": "https://github.com/symfony/console/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "4b61b02fe15db48e3687ce1c45ea385d1780fe08" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/4b61b02fe15db48e3687ce1c45ea385d1780fe08", + "reference": "4b61b02fe15db48e3687ce1c45ea385d1780fe08", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts CSS selectors to XPath expressions", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/css-selector/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "d3b618176e8c3a9e5772151c51eba0c52a0c771c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d3b618176e8c3a9e5772151c51eba0c52a0c771c", + "reference": "d3b618176e8c3a9e5772151c51eba0c52a0c771c", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/service-contracts": "^2.5|^3.0", + "symfony/var-exporter": "^6.2.10|^7.0" + }, + "conflict": { + "ext-psr": "<1.1|>=2", + "symfony/config": "<6.1", + "symfony/finder": "<5.4", + "symfony/proxy-manager-bridge": "<6.3", + "symfony/yaml": "<5.4" + }, + "provide": { + "psr/container-implementation": "1.1|2.0", + "symfony/service-implementation": "1.1|2.0|3.0" + }, + "require-dev": { + "symfony/config": "^6.1|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/yaml": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v3.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-04-18T09:32:20+00:00" + }, + { + "name": "symfony/dom-crawler", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "105b56a0305d219349edeb60a800082eca864e4b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/105b56a0305d219349edeb60a800082eca864e4b", + "reference": "105b56a0305d219349edeb60a800082eca864e4b", + "shasum": "" + }, + "require": { + "masterminds/html5": "^2.6", + "php": ">=8.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "require-dev": { + "symfony/css-selector": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases DOM navigation for HTML and XML documents", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dom-crawler/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "8d7507f02b06e06815e56bb39aa0128e3806208b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8d7507f02b06e06815e56bb39aa0128e3806208b", + "reference": "8d7507f02b06e06815e56bb39aa0128e3806208b", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/event-dispatcher-contracts": "^2.5|^3" + }, + "conflict": { + "symfony/dependency-injection": "<5.4", + "symfony/service-contracts": "<2.5" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "2.0|3.0" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/stopwatch": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v3.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50", + "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/event-dispatcher": "^1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-04-18T09:32:20+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d37529150e7081c51b3c5d5718c55a04a9503f3", + "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8" + }, + "require-dev": { + "symfony/process": "^5.4|^6.4|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/finder", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "3ef977a43883215d560a2cecb82ec8e62131471c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/3ef977a43883215d560a2cecb82ec8e62131471c", + "reference": "3ef977a43883215d560a2cecb82ec8e62131471c", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "symfony/filesystem": "^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/finder/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/mailer", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/mailer.git", + "reference": "76326421d44c07f7824b19487cfbf87870b37efc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mailer/zipball/76326421d44c07f7824b19487cfbf87870b37efc", + "reference": "76326421d44c07f7824b19487cfbf87870b37efc", + "shasum": "" + }, + "require": { + "egulias/email-validator": "^2.1.10|^3|^4", + "php": ">=8.1", + "psr/event-dispatcher": "^1", + "psr/log": "^1|^2|^3", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/mime": "^6.2|^7.0", + "symfony/service-contracts": "^2.5|^3" + }, + "conflict": { + "symfony/http-client-contracts": "<2.5", + "symfony/http-kernel": "<5.4", + "symfony/messenger": "<6.2", + "symfony/mime": "<6.2", + "symfony/twig-bridge": "<6.2.1" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/messenger": "^6.2|^7.0", + "symfony/twig-bridge": "^6.2|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mailer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Helps sending emails", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/mailer/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/mime", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "618597ab8b78ac86d1c75a9d0b35540cda074f33" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/618597ab8b78ac86d1c75a9d0b35540cda074f33", + "reference": "618597ab8b78ac86d1c75a9d0b35540cda074f33", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0" + }, + "conflict": { + "egulias/email-validator": "~3.0.0", + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "symfony/mailer": "<5.4", + "symfony/serializer": "<6.3.2" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10|^3.1|^4", + "league/html-to-markdown": "^5.0", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.4|^7.0", + "symfony/property-access": "^5.4|^6.0|^7.0", + "symfony/property-info": "^5.4|^6.0|^7.0", + "symfony/serializer": "^6.3.2|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows manipulating MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "support": { + "source": "https://github.com/symfony/mime/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-06-01T07:50:16+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", + "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-ctype": "*" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "ctype", + "polyfill", + "portable" + ], + "support": { + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-intl-grapheme", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-grapheme.git", + "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", + "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's grapheme_* functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "grapheme", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "a287ed7475f85bf6f61890146edbc932c0fff919" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919", + "reference": "a287ed7475f85bf6f61890146edbc932c0fff919", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", + "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", + "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php72\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "21bd091060673a1177ae842c0ef8fe30893114d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2", + "reference": "21bd091060673a1177ae842c0ef8fe30893114d2", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", + "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-php83", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php83.git", + "reference": "86fcae159633351e5fd145d1c47de6c528f8caff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff", + "reference": "86fcae159633351e5fd145d1c47de6c528f8caff", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-php80": "^1.14" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php83\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/polyfill-uuid", + "version": "v1.29.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-uuid.git", + "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/3abdd21b0ceaa3000ee950097bc3cf9efc137853", + "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-uuid": "*" + }, + "suggest": { + "ext-uuid": "For best performance" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Uuid\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for uuid functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "uuid" + ], + "support": { + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.29.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-29T20:11:03+00:00" + }, + { + "name": "symfony/process", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/8d92dd79149f29e89ee0f480254db595f6a6a2c5", + "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Executes commands in sub-processes", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/process/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v3.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", + "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3" + }, + "conflict": { + "ext-psr": "<1.1|>=2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + }, + "exclude-from-classmap": [ + "/Test/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-04-18T09:32:20+00:00" + }, + { + "name": "symfony/string", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/string.git", + "reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/string/zipball/a147c0f826c4a1f3afb763ab8e009e37c877a44d", + "reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-grapheme": "~1.0", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/translation-contracts": "<2.5" + }, + "require-dev": { + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/intl": "^6.2|^7.0", + "symfony/translation-contracts": "^2.5|^3.0", + "symfony/var-exporter": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "files": [ + "Resources/functions.php" + ], + "psr-4": { + "Symfony\\Component\\String\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", + "homepage": "https://symfony.com", + "keywords": [ + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" + ], + "support": { + "source": "https://github.com/symfony/string/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/translation", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation.git", + "reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation/zipball/a002933b13989fc4bd0b58e04bf7eec5210e438a", + "reference": "a002933b13989fc4bd0b58e04bf7eec5210e438a", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation-contracts": "^2.5|^3.0" + }, + "conflict": { + "symfony/config": "<5.4", + "symfony/console": "<5.4", + "symfony/dependency-injection": "<5.4", + "symfony/http-client-contracts": "<2.5", + "symfony/http-kernel": "<5.4", + "symfony/service-contracts": "<2.5", + "symfony/twig-bundle": "<5.4", + "symfony/yaml": "<5.4" + }, + "provide": { + "symfony/translation-implementation": "2.3|3.0" + }, + "require-dev": { + "nikic/php-parser": "^4.18|^5.0", + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/http-client-contracts": "^2.5|^3.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/intl": "^5.4|^6.0|^7.0", + "symfony/polyfill-intl-icu": "^1.21", + "symfony/routing": "^5.4|^6.0|^7.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/yaml": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "files": [ + "Resources/functions.php" + ], + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to internationalize your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/translation/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/translation-contracts", + "version": "v3.5.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", + "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Test/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to translation", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-04-18T09:32:20+00:00" + }, + { + "name": "symfony/uid", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/uid.git", + "reference": "35904eca37a84bb764c560cbfcac9f0ac2bcdbdf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/uid/zipball/35904eca37a84bb764c560cbfcac9f0ac2bcdbdf", + "reference": "35904eca37a84bb764c560cbfcac9f0ac2bcdbdf", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/polyfill-uuid": "^1.15" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Uid\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides an object-oriented API to generate and represent UIDs", + "homepage": "https://symfony.com", + "keywords": [ + "UID", + "ulid", + "uuid" + ], + "support": { + "source": "https://github.com/symfony/uid/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/validator", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/validator.git", + "reference": "dab2781371d54c86f6b25623ab16abb2dde2870c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/validator/zipball/dab2781371d54c86f6b25623ab16abb2dde2870c", + "reference": "dab2781371d54c86f6b25623ab16abb2dde2870c", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php83": "^1.27", + "symfony/translation-contracts": "^2.5|^3" + }, + "conflict": { + "doctrine/annotations": "<1.13", + "doctrine/lexer": "<1.1", + "symfony/dependency-injection": "<5.4", + "symfony/expression-language": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/intl": "<5.4", + "symfony/property-info": "<5.4", + "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3|>=7.0,<7.0.3", + "symfony/yaml": "<5.4" + }, + "require-dev": { + "doctrine/annotations": "^1.13|^2", + "egulias/email-validator": "^2.1.10|^3|^4", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/intl": "^5.4|^6.0|^7.0", + "symfony/mime": "^5.4|^6.0|^7.0", + "symfony/property-access": "^5.4|^6.0|^7.0", + "symfony/property-info": "^5.4|^6.0|^7.0", + "symfony/translation": "^5.4.35|~6.3.12|^6.4.3|^7.0.3", + "symfony/yaml": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Validator\\": "" + }, + "exclude-from-classmap": [ + "/Tests/", + "/Resources/bin/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to validate values", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/validator/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-06-02T15:48:50+00:00" + }, + { + "name": "symfony/var-exporter", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "792ca836f99b340f2e9ca9497c7953948c49a504" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/792ca836f99b340f2e9ca9497c7953948c49a504", + "reference": "792ca836f99b340f2e9ca9497c7953948c49a504", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" + }, + "require-dev": { + "symfony/property-access": "^6.4|^7.0", + "symfony/serializer": "^6.4|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "lazy-loading", + "proxy", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "symfony/yaml", + "version": "v6.4.8", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "52903de178d542850f6f341ba92995d3d63e60c9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/52903de178d542850f6f341ba92995d3d63e60c9", + "reference": "52903de178d542850f6f341ba92995d3d63e60c9", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<5.4" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0|^7.0" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v6.4.8" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-05-31T14:49:08+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.3", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", + "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.3" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2024-03-03T12:36:25+00:00" + }, + { + "name": "tractorcow/classproxy", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/tractorcow/classproxy.git", + "reference": "3c05e96ec9545f774010199edacca78c5878ddab" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tractorcow/classproxy/zipball/3c05e96ec9545f774010199edacca78c5878ddab", + "reference": "3c05e96ec9545f774010199edacca78c5878ddab", + "shasum": "" + }, + "require": { + "phpspec/prophecy": "^1.7" + }, + "require-dev": { + "phpunit/phpunit": "^5.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "TractorCow\\ClassProxy\\": "src/", + "TractorCow\\ClassProxy\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Damian Mooyman", + "email": "damian@silverstripe.com" + } + ], + "support": { + "issues": "https://github.com/tractorcow/classproxy/issues", + "source": "https://github.com/tractorcow/classproxy/tree/1.0.0" + }, + "time": "2022-04-25T23:46:33+00:00" + }, + { + "name": "tractorcow/silverstripe-fluent", + "version": "7.1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/tractorcow-farm/silverstripe-fluent.git", + "reference": "73844e3396c5131cf3d2cefbfe99e139dc84b58c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tractorcow-farm/silverstripe-fluent/zipball/73844e3396c5131cf3d2cefbfe99e139dc84b58c", + "reference": "73844e3396c5131cf3d2cefbfe99e139dc84b58c", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^8.1", + "silverstripe/admin": "^2", + "silverstripe/framework": "^5", + "silverstripe/vendor-plugin": "^2", + "silverstripe/versioned": "^2", + "symbiote/silverstripe-gridfieldextensions": "^4" + }, + "require-dev": { + "phpstan/extension-installer": "^1.3", + "silverstripe/recipe-testing": "^3", + "silverstripe/standards": "^1" + }, + "suggest": { + "silverstripe/cms": "Localise pages" + }, + "type": "silverstripe-vendormodule", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + }, + "expose": [ + "client/dist" + ] + }, + "autoload": { + "psr-4": { + "TractorCow\\Fluent\\": "src/", + "TractorCow\\Fluent\\Tests\\": "tests/php/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Damian Mooyman", + "email": "damian.mooyman@gmail.com" + }, + { + "name": "Robbie Averill", + "email": "robbie@silverstripe.com" + } + ], + "description": "Simple localisation for Silverstripe", + "keywords": [ + "i18n", + "internationalisation", + "internationalization", + "language", + "locale", + "localisation", + "localization", + "multilingual", + "silverstripe", + "translatable", + "translation" + ], + "support": { + "issues": "http://github.com/tractorcow-farm/silverstripe-fluent/issues", + "source": "https://github.com/tractorcow-farm/silverstripe-fluent/tree/7.1" + }, + "time": "2024-06-05T05:44:43+00:00" + }, + { + "name": "tractorcow/silverstripe-proxy-db", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/tractorcow/silverstripe-proxy-db.git", + "reference": "eff18f11f22db6490eb9aec32e560b77366a3c31" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tractorcow/silverstripe-proxy-db/zipball/eff18f11f22db6490eb9aec32e560b77366a3c31", + "reference": "eff18f11f22db6490eb9aec32e560b77366a3c31", + "shasum": "" + }, + "require": { + "silverstripe/framework": "^5", + "silverstripe/vendor-plugin": "^2", + "tractorcow/classproxy": "^1" + }, + "type": "silverstripe-vendormodule", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "TractorCow\\SilverStripeProxyDB\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Damian Mooyman", + "email": "damian@silverstripe.com" + } + ], + "keywords": [ + "db", + "proxy", + "silverstripe" + ], + "support": { + "issues": "https://github.com/tractorcow/silverstripe-proxy-db/issues", + "source": "https://github.com/tractorcow/silverstripe-proxy-db/tree/2.0.0" + }, + "time": "2023-07-31T21:08:06+00:00" + }, + { + "name": "ua-parser/uap-php", + "version": "v3.9.14", + "source": { + "type": "git", + "url": "https://github.com/ua-parser/uap-php.git", + "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ua-parser/uap-php/zipball/b796c5ea5df588e65aeb4e2c6cce3811dec4fed6", + "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6", + "shasum": "" + }, + "require": { + "composer/ca-bundle": "^1.1", + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.33", + "phpunit/phpunit": "^8 || ^9", + "symfony/console": "^3.4 || ^4.2 || ^4.3 || ^5.0", + "symfony/filesystem": "^3.4 || ^4.2 || ^4.3 || ^5.0", + "symfony/finder": "^3.4 || ^4.2 || ^4.3 || ^5.0", + "symfony/yaml": "^3.4 || ^4.2 || ^4.3 || ^5.0", + "vimeo/psalm": "^3.12" + }, + "suggest": { + "symfony/console": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0", + "symfony/filesystem": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0", + "symfony/finder": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0", + "symfony/yaml": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0" + }, + "bin": [ + "bin/uaparser" + ], + "type": "library", + "autoload": { + "psr-4": { + "UAParser\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dave Olsen", + "email": "dmolsen@gmail.com" + }, + { + "name": "Lars Strojny", + "email": "lars@strojny.net" + } + ], + "description": "A multi-language port of Browserscope's user agent parser.", + "support": { + "issues": "https://github.com/ua-parser/uap-php/issues", + "source": "https://github.com/ua-parser/uap-php/tree/v3.9.14" + }, + "time": "2020-10-02T23:36:20+00:00" + }, + { + "name": "web-auth/cose-lib", + "version": "4.3.0", + "source": { + "type": "git", + "url": "https://github.com/web-auth/cose-lib.git", + "reference": "e5c417b3b90e06c84638a18d350e438d760cb955" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/e5c417b3b90e06c84638a18d350e438d760cb955", + "reference": "e5c417b3b90e06c84638a18d350e438d760cb955", + "shasum": "" + }, + "require": { + "brick/math": "^0.9|^0.10|^0.11|^0.12", + "ext-json": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "php": ">=8.1", + "spomky-labs/pki-framework": "^1.0" + }, + "require-dev": { + "ekino/phpstan-banned-code": "^1.0", + "infection/infection": "^0.27", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpstan/extension-installer": "^1.3", + "phpstan/phpstan": "^1.7", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.2", + "phpunit/phpunit": "^10.1", + "qossmic/deptrac-shim": "^1.0", + "rector/rector": "^0.19", + "symfony/phpunit-bridge": "^6.4|^7.0", + "symplify/easy-coding-standard": "^12.0" + }, + "suggest": { + "ext-bcmath": "For better performance, please install either GMP (recommended) or BCMath extension", + "ext-gmp": "For better performance, please install either GMP (recommended) or BCMath extension" + }, + "type": "library", + "autoload": { + "psr-4": { + "Cose\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" + }, + { + "name": "All contributors", + "homepage": "https://github.com/web-auth/cose/contributors" + } + ], + "description": "CBOR Object Signing and Encryption (COSE) For PHP", + "homepage": "https://github.com/web-auth", + "keywords": [ + "COSE", + "RFC8152" + ], + "support": { + "issues": "https://github.com/web-auth/cose-lib/issues", + "source": "https://github.com/web-auth/cose-lib/tree/4.3.0" + }, + "funding": [ + { + "url": "https://github.com/Spomky", + "type": "github" + }, + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2024-02-05T21:00:39+00:00" + }, + { + "name": "web-auth/metadata-service", + "version": "4.8.6", + "source": { + "type": "git", + "url": "https://github.com/web-auth/webauthn-metadata-service.git", + "reference": "fb7c1f107639285fab90f870aab38360252c82f5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/fb7c1f107639285fab90f870aab38360252c82f5", + "reference": "fb7c1f107639285fab90f870aab38360252c82f5", + "shasum": "" + }, + "require": { + "ext-json": "*", + "lcobucci/clock": "^2.2|^3.0", + "paragonie/constant_time_encoding": "^2.6", + "php": ">=8.1", + "psr/clock": "^1.0", + "psr/event-dispatcher": "^1.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "psr/log": "^1.0|^2.0|^3.0", + "spomky-labs/pki-framework": "^1.0", + "symfony/deprecation-contracts": "^3.2" + }, + "suggest": { + "phpdocumentor/reflection-docblock": "As of 4.5.x, the phpdocumentor/reflection-docblock component will become mandatory for converting objects such as the Metadata Statement", + "psr/clock-implementation": "As of 4.5.x, the PSR Clock implementation will replace lcobucci/clock", + "psr/log-implementation": "Recommended to receive logs from the library", + "symfony/property-access": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement", + "symfony/property-info": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement", + "symfony/serializer": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement", + "web-token/jwt-library": "Mandatory for fetching Metadata Statement from distant sources" + }, + "type": "library", + "extra": { + "thanks": { + "name": "web-auth/webauthn-framework", + "url": "https://github.com/web-auth/webauthn-framework" + } + }, + "autoload": { + "psr-4": { + "Webauthn\\MetadataService\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" + }, + { + "name": "All contributors", + "homepage": "https://github.com/web-auth/metadata-service/contributors" + } + ], + "description": "Metadata Service for FIDO2/Webauthn", + "homepage": "https://github.com/web-auth", + "keywords": [ + "FIDO2", + "fido", + "webauthn" + ], + "support": { + "source": "https://github.com/web-auth/webauthn-metadata-service/tree/4.8.6" + }, + "funding": [ + { + "url": "https://github.com/Spomky", + "type": "github" + }, + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2024-03-13T07:16:02+00:00" + }, + { + "name": "web-auth/webauthn-lib", + "version": "4.8.6", + "source": { + "type": "git", + "url": "https://github.com/web-auth/webauthn-lib.git", + "reference": "925873eb504a1db8a77dc2b4d2b578334736fa16" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/925873eb504a1db8a77dc2b4d2b578334736fa16", + "reference": "925873eb504a1db8a77dc2b4d2b578334736fa16", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "paragonie/constant_time_encoding": "^2.6", + "php": ">=8.1", + "psr/event-dispatcher": "^1.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0", + "psr/log": "^1.0|^2.0|^3.0", + "spomky-labs/cbor-php": "^3.0", + "symfony/uid": "^6.1|^7.0", + "web-auth/cose-lib": "^4.2.3", + "web-auth/metadata-service": "self.version" + }, + "suggest": { + "phpdocumentor/reflection-docblock": "As of 4.5.x, the phpdocumentor/reflection-docblock component will become mandatory for converting objects such as the Metadata Statement", + "psr/log-implementation": "Recommended to receive logs from the library", + "symfony/event-dispatcher": "Recommended to use dispatched events", + "symfony/property-access": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement", + "symfony/property-info": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement", + "symfony/serializer": "As of 4.5.x, the symfony/serializer component will become mandatory for converting objects such as the Metadata Statement", + "web-token/jwt-library": "Mandatory for the AndroidSafetyNet Attestation Statement support" + }, + "type": "library", + "extra": { + "thanks": { + "name": "web-auth/webauthn-framework", + "url": "https://github.com/web-auth/webauthn-framework" + } + }, + "autoload": { + "psr-4": { + "Webauthn\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Florent Morselli", + "homepage": "https://github.com/Spomky" + }, + { + "name": "All contributors", + "homepage": "https://github.com/web-auth/webauthn-library/contributors" + } + ], + "description": "FIDO2/Webauthn Support For PHP", + "homepage": "https://github.com/web-auth", + "keywords": [ + "FIDO2", + "fido", + "webauthn" + ], + "support": { + "source": "https://github.com/web-auth/webauthn-lib/tree/4.8.6" + }, + "funding": [ + { + "url": "https://github.com/Spomky", + "type": "github" + }, + { + "url": "https://www.patreon.com/FlorentMorselli", + "type": "patreon" + } + ], + "time": "2024-04-08T10:04:23+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/webmozarts/assert.git", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "php": "^7.2 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.11.0" + }, + "time": "2022-06-03T18:03:27+00:00" + }, + { + "name": "webonyx/graphql-php", + "version": "v15.11.1", + "source": { + "type": "git", + "url": "https://github.com/webonyx/graphql-php.git", + "reference": "ab4ff2719b101dc3bfc3aaaf800edc21a98c56dc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/ab4ff2719b101dc3bfc3aaaf800edc21a98c56dc", + "reference": "ab4ff2719b101dc3bfc3aaaf800edc21a98c56dc", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "php": "^7.4 || ^8" + }, + "require-dev": { + "amphp/amp": "^2.6", + "amphp/http-server": "^2.1", + "dms/phpunit-arraysubset-asserts": "dev-master", + "ergebnis/composer-normalize": "^2.28", + "friendsofphp/php-cs-fixer": "3.51.0", + "mll-lab/php-cs-fixer-config": "^5", + "nyholm/psr7": "^1.5", + "phpbench/phpbench": "^1.2", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "1.10.59", + "phpstan/phpstan-phpunit": "1.3.16", + "phpstan/phpstan-strict-rules": "1.5.2", + "phpunit/phpunit": "^9.5 || ^10", + "psr/http-message": "^1 || ^2", + "react/http": "^1.6", + "react/promise": "^2.0 || ^3.0", + "rector/rector": "^1.0", + "symfony/polyfill-php81": "^1.23", + "symfony/var-exporter": "^5 || ^6 || ^7", + "thecodingmachine/safe": "^1.3 || ^2" + }, + "suggest": { + "amphp/http-server": "To leverage async resolving with webserver on AMPHP platform", + "psr/http-message": "To use standard GraphQL server", + "react/promise": "To leverage async resolving on React PHP platform" + }, + "type": "library", + "autoload": { + "psr-4": { + "GraphQL\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A PHP port of GraphQL reference implementation", + "homepage": "https://github.com/webonyx/graphql-php", + "keywords": [ + "api", + "graphql" + ], + "support": { + "issues": "https://github.com/webonyx/graphql-php/issues", + "source": "https://github.com/webonyx/graphql-php/tree/v15.11.1" + }, + "funding": [ + { + "url": "https://opencollective.com/webonyx-graphql-php", + "type": "open_collective" + } + ], + "time": "2024-03-11T10:21:05+00:00" + } + ], + "packages-dev": [ + { + "name": "silverstripe/graphql-devtools", + "version": "1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/silverstripe/silverstripe-graphql-devtools.git", + "reference": "b0fec5a7d944564cc46b1cf2744cad34711b271e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/silverstripe/silverstripe-graphql-devtools/zipball/b0fec5a7d944564cc46b1cf2744cad34711b271e", + "reference": "b0fec5a7d944564cc46b1cf2744cad34711b271e", + "shasum": "" + }, + "require": { + "silverstripe/graphql": "^3 || ^4 || ^5 || ^6", + "symfony/filesystem": "^4 || ^5 || ^6", + "symfony/finder": "^4 || ^5 || ^6" + }, + "require-dev": { + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3" + }, + "default-branch": true, + "type": "silverstripe-vendormodule", + "extra": { + "expose": [ + "client" + ] + }, + "autoload": { + "psr-4": { + "SilverStripe\\GraphQLDevTools\\": "src/", + "SilverStripe\\GraphQLDevTools\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "description": "Tools to help developers building new applications on SilverStripe’s GraphQL API", + "support": { + "issues": "https://github.com/silverstripe/silverstripe-graphql-devtools/issues", + "source": "https://github.com/silverstripe/silverstripe-graphql-devtools/tree/1" + }, + "time": "2024-04-15T19:58:00+00:00" + } + ], + "aliases": [ + { + "package": "bringyourownideas/silverstripe-composer-update-checker", + "version": "dev-pulls/4.1/remove-self", + "alias": "4.1.x-dev", + "alias_normalized": "4.1.9999999.9999999-dev" + }, + { + "package": "cwp/agency-extensions", + "version": "dev-pulls/3.2/remove-self", + "alias": "3.2.x-dev", + "alias_normalized": "3.2.9999999.9999999-dev" + }, + { + "package": "cwp/cwp", + "version": "dev-pulls/3.0/remove-self", + "alias": "3.0.x-dev", + "alias_normalized": "3.0.9999999.9999999-dev" + }, + { + "package": "cwp/cwp-core", + "version": "dev-pulls/3.0/remove-self", + "alias": "3.0.x-dev", + "alias_normalized": "3.0.9999999.9999999-dev" + }, + { + "package": "dnadesign/silverstripe-elemental", + "version": "dev-pulls/5.2/remove-self", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/admin", + "version": "dev-pulls/2.2/remove-self", + "alias": "2.2.x-dev", + "alias_normalized": "2.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/asset-admin", + "version": "dev-pulls/2.2/remove-self", + "alias": "2.2.x-dev", + "alias_normalized": "2.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/assets", + "version": "dev-pulls/2.2/remove-self", + "alias": "2.2.x-dev", + "alias_normalized": "2.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/behat-extension", + "version": "dev-pulls/5.3/remove-self", + "alias": "5.3.x-dev", + "alias_normalized": "5.3.9999999.9999999-dev" + }, + { + "package": "silverstripe/blog", + "version": "dev-pulls/4.2/remove-self", + "alias": "4.2.x-dev", + "alias_normalized": "4.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/cms", + "version": "dev-pulls/5.2/remove-self", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/config", + "version": "dev-pulls/2.1/remove-self", + "alias": "2.1.x-dev", + "alias_normalized": "2.1.9999999.9999999-dev" + }, + { + "package": "silverstripe/contentreview", + "version": "dev-pulls/5.2/remove-self", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/crontask", + "version": "dev-pulls/3.0/remove-self", + "alias": "3.0.x-dev", + "alias_normalized": "3.0.9999999.9999999-dev" + }, + { + "package": "silverstripe/developer-docs", + "version": "dev-pulls/5.2/noself", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/documentconverter", + "version": "dev-pulls/3.2/remove-self", + "alias": "3.2.x-dev", + "alias_normalized": "3.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/environmentcheck", + "version": "dev-pulls/3.0/remove-self", + "alias": "3.0.x-dev", + "alias_normalized": "3.0.9999999.9999999-dev" + }, + { + "package": "silverstripe/errorpage", + "version": "dev-pulls/2.2/remove-self", + "alias": "2.2.x-dev", + "alias_normalized": "2.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/event-dispatcher", + "version": "dev-pulls/1.0/remove-self", + "alias": "1.0.x-dev", + "alias_normalized": "1.0.9999999.9999999-dev" + }, + { + "package": "silverstripe/externallinks", + "version": "dev-pulls/pulls/3.2/remove-self/remove-self", + "alias": "3.2.x-dev", + "alias_normalized": "3.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/framework", + "version": "dev-pulls/5.2/remove-self", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/frameworktest", + "version": "dev-pulls/1/remove-self", + "alias": "1.x-dev", + "alias_normalized": "1.9999999.9999999.9999999-dev" + }, + { + "package": "silverstripe/graphql", + "version": "dev-pulls/5.2/remove-self", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/hybridsessions", + "version": "dev-pulls/3.0/remove-self", + "alias": "3.0.x-dev", + "alias_normalized": "3.0.9999999.9999999-dev" + }, + { + "package": "silverstripe/ldap", + "version": "dev-pulls/2.2/remove-self", + "alias": "2.2.x-dev", + "alias_normalized": "2.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/linkfield", + "version": "dev-pulls/4.0/remove-self", + "alias": "4.0.x-dev", + "alias_normalized": "4.0.9999999.9999999-dev" + }, + { + "package": "silverstripe/login-forms", + "version": "dev-pulls/5.2/remove-self", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/lumberjack", + "version": "dev-pulls/3.1/remove-self", + "alias": "3.1.x-dev", + "alias_normalized": "3.1.9999999.9999999-dev" + }, + { + "package": "silverstripe/markdown-php-codesniffer", + "version": "dev-pulls/1.0/remove-self", + "alias": "1.0.x-dev", + "alias_normalized": "1.0.9999999.9999999-dev" + }, + { + "package": "silverstripe/mfa", + "version": "dev-pulls/5.2/remove-self", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/mink-facebook-web-driver", + "version": "dev-pulls/2/remove-self", + "alias": "2.x-dev", + "alias_normalized": "2.9999999.9999999.9999999-dev" + }, + { + "package": "silverstripe/realme", + "version": "dev-pulls/5.3/remove-self", + "alias": "5.3.x-dev", + "alias_normalized": "5.3.9999999.9999999-dev" + }, + { + "package": "silverstripe/reports", + "version": "dev-pulls/5.2/remove-self", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/restfulserver", + "version": "dev-pulls/3.0/remove-self", + "alias": "3.0.x-dev", + "alias_normalized": "3.0.9999999.9999999-dev" + }, + { + "package": "silverstripe/securityreport", + "version": "dev-pulls/3.1/remove-self", + "alias": "3.1.x-dev", + "alias_normalized": "3.1.9999999.9999999-dev" + }, + { + "package": "silverstripe/session-manager", + "version": "dev-pulls/2.2/remove-self", + "alias": "2.2.x-dev", + "alias_normalized": "2.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/sharedraftcontent", + "version": "dev-pulls/3.2/remove-self", + "alias": "3.2.x-dev", + "alias_normalized": "3.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/siteconfig", + "version": "dev-pulls/5.2/remove-self", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/sitewidecontent-report", + "version": "dev-pulls/4.2/remove-self", + "alias": "4.2.x-dev", + "alias_normalized": "4.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/spamprotection", + "version": "dev-pulls/4.2/remove-self", + "alias": "4.2.x-dev", + "alias_normalized": "4.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/staticpublishqueue", + "version": "dev-pulls/6.2/remove-self", + "alias": "6.2.x-dev", + "alias_normalized": "6.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/subsites", + "version": "dev-pulls/3.2/remove-self", + "alias": "3.2.x-dev", + "alias_normalized": "3.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/tagfield", + "version": "dev-pulls/3.2/remove-self", + "alias": "3.2.x-dev", + "alias_normalized": "3.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/testsession", + "version": "dev-pulls/3/remove-self", + "alias": "3.x-dev", + "alias_normalized": "3.9999999.9999999.9999999-dev" + }, + { + "package": "silverstripe/textextraction", + "version": "dev-pulls/4.1/remove-self", + "alias": "4.1.x-dev", + "alias_normalized": "4.1.9999999.9999999-dev" + }, + { + "package": "silverstripe/userforms", + "version": "dev-pulls/6.2/remove-self", + "alias": "6.2.x-dev", + "alias_normalized": "6.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/versioned", + "version": "dev-pulls/2.2/remove-self", + "alias": "2.2.x-dev", + "alias_normalized": "2.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/versioned-admin", + "version": "dev-pulls/2.2/remove-self", + "alias": "2.2.x-dev", + "alias_normalized": "2.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/versionfeed", + "version": "dev-pulls/3.2/remove-self", + "alias": "3.2.x-dev", + "alias_normalized": "3.2.9999999.9999999-dev" + }, + { + "package": "silverstripe/webauthn-authenticator", + "version": "dev-pulls/5.2/remove-self", + "alias": "5.2.x-dev", + "alias_normalized": "5.2.9999999.9999999-dev" + }, + { + "package": "symbiote/silverstripe-advancedworkflow", + "version": "dev-pulls/6.2/remove-self", + "alias": "6.2.x-dev", + "alias_normalized": "6.2.9999999.9999999-dev" + }, + { + "package": "symbiote/silverstripe-gridfieldextensions", + "version": "dev-pulls/4.0/remove-self", + "alias": "4.0.x-dev", + "alias_normalized": "4.0.9999999.9999999-dev" + }, + { + "package": "symbiote/silverstripe-queuedjobs", + "version": "dev-pulls/5.1/remove-self", + "alias": "5.1.x-dev", + "alias_normalized": "5.1.9999999.9999999-dev" + } + ], + "minimum-stability": "dev", + "stability-flags": { + "silverstripe/installer": 20, + "silverstripe/recipe-authoring-tools": 20, + "silverstripe/recipe-blog": 20, + "silverstripe/recipe-collaboration": 20, + "silverstripe/recipe-form-building": 20, + "silverstripe/recipe-reporting-tools": 20, + "silverstripe/recipe-services": 20, + "silverstripe/recipe-content-blocks": 20, + "silverstripe/auditor": 20, + "silverstripe/developer-docs": 20, + "silverstripe/environmentcheck": 20, + "silverstripe/hybridsessions": 20, + "silverstripe/registry": 20, + "silverstripe/totp-authenticator": 20, + "silverstripe/mfa": 20, + "silverstripe/crontask": 20, + "silverstripe/gridfieldqueuedexport": 20, + "silverstripe/ldap": 20, + "silverstripe/textextraction": 20, + "silverstripe/webauthn-authenticator": 20, + "silverstripe/subsites": 20, + "silverstripe/lumberjack": 20, + "silverstripe/staticpublishqueue": 20, + "cwp/starter-theme": 20, + "cwp/agency-extensions": 20, + "cwp/watea-theme": 20, + "dnadesign/silverstripe-elemental-userforms": 20, + "symbiote/silverstripe-multivaluefield": 20, + "symbiote/silverstripe-gridfieldextensions": 20, + "symbiote/silverstripe-queuedjobs": 20, + "colymba/gridfield-bulk-editing-tools": 20, + "tractorcow/silverstripe-fluent": 20, + "silverstripe/dynamodb": 20, + "silverstripe/linkfield": 20, + "silverstripe/frameworktest": 20, + "bringyourownideas/silverstripe-composer-update-checker": 20, + "cwp/cwp": 20, + "cwp/cwp-core": 20, + "dnadesign/silverstripe-elemental": 20, + "silverstripe/admin": 20, + "silverstripe/asset-admin": 20, + "silverstripe/assets": 20, + "silverstripe/behat-extension": 20, + "silverstripe/blog": 20, + "silverstripe/cms": 20, + "silverstripe/config": 20, + "silverstripe/contentreview": 20, + "silverstripe/documentconverter": 20, + "silverstripe/errorpage": 20, + "silverstripe/event-dispatcher": 20, + "silverstripe/externallinks": 20, + "silverstripe/framework": 20, + "silverstripe/graphql": 20, + "silverstripe/login-forms": 20, + "silverstripe/markdown-php-codesniffer": 20, + "silverstripe/mink-facebook-web-driver": 20, + "silverstripe/realme": 20, + "silverstripe/reports": 20, + "silverstripe/restfulserver": 20, + "silverstripe/securityreport": 20, + "silverstripe/session-manager": 20, + "silverstripe/sharedraftcontent": 20, + "silverstripe/siteconfig": 20, + "silverstripe/sitewidecontent-report": 20, + "silverstripe/spamprotection": 20, + "silverstripe/tagfield": 20, + "silverstripe/testsession": 20, + "silverstripe/userforms": 20, + "silverstripe/versioned": 20, + "silverstripe/versioned-admin": 20, + "silverstripe/versionfeed": 20, + "symbiote/silverstripe-advancedworkflow": 20, + "silverstripe/graphql-devtools": 20 + }, + "prefer-stable": true, + "prefer-lowest": false, + "platform": { + "php": "^8.1" + }, + "platform-dev": [], + "platform-overrides": { + "php": "8.1" + }, + "plugin-api-version": "2.6.0" +}