diff --git a/composer.json b/composer.json index 155cff3..fb824e2 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "drupal/lagoon_logs": "2.1.1", "drupal/redis": "1.7.0", "drupal/search_api": "1.30.0", - "drupal/search_api_solr": "4.3.0", + "drupal/search_api_solr": "4.3.1", "drush/drush": "11.6.0", "zaporylie/composer-drupal-optimizations": "1.2.0" }, diff --git a/composer.lock b/composer.lock index 2e058a8..04713d7 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": "343fc3e3d3234cf2727f72167e99e6b7", + "content-hash": "fe5d221ca6a8253b7cfd408240507104", "packages": [ { "name": "amazeeio/drupal_integrations", @@ -1836,30 +1836,30 @@ }, { "name": "drupal/search_api_solr", - "version": "4.3.0", + "version": "4.3.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api_solr.git", - "reference": "4.3.0" + "reference": "4.3.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api_solr-4.3.0.zip", - "reference": "4.3.0", - "shasum": "222e14f9ab49efb519e3a78674606880a2b07416" + "url": "https://ftp.drupal.org/files/projects/search_api_solr-4.3.1.zip", + "reference": "4.3.1", + "shasum": "002061b1160df5da5d13eea6f3a4c50f8008b157" }, "require": { "composer-runtime-api": ">=2.0", "composer/semver": "^1.0|^3.0", "consolidation/annotated-command": "^2.12|^4.1", "drupal/core": "^9.3 || ^10.0", - "drupal/search_api": "~1.29", + "drupal/search_api": "~1.30", "ext-dom": "*", "ext-json": "*", "ext-simplexml": "*", "laminas/laminas-stdlib": "^3.2", "maennchen/zipstream-php": "^2.2.1|^3.0.2", - "solarium/solarium": "^6.3.0" + "solarium/solarium": "^6.3.3" }, "conflict": { "drupal/acquia_search_solr": "<1.0.0-beta8", @@ -1885,8 +1885,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.3.0", - "datestamp": "1695108471", + "version": "4.3.1", + "datestamp": "1699641521", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2564,64 +2564,6 @@ ], "time": "2023-04-17T16:00:37+00:00" }, - { - "name": "halaxa/json-machine", - "version": "1.1.3", - "source": { - "type": "git", - "url": "https://github.com/halaxa/json-machine.git", - "reference": "514025c5ebbdb8a058745b573b4a1e81d685802c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/halaxa/json-machine/zipball/514025c5ebbdb8a058745b573b4a1e81d685802c", - "reference": "514025c5ebbdb8a058745b573b4a1e81d685802c", - "shasum": "" - }, - "require": { - "php": ">=7.0" - }, - "require-dev": { - "ext-json": "*", - "friendsofphp/php-cs-fixer": "^3.0", - "phpunit/phpunit": "^8.0" - }, - "suggest": { - "ext-json": "To run JSON Machine out of the box without custom decoders.", - "guzzlehttp/guzzle": "To run example with GuzzleHttp" - }, - "type": "library", - "autoload": { - "psr-4": { - "JsonMachine\\": "src/" - }, - "exclude-from-classmap": [ - "src/autoloader.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Filip Halaxa", - "email": "filip@halaxa.cz" - } - ], - "description": "Efficient, easy-to-use and fast JSON pull parser", - "support": { - "issues": "https://github.com/halaxa/json-machine/issues", - "source": "https://github.com/halaxa/json-machine/tree/1.1.3" - }, - "funding": [ - { - "url": "https://ko-fi.com/G2G57KTE4", - "type": "other" - } - ], - "time": "2022-10-12T11:40:33+00:00" - }, { "name": "laminas/laminas-escaper", "version": "2.13.0", @@ -4026,22 +3968,21 @@ }, { "name": "solarium/solarium", - "version": "6.3.1", + "version": "6.x-dev", "source": { "type": "git", "url": "https://github.com/solariumphp/solarium.git", - "reference": "2c3d36d0e35fa88e386c80958b0b106f947fdce1" + "reference": "b785b8bacb4a5a46a4cf18f5080ead41c6c3c1e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/solariumphp/solarium/zipball/2c3d36d0e35fa88e386c80958b0b106f947fdce1", - "reference": "2c3d36d0e35fa88e386c80958b0b106f947fdce1", + "url": "https://api.github.com/repos/solariumphp/solarium/zipball/b785b8bacb4a5a46a4cf18f5080ead41c6c3c1e2", + "reference": "b785b8bacb4a5a46a4cf18f5080ead41c6c3c1e2", "shasum": "" }, "require": { "composer-runtime-api": ">=2.0", "ext-json": "*", - "halaxa/json-machine": "^1.1", "php": "^7.3 || ^8.0", "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0", @@ -4050,15 +3991,15 @@ }, "require-dev": { "escapestudios/symfony2-coding-standard": "^3.11", - "ext-curl": "*", "ext-iconv": "*", - "nyholm/psr7": "^1.8", - "php-http/guzzle7-adapter": "^1.0", + "guzzlehttp/guzzle": "^7.2", + "nyholm/psr7": "^1.2", + "php-http/guzzle7-adapter": "^0.1", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.0", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^9.5", "roave/security-advisories": "dev-master", "symfony/event-dispatcher": "^4.3 || ^5.0 || ^6.0" }, @@ -4087,9 +4028,9 @@ ], "support": { "issues": "https://github.com/solariumphp/solarium/issues", - "source": "https://github.com/solariumphp/solarium/tree/6.3.1" + "source": "https://github.com/solariumphp/solarium/tree/6.x" }, - "time": "2023-06-22T14:24:00+00:00" + "time": "2022-12-16T19:18:52+00:00" }, { "name": "stack/builder", @@ -5024,16 +4965,16 @@ }, { "name": "symfony/http-kernel", - "version": "v4.4.50", + "version": "v4.4.51", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef" + "reference": "ad8ab192cb619ff7285c95d28c69b36d718416c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aa6df6c045f034aa13ac752fc234bb300b9488ef", - "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad8ab192cb619ff7285c95d28c69b36d718416c7", + "reference": "ad8ab192cb619ff7285c95d28c69b36d718416c7", "shasum": "" }, "require": { @@ -5108,7 +5049,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v4.4.50" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.51" }, "funding": [ { @@ -5124,7 +5065,7 @@ "type": "tidelift" } ], - "time": "2023-02-01T08:01:31+00:00" + "time": "2023-11-10T13:31:29+00:00" }, { "name": "symfony/mime", @@ -6365,16 +6306,16 @@ }, { "name": "symfony/string", - "version": "v6.3.5", + "version": "v6.3.8", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339" + "reference": "13880a87790c76ef994c91e87efb96134522577a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339", - "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339", + "url": "https://api.github.com/repos/symfony/string/zipball/13880a87790c76ef994c91e87efb96134522577a", + "reference": "13880a87790c76ef994c91e87efb96134522577a", "shasum": "" }, "require": { @@ -6431,7 +6372,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.5" + "source": "https://github.com/symfony/string/tree/v6.3.8" }, "funding": [ { @@ -6447,7 +6388,7 @@ "type": "tidelift" } ], - "time": "2023-09-18T10:38:32+00:00" + "time": "2023-11-09T08:28:21+00:00" }, { "name": "symfony/translation",