composer update
This commit is contained in:
parent
d8cff991df
commit
0f6b339ca6
@ -20,11 +20,16 @@
|
||||
|
||||
"type": "vcs",
|
||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/opencase.git"
|
||||
},{
|
||||
|
||||
"type": "vcs",
|
||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/bartik_gno.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"autonomic/goodnightout_opencase": "dev-master",
|
||||
"autonomic/opencase": "dev-master",
|
||||
"autonomic/bartik_gno": "dev-main",
|
||||
"composer/installers": "^1.2",
|
||||
"drupal/admin_toolbar": "^3.1",
|
||||
"drupal/base_field_override_ui": "^1.0",
|
||||
|
185
composer.lock
generated
185
composer.lock
generated
@ -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": "475c2cfc4d6bab76dd86cacd6d786f53",
|
||||
"content-hash": "03f0a9416165a24a801c3759e71c8ddf",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -62,13 +62,31 @@
|
||||
},
|
||||
"time": "2019-12-24T22:41:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "autonomic/bartik_gno",
|
||||
"version": "dev-main",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/bartik_gno.git",
|
||||
"reference": "00a0832c5af1953b734c6f7b95d97189ec0eb8c2"
|
||||
},
|
||||
"default-branch": true,
|
||||
"type": "drupal-theme",
|
||||
"authors": [
|
||||
{
|
||||
"name": "autonomic",
|
||||
"email": "helo@autonomic.zone"
|
||||
}
|
||||
],
|
||||
"time": "2022-05-27T08:19:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "autonomic/goodnightout_opencase",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/goodnightout_opencase.git",
|
||||
"reference": "b411bc34a56feebc283171851e7509b3f3a78679"
|
||||
"reference": "974b72b197287f5bf04f64f03f46cabb97441310"
|
||||
},
|
||||
"require": {
|
||||
"drupal/admin_toolbar": "*",
|
||||
@ -86,7 +104,7 @@
|
||||
"email": "helo@autonomic.zone"
|
||||
}
|
||||
],
|
||||
"time": "2022-05-19T09:47:34+00:00"
|
||||
"time": "2022-05-24T10:03:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "autonomic/opencase",
|
||||
@ -1141,16 +1159,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/cache",
|
||||
"version": "1.12.1",
|
||||
"version": "1.13.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/cache.git",
|
||||
"reference": "4cf401d14df219fa6f38b671f5493449151c9ad8"
|
||||
"reference": "56cd022adb5514472cb144c087393c1821911d09"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8",
|
||||
"reference": "4cf401d14df219fa6f38b671f5493449151c9ad8",
|
||||
"url": "https://api.github.com/repos/doctrine/cache/zipball/56cd022adb5514472cb144c087393c1821911d09",
|
||||
"reference": "56cd022adb5514472cb144c087393c1821911d09",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1162,13 +1180,13 @@
|
||||
"require-dev": {
|
||||
"alcaeus/mongo-php-adapter": "^1.1",
|
||||
"cache/integration-tests": "dev-master",
|
||||
"doctrine/coding-standard": "^8.0",
|
||||
"doctrine/coding-standard": "^9",
|
||||
"mongodb/mongodb": "^1.1",
|
||||
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
||||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||||
"predis/predis": "~1.0",
|
||||
"psr/cache": "^1.0 || ^2.0 || ^3.0",
|
||||
"symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
|
||||
"symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
|
||||
"symfony/cache": "^4.4 || ^5.4 || ^6",
|
||||
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
|
||||
},
|
||||
"suggest": {
|
||||
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
|
||||
@ -1220,7 +1238,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/cache/issues",
|
||||
"source": "https://github.com/doctrine/cache/tree/1.12.1"
|
||||
"source": "https://github.com/doctrine/cache/tree/1.13.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1236,7 +1254,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-07-17T14:39:21+00:00"
|
||||
"time": "2022-05-20T20:06:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/collections",
|
||||
@ -2125,16 +2143,16 @@
|
||||
},
|
||||
{
|
||||
"name": "drupal/core",
|
||||
"version": "9.3.13",
|
||||
"version": "9.3.14",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/drupal/core.git",
|
||||
"reference": "02ba7a3a42612a04124ac5131df0726e1e5097c6"
|
||||
"reference": "ea4c4780324c6ee6679823927e95601938d7f6a3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/drupal/core/zipball/02ba7a3a42612a04124ac5131df0726e1e5097c6",
|
||||
"reference": "02ba7a3a42612a04124ac5131df0726e1e5097c6",
|
||||
"url": "https://api.github.com/repos/drupal/core/zipball/ea4c4780324c6ee6679823927e95601938d7f6a3",
|
||||
"reference": "ea4c4780324c6ee6679823927e95601938d7f6a3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2156,7 +2174,7 @@
|
||||
"ext-spl": "*",
|
||||
"ext-tokenizer": "*",
|
||||
"ext-xml": "*",
|
||||
"guzzlehttp/guzzle": "^6.5.2",
|
||||
"guzzlehttp/guzzle": "^6.5.6",
|
||||
"laminas/laminas-diactoros": "^2.1",
|
||||
"laminas/laminas-feed": "^2.12",
|
||||
"masterminds/html5": "^2.1",
|
||||
@ -2376,13 +2394,13 @@
|
||||
],
|
||||
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
||||
"support": {
|
||||
"source": "https://github.com/drupal/core/tree/9.3.13"
|
||||
"source": "https://github.com/drupal/core/tree/9.3.14"
|
||||
},
|
||||
"time": "2022-05-11T09:20:58+00:00"
|
||||
"time": "2022-05-25T18:43:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/core-composer-scaffold",
|
||||
"version": "9.3.13",
|
||||
"version": "9.3.14",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/drupal/core-composer-scaffold.git",
|
||||
@ -2426,13 +2444,13 @@
|
||||
"drupal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/drupal/core-composer-scaffold/tree/9.3.13"
|
||||
"source": "https://github.com/drupal/core-composer-scaffold/tree/9.3.14"
|
||||
},
|
||||
"time": "2022-02-24T17:40:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/core-project-message",
|
||||
"version": "9.3.13",
|
||||
"version": "9.3.14",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/drupal/core-project-message.git",
|
||||
@ -2467,22 +2485,22 @@
|
||||
"drupal"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/drupal/core-project-message/tree/9.3.13"
|
||||
"source": "https://github.com/drupal/core-project-message/tree/9.3.14"
|
||||
},
|
||||
"time": "2022-02-24T17:40:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/core-recommended",
|
||||
"version": "9.3.13",
|
||||
"version": "9.3.14",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/drupal/core-recommended.git",
|
||||
"reference": "0fe76c7af47fafcff37d8cb6053014e52e0f4a69"
|
||||
"reference": "31f23ce0ae7cf3925f6fb6a3953762b259a0494e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/0fe76c7af47fafcff37d8cb6053014e52e0f4a69",
|
||||
"reference": "0fe76c7af47fafcff37d8cb6053014e52e0f4a69",
|
||||
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/31f23ce0ae7cf3925f6fb6a3953762b259a0494e",
|
||||
"reference": "31f23ce0ae7cf3925f6fb6a3953762b259a0494e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2491,9 +2509,9 @@
|
||||
"doctrine/annotations": "1.13.2",
|
||||
"doctrine/lexer": "1.2.1",
|
||||
"doctrine/reflection": "1.2.2",
|
||||
"drupal/core": "9.3.13",
|
||||
"drupal/core": "9.3.14",
|
||||
"egulias/email-validator": "3.1.2",
|
||||
"guzzlehttp/guzzle": "6.5.5",
|
||||
"guzzlehttp/guzzle": "6.5.6",
|
||||
"guzzlehttp/promises": "1.5.1",
|
||||
"guzzlehttp/psr7": "1.8.5",
|
||||
"laminas/laminas-diactoros": "2.8.0",
|
||||
@ -2553,9 +2571,9 @@
|
||||
],
|
||||
"description": "Locked core dependencies; require this project INSTEAD OF drupal/core.",
|
||||
"support": {
|
||||
"source": "https://github.com/drupal/core-recommended/tree/9.3.13"
|
||||
"source": "https://github.com/drupal/core-recommended/tree/9.3.14"
|
||||
},
|
||||
"time": "2022-05-11T09:20:58+00:00"
|
||||
"time": "2022-05-25T18:43:19+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/csv_serialization",
|
||||
@ -4971,16 +4989,16 @@
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
"version": "6.5.5",
|
||||
"version": "6.5.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/guzzle.git",
|
||||
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
|
||||
"reference": "f092dd734083473658de3ee4bef093ed77d2689c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
||||
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
|
||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f092dd734083473658de3ee4bef093ed77d2689c",
|
||||
"reference": "f092dd734083473658de3ee4bef093ed77d2689c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5017,10 +5035,40 @@
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Graham Campbell",
|
||||
"email": "hello@gjcampbell.co.uk",
|
||||
"homepage": "https://github.com/GrahamCampbell"
|
||||
},
|
||||
{
|
||||
"name": "Michael Dowling",
|
||||
"email": "mtdowling@gmail.com",
|
||||
"homepage": "https://github.com/mtdowling"
|
||||
},
|
||||
{
|
||||
"name": "Jeremy Lindblom",
|
||||
"email": "jeremeamia@gmail.com",
|
||||
"homepage": "https://github.com/jeremeamia"
|
||||
},
|
||||
{
|
||||
"name": "George Mponos",
|
||||
"email": "gmponos@gmail.com",
|
||||
"homepage": "https://github.com/gmponos"
|
||||
},
|
||||
{
|
||||
"name": "Tobias Nyholm",
|
||||
"email": "tobias.nyholm@gmail.com",
|
||||
"homepage": "https://github.com/Nyholm"
|
||||
},
|
||||
{
|
||||
"name": "Márk Sági-Kazár",
|
||||
"email": "mark.sagikazar@gmail.com",
|
||||
"homepage": "https://github.com/sagikazarmark"
|
||||
},
|
||||
{
|
||||
"name": "Tobias Schultze",
|
||||
"email": "webmaster@tubo-world.de",
|
||||
"homepage": "https://github.com/Tobion"
|
||||
}
|
||||
],
|
||||
"description": "Guzzle is a PHP HTTP client library",
|
||||
@ -5036,9 +5084,23 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/guzzle/guzzle/issues",
|
||||
"source": "https://github.com/guzzle/guzzle/tree/6.5"
|
||||
"source": "https://github.com/guzzle/guzzle/tree/6.5.6"
|
||||
},
|
||||
"time": "2020-06-16T21:01:06+00:00"
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/GrahamCampbell",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/Nyholm",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-05-25T13:19:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/promises",
|
||||
@ -7204,16 +7266,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/filesystem",
|
||||
"version": "v4.4.39",
|
||||
"version": "v4.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/filesystem.git",
|
||||
"reference": "72a5b35fecaa670b13954e6eaf414acbe2a67b35"
|
||||
"reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/72a5b35fecaa670b13954e6eaf414acbe2a67b35",
|
||||
"reference": "72a5b35fecaa670b13954e6eaf414acbe2a67b35",
|
||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5",
|
||||
"reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7247,7 +7309,7 @@
|
||||
"description": "Provides basic utilities for the filesystem",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/filesystem/tree/v4.4.39"
|
||||
"source": "https://github.com/symfony/filesystem/tree/v4.4.42"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -7263,7 +7325,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-02-25T10:38:15+00:00"
|
||||
"time": "2022-05-20T08:49:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
@ -8807,16 +8869,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/string",
|
||||
"version": "v5.4.8",
|
||||
"version": "v5.4.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/string.git",
|
||||
"reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8"
|
||||
"reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
|
||||
"reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
|
||||
"url": "https://api.github.com/repos/symfony/string/zipball/985e6a9703ef5ce32ba617c9c7d97873bb7b2a99",
|
||||
"reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8873,7 +8935,7 @@
|
||||
"utf8"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/string/tree/v5.4.8"
|
||||
"source": "https://github.com/symfony/string/tree/v5.4.9"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -11990,16 +12052,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/config",
|
||||
"version": "v4.4.41",
|
||||
"version": "v4.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/config.git",
|
||||
"reference": "9d031eb2d4292aed117b0f7fafd5c436dcf3dfd7"
|
||||
"reference": "83cdafd1bd3370de23e3dc2ed01026908863be81"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/9d031eb2d4292aed117b0f7fafd5c436dcf3dfd7",
|
||||
"reference": "9d031eb2d4292aed117b0f7fafd5c436dcf3dfd7",
|
||||
"url": "https://api.github.com/repos/symfony/config/zipball/83cdafd1bd3370de23e3dc2ed01026908863be81",
|
||||
"reference": "83cdafd1bd3370de23e3dc2ed01026908863be81",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -12048,7 +12110,7 @@
|
||||
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/config/tree/v4.4.41"
|
||||
"source": "https://github.com/symfony/config/tree/v4.4.42"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -12064,7 +12126,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-04-12T15:19:55+00:00"
|
||||
"time": "2022-05-17T07:10:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/css-selector",
|
||||
@ -12134,16 +12196,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/dom-crawler",
|
||||
"version": "v4.4.39",
|
||||
"version": "v4.4.42",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/dom-crawler.git",
|
||||
"reference": "4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3"
|
||||
"reference": "be5a04618e5d44e71d013f177df80d3ec4b192a0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3",
|
||||
"reference": "4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3",
|
||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/be5a04618e5d44e71d013f177df80d3ec4b192a0",
|
||||
"reference": "be5a04618e5d44e71d013f177df80d3ec4b192a0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -12188,7 +12250,7 @@
|
||||
"description": "Eases DOM navigation for HTML and XML documents",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/dom-crawler/tree/v4.4.39"
|
||||
"source": "https://github.com/symfony/dom-crawler/tree/v4.4.42"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -12204,7 +12266,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-02-25T10:38:15+00:00"
|
||||
"time": "2022-04-30T18:34:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-php81",
|
||||
@ -12341,6 +12403,7 @@
|
||||
"stability-flags": {
|
||||
"autonomic/goodnightout_opencase": 20,
|
||||
"autonomic/opencase": 20,
|
||||
"autonomic/bartik_gno": 20,
|
||||
"drupal/entity_extra_field": 15,
|
||||
"drupal/feeds": 15,
|
||||
"drupal/password_strength": 10,
|
||||
|
Reference in New Issue
Block a user