From bd4ede517956082d3b5511f7e49b83c6ad63e280 Mon Sep 17 00:00:00 2001 From: Milton Reder Date: Wed, 16 Oct 2024 17:06:16 -0400 Subject: [PATCH] get rid of unused ll plugin throwing all the smoke --- .github/workflows/moodle-plugin-ci.yml | 2 +- composer.json | 3 -- composer.lock | 44 +++----------------------- 3 files changed, 6 insertions(+), 43 deletions(-) diff --git a/.github/workflows/moodle-plugin-ci.yml b/.github/workflows/moodle-plugin-ci.yml index 4ca1dff58..5670b006f 100644 --- a/.github/workflows/moodle-plugin-ci.yml +++ b/.github/workflows/moodle-plugin-ci.yml @@ -65,7 +65,7 @@ jobs: composer install - name: Install additional supported plugins (Moodle 4.0) - if: ${{ matrix.moodle-branch == 'MOODLE_401_STABLE' || matrix.moodle-branch == 'MOODLE_402_STABLE' }} + if: ${{ matrix.moodle-branch == 'MOODLE_401_STABLE' || matrix.moodle-branch == 'MOODLE_402_STABLE' || matrix.moodle-branch == 'MOODLE_405_STABLE' }} run: | moodle-plugin-ci add-plugin --branch MOODLE_400_STABLE catalyst/moodle-mod_facetoface diff --git a/composer.json b/composer.json index 1a73039b2..bae88131a 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,6 @@ { "name": "xapi-vle/moodle-logstore-xapi", "license": "GPL v3", - "require-dev": { - "learninglocker/statementfactory": "~0.0" - }, "require": { "ext-json": "*" }, diff --git a/composer.lock b/composer.lock index a3c6ef380..b5bc6a57c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,51 +4,17 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2dd098e912bb2fcfd6129ec3d6933869", + "content-hash": "5eacb8b93cb5bfbbd373ecda64c4c2a4", "packages": [], - "packages-dev": [ - { - "name": "learninglocker/statementfactory", - "version": "v0.0.11", - "source": { - "type": "git", - "url": "https://github.com/LearningLocker/StatementFactory.git", - "reference": "92c8d9a94f1edc29ba899ed30409f045315c7273" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/LearningLocker/StatementFactory/zipball/92c8d9a94f1edc29ba899ed30409f045315c7273", - "reference": "92c8d9a94f1edc29ba899ed30409f045315c7273", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Locker\\XApi\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL v3" - ], - "authors": [ - { - "name": "Ryan Smith", - "email": "0ryansmith1994@gmail.com" - } - ], - "description": "Learning Locker's classes for xAPI.", - "time": "2020-02-11T10:15:03+00:00" - } - ], + "packages-dev": [], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "ext-json": "*" }, - "platform-dev": [], - "plugin-api-version": "1.1.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" }