From ecf17ff685bf8829f9961737a832b0c09f446ed6 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 22 Sep 2023 20:00:40 +0200 Subject: [PATCH] Bump various dependencies - moodle-cs 3.3.8 --- composer.json | 2 +- composer.lock | 12 ++++++------ docs/CHANGELOG.md | 3 +++ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 9c713812..a512f1ce 100755 --- a/composer.json +++ b/composer.json @@ -55,7 +55,7 @@ ], "require": { "php": ">=7.4", - "moodlehq/moodle-cs": "^3.3.7", + "moodlehq/moodle-cs": "^3.3.8", "moodlehq/moodle-local_ci": "^1.0.23", "moodlehq/moodle-local_moodlecheck": "^1.1.8", "sebastian/phpcpd": "^6.0.3", diff --git a/composer.lock b/composer.lock index ca7334b1..035f3261 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": "ef0a8061bafd508aa9f5fbb238a61b5a", + "content-hash": "d39f93beadc2aa86c49cf909f0c9d460", "packages": [ { "name": "composer/pcre", @@ -285,16 +285,16 @@ }, { "name": "moodlehq/moodle-cs", - "version": "v3.3.7", + "version": "v3.3.8", "source": { "type": "git", "url": "https://github.com/moodlehq/moodle-cs.git", - "reference": "163c65d47b5036bb8b25cb9d7af99cf3cef8739b" + "reference": "ff540d2a4f82a5681826be71dfbea19db1116cae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/moodlehq/moodle-cs/zipball/163c65d47b5036bb8b25cb9d7af99cf3cef8739b", - "reference": "163c65d47b5036bb8b25cb9d7af99cf3cef8739b", + "url": "https://api.github.com/repos/moodlehq/moodle-cs/zipball/ff540d2a4f82a5681826be71dfbea19db1116cae", + "reference": "ff540d2a4f82a5681826be71dfbea19db1116cae", "shasum": "" }, "require": { @@ -345,7 +345,7 @@ "source": "https://github.com/moodlehq/moodle-cs", "wiki": "https://github.com/moodlehq/moodle-cs/wiki" }, - "time": "2023-09-22T08:08:53+00:00" + "time": "2023-09-22T17:26:40+00:00" }, { "name": "moodlehq/moodle-local_ci", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1558165d..6d2acced 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -9,6 +9,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](http://keepachangelog.com). ## [Unreleased] +### Changed +- Updated project dependencies to current [moodle-cs](https://github.com/moodlehq/moodle-cs) version. + ## [4.1.4] - 2023-09-22 ### Added - Covered the PHAR package with some new integration tests.