Merge branch 'MOODLE_311_STABLE' into renovate/postgres-17.x
This commit is contained in:
commit
2d01dae507
3 changed files with 27 additions and 32 deletions
4
.github/workflows/moodle-ci.yml
vendored
4
.github/workflows/moodle-ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
|
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:10.5
|
image: mariadb:11.7
|
||||||
env:
|
env:
|
||||||
MYSQL_USER: 'root'
|
MYSQL_USER: 'root'
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
|
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: plugin
|
path: plugin
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "mdjnelson/moodle-mod_customcert",
|
"name": "mdjnelson/moodle-mod_customcert",
|
||||||
"type": "moodle-mod",
|
"type": "moodle-mod",
|
||||||
"require": {
|
"require": {
|
||||||
"composer/installers": "~1.0",
|
"composer/installers": "~2.0",
|
||||||
"mikehaertl/phpwkhtmltopdf": "^2.5"
|
"mikehaertl/phpwkhtmltopdf": "^2.5"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
53
composer.lock
generated
53
composer.lock
generated
|
@ -4,43 +4,41 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "749e39445f7c33f767b710400da4e9c6",
|
"content-hash": "f8ff42b517cf9fcf9e3a9eb6d0c411a0",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "composer/installers",
|
"name": "composer/installers",
|
||||||
"version": "v1.12.0",
|
"version": "v2.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/composer/installers.git",
|
"url": "https://github.com/composer/installers.git",
|
||||||
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
|
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
|
"url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
||||||
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
|
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer-plugin-api": "^1.0 || ^2.0"
|
"composer-plugin-api": "^1.0 || ^2.0",
|
||||||
},
|
"php": "^7.2 || ^8.0"
|
||||||
"replace": {
|
|
||||||
"roundcube/plugin-installer": "*",
|
|
||||||
"shama/baton": "*"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"composer/composer": "1.6.* || ^2.0",
|
"composer/composer": "^1.10.27 || ^2.7",
|
||||||
"composer/semver": "^1 || ^3",
|
"composer/semver": "^1.7.2 || ^3.4.0",
|
||||||
"phpstan/phpstan": "^0.12.55",
|
"phpstan/phpstan": "^1.11",
|
||||||
"phpstan/phpstan-phpunit": "^0.12.16",
|
"phpstan/phpstan-phpunit": "^1",
|
||||||
"symfony/phpunit-bridge": "^4.2 || ^5",
|
"symfony/phpunit-bridge": "^7.1.1",
|
||||||
"symfony/process": "^2.3"
|
"symfony/process": "^5 || ^6 || ^7"
|
||||||
},
|
},
|
||||||
"type": "composer-plugin",
|
"type": "composer-plugin",
|
||||||
"extra": {
|
"extra": {
|
||||||
"class": "Composer\\Installers\\Plugin",
|
"class": "Composer\\Installers\\Plugin",
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "1.x-dev"
|
"dev-main": "2.x-dev"
|
||||||
}
|
},
|
||||||
|
"plugin-modifies-install-path": true
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
@ -61,7 +59,6 @@
|
||||||
"description": "A multi-framework Composer library installer",
|
"description": "A multi-framework Composer library installer",
|
||||||
"homepage": "https://composer.github.io/installers/",
|
"homepage": "https://composer.github.io/installers/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Craft",
|
|
||||||
"Dolibarr",
|
"Dolibarr",
|
||||||
"Eliasis",
|
"Eliasis",
|
||||||
"Hurad",
|
"Hurad",
|
||||||
|
@ -82,7 +79,6 @@
|
||||||
"Whmcs",
|
"Whmcs",
|
||||||
"WolfCMS",
|
"WolfCMS",
|
||||||
"agl",
|
"agl",
|
||||||
"aimeos",
|
|
||||||
"annotatecms",
|
"annotatecms",
|
||||||
"attogram",
|
"attogram",
|
||||||
"bitrix",
|
"bitrix",
|
||||||
|
@ -91,6 +87,7 @@
|
||||||
"cockpit",
|
"cockpit",
|
||||||
"codeigniter",
|
"codeigniter",
|
||||||
"concrete5",
|
"concrete5",
|
||||||
|
"concreteCMS",
|
||||||
"croogo",
|
"croogo",
|
||||||
"dokuwiki",
|
"dokuwiki",
|
||||||
"drupal",
|
"drupal",
|
||||||
|
@ -101,7 +98,6 @@
|
||||||
"grav",
|
"grav",
|
||||||
"installer",
|
"installer",
|
||||||
"itop",
|
"itop",
|
||||||
"joomla",
|
|
||||||
"known",
|
"known",
|
||||||
"kohana",
|
"kohana",
|
||||||
"laravel",
|
"laravel",
|
||||||
|
@ -110,6 +106,7 @@
|
||||||
"magento",
|
"magento",
|
||||||
"majima",
|
"majima",
|
||||||
"mako",
|
"mako",
|
||||||
|
"matomo",
|
||||||
"mediawiki",
|
"mediawiki",
|
||||||
"miaoxing",
|
"miaoxing",
|
||||||
"modulework",
|
"modulework",
|
||||||
|
@ -129,9 +126,7 @@
|
||||||
"silverstripe",
|
"silverstripe",
|
||||||
"sydes",
|
"sydes",
|
||||||
"sylius",
|
"sylius",
|
||||||
"symfony",
|
|
||||||
"tastyigniter",
|
"tastyigniter",
|
||||||
"typo3",
|
|
||||||
"wordpress",
|
"wordpress",
|
||||||
"yawik",
|
"yawik",
|
||||||
"zend",
|
"zend",
|
||||||
|
@ -139,7 +134,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/composer/installers/issues",
|
"issues": "https://github.com/composer/installers/issues",
|
||||||
"source": "https://github.com/composer/installers/tree/v1.12.0"
|
"source": "https://github.com/composer/installers/tree/v2.3.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -155,7 +150,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-09-13T08:19:44+00:00"
|
"time": "2024-06-24T20:46:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mikehaertl/php-shellcommand",
|
"name": "mikehaertl/php-shellcommand",
|
||||||
|
@ -302,10 +297,10 @@
|
||||||
"packages-dev": [],
|
"packages-dev": [],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": [],
|
"stability-flags": {},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": {},
|
||||||
"platform-dev": [],
|
"platform-dev": {},
|
||||||
"plugin-api-version": "2.0.0"
|
"plugin-api-version": "2.6.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue