From 3bf5680f8f11bfd9830c8e9985cfda27e7b180f9 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 18 Jun 2024 17:48:56 +1200 Subject: [PATCH] . --- composer.json | 5 +++-- composer.lock | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 63 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 44ff36df..a486bbfe 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,8 @@ "silverstripe/frameworktest": "1.x-dev", "silverstripe/recipe-testing": "^3", "mikey179/vfsstream": "^1.6.10", - "dnadesign/silverstripe-elemental": "dev-pulls/5.2/elemental-dropdown as 5.2.x-dev" + "dnadesign/silverstripe-elemental": "dev-pulls/5.2/elemental-dropdown as 5.2.x-dev", + "silverstripe/registry": "^3.2" }, "require-dev": { "phpunit/phpunit": "^9.6" @@ -63,4 +64,4 @@ "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 index 89791d3a..8742fd1f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f1ffb11de4fc8a28c2d7e2312c8e6ee9", + "content-hash": "3325b8bdb01c0d598818d10320bb8701", "packages": [ { "name": "behat/behat", @@ -5550,6 +5550,65 @@ }, "time": "2022-10-27T21:00:56+00:00" }, + { + "name": "silverstripe/registry", + "version": "3.2.0", + "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" + }, + "time": "2024-02-13T13:00:52+00:00" + }, { "name": "silverstripe/reports", "version": "5.2.x-dev",