From 845722d078bde9615c48216855271c5e6245bb8e Mon Sep 17 00:00:00 2001 From: Neill Magill Date: Tue, 7 Apr 2026 07:51:54 +0100 Subject: [PATCH] #251 Fix third party library list A third party library (php-compatibility) has been removed from the plugin, however it was still referenced in the `thirdpartylibs.xml` This caused there to be some problems when the plugin is installed in Moodle: 1. `grunt watch` did not function correctly 2. codechecker did not pass its own checks --- thirdpartylibs.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/thirdpartylibs.xml b/thirdpartylibs.xml index 1f685c45..435948ef 100644 --- a/thirdpartylibs.xml +++ b/thirdpartylibs.xml @@ -7,13 +7,6 @@ BSD 3-Clause - - vendor/phpcompatibility/php-compatibility - PHP Compatibility Coding Standard - 10.0dev (96072c30) - LGPL - 3 - vendor/phpcsstandards/phpcsextra A collection of code standards for use with PHP_CodeSniffer