diff --git a/composer.lock b/composer.lock index 6785d5d2..abccfa31 100644 --- a/composer.lock +++ b/composer.lock @@ -2881,23 +2881,23 @@ }, { "name": "drupal/geocoder", - "version": "3.7.0", + "version": "3.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geocoder.git", - "reference": "8.x-3.7" + "reference": "8.x-3.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-3.7.zip", - "reference": "8.x-3.7", - "shasum": "ac376686b10f3c1181cd77f2f323c975ccaea484" + "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-3.9.zip", + "reference": "8.x-3.9", + "shasum": "f1ab729b01fa2a3cb140bee7a20353581963ab7c" }, "require": { "davedevelopment/stiphle": "^0.9.2", "drupal/core": "^8.8 || ^9", "php": ">=7.1.0", - "php-http/guzzle6-adapter": "^1.1", + "php-http/guzzle6-adapter": "^1.1 || ^2.0", "php-http/message": "^1.6", "willdurand/geocoder": "^4.0" }, @@ -2933,8 +2933,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.7", - "datestamp": "1591824580", + "version": "8.x-3.9", + "datestamp": "1595974934", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2943,7 +2943,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -3516,17 +3516,17 @@ }, { "name": "drupal/leaflet", - "version": "1.41.0", + "version": "1.45.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/leaflet.git", - "reference": "8.x-1.41" + "reference": "8.x-1.45" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/leaflet-8.x-1.41.zip", - "reference": "8.x-1.41", - "shasum": "b947380e846a85bc2ddb378c6a451400dd614fe2" + "url": "https://ftp.drupal.org/files/projects/leaflet-8.x-1.45.zip", + "reference": "8.x-1.45", + "shasum": "babeba435c078c7776f56a7b38c181ad8355e405" }, "require": { "drupal/core": "^8.8 || ^9", @@ -3535,8 +3535,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.41", - "datestamp": "1595068845", + "version": "8.x-1.45", + "datestamp": "1595632988", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4163,21 +4163,21 @@ }, { "name": "drupal/schema_metatag", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/schema_metatag.git", - "reference": "8.x-1.6" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "89816975afc0345b57c3b0550c88a8f371ba56c9" + "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "880ce69c9c1510e90747ebfab64070dbf704f653" }, "require": { "drupal/core": "^8 || ^9", - "drupal/metatag": "*" + "drupal/metatag": "^1.0" }, "require-dev": { "drupal/metatag_views": "*", @@ -4187,8 +4187,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1592573603", + "version": "8.x-1.7", + "datestamp": "1595441023", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6499,35 +6499,38 @@ }, { "name": "php-http/guzzle6-adapter", - "version": "v1.1.1", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/php-http/guzzle6-adapter.git", - "reference": "a56941f9dc6110409cfcddc91546ee97039277ab" + "reference": "6074a4b1f4d5c21061b70bab3b8ad484282fe31f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab", - "reference": "a56941f9dc6110409cfcddc91546ee97039277ab", + "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/6074a4b1f4d5c21061b70bab3b8ad484282fe31f", + "reference": "6074a4b1f4d5c21061b70bab3b8ad484282fe31f", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0", - "php": ">=5.5.0", - "php-http/httplug": "^1.0" + "php": "^7.1", + "php-http/httplug": "^2.0", + "psr/http-client": "^1.0" }, "provide": { "php-http/async-client-implementation": "1.0", - "php-http/client-implementation": "1.0" + "php-http/client-implementation": "1.0", + "psr/http-client-implementation": "1.0" }, "require-dev": { "ext-curl": "*", - "php-http/adapter-integration-tests": "^0.4" + "php-http/client-integration-tests": "^2.0", + "phpunit/phpunit": "^7.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -6555,35 +6558,36 @@ "Guzzle", "http" ], - "time": "2016-05-10T06:13:32+00:00" + "time": "2018-12-16T14:44:03+00:00" }, { "name": "php-http/httplug", - "version": "v1.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", - "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018" + "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018", - "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018", + "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9", + "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9", "shasum": "" }, "require": { - "php": ">=5.4", - "php-http/promise": "^1.0", + "php": "^7.1 || ^8.0", + "php-http/promise": "^1.1", + "psr/http-client": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { - "henrikbjorn/phpspec-code-coverage": "^1.0", - "phpspec/phpspec": "^2.4" + "friends-of-phpspec/phpspec-code-coverage": "^4.1", + "phpspec/phpspec": "^5.1 || ^6.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -6602,7 +6606,8 @@ }, { "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com" + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" } ], "description": "HTTPlug, the HTTP client abstraction for PHP", @@ -6611,7 +6616,7 @@ "client", "http" ], - "time": "2016-08-31T08:30:17+00:00" + "time": "2020-07-13T15:43:23+00:00" }, { "name": "php-http/message", @@ -6837,6 +6842,55 @@ ], "time": "2017-02-14T16:28:37+00:00" }, + { + "name": "psr/http-client", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], + "time": "2020-06-29T06:28:15+00:00" + }, { "name": "psr/http-message", "version": "1.0.1", diff --git a/web/sites/development.services.yml b/web/sites/development.services.yml index c92f72fb..d2857c66 100644 --- a/web/sites/development.services.yml +++ b/web/sites/development.services.yml @@ -4,9 +4,6 @@ # 'example.settings.local.php' file, which sits next to this file. parameters: http.response.debug_cacheability_headers: true - twig.config: - debug: false - auto_reload: true services: cache.backend.null: class: Drupal\Core\Cache\NullBackendFactory