diff --git a/composer.json b/composer.json
index dfd2e074..a874db7f 100644
--- a/composer.json
+++ b/composer.json
@@ -23,20 +23,36 @@
},
"require": {
"composer/installers": "^2.3",
+ "drupal/add_content_by_bundle": "^1.2",
+ "drupal/address": "^2.0",
+ "drupal/auto_entitylabel": "^3.4",
+ "drupal/better_exposed_filters": "^7.1",
+ "drupal/ckeditor_accordion": "^2.3",
"drupal/color_field": "^3.0",
"drupal/core-composer-scaffold": "^11.2",
"drupal/core-project-message": "^11.2",
"drupal/core-recipe-unpack": "^11.2",
"drupal/core-recommended": "^11.2",
"drupal/date_augmenter": "^1.1",
+ "drupal/feeds": "^3.0",
+ "drupal/feeds_tamper": "2.x-dev",
+ "drupal/fullcalendar_view": "^5.2",
+ "drupal/geocoder": "^4.30",
+ "drupal/geofield": "^1.66",
+ "drupal/leaflet": "^10.3",
+ "drupal/metatag": "^2.2",
+ "drupal/pathauto": "^1.14",
"drupal/radix": "^6.0",
"drupal/smart_date": "^4.2",
+ "drupal/tamper": "^1.0-alpha3",
+ "drupal/views_accordion": "^2.0",
+ "drupal/views_bootstrap": "^5.4",
"drush/drush": "^13.6"
},
"conflict": {
"drupal/drupal": "*"
},
- "minimum-stability": "stable",
+ "minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
diff --git a/composer.lock b/composer.lock
index deb23e03..d196d6e2 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": "dd830a7259e3d0c778828505a51c1a7f",
+ "content-hash": "2ea3a574bda340dca5f6bc2e5538c2bd",
"packages": [
{
"name": "asm89/stack-cors",
@@ -123,6 +123,136 @@
},
"time": "2025-06-01T13:48:30+00:00"
},
+ {
+ "name": "clue/stream-filter",
+ "version": "v1.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/clue/stream-filter.git",
+ "reference": "049509fef80032cb3f051595029ab75b49a3c2f7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7",
+ "reference": "049509fef80032cb3f051595029ab75b49a3c2f7",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/functions_include.php"
+ ],
+ "psr-4": {
+ "Clue\\StreamFilter\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering"
+ }
+ ],
+ "description": "A simple and modern approach to stream filtering in PHP",
+ "homepage": "https://github.com/clue/stream-filter",
+ "keywords": [
+ "bucket brigade",
+ "callback",
+ "filter",
+ "php_user_filter",
+ "stream",
+ "stream_filter_append",
+ "stream_filter_register"
+ ],
+ "support": {
+ "issues": "https://github.com/clue/stream-filter/issues",
+ "source": "https://github.com/clue/stream-filter/tree/v1.7.0"
+ },
+ "funding": [
+ {
+ "url": "https://clue.engineering/support",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/clue",
+ "type": "github"
+ }
+ ],
+ "time": "2023-12-20T15:40:13+00:00"
+ },
+ {
+ "name": "commerceguys/addressing",
+ "version": "v2.2.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/commerceguys/addressing.git",
+ "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/commerceguys/addressing/zipball/ea826dbe5b3fe76960073a2167d5cf996c811cda",
+ "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/collections": "^1.6 || ^2.0",
+ "php": ">=8.0"
+ },
+ "require-dev": {
+ "ext-json": "*",
+ "mikey179/vfsstream": "^1.6.11",
+ "phpunit/phpunit": "^9.6",
+ "squizlabs/php_codesniffer": "^3.7",
+ "symfony/validator": "^5.4 || ^6.3 || ^7.0"
+ },
+ "suggest": {
+ "symfony/validator": "to validate addresses"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "CommerceGuys\\Addressing\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Bojan Zivanovic"
+ },
+ {
+ "name": "Damien Tournoud"
+ }
+ ],
+ "description": "Addressing library powered by CLDR and Google's address data.",
+ "keywords": [
+ "address",
+ "internationalization",
+ "localization",
+ "postal"
+ ],
+ "support": {
+ "issues": "https://github.com/commerceguys/addressing/issues",
+ "source": "https://github.com/commerceguys/addressing/tree/v2.2.4"
+ },
+ "time": "2025-01-13T16:03:24+00:00"
+ },
{
"name": "composer/installers",
"version": "v2.3.0",
@@ -807,6 +937,65 @@
},
"time": "2024-12-13T19:25:56+00:00"
},
+ {
+ "name": "davedevelopment/stiphle",
+ "version": "0.9.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/davedevelopment/stiphle.git",
+ "reference": "5d1c244f0525d265e231a65db538b74eb5483768"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/davedevelopment/stiphle/zipball/5d1c244f0525d265e231a65db538b74eb5483768",
+ "reference": "5d1c244f0525d265e231a65db538b74eb5483768",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.6.0|^7.0|^8.0"
+ },
+ "require-dev": {
+ "doctrine/cache": "^1.0",
+ "phpunit/phpunit": "^6.5|^7.5|^8.4",
+ "predis/predis": "^1.1",
+ "zendframework/zend-cache": "^2.8"
+ },
+ "suggest": {
+ "doctrine/cache": "~1.0",
+ "predis/predis": "~1.1",
+ "zendframework/zend-cache": "^2.8"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Stiphle": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dave Marshall",
+ "email": "dave.marshall@atstsolutions.co.uk",
+ "homepage": "http://davedevelopment.co.uk"
+ }
+ ],
+ "description": "Simple rate limiting/throttling for php",
+ "homepage": "http://github.com/davedevelopment/stiphle",
+ "keywords": [
+ "rate limit",
+ "rate limiting",
+ "throttle",
+ "throttling"
+ ],
+ "support": {
+ "issues": "https://github.com/davedevelopment/stiphle/issues",
+ "source": "https://github.com/davedevelopment/stiphle/tree/0.9.4"
+ },
+ "time": "2022-11-25T16:30:20+00:00"
+ },
{
"name": "dflydev/dot-access-data",
"version": "v3.0.3",
@@ -1170,6 +1359,328 @@
],
"time": "2024-02-05T11:35:39+00:00"
},
+ {
+ "name": "drupal/add_content_by_bundle",
+ "version": "1.2.2",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/add_content_by_bundle.git",
+ "reference": "1.2.2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/add_content_by_bundle-1.2.2.zip",
+ "reference": "1.2.2",
+ "shasum": "47dc9c87c28b49e024d397299f08033a362b9a1a"
+ },
+ "require": {
+ "drupal/core": "^8 || ^9 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "1.2.2",
+ "datestamp": "1713171345",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "astonvictor",
+ "homepage": "https://www.drupal.org/user/3466615"
+ },
+ {
+ "name": "mandclu",
+ "homepage": "https://www.drupal.org/user/52136"
+ }
+ ],
+ "description": "Add Content by Bundle Views Area Plugin",
+ "homepage": "https://www.drupal.org/project/add_content_by_bundle",
+ "support": {
+ "source": "https://git.drupalcode.org/project/add_content_by_bundle",
+ "issues": "https://www.drupal.org/project/issues/add_content_by_bundle"
+ }
+ },
+ {
+ "name": "drupal/address",
+ "version": "2.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/address.git",
+ "reference": "2.0.4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/address-2.0.4.zip",
+ "reference": "2.0.4",
+ "shasum": "5a86f7abc028f3d9833784dbf0791a6e4463da8e"
+ },
+ "require": {
+ "commerceguys/addressing": "^2.1.1",
+ "drupal/core": "^9.5 || ^10 || ^11",
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "drupal/diff": "^1",
+ "drupal/feeds": "^3",
+ "drupal/token": "^1"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "2.0.4",
+ "datestamp": "1746462054",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "bojanz",
+ "homepage": "https://www.drupal.org/user/86106"
+ },
+ {
+ "name": "centarro",
+ "homepage": "https://www.drupal.org/user/3661446"
+ },
+ {
+ "name": "dww",
+ "homepage": "https://www.drupal.org/user/46549"
+ },
+ {
+ "name": "jsacksick",
+ "homepage": "https://www.drupal.org/user/972218"
+ },
+ {
+ "name": "rszrama",
+ "homepage": "https://www.drupal.org/user/49344"
+ }
+ ],
+ "description": "Provides functionality for storing, validating and displaying international postal addresses.",
+ "homepage": "http://drupal.org/project/address",
+ "support": {
+ "source": "https://git.drupalcode.org/project/address"
+ }
+ },
+ {
+ "name": "drupal/auto_entitylabel",
+ "version": "3.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/auto_entitylabel.git",
+ "reference": "8.x-3.4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.4.zip",
+ "reference": "8.x-3.4",
+ "shasum": "9b3d7bc8e450ae008b3f48fed0dd9dace03ddbb5"
+ },
+ "require": {
+ "drupal/core": "^10.1 || ^11"
+ },
+ "require-dev": {
+ "drupal/book": "^1.0",
+ "drupal/token": "^1.0"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-3.4",
+ "datestamp": "1736308389",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "bforchhammer",
+ "homepage": "https://www.drupal.org/user/216396"
+ },
+ {
+ "name": "colan",
+ "homepage": "https://www.drupal.org/user/58704"
+ },
+ {
+ "name": "dqd",
+ "homepage": "https://www.drupal.org/user/1001934"
+ },
+ {
+ "name": "japerry",
+ "homepage": "https://www.drupal.org/user/45640"
+ },
+ {
+ "name": "mandclu",
+ "homepage": "https://www.drupal.org/user/52136"
+ },
+ {
+ "name": "pravin ajaaz",
+ "homepage": "https://www.drupal.org/user/2910049"
+ },
+ {
+ "name": "purushotam.rai",
+ "homepage": "https://www.drupal.org/user/3193859"
+ },
+ {
+ "name": "renatog",
+ "homepage": "https://www.drupal.org/user/3326031"
+ },
+ {
+ "name": "vladimiraus",
+ "homepage": "https://www.drupal.org/user/673120"
+ }
+ ],
+ "description": "Allows hiding of entity label fields and automatic label creation.",
+ "homepage": "https://www.drupal.org/project/auto_entitylabel",
+ "support": {
+ "source": "https://git.drupalcode.org/project/auto_entitylabel",
+ "issues": "https://www.drupal.org/project/issues/auto_entitylabel"
+ }
+ },
+ {
+ "name": "drupal/better_exposed_filters",
+ "version": "7.1.1",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/better_exposed_filters.git",
+ "reference": "7.1.1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-7.1.1.zip",
+ "reference": "7.1.1",
+ "shasum": "e22a4afccf011a583e2ae6297d34f7d344552469"
+ },
+ "require": {
+ "drupal/core": "^10.3 || ^11",
+ "drupal/nouislider_js": "^15.8.1"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "7.1.1",
+ "datestamp": "1763681621",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Mike Keran",
+ "homepage": "https://www.drupal.org/u/mikeker"
+ },
+ {
+ "name": "Martin Keereman",
+ "homepage": "https://www.drupal.org/u/etroid"
+ },
+ {
+ "name": "Neslee Canil Pinto",
+ "homepage": "https://www.drupal.org/u/neslee-canil-pinto"
+ },
+ {
+ "name": "mikeker",
+ "homepage": "https://www.drupal.org/user/192273"
+ },
+ {
+ "name": "neslee canil pinto",
+ "homepage": "https://www.drupal.org/user/3580850"
+ },
+ {
+ "name": "podarok",
+ "homepage": "https://www.drupal.org/user/116002"
+ },
+ {
+ "name": "rlhawk",
+ "homepage": "https://www.drupal.org/user/352283"
+ },
+ {
+ "name": "smustgrave",
+ "homepage": "https://www.drupal.org/user/3252890"
+ }
+ ],
+ "description": "Replaces the Views default single- or multi-select boxes with more advanced options.",
+ "homepage": "https://www.drupal.org/project/better_exposed_filters",
+ "support": {
+ "source": "https://git.drupalcode.org/project/better_exposed_filters",
+ "issues": "https://www.drupal.org/project/issues/better_exposed_filters"
+ }
+ },
+ {
+ "name": "drupal/ckeditor_accordion",
+ "version": "2.3.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/ckeditor_accordion.git",
+ "reference": "2.3.0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/ckeditor_accordion-2.3.0.zip",
+ "reference": "2.3.0",
+ "shasum": "570b4e668865ec0b991afa7c44c792b445be9ca8"
+ },
+ "require": {
+ "drupal/core": "^9.4 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "2.3.0",
+ "datestamp": "1750873345",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Juhani Väätäjä (j-vee)",
+ "homepage": "https://www.drupal.org/u/j-vee",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Rotem Reiss (rreiss)",
+ "homepage": "https://www.drupal.org/u/rreiss",
+ "role": "Maintainer"
+ }
+ ],
+ "description": "Accordion plugin for CKEditor 5.",
+ "homepage": "https://www.drupal.org/project/ckeditor_accordion",
+ "support": {
+ "source": "https://git.drupalcode.org/project/ckeditor_accordion",
+ "issues": "https://www.drupal.org/project/issues/ckeditor_accordion"
+ }
+ },
{
"name": "drupal/color_field",
"version": "3.0.2",
@@ -1603,6 +2114,99 @@
],
"description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core."
},
+ {
+ "name": "drupal/ctools",
+ "version": "4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/ctools.git",
+ "reference": "4.1.0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip",
+ "reference": "4.1.0",
+ "shasum": "69f5889cf557df9e55519390e6a95cfa31b67874"
+ },
+ "require": {
+ "drupal/core": "^9.5 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "4.1.0",
+ "datestamp": "1718144949",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ },
+ "branch-alias": {
+ "dev-8.x-3.x": "3.x-dev"
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Kris Vanderwater (EclipseGc)",
+ "homepage": "https://www.drupal.org/u/eclipsegc",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Jakob Perry (japerry)",
+ "homepage": "https://www.drupal.org/u/japerry",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Tim Plunkett (tim.plunkett)",
+ "homepage": "https://www.drupal.org/u/timplunkett",
+ "role": "Maintainer"
+ },
+ {
+ "name": "James Gilliland (neclimdul)",
+ "homepage": "https://www.drupal.org/u/neclimdul",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Daniel Wehner (dawehner)",
+ "homepage": "https://www.drupal.org/u/dawehner",
+ "role": "Maintainer"
+ },
+ {
+ "name": "joelpittet",
+ "homepage": "https://www.drupal.org/user/160302"
+ },
+ {
+ "name": "merlinofchaos",
+ "homepage": "https://www.drupal.org/user/26979"
+ },
+ {
+ "name": "neclimdul",
+ "homepage": "https://www.drupal.org/user/48673"
+ },
+ {
+ "name": "sdboyer",
+ "homepage": "https://www.drupal.org/user/146719"
+ },
+ {
+ "name": "sun",
+ "homepage": "https://www.drupal.org/user/54136"
+ },
+ {
+ "name": "tim.plunkett",
+ "homepage": "https://www.drupal.org/user/241634"
+ }
+ ],
+ "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
+ "homepage": "https://www.drupal.org/project/ctools",
+ "support": {
+ "source": "https://git.drupalcode.org/project/ctools",
+ "issues": "https://www.drupal.org/project/issues/ctools"
+ }
+ },
{
"name": "drupal/date_augmenter",
"version": "1.1.2",
@@ -1647,6 +2251,791 @@
"source": "https://git.drupalcode.org/project/date_augmenter"
}
},
+ {
+ "name": "drupal/feeds",
+ "version": "3.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/feeds.git",
+ "reference": "8.x-3.2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.2.zip",
+ "reference": "8.x-3.2",
+ "shasum": "0cf6a160151e411c585ae7ce281212e10393f71c"
+ },
+ "require": {
+ "drupal/core": "^10.2 || ^11",
+ "laminas/laminas-feed": "^2.22"
+ },
+ "require-dev": {
+ "drupal/pathauto": "^1.0",
+ "megachriz/drupalbook": "^1.0 || ^2.0"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-3.2",
+ "datestamp": "1763648440",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ },
+ "drush": {
+ "services": {
+ "drush.services.yml": ">=9"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "alex_b",
+ "homepage": "https://www.drupal.org/user/53995"
+ },
+ {
+ "name": "dave reid",
+ "homepage": "https://www.drupal.org/user/53892"
+ },
+ {
+ "name": "e2thex",
+ "homepage": "https://www.drupal.org/user/189123"
+ },
+ {
+ "name": "febbraro",
+ "homepage": "https://www.drupal.org/user/43670"
+ },
+ {
+ "name": "franz",
+ "homepage": "https://www.drupal.org/user/581844"
+ },
+ {
+ "name": "Ian Ward",
+ "homepage": "https://www.drupal.org/user/4736"
+ },
+ {
+ "name": "jmiccolis",
+ "homepage": "https://www.drupal.org/user/31731"
+ },
+ {
+ "name": "joelpittet",
+ "homepage": "https://www.drupal.org/user/160302"
+ },
+ {
+ "name": "kking",
+ "homepage": "https://www.drupal.org/user/24399"
+ },
+ {
+ "name": "megachriz",
+ "homepage": "https://www.drupal.org/user/654114"
+ },
+ {
+ "name": "tobby",
+ "homepage": "https://www.drupal.org/user/154797"
+ },
+ {
+ "name": "twistor",
+ "homepage": "https://www.drupal.org/user/473738"
+ },
+ {
+ "name": "Will White",
+ "homepage": "https://www.drupal.org/user/32237"
+ },
+ {
+ "name": "yhahn",
+ "homepage": "https://www.drupal.org/user/264833"
+ }
+ ],
+ "description": "Aggregates RSS/Atom/RDF feeds, imports CSV files and more.",
+ "homepage": "https://www.drupal.org/project/feeds",
+ "keywords": [
+ "Drupal"
+ ],
+ "support": {
+ "source": "https://git.drupalcode.org/project/feeds",
+ "issues": "https://www.drupal.org/project/issues/feeds"
+ }
+ },
+ {
+ "name": "drupal/feeds_tamper",
+ "version": "dev-2.x",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/feeds_tamper.git",
+ "reference": "f56ab26955c9858f8d962a068f4b7d5b28a5fe02"
+ },
+ "require": {
+ "drupal/core": "^8 || ^9 || ^10 || ^11",
+ "drupal/feeds": "^3.0",
+ "drupal/tamper": "^1.0-alpha3"
+ },
+ "require-dev": {
+ "drupal/feeds": "^3.0 || 3.x-dev",
+ "drupal/tamper": "1.x-dev"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "branch-alias": {
+ "dev-2.x": "2.x-dev"
+ },
+ "drupal": {
+ "version": "8.x-2.0-beta4+16-dev",
+ "datestamp": "1763668036",
+ "security-coverage": {
+ "status": "not-covered",
+ "message": "Dev releases are not covered by Drupal security advisories."
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "franz",
+ "homepage": "https://www.drupal.org/user/581844"
+ },
+ {
+ "name": "honza pobořil",
+ "homepage": "https://www.drupal.org/user/123612"
+ },
+ {
+ "name": "mausolos",
+ "homepage": "https://www.drupal.org/user/642118"
+ },
+ {
+ "name": "megachriz",
+ "homepage": "https://www.drupal.org/user/654114"
+ },
+ {
+ "name": "twistor",
+ "homepage": "https://www.drupal.org/user/473738"
+ }
+ ],
+ "description": "Modify feeds data before it gets saved.",
+ "homepage": "http://drupal.org/project/feeds_tamper",
+ "keywords": [
+ "Drupal",
+ "feeds",
+ "tamper"
+ ],
+ "support": {
+ "source": "http://cgit.drupalcode.org/feeds_tamper",
+ "issues": "http://drupal.org/project/issues/feeds_tamper"
+ }
+ },
+ {
+ "name": "drupal/fullcalendar_view",
+ "version": "5.2.5",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/fullcalendar_view.git",
+ "reference": "5.2.5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/fullcalendar_view-5.2.5.zip",
+ "reference": "5.2.5",
+ "shasum": "c82d82ef7fe9935a667042a8d7cd1abcba9e110e"
+ },
+ "require": {
+ "drupal/core": "^9.2.0 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "5.2.5",
+ "datestamp": "1756081429",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "authors": [
+ {
+ "name": "karing",
+ "homepage": "https://www.drupal.org/user/787114"
+ },
+ {
+ "name": "mingsong",
+ "homepage": "https://www.drupal.org/user/2986445"
+ }
+ ],
+ "description": "This is a lightweight View plugin module that provides a calendar view format powered by FullCalendar JavaScript.",
+ "homepage": "http://drupal.org/project/fullcalendar_view",
+ "keywords": [
+ "Drupal",
+ "fullcalendar_view"
+ ],
+ "support": {
+ "source": "http://cgit.drupalcode.org/fullcalendar_view",
+ "issues": "http://drupal.org/project/issues/fullcalendar_view"
+ }
+ },
+ {
+ "name": "drupal/geocoder",
+ "version": "4.30.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/geocoder.git",
+ "reference": "8.x-4.30"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-4.30.zip",
+ "reference": "8.x-4.30",
+ "shasum": "701115afdf7435ab2ac8841e1d73ad531b465bc0"
+ },
+ "require": {
+ "davedevelopment/stiphle": "^0.9.2",
+ "drupal/core": "^9.5 || ^10 || ^11",
+ "php": ">=7.3.0",
+ "php-http/guzzle7-adapter": "^1.0",
+ "php-http/message": "^1.6",
+ "willdurand/geocoder": "^4.0|^5.0"
+ },
+ "require-dev": {
+ "drupal/address": "^1.11 || ^2.0",
+ "drupal/geocoder_field": "*",
+ "drupal/geofield": "^1.52",
+ "geo6/geocoder-php-addok-provider": "^1.0",
+ "geo6/geocoder-php-bpost-provider": "^1.3.0",
+ "geo6/geocoder-php-geopunt-provider": "^1.0",
+ "geo6/geocoder-php-spw-provider": "^1.0",
+ "geocoder-php/arcgis-online-provider": "^4.0",
+ "geocoder-php/azure-maps-provider": "^1.2",
+ "geocoder-php/bing-maps-provider": "^4.0",
+ "geocoder-php/free-geoip-provider": "^4.1",
+ "geocoder-php/geo-plugin-provider": "^4.0",
+ "geocoder-php/geonames-provider": "^4.1",
+ "geocoder-php/google-maps-provider": "^4.2",
+ "geocoder-php/graphhopper-provider": "^0.5.0",
+ "geocoder-php/host-ip-provider": "^4.0",
+ "geocoder-php/ip-info-db-provider": "^4.0",
+ "geocoder-php/locationiq-provider": "^1.5",
+ "geocoder-php/mapbox-provider": "^1.0",
+ "geocoder-php/mapquest-provider": "^4.0",
+ "geocoder-php/maptiler-provider": "^1.0",
+ "geocoder-php/maxmind-provider": "^4.1",
+ "geocoder-php/nominatim-provider": "^5.0",
+ "geocoder-php/open-cage-provider": "^4.0",
+ "geocoder-php/openrouteservice-provider": "^1.0",
+ "geocoder-php/pelias-provider": "^1.1",
+ "geocoder-php/photon-provider": "^0.6",
+ "geocoder-php/tomtom-provider": "^4.0",
+ "geocoder-php/yandex-provider": "^4.0",
+ "systonic/ban-france-provider": "^1.0"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-4.30",
+ "datestamp": "1753886741",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Pol Dellaiera (@drupol)",
+ "homepage": "https://www.drupal.org/u/pol",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Italo Mairo (@itamair)",
+ "homepage": "https://www.drupal.org/u/itamair",
+ "role": "Co-maintainer"
+ },
+ {
+ "name": "michaelfavia",
+ "homepage": "https://www.drupal.org/user/49137"
+ },
+ {
+ "name": "poker10",
+ "homepage": "https://www.drupal.org/user/272316"
+ }
+ ],
+ "description": "Module and services based API to perform Geocode & Reverse Geocode operations among GIS data and addresses types & formats.",
+ "homepage": "https://drupal.org/project/geocoder",
+ "support": {
+ "source": "https://git.drupalcode.org/project/geocoder",
+ "issues": "https://drupal.org/project/issues/geocoder",
+ "irc": "irc://irc.freenode.org/drupal-geo"
+ }
+ },
+ {
+ "name": "drupal/geofield",
+ "version": "1.66.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/geofield.git",
+ "reference": "8.x-1.66"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.66.zip",
+ "reference": "8.x-1.66",
+ "shasum": "c217b8f506dcc6c4c581d2dd0dc6c02f9ce8bd14"
+ },
+ "require": {
+ "drupal/core": "^9 || ^10 || ^11",
+ "itamair/geophp": "^1.6"
+ },
+ "require-dev": {
+ "drupal/diff": "^1.3",
+ "drupal/feeds": "^3.0@beta"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-1.66",
+ "datestamp": "1757514238",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "authors": [
+ {
+ "name": "Italo Mairo",
+ "homepage": "https://www.drupal.org/u/itamair",
+ "role": "Drupal 8+ Maintainer"
+ },
+ {
+ "name": "Brandon Morrison",
+ "homepage": "https://www.drupal.org/u/brandonian",
+ "role": "Drupal 7 Maintainer"
+ },
+ {
+ "name": "Pablo López",
+ "homepage": "https://www.drupal.org/u/plopesc",
+ "role": "Drupal 7 Maintainer"
+ }
+ ],
+ "description": "Stores geographic and location data (points, lines, and polygons).",
+ "homepage": "https://www.drupal.org/project/geofield",
+ "support": {
+ "source": "https://git.drupalcode.org/project/geofield",
+ "issues": "https://www.drupal.org/project/issues/geofield",
+ "irc": "irc://irc.freenode.org/drupal-contribute"
+ }
+ },
+ {
+ "name": "drupal/jquery_ui",
+ "version": "1.8.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/jquery_ui.git",
+ "reference": "8.x-1.8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.8.zip",
+ "reference": "8.x-1.8",
+ "shasum": "a53e99216a81d1e35fa357885656a2cf420f1a6a"
+ },
+ "require": {
+ "drupal/core": "^9.2 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-1.8",
+ "datestamp": "1758954737",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "bnjmnm",
+ "homepage": "https://www.drupal.org/user/2369194"
+ },
+ {
+ "name": "jjeff",
+ "homepage": "https://www.drupal.org/user/17190"
+ },
+ {
+ "name": "lauriii",
+ "homepage": "https://www.drupal.org/user/1078742"
+ },
+ {
+ "name": "litwol",
+ "homepage": "https://www.drupal.org/user/78134"
+ },
+ {
+ "name": "mfb",
+ "homepage": "https://www.drupal.org/user/12302"
+ },
+ {
+ "name": "mfer",
+ "homepage": "https://www.drupal.org/user/25701"
+ },
+ {
+ "name": "mikelutz",
+ "homepage": "https://www.drupal.org/user/2972409"
+ },
+ {
+ "name": "nod_",
+ "homepage": "https://www.drupal.org/user/598310"
+ },
+ {
+ "name": "phenaproxima",
+ "homepage": "https://www.drupal.org/user/205645"
+ },
+ {
+ "name": "rajeshreeputra",
+ "homepage": "https://www.drupal.org/user/3418561"
+ },
+ {
+ "name": "robloach",
+ "homepage": "https://www.drupal.org/user/61114"
+ },
+ {
+ "name": "sun",
+ "homepage": "https://www.drupal.org/user/54136"
+ },
+ {
+ "name": "webchick",
+ "homepage": "https://www.drupal.org/user/24967"
+ },
+ {
+ "name": "wim leers",
+ "homepage": "https://www.drupal.org/user/99777"
+ },
+ {
+ "name": "zrpnr",
+ "homepage": "https://www.drupal.org/user/1448368"
+ }
+ ],
+ "description": "Provides jQuery UI library.",
+ "homepage": "https://www.drupal.org/project/jquery_ui",
+ "support": {
+ "source": "https://git.drupalcode.org/project/jquery_ui"
+ }
+ },
+ {
+ "name": "drupal/jquery_ui_accordion",
+ "version": "2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/jquery_ui_accordion.git",
+ "reference": "2.1.0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-2.1.0.zip",
+ "reference": "2.1.0",
+ "shasum": "f52cfc83f302a54b9c71a038e9ac1ce496f47edd"
+ },
+ "require": {
+ "drupal/core": "^9.2 || ^10 || ^11",
+ "drupal/jquery_ui": "^1.7"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "2.1.0",
+ "datestamp": "1717015495",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "bnjmnm",
+ "homepage": "https://www.drupal.org/user/2369194"
+ },
+ {
+ "name": "lauriii",
+ "homepage": "https://www.drupal.org/user/1078742"
+ },
+ {
+ "name": "zrpnr",
+ "homepage": "https://www.drupal.org/user/1448368"
+ }
+ ],
+ "description": "Provides jQuery UI Accordion library.",
+ "homepage": "https://www.drupal.org/project/jquery_ui_accordion",
+ "support": {
+ "source": "https://git.drupalcode.org/project/jquery_ui_accordion"
+ }
+ },
+ {
+ "name": "drupal/leaflet",
+ "version": "10.3.11",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/leaflet.git",
+ "reference": "10.3.11"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/leaflet-10.3.11.zip",
+ "reference": "10.3.11",
+ "shasum": "64a83207cd1bfc599d32ad5f338a3d6ee24a2bad"
+ },
+ "require": {
+ "drupal/core": "^9.3 || ^10 || ^11",
+ "drupal/geofield": "^1.31"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "10.3.11",
+ "datestamp": "1761727339",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "authors": [
+ {
+ "name": "Italo Mairo",
+ "homepage": "https://www.drupal.org/u/itamair",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Peter Vanhee (pvhee)",
+ "homepage": "https://www.drupal.org/u/pvhee",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Rik de Boer (RdeBoer)",
+ "homepage": "https://www.drupal.org/u/rdeboer",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Gabriel Carleton-Barnes (gcb)",
+ "homepage": "https://www.drupal.org/u/gcb",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Lev Tsypin (levelos)",
+ "homepage": "https://www.drupal.org/u/levelos",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Sean Larkin (seanberto)",
+ "homepage": "https://www.drupal.org/u/seanberto",
+ "role": "Maintainer"
+ }
+ ],
+ "description": "Integration with the Leaflet map scripting library.",
+ "homepage": "https://www.drupal.org/project/leaflet",
+ "support": {
+ "source": "https://git.drupalcode.org/project/leaflet",
+ "issues": "https://www.drupal.org/project/issues/leaflet"
+ }
+ },
+ {
+ "name": "drupal/metatag",
+ "version": "2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/metatag.git",
+ "reference": "2.2.0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/metatag-2.2.0.zip",
+ "reference": "2.2.0",
+ "shasum": "b6ae4b665a49771d5139644c71cb3d5a68cb4828"
+ },
+ "require": {
+ "drupal/core": "^10.3 || ^11",
+ "drupal/token": "^1.0",
+ "php": ">=8.0"
+ },
+ "require-dev": {
+ "drupal/forum": "1.x-dev",
+ "drupal/hal": "^1 || ^2 || ^9",
+ "drupal/metatag_dc": "*",
+ "drupal/metatag_open_graph": "*",
+ "drupal/page_manager": "^4.0",
+ "drupal/redirect": "^1.0",
+ "ergebnis/composer-normalize": "*",
+ "mpyw/phpunit-patch-serializable-comparison": "*"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "2.2.0",
+ "datestamp": "1758622371",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ },
+ "composer-normalize": {
+ "indent-size": 2,
+ "indent-style": "space"
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "See contributors",
+ "homepage": "https://www.drupal.org/node/640498/committers",
+ "role": "Developer"
+ },
+ {
+ "name": "dave reid",
+ "homepage": "https://www.drupal.org/user/53892"
+ }
+ ],
+ "description": "Manage meta tags for all entities.",
+ "homepage": "https://www.drupal.org/project/metatag",
+ "keywords": [
+ "Drupal",
+ "seo"
+ ],
+ "support": {
+ "source": "https://git.drupalcode.org/project/metatag",
+ "issues": "https://www.drupal.org/project/issues/metatag",
+ "docs": "https://www.drupal.org/docs/8/modules/metatag"
+ }
+ },
+ {
+ "name": "drupal/nouislider_js",
+ "version": "15.8.1",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/nouislider_js.git",
+ "reference": "b5610d5842784581e4c766cd1c3852ca0b355ed5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://git.drupalcode.org/api/v4/projects/project%2Fnouislider_js/repository/archive.zip?sha=b5610d5842784581e4c766cd1c3852ca0b355ed5",
+ "reference": "b5610d5842784581e4c766cd1c3852ca0b355ed5",
+ "shasum": ""
+ },
+ "type": "drupal-library",
+ "extra": {
+ "installer-name": "nouislider"
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT License"
+ ],
+ "description": "Mirror of the noUiSlider javascript library tagged as a Drupal library.",
+ "homepage": "https://github.com/leongersen/noUiSlider",
+ "support": {
+ "source": "https://git.drupalcode.org/project/nouislider_js/-/tree/15.8.0"
+ },
+ "time": "2025-01-03T10:53:20+00:00"
+ },
+ {
+ "name": "drupal/pathauto",
+ "version": "1.14.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/pathauto.git",
+ "reference": "8.x-1.14"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.14.zip",
+ "reference": "8.x-1.14",
+ "shasum": "07f0d2efcf0bfb450e2ab69a43921fa39dc5f25b"
+ },
+ "require": {
+ "drupal/core": "^10 || ^11",
+ "drupal/ctools": "*",
+ "drupal/token": "*"
+ },
+ "conflict": {
+ "drush/drush": "<12.5.1"
+ },
+ "require-dev": {
+ "drupal/forum": "*"
+ },
+ "suggest": {
+ "drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-1.14",
+ "datestamp": "1759838097",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "berdir",
+ "homepage": "https://www.drupal.org/user/214652"
+ },
+ {
+ "name": "dave reid",
+ "homepage": "https://www.drupal.org/user/53892"
+ },
+ {
+ "name": "Freso",
+ "homepage": "https://www.drupal.org/user/27504"
+ },
+ {
+ "name": "greggles",
+ "homepage": "https://www.drupal.org/user/36762"
+ }
+ ],
+ "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
+ "homepage": "https://www.drupal.org/project/pathauto",
+ "support": {
+ "source": "https://cgit.drupalcode.org/pathauto",
+ "issues": "https://www.drupal.org/project/issues/pathauto",
+ "documentation": "https://www.drupal.org/docs/8/modules/pathauto"
+ }
+ },
{
"name": "drupal/radix",
"version": "6.0.2",
@@ -1784,6 +3173,252 @@
"documentation": "https://www.drupal.org/docs/contributed-modules/smart-date"
}
},
+ {
+ "name": "drupal/tamper",
+ "version": "1.0.0-beta2",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/tamper.git",
+ "reference": "8.x-1.0-beta2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/tamper-8.x-1.0-beta2.zip",
+ "reference": "8.x-1.0-beta2",
+ "shasum": "bcd42c323465d4a3c91a76726b486a7f33b35f77"
+ },
+ "require": {
+ "drupal/core": "^8.8 || ^9 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-1.0-beta2",
+ "datestamp": "1763649430",
+ "security-coverage": {
+ "status": "not-covered",
+ "message": "Beta releases are not covered by Drupal security advisories."
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "authors": [
+ {
+ "name": "ericgsmith",
+ "homepage": "https://www.drupal.org/user/1649952"
+ },
+ {
+ "name": "jamesdixon",
+ "homepage": "https://www.drupal.org/user/762570"
+ },
+ {
+ "name": "megachriz",
+ "homepage": "https://www.drupal.org/user/654114"
+ },
+ {
+ "name": "twistor",
+ "homepage": "https://www.drupal.org/user/473738"
+ }
+ ],
+ "description": "Generic plugin to modify data.",
+ "homepage": "https://www.drupal.org/project/tamper",
+ "keywords": [
+ "Drupal",
+ "tamper"
+ ],
+ "support": {
+ "source": "http://cgit.drupalcode.org/tamper",
+ "issues": "http://drupal.org/project/issues/tamper"
+ }
+ },
+ {
+ "name": "drupal/token",
+ "version": "1.16.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/token.git",
+ "reference": "8.x-1.16"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/token-8.x-1.16.zip",
+ "reference": "8.x-1.16",
+ "shasum": "f7ae77316ef8135068d995c09507da7517b20572"
+ },
+ "require": {
+ "drupal/core": "^9.2 || ^10 || ^11"
+ },
+ "require-dev": {
+ "drupal/book": "*"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-1.16",
+ "datestamp": "1757151197",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ },
+ "drush": {
+ "services": {
+ "drush.services.yml": ">=9"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "berdir",
+ "homepage": "https://www.drupal.org/user/214652"
+ },
+ {
+ "name": "dave reid",
+ "homepage": "https://www.drupal.org/user/53892"
+ },
+ {
+ "name": "eaton",
+ "homepage": "https://www.drupal.org/user/16496"
+ },
+ {
+ "name": "fago",
+ "homepage": "https://www.drupal.org/user/16747"
+ },
+ {
+ "name": "greggles",
+ "homepage": "https://www.drupal.org/user/36762"
+ },
+ {
+ "name": "mikeryan",
+ "homepage": "https://www.drupal.org/user/4420"
+ }
+ ],
+ "description": "Provides a user interface for the Token API, some missing core tokens.",
+ "homepage": "https://www.drupal.org/project/token",
+ "support": {
+ "source": "https://git.drupalcode.org/project/token"
+ }
+ },
+ {
+ "name": "drupal/views_accordion",
+ "version": "2.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/views_accordion.git",
+ "reference": "2.0.2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/views_accordion-2.0.2.zip",
+ "reference": "2.0.2",
+ "shasum": "e8af7794d2a1ddf3a11a4b394596b1acb712172a"
+ },
+ "require": {
+ "drupal/core": "^9 || ^10 || ^11",
+ "drupal/jquery_ui_accordion": "^2.0"
+ },
+ "require-dev": {
+ "drupal/jquery_ui_accordion": "*"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "2.0.2",
+ "datestamp": "1732741758",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "heddn",
+ "homepage": "https://www.drupal.org/user/1463982"
+ },
+ {
+ "name": "manuel garcia",
+ "homepage": "https://www.drupal.org/user/213194"
+ }
+ ],
+ "description": "Provides an accordion views display plugin.",
+ "homepage": "https://www.drupal.org/project/views_accordion",
+ "support": {
+ "source": "https://git.drupalcode.org/project/views_accordion",
+ "issues": "https://www.drupal.org/project/issues/views_accordion"
+ }
+ },
+ {
+ "name": "drupal/views_bootstrap",
+ "version": "5.4.1",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/views_bootstrap.git",
+ "reference": "5.4.1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/views_bootstrap-5.4.1.zip",
+ "reference": "5.4.1",
+ "shasum": "0b1248be659d069e52be7821875a24b9e78a3484"
+ },
+ "require": {
+ "drupal/core": "^9 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "5.4.1",
+ "datestamp": "1725840934",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "aburrows",
+ "homepage": "https://www.drupal.org/user/577844"
+ },
+ {
+ "name": "ericpugh",
+ "homepage": "https://www.drupal.org/user/130084"
+ },
+ {
+ "name": "ikeigenwijs",
+ "homepage": "https://www.drupal.org/user/583238"
+ },
+ {
+ "name": "mrded",
+ "homepage": "https://www.drupal.org/user/556088"
+ },
+ {
+ "name": "shelane",
+ "homepage": "https://www.drupal.org/user/2674989"
+ }
+ ],
+ "description": "Allows for different styles to be used in views to work with Bootstrap 4 components.",
+ "homepage": "https://www.drupal.org/project/views_bootstrap",
+ "support": {
+ "source": "https://git.drupalcode.org/project/views_bootstrap"
+ }
+ },
{
"name": "drush/drush",
"version": "13.6.2",
@@ -2432,6 +4067,254 @@
],
"time": "2025-03-27T12:30:47+00:00"
},
+ {
+ "name": "itamair/geophp",
+ "version": "1.8",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/itamair/geoPHP.git",
+ "reference": "9e464b5f65a2694789505adc5b8845d51ba2a365"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/itamair/geoPHP/zipball/9e464b5f65a2694789505adc5b8845d51ba2a365",
+ "reference": "9e464b5f65a2694789505adc5b8845d51ba2a365",
+ "shasum": ""
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.* || 9.5.*"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "geoPHP.inc"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "authors": [
+ {
+ "name": "Italo Mairo",
+ "homepage": "https://www.linkedin.com/in/italomairo/",
+ "role": "Maintanier of this Library Repo"
+ },
+ {
+ "name": "Patrick Hayes",
+ "homepage": "https://www.linkedin.com/in/patrickdhayes/",
+ "role": "Maintanier of original Repositary/Library (https://github.com/phayes/geoPHP)"
+ }
+ ],
+ "description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
+ "homepage": "https://github.com/itamair/geoPHP",
+ "support": {
+ "issues": "https://github.com/itamair/geoPHP/issues",
+ "source": "https://github.com/itamair/geoPHP/tree/1.8"
+ },
+ "time": "2025-10-03T07:54:28+00:00"
+ },
+ {
+ "name": "laminas/laminas-escaper",
+ "version": "2.18.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laminas/laminas-escaper.git",
+ "reference": "06f211dfffff18d91844c1f55250d5d13c007e18"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/06f211dfffff18d91844c1f55250d5d13c007e18",
+ "reference": "06f211dfffff18d91844c1f55250d5d13c007e18",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-mbstring": "*",
+ "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
+ },
+ "conflict": {
+ "zendframework/zend-escaper": "*"
+ },
+ "require-dev": {
+ "infection/infection": "^0.31.0",
+ "laminas/laminas-coding-standard": "~3.1.0",
+ "phpunit/phpunit": "^11.5.42",
+ "psalm/plugin-phpunit": "^0.19.5",
+ "vimeo/psalm": "^6.13.1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Laminas\\Escaper\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
+ "homepage": "https://laminas.dev",
+ "keywords": [
+ "escaper",
+ "laminas"
+ ],
+ "support": {
+ "chat": "https://laminas.dev/chat",
+ "docs": "https://docs.laminas.dev/laminas-escaper/",
+ "forum": "https://discourse.laminas.dev",
+ "issues": "https://github.com/laminas/laminas-escaper/issues",
+ "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
+ "source": "https://github.com/laminas/laminas-escaper"
+ },
+ "funding": [
+ {
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
+ "type": "community_bridge"
+ }
+ ],
+ "time": "2025-10-14T18:31:13+00:00"
+ },
+ {
+ "name": "laminas/laminas-feed",
+ "version": "2.25.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laminas/laminas-feed.git",
+ "reference": "6299e8e2502ddedd0f39722f64079f2b709b86fa"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/6299e8e2502ddedd0f39722f64079f2b709b86fa",
+ "reference": "6299e8e2502ddedd0f39722f64079f2b709b86fa",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-filter": "*",
+ "ext-libxml": "*",
+ "laminas/laminas-escaper": "^2.9",
+ "laminas/laminas-stdlib": "^3.6",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
+ },
+ "conflict": {
+ "laminas/laminas-servicemanager": "<3.3",
+ "zendframework/zend-feed": "*"
+ },
+ "require-dev": {
+ "laminas/laminas-cache": "^2.13.2 || ^3.12",
+ "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.3",
+ "laminas/laminas-coding-standard": "~2.5.0",
+ "laminas/laminas-db": "^2.18",
+ "laminas/laminas-http": "^2.19",
+ "laminas/laminas-servicemanager": "^3.22.1",
+ "laminas/laminas-validator": "^2.46",
+ "phpunit/phpunit": "^10.5.5",
+ "psalm/plugin-phpunit": "^0.19.0",
+ "psr/http-message": "^2.0",
+ "vimeo/psalm": "^5.18.0"
+ },
+ "suggest": {
+ "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
+ "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
+ "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
+ "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
+ "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
+ "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Laminas\\Feed\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides functionality for creating and consuming RSS and Atom feeds",
+ "homepage": "https://laminas.dev",
+ "keywords": [
+ "atom",
+ "feed",
+ "laminas",
+ "rss"
+ ],
+ "support": {
+ "chat": "https://laminas.dev/chat",
+ "docs": "https://docs.laminas.dev/laminas-feed/",
+ "forum": "https://discourse.laminas.dev",
+ "issues": "https://github.com/laminas/laminas-feed/issues",
+ "rss": "https://github.com/laminas/laminas-feed/releases.atom",
+ "source": "https://github.com/laminas/laminas-feed"
+ },
+ "funding": [
+ {
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
+ "type": "community_bridge"
+ }
+ ],
+ "time": "2025-08-04T22:21:52+00:00"
+ },
+ {
+ "name": "laminas/laminas-stdlib",
+ "version": "3.21.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laminas/laminas-stdlib.git",
+ "reference": "b1c81514cfe158aadf724c42b34d3d0a8164c096"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/b1c81514cfe158aadf724c42b34d3d0a8164c096",
+ "reference": "b1c81514cfe158aadf724c42b34d3d0a8164c096",
+ "shasum": ""
+ },
+ "require": {
+ "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
+ },
+ "conflict": {
+ "zendframework/zend-stdlib": "*"
+ },
+ "require-dev": {
+ "laminas/laminas-coding-standard": "^3.1.0",
+ "phpbench/phpbench": "^1.4.1",
+ "phpunit/phpunit": "^11.5.42",
+ "psalm/plugin-phpunit": "^0.19.5",
+ "vimeo/psalm": "^6.13.1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Laminas\\Stdlib\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "SPL extensions, array utilities, error handlers, and more",
+ "homepage": "https://laminas.dev",
+ "keywords": [
+ "laminas",
+ "stdlib"
+ ],
+ "support": {
+ "chat": "https://laminas.dev/chat",
+ "docs": "https://docs.laminas.dev/laminas-stdlib/",
+ "forum": "https://discourse.laminas.dev",
+ "issues": "https://github.com/laminas/laminas-stdlib/issues",
+ "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
+ "source": "https://github.com/laminas/laminas-stdlib"
+ },
+ "funding": [
+ {
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
+ "type": "community_bridge"
+ }
+ ],
+ "time": "2025-10-11T18:13:12+00:00"
+ },
{
"name": "laravel/prompts",
"version": "v0.3.7",
@@ -3080,6 +4963,243 @@
},
"time": "2024-10-03T13:43:19+00:00"
},
+ {
+ "name": "php-http/guzzle7-adapter",
+ "version": "1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-http/guzzle7-adapter.git",
+ "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb",
+ "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "^7.0",
+ "php": "^7.3 | ^8.0",
+ "php-http/httplug": "^2.0",
+ "psr/http-client": "^1.0"
+ },
+ "provide": {
+ "php-http/async-client-implementation": "1.0",
+ "php-http/client-implementation": "1.0",
+ "psr/http-client-implementation": "1.0"
+ },
+ "require-dev": {
+ "php-http/client-integration-tests": "^3.0",
+ "php-http/message-factory": "^1.1",
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpunit/phpunit": "^8.0|^9.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Http\\Adapter\\Guzzle7\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com"
+ }
+ ],
+ "description": "Guzzle 7 HTTP Adapter",
+ "homepage": "http://httplug.io",
+ "keywords": [
+ "Guzzle",
+ "http"
+ ],
+ "support": {
+ "issues": "https://github.com/php-http/guzzle7-adapter/issues",
+ "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0"
+ },
+ "time": "2024-11-26T11:14:36+00:00"
+ },
+ {
+ "name": "php-http/httplug",
+ "version": "2.4.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-http/httplug.git",
+ "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4",
+ "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0",
+ "php-http/promise": "^1.1",
+ "psr/http-client": "^1.0",
+ "psr/http-message": "^1.0 || ^2.0"
+ },
+ "require-dev": {
+ "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
+ "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Http\\Client\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Eric GELOEN",
+ "email": "geloen.eric@gmail.com"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://sagikazarmark.hu"
+ }
+ ],
+ "description": "HTTPlug, the HTTP client abstraction for PHP",
+ "homepage": "http://httplug.io",
+ "keywords": [
+ "client",
+ "http"
+ ],
+ "support": {
+ "issues": "https://github.com/php-http/httplug/issues",
+ "source": "https://github.com/php-http/httplug/tree/2.4.1"
+ },
+ "time": "2024-09-23T11:39:58+00:00"
+ },
+ {
+ "name": "php-http/message",
+ "version": "1.16.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-http/message.git",
+ "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-http/message/zipball/06dd5e8562f84e641bf929bfe699ee0f5ce8080a",
+ "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a",
+ "shasum": ""
+ },
+ "require": {
+ "clue/stream-filter": "^1.5",
+ "php": "^7.2 || ^8.0",
+ "psr/http-message": "^1.1 || ^2.0"
+ },
+ "provide": {
+ "php-http/message-factory-implementation": "1.0"
+ },
+ "require-dev": {
+ "ergebnis/composer-normalize": "^2.6",
+ "ext-zlib": "*",
+ "guzzlehttp/psr7": "^1.0 || ^2.0",
+ "laminas/laminas-diactoros": "^2.0 || ^3.0",
+ "php-http/message-factory": "^1.0.2",
+ "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
+ "slim/slim": "^3.0"
+ },
+ "suggest": {
+ "ext-zlib": "Used with compressor/decompressor streams",
+ "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
+ "laminas/laminas-diactoros": "Used with Diactoros Factories",
+ "slim/slim": "Used with Slim Framework PSR-7 implementation"
+ },
+ "type": "library",
+ "autoload": {
+ "files": [
+ "src/filters.php"
+ ],
+ "psr-4": {
+ "Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com"
+ }
+ ],
+ "description": "HTTP Message related tools",
+ "homepage": "http://php-http.org",
+ "keywords": [
+ "http",
+ "message",
+ "psr-7"
+ ],
+ "support": {
+ "issues": "https://github.com/php-http/message/issues",
+ "source": "https://github.com/php-http/message/tree/1.16.2"
+ },
+ "time": "2024-10-02T11:34:13+00:00"
+ },
+ {
+ "name": "php-http/promise",
+ "version": "1.3.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-http/promise.git",
+ "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83",
+ "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "require-dev": {
+ "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",
+ "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Http\\Promise\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Joel Wurtz",
+ "email": "joel.wurtz@gmail.com"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com"
+ }
+ ],
+ "description": "Promise used for asynchronous HTTP requests",
+ "homepage": "http://httplug.io",
+ "keywords": [
+ "promise"
+ ],
+ "support": {
+ "issues": "https://github.com/php-http/promise/issues",
+ "source": "https://github.com/php-http/promise/tree/1.3.1"
+ },
+ "time": "2024-03-15T13:55:21+00:00"
+ },
{
"name": "php-tuf/composer-stager",
"version": "v2.0.1",
@@ -6617,6 +8737,68 @@
}
],
"time": "2025-05-03T07:21:55+00:00"
+ },
+ {
+ "name": "willdurand/geocoder",
+ "version": "5.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/geocoder-php/php-common.git",
+ "reference": "a749e00819d2929bd0ec40fb79853956332970ba"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/a749e00819d2929bd0ec40fb79853956332970ba",
+ "reference": "a749e00819d2929bd0ec40fb79853956332970ba",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "nyholm/nsa": "^1.1",
+ "phpunit/phpunit": "^9.5",
+ "symfony/stopwatch": "~2.5 || ~5.0"
+ },
+ "suggest": {
+ "symfony/stopwatch": "If you want to use the TimedGeocoder"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.1-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Geocoder\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "William Durand",
+ "email": "william.durand1@gmail.com"
+ }
+ ],
+ "description": "Common files for PHP Geocoder",
+ "homepage": "http://geocoder-php.org",
+ "keywords": [
+ "abstraction",
+ "geocoder",
+ "geocoding",
+ "geoip"
+ ],
+ "support": {
+ "source": "https://github.com/geocoder-php/php-common/tree/5.0.0"
+ },
+ "time": "2025-01-01T15:52:42+00:00"
}
],
"packages-dev": [
@@ -6958,8 +9140,10 @@
}
],
"aliases": [],
- "minimum-stability": "stable",
- "stability-flags": {},
+ "minimum-stability": "dev",
+ "stability-flags": {
+ "drupal/feeds_tamper": 20
+ },
"prefer-stable": true,
"prefer-lowest": false,
"platform": {},
diff --git a/rsvp-recipes b/rsvp-recipes
index b099c160..6441af56 160000
--- a/rsvp-recipes
+++ b/rsvp-recipes
@@ -1 +1 @@
-Subproject commit b099c160e860c26a38e8eaf4198b194bae3f8477
+Subproject commit 6441af56ad860375b3db1f19fa14f670be89ac7e
diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php
index da114d2d..6ed01cb4 100644
--- a/vendor/composer/autoload_classmap.php
+++ b/vendor/composer/autoload_classmap.php
@@ -66,4 +66,5 @@ return array(
'SebastianBergmann\\Diff\\Parser' => $vendorDir . '/sebastian/diff/src/Parser.php',
'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => $vendorDir . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php',
'System' => $vendorDir . '/pear/pear-core-minimal/src/System.php',
+ 'geoPHP' => $vendorDir . '/itamair/geophp/geoPHP.inc',
);
diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php
index 6e41ab16..0ad72dda 100644
--- a/vendor/composer/autoload_files.php
+++ b/vendor/composer/autoload_files.php
@@ -9,22 +9,24 @@ return array(
'6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => $vendorDir . '/symfony/polyfill-mbstring/bootstrap.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
- 'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'662a729f963d39afe703c9d9b7ab4a8c' => $vendorDir . '/symfony/polyfill-php83/bootstrap.php',
- '8825ede83f2f289127722d4e842cf7e8' => $vendorDir . '/symfony/polyfill-intl-grapheme/bootstrap.php',
- 'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
+ 'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
'9d2b9fc6db0f153a0a149fefb182415e' => $vendorDir . '/symfony/polyfill-php84/bootstrap.php',
+ '8825ede83f2f289127722d4e842cf7e8' => $vendorDir . '/symfony/polyfill-intl-grapheme/bootstrap.php',
+ 'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
+ '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
'89efb1254ef2d1c5d80096acd12c4098' => $vendorDir . '/twig/twig/src/Resources/core.php',
'ffecb95d45175fd40f75be8a23b34f90' => $vendorDir . '/twig/twig/src/Resources/debug.php',
'c7baa00073ee9c61edf148c51917cfb4' => $vendorDir . '/twig/twig/src/Resources/escaper.php',
'f844ccf1d25df8663951193c3fc307c8' => $vendorDir . '/twig/twig/src/Resources/string_loader.php',
- '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
'def43f6c87e4f8dfd0c9e1b1bab14fe8' => $vendorDir . '/symfony/polyfill-iconv/bootstrap.php',
- '23c18046f52bef3eea034657bafda50f' => $vendorDir . '/symfony/polyfill-php81/bootstrap.php',
'2f69d3914119f042cca9e44442d5ce95' => $baseDir . '/web/core/includes/bootstrap.inc',
+ '23c18046f52bef3eea034657bafda50f' => $vendorDir . '/symfony/polyfill-php81/bootstrap.php',
+ '9c67151ae59aff4788964ce8eb2a0f43' => $vendorDir . '/clue/stream-filter/src/functions_include.php',
'47e1160838b5e5a10346ac4084b58c23' => $vendorDir . '/laravel/prompts/src/helpers.php',
+ '8cff32064859f4559445b89279f3199c' => $vendorDir . '/php-http/message/src/filters.php',
'801c31d8ed748cfa537fa45402288c95' => $vendorDir . '/psy/psysh/src/functions.php',
);
diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php
index b29b4a97..4a3ce209 100644
--- a/vendor/composer/autoload_namespaces.php
+++ b/vendor/composer/autoload_namespaces.php
@@ -6,6 +6,7 @@ $vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
+ 'Stiphle' => array($vendorDir . '/davedevelopment/stiphle/src'),
'Console' => array($vendorDir . '/pear/console_getopt'),
'Archive_Tar' => array($vendorDir . '/pear/archive_tar'),
);
diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php
index bce2aab9..fb2759d2 100644
--- a/vendor/composer/autoload_psr4.php
+++ b/vendor/composer/autoload_psr4.php
@@ -57,11 +57,19 @@ return array(
'Masterminds\\' => array($vendorDir . '/masterminds/html5/src'),
'League\\Container\\' => array($vendorDir . '/league/container/src'),
'Laravel\\Prompts\\' => array($vendorDir . '/laravel/prompts/src'),
+ 'Laminas\\Stdlib\\' => array($vendorDir . '/laminas/laminas-stdlib/src'),
+ 'Laminas\\Feed\\' => array($vendorDir . '/laminas/laminas-feed/src'),
+ 'Laminas\\Escaper\\' => array($vendorDir . '/laminas/laminas-escaper/src'),
+ 'Http\\Promise\\' => array($vendorDir . '/php-http/promise/src'),
+ 'Http\\Message\\' => array($vendorDir . '/php-http/message/src'),
+ 'Http\\Client\\' => array($vendorDir . '/php-http/httplug/src'),
+ 'Http\\Adapter\\Guzzle7\\' => array($vendorDir . '/php-http/guzzle7-adapter/src'),
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
'Grasmash\\YamlCli\\' => array($vendorDir . '/grasmash/yaml-cli/src'),
'Grasmash\\Expander\\' => array($vendorDir . '/grasmash/expander/src'),
+ 'Geocoder\\' => array($vendorDir . '/willdurand/geocoder'),
'Egulias\\EmailValidator\\' => array($vendorDir . '/egulias/email-validator/src'),
'Drush\\' => array($vendorDir . '/drush/drush/src'),
'Drupal\\Core\\' => array($baseDir . '/web/core/lib/Drupal/Core'),
@@ -86,5 +94,7 @@ return array(
'Consolidation\\AnnotatedCommand\\' => array($vendorDir . '/consolidation/annotated-command/src'),
'Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'),
'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'),
+ 'CommerceGuys\\Addressing\\' => array($vendorDir . '/commerceguys/addressing/src'),
+ 'Clue\\StreamFilter\\' => array($vendorDir . '/clue/stream-filter/src'),
'Asm89\\Stack\\' => array($vendorDir . '/asm89/stack-cors/src'),
);
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index b7e10de7..9759c218 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -10,23 +10,25 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
'6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php',
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
'320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
- 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'662a729f963d39afe703c9d9b7ab4a8c' => __DIR__ . '/..' . '/symfony/polyfill-php83/bootstrap.php',
- '8825ede83f2f289127722d4e842cf7e8' => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme/bootstrap.php',
- 'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
+ 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php',
'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
'9d2b9fc6db0f153a0a149fefb182415e' => __DIR__ . '/..' . '/symfony/polyfill-php84/bootstrap.php',
+ '8825ede83f2f289127722d4e842cf7e8' => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme/bootstrap.php',
+ 'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
+ '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'89efb1254ef2d1c5d80096acd12c4098' => __DIR__ . '/..' . '/twig/twig/src/Resources/core.php',
'ffecb95d45175fd40f75be8a23b34f90' => __DIR__ . '/..' . '/twig/twig/src/Resources/debug.php',
'c7baa00073ee9c61edf148c51917cfb4' => __DIR__ . '/..' . '/twig/twig/src/Resources/escaper.php',
'f844ccf1d25df8663951193c3fc307c8' => __DIR__ . '/..' . '/twig/twig/src/Resources/string_loader.php',
- '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
'def43f6c87e4f8dfd0c9e1b1bab14fe8' => __DIR__ . '/..' . '/symfony/polyfill-iconv/bootstrap.php',
- '23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php',
'2f69d3914119f042cca9e44442d5ce95' => __DIR__ . '/../..' . '/web/core/includes/bootstrap.inc',
+ '23c18046f52bef3eea034657bafda50f' => __DIR__ . '/..' . '/symfony/polyfill-php81/bootstrap.php',
+ '9c67151ae59aff4788964ce8eb2a0f43' => __DIR__ . '/..' . '/clue/stream-filter/src/functions_include.php',
'47e1160838b5e5a10346ac4084b58c23' => __DIR__ . '/..' . '/laravel/prompts/src/helpers.php',
+ '8cff32064859f4559445b89279f3199c' => __DIR__ . '/..' . '/php-http/message/src/filters.php',
'801c31d8ed748cfa537fa45402288c95' => __DIR__ . '/..' . '/psy/psysh/src/functions.php',
);
@@ -102,6 +104,16 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
array (
'League\\Container\\' => 17,
'Laravel\\Prompts\\' => 16,
+ 'Laminas\\Stdlib\\' => 15,
+ 'Laminas\\Feed\\' => 13,
+ 'Laminas\\Escaper\\' => 16,
+ ),
+ 'H' =>
+ array (
+ 'Http\\Promise\\' => 13,
+ 'Http\\Message\\' => 13,
+ 'Http\\Client\\' => 12,
+ 'Http\\Adapter\\Guzzle7\\' => 21,
),
'G' =>
array (
@@ -110,6 +122,7 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
'GuzzleHttp\\' => 11,
'Grasmash\\YamlCli\\' => 17,
'Grasmash\\Expander\\' => 18,
+ 'Geocoder\\' => 9,
),
'E' =>
array (
@@ -143,6 +156,8 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
'Consolidation\\AnnotatedCommand\\' => 31,
'Composer\\Semver\\' => 16,
'Composer\\Installers\\' => 20,
+ 'CommerceGuys\\Addressing\\' => 24,
+ 'Clue\\StreamFilter\\' => 18,
),
'A' =>
array (
@@ -356,6 +371,34 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
array (
0 => __DIR__ . '/..' . '/laravel/prompts/src',
),
+ 'Laminas\\Stdlib\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/laminas/laminas-stdlib/src',
+ ),
+ 'Laminas\\Feed\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/laminas/laminas-feed/src',
+ ),
+ 'Laminas\\Escaper\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/laminas/laminas-escaper/src',
+ ),
+ 'Http\\Promise\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/php-http/promise/src',
+ ),
+ 'Http\\Message\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/php-http/message/src',
+ ),
+ 'Http\\Client\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/php-http/httplug/src',
+ ),
+ 'Http\\Adapter\\Guzzle7\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/php-http/guzzle7-adapter/src',
+ ),
'GuzzleHttp\\Psr7\\' =>
array (
0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
@@ -376,6 +419,10 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
array (
0 => __DIR__ . '/..' . '/grasmash/expander/src',
),
+ 'Geocoder\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/willdurand/geocoder',
+ ),
'Egulias\\EmailValidator\\' =>
array (
0 => __DIR__ . '/..' . '/egulias/email-validator/src',
@@ -473,6 +520,14 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
array (
0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
),
+ 'CommerceGuys\\Addressing\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/commerceguys/addressing/src',
+ ),
+ 'Clue\\StreamFilter\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/clue/stream-filter/src',
+ ),
'Asm89\\Stack\\' =>
array (
0 => __DIR__ . '/..' . '/asm89/stack-cors/src',
@@ -480,6 +535,13 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
);
public static $prefixesPsr0 = array (
+ 'S' =>
+ array (
+ 'Stiphle' =>
+ array (
+ 0 => __DIR__ . '/..' . '/davedevelopment/stiphle/src',
+ ),
+ ),
'C' =>
array (
'Console' =>
@@ -557,6 +619,7 @@ class ComposerStaticInit9d559ab354f63dc7e9a3fc1a03ad7d46
'SebastianBergmann\\Diff\\Parser' => __DIR__ . '/..' . '/sebastian/diff/src/Parser.php',
'SebastianBergmann\\Diff\\TimeEfficientLongestCommonSubsequenceCalculator' => __DIR__ . '/..' . '/sebastian/diff/src/TimeEfficientLongestCommonSubsequenceCalculator.php',
'System' => __DIR__ . '/..' . '/pear/pear-core-minimal/src/System.php',
+ 'geoPHP' => __DIR__ . '/..' . '/itamair/geophp/geoPHP.inc',
);
public static function getInitializer(ClassLoader $loader)
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 78be73b1..c16c6420 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -123,6 +123,142 @@
},
"install-path": "../chi-teck/drupal-code-generator"
},
+ {
+ "name": "clue/stream-filter",
+ "version": "v1.7.0",
+ "version_normalized": "1.7.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/clue/stream-filter.git",
+ "reference": "049509fef80032cb3f051595029ab75b49a3c2f7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/clue/stream-filter/zipball/049509fef80032cb3f051595029ab75b49a3c2f7",
+ "reference": "049509fef80032cb3f051595029ab75b49a3c2f7",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
+ },
+ "time": "2023-12-20T15:40:13+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "files": [
+ "src/functions_include.php"
+ ],
+ "psr-4": {
+ "Clue\\StreamFilter\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Christian Lück",
+ "email": "christian@clue.engineering"
+ }
+ ],
+ "description": "A simple and modern approach to stream filtering in PHP",
+ "homepage": "https://github.com/clue/stream-filter",
+ "keywords": [
+ "bucket brigade",
+ "callback",
+ "filter",
+ "php_user_filter",
+ "stream",
+ "stream_filter_append",
+ "stream_filter_register"
+ ],
+ "support": {
+ "issues": "https://github.com/clue/stream-filter/issues",
+ "source": "https://github.com/clue/stream-filter/tree/v1.7.0"
+ },
+ "funding": [
+ {
+ "url": "https://clue.engineering/support",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/clue",
+ "type": "github"
+ }
+ ],
+ "install-path": "../clue/stream-filter"
+ },
+ {
+ "name": "commerceguys/addressing",
+ "version": "v2.2.4",
+ "version_normalized": "2.2.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/commerceguys/addressing.git",
+ "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/commerceguys/addressing/zipball/ea826dbe5b3fe76960073a2167d5cf996c811cda",
+ "reference": "ea826dbe5b3fe76960073a2167d5cf996c811cda",
+ "shasum": ""
+ },
+ "require": {
+ "doctrine/collections": "^1.6 || ^2.0",
+ "php": ">=8.0"
+ },
+ "require-dev": {
+ "ext-json": "*",
+ "mikey179/vfsstream": "^1.6.11",
+ "phpunit/phpunit": "^9.6",
+ "squizlabs/php_codesniffer": "^3.7",
+ "symfony/validator": "^5.4 || ^6.3 || ^7.0"
+ },
+ "suggest": {
+ "symfony/validator": "to validate addresses"
+ },
+ "time": "2025-01-13T16:03:24+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "CommerceGuys\\Addressing\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Bojan Zivanovic"
+ },
+ {
+ "name": "Damien Tournoud"
+ }
+ ],
+ "description": "Addressing library powered by CLDR and Google's address data.",
+ "keywords": [
+ "address",
+ "internationalization",
+ "localization",
+ "postal"
+ ],
+ "support": {
+ "issues": "https://github.com/commerceguys/addressing/issues",
+ "source": "https://github.com/commerceguys/addressing/tree/v2.2.4"
+ },
+ "install-path": "../commerceguys/addressing"
+ },
{
"name": "composer/installers",
"version": "v2.3.0",
@@ -837,6 +973,68 @@
},
"install-path": "../consolidation/site-process"
},
+ {
+ "name": "davedevelopment/stiphle",
+ "version": "0.9.4",
+ "version_normalized": "0.9.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/davedevelopment/stiphle.git",
+ "reference": "5d1c244f0525d265e231a65db538b74eb5483768"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/davedevelopment/stiphle/zipball/5d1c244f0525d265e231a65db538b74eb5483768",
+ "reference": "5d1c244f0525d265e231a65db538b74eb5483768",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.6.0|^7.0|^8.0"
+ },
+ "require-dev": {
+ "doctrine/cache": "^1.0",
+ "phpunit/phpunit": "^6.5|^7.5|^8.4",
+ "predis/predis": "^1.1",
+ "zendframework/zend-cache": "^2.8"
+ },
+ "suggest": {
+ "doctrine/cache": "~1.0",
+ "predis/predis": "~1.1",
+ "zendframework/zend-cache": "^2.8"
+ },
+ "time": "2022-11-25T16:30:20+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-0": {
+ "Stiphle": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Dave Marshall",
+ "email": "dave.marshall@atstsolutions.co.uk",
+ "homepage": "http://davedevelopment.co.uk"
+ }
+ ],
+ "description": "Simple rate limiting/throttling for php",
+ "homepage": "http://github.com/davedevelopment/stiphle",
+ "keywords": [
+ "rate limit",
+ "rate limiting",
+ "throttle",
+ "throttling"
+ ],
+ "support": {
+ "issues": "https://github.com/davedevelopment/stiphle/issues",
+ "source": "https://github.com/davedevelopment/stiphle/tree/0.9.4"
+ },
+ "install-path": "../davedevelopment/stiphle"
+ },
{
"name": "dflydev/dot-access-data",
"version": "v3.0.3",
@@ -1499,6 +1697,343 @@
],
"install-path": "../doctrine/persistence"
},
+ {
+ "name": "drupal/add_content_by_bundle",
+ "version": "1.2.2",
+ "version_normalized": "1.2.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/add_content_by_bundle.git",
+ "reference": "1.2.2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/add_content_by_bundle-1.2.2.zip",
+ "reference": "1.2.2",
+ "shasum": "47dc9c87c28b49e024d397299f08033a362b9a1a"
+ },
+ "require": {
+ "drupal/core": "^8 || ^9 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "1.2.2",
+ "datestamp": "1713171345",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "astonvictor",
+ "homepage": "https://www.drupal.org/user/3466615"
+ },
+ {
+ "name": "mandclu",
+ "homepage": "https://www.drupal.org/user/52136"
+ }
+ ],
+ "description": "Add Content by Bundle Views Area Plugin",
+ "homepage": "https://www.drupal.org/project/add_content_by_bundle",
+ "support": {
+ "source": "https://git.drupalcode.org/project/add_content_by_bundle",
+ "issues": "https://www.drupal.org/project/issues/add_content_by_bundle"
+ },
+ "install-path": "../../web/modules/contrib/add_content_by_bundle"
+ },
+ {
+ "name": "drupal/address",
+ "version": "2.0.4",
+ "version_normalized": "2.0.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/address.git",
+ "reference": "2.0.4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/address-2.0.4.zip",
+ "reference": "2.0.4",
+ "shasum": "5a86f7abc028f3d9833784dbf0791a6e4463da8e"
+ },
+ "require": {
+ "commerceguys/addressing": "^2.1.1",
+ "drupal/core": "^9.5 || ^10 || ^11",
+ "php": "^8.0"
+ },
+ "require-dev": {
+ "drupal/diff": "^1",
+ "drupal/feeds": "^3",
+ "drupal/token": "^1"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "2.0.4",
+ "datestamp": "1746462054",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "bojanz",
+ "homepage": "https://www.drupal.org/user/86106"
+ },
+ {
+ "name": "centarro",
+ "homepage": "https://www.drupal.org/user/3661446"
+ },
+ {
+ "name": "dww",
+ "homepage": "https://www.drupal.org/user/46549"
+ },
+ {
+ "name": "jsacksick",
+ "homepage": "https://www.drupal.org/user/972218"
+ },
+ {
+ "name": "rszrama",
+ "homepage": "https://www.drupal.org/user/49344"
+ }
+ ],
+ "description": "Provides functionality for storing, validating and displaying international postal addresses.",
+ "homepage": "http://drupal.org/project/address",
+ "support": {
+ "source": "https://git.drupalcode.org/project/address"
+ },
+ "install-path": "../../web/modules/contrib/address"
+ },
+ {
+ "name": "drupal/auto_entitylabel",
+ "version": "3.4.0",
+ "version_normalized": "3.4.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/auto_entitylabel.git",
+ "reference": "8.x-3.4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.4.zip",
+ "reference": "8.x-3.4",
+ "shasum": "9b3d7bc8e450ae008b3f48fed0dd9dace03ddbb5"
+ },
+ "require": {
+ "drupal/core": "^10.1 || ^11"
+ },
+ "require-dev": {
+ "drupal/book": "^1.0",
+ "drupal/token": "^1.0"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-3.4",
+ "datestamp": "1736308389",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "bforchhammer",
+ "homepage": "https://www.drupal.org/user/216396"
+ },
+ {
+ "name": "colan",
+ "homepage": "https://www.drupal.org/user/58704"
+ },
+ {
+ "name": "dqd",
+ "homepage": "https://www.drupal.org/user/1001934"
+ },
+ {
+ "name": "japerry",
+ "homepage": "https://www.drupal.org/user/45640"
+ },
+ {
+ "name": "mandclu",
+ "homepage": "https://www.drupal.org/user/52136"
+ },
+ {
+ "name": "pravin ajaaz",
+ "homepage": "https://www.drupal.org/user/2910049"
+ },
+ {
+ "name": "purushotam.rai",
+ "homepage": "https://www.drupal.org/user/3193859"
+ },
+ {
+ "name": "renatog",
+ "homepage": "https://www.drupal.org/user/3326031"
+ },
+ {
+ "name": "vladimiraus",
+ "homepage": "https://www.drupal.org/user/673120"
+ }
+ ],
+ "description": "Allows hiding of entity label fields and automatic label creation.",
+ "homepage": "https://www.drupal.org/project/auto_entitylabel",
+ "support": {
+ "source": "https://git.drupalcode.org/project/auto_entitylabel",
+ "issues": "https://www.drupal.org/project/issues/auto_entitylabel"
+ },
+ "install-path": "../../web/modules/contrib/auto_entitylabel"
+ },
+ {
+ "name": "drupal/better_exposed_filters",
+ "version": "7.1.1",
+ "version_normalized": "7.1.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/better_exposed_filters.git",
+ "reference": "7.1.1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-7.1.1.zip",
+ "reference": "7.1.1",
+ "shasum": "e22a4afccf011a583e2ae6297d34f7d344552469"
+ },
+ "require": {
+ "drupal/core": "^10.3 || ^11",
+ "drupal/nouislider_js": "^15.8.1"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "7.1.1",
+ "datestamp": "1763681621",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Mike Keran",
+ "homepage": "https://www.drupal.org/u/mikeker"
+ },
+ {
+ "name": "Martin Keereman",
+ "homepage": "https://www.drupal.org/u/etroid"
+ },
+ {
+ "name": "Neslee Canil Pinto",
+ "homepage": "https://www.drupal.org/u/neslee-canil-pinto"
+ },
+ {
+ "name": "mikeker",
+ "homepage": "https://www.drupal.org/user/192273"
+ },
+ {
+ "name": "neslee canil pinto",
+ "homepage": "https://www.drupal.org/user/3580850"
+ },
+ {
+ "name": "podarok",
+ "homepage": "https://www.drupal.org/user/116002"
+ },
+ {
+ "name": "rlhawk",
+ "homepage": "https://www.drupal.org/user/352283"
+ },
+ {
+ "name": "smustgrave",
+ "homepage": "https://www.drupal.org/user/3252890"
+ }
+ ],
+ "description": "Replaces the Views default single- or multi-select boxes with more advanced options.",
+ "homepage": "https://www.drupal.org/project/better_exposed_filters",
+ "support": {
+ "source": "https://git.drupalcode.org/project/better_exposed_filters",
+ "issues": "https://www.drupal.org/project/issues/better_exposed_filters"
+ },
+ "install-path": "../../web/modules/contrib/better_exposed_filters"
+ },
+ {
+ "name": "drupal/ckeditor_accordion",
+ "version": "2.3.0",
+ "version_normalized": "2.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/ckeditor_accordion.git",
+ "reference": "2.3.0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/ckeditor_accordion-2.3.0.zip",
+ "reference": "2.3.0",
+ "shasum": "570b4e668865ec0b991afa7c44c792b445be9ca8"
+ },
+ "require": {
+ "drupal/core": "^9.4 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "2.3.0",
+ "datestamp": "1750873345",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Juhani Väätäjä (j-vee)",
+ "homepage": "https://www.drupal.org/u/j-vee",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Rotem Reiss (rreiss)",
+ "homepage": "https://www.drupal.org/u/rreiss",
+ "role": "Maintainer"
+ }
+ ],
+ "description": "Accordion plugin for CKEditor 5.",
+ "homepage": "https://www.drupal.org/project/ckeditor_accordion",
+ "support": {
+ "source": "https://git.drupalcode.org/project/ckeditor_accordion",
+ "issues": "https://www.drupal.org/project/issues/ckeditor_accordion"
+ },
+ "install-path": "../../web/modules/contrib/ckeditor_accordion"
+ },
{
"name": "drupal/color_field",
"version": "3.0.2",
@@ -1949,6 +2484,102 @@
"description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.",
"install-path": null
},
+ {
+ "name": "drupal/ctools",
+ "version": "4.1.0",
+ "version_normalized": "4.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/ctools.git",
+ "reference": "4.1.0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/ctools-4.1.0.zip",
+ "reference": "4.1.0",
+ "shasum": "69f5889cf557df9e55519390e6a95cfa31b67874"
+ },
+ "require": {
+ "drupal/core": "^9.5 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "4.1.0",
+ "datestamp": "1718144949",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ },
+ "branch-alias": {
+ "dev-8.x-3.x": "3.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Kris Vanderwater (EclipseGc)",
+ "homepage": "https://www.drupal.org/u/eclipsegc",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Jakob Perry (japerry)",
+ "homepage": "https://www.drupal.org/u/japerry",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Tim Plunkett (tim.plunkett)",
+ "homepage": "https://www.drupal.org/u/timplunkett",
+ "role": "Maintainer"
+ },
+ {
+ "name": "James Gilliland (neclimdul)",
+ "homepage": "https://www.drupal.org/u/neclimdul",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Daniel Wehner (dawehner)",
+ "homepage": "https://www.drupal.org/u/dawehner",
+ "role": "Maintainer"
+ },
+ {
+ "name": "joelpittet",
+ "homepage": "https://www.drupal.org/user/160302"
+ },
+ {
+ "name": "merlinofchaos",
+ "homepage": "https://www.drupal.org/user/26979"
+ },
+ {
+ "name": "neclimdul",
+ "homepage": "https://www.drupal.org/user/48673"
+ },
+ {
+ "name": "sdboyer",
+ "homepage": "https://www.drupal.org/user/146719"
+ },
+ {
+ "name": "sun",
+ "homepage": "https://www.drupal.org/user/54136"
+ },
+ {
+ "name": "tim.plunkett",
+ "homepage": "https://www.drupal.org/user/241634"
+ }
+ ],
+ "description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
+ "homepage": "https://www.drupal.org/project/ctools",
+ "support": {
+ "source": "https://git.drupalcode.org/project/ctools",
+ "issues": "https://www.drupal.org/project/issues/ctools"
+ },
+ "install-path": "../../web/modules/contrib/ctools"
+ },
{
"name": "drupal/date_augmenter",
"version": "1.1.2",
@@ -2060,6 +2691,824 @@
},
"install-path": "../../web/modules/contrib/devel"
},
+ {
+ "name": "drupal/feeds",
+ "version": "3.2.0",
+ "version_normalized": "3.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/feeds.git",
+ "reference": "8.x-3.2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.2.zip",
+ "reference": "8.x-3.2",
+ "shasum": "0cf6a160151e411c585ae7ce281212e10393f71c"
+ },
+ "require": {
+ "drupal/core": "^10.2 || ^11",
+ "laminas/laminas-feed": "^2.22"
+ },
+ "require-dev": {
+ "drupal/pathauto": "^1.0",
+ "megachriz/drupalbook": "^1.0 || ^2.0"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-3.2",
+ "datestamp": "1763648440",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ },
+ "drush": {
+ "services": {
+ "drush.services.yml": ">=9"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "alex_b",
+ "homepage": "https://www.drupal.org/user/53995"
+ },
+ {
+ "name": "dave reid",
+ "homepage": "https://www.drupal.org/user/53892"
+ },
+ {
+ "name": "e2thex",
+ "homepage": "https://www.drupal.org/user/189123"
+ },
+ {
+ "name": "febbraro",
+ "homepage": "https://www.drupal.org/user/43670"
+ },
+ {
+ "name": "franz",
+ "homepage": "https://www.drupal.org/user/581844"
+ },
+ {
+ "name": "Ian Ward",
+ "homepage": "https://www.drupal.org/user/4736"
+ },
+ {
+ "name": "jmiccolis",
+ "homepage": "https://www.drupal.org/user/31731"
+ },
+ {
+ "name": "joelpittet",
+ "homepage": "https://www.drupal.org/user/160302"
+ },
+ {
+ "name": "kking",
+ "homepage": "https://www.drupal.org/user/24399"
+ },
+ {
+ "name": "megachriz",
+ "homepage": "https://www.drupal.org/user/654114"
+ },
+ {
+ "name": "tobby",
+ "homepage": "https://www.drupal.org/user/154797"
+ },
+ {
+ "name": "twistor",
+ "homepage": "https://www.drupal.org/user/473738"
+ },
+ {
+ "name": "Will White",
+ "homepage": "https://www.drupal.org/user/32237"
+ },
+ {
+ "name": "yhahn",
+ "homepage": "https://www.drupal.org/user/264833"
+ }
+ ],
+ "description": "Aggregates RSS/Atom/RDF feeds, imports CSV files and more.",
+ "homepage": "https://www.drupal.org/project/feeds",
+ "keywords": [
+ "Drupal"
+ ],
+ "support": {
+ "source": "https://git.drupalcode.org/project/feeds",
+ "issues": "https://www.drupal.org/project/issues/feeds"
+ },
+ "install-path": "../../web/modules/contrib/feeds"
+ },
+ {
+ "name": "drupal/feeds_tamper",
+ "version": "dev-2.x",
+ "version_normalized": "dev-2.x",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/feeds_tamper.git",
+ "reference": "f56ab26955c9858f8d962a068f4b7d5b28a5fe02"
+ },
+ "require": {
+ "drupal/core": "^8 || ^9 || ^10 || ^11",
+ "drupal/feeds": "^3.0",
+ "drupal/tamper": "^1.0-alpha3"
+ },
+ "require-dev": {
+ "drupal/feeds": "^3.0 || 3.x-dev",
+ "drupal/tamper": "1.x-dev"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "branch-alias": {
+ "dev-2.x": "2.x-dev"
+ },
+ "drupal": {
+ "version": "8.x-2.0-beta4+16-dev",
+ "datestamp": "1763668036",
+ "security-coverage": {
+ "status": "not-covered",
+ "message": "Dev releases are not covered by Drupal security advisories."
+ }
+ }
+ },
+ "installation-source": "source",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "franz",
+ "homepage": "https://www.drupal.org/user/581844"
+ },
+ {
+ "name": "honza pobořil",
+ "homepage": "https://www.drupal.org/user/123612"
+ },
+ {
+ "name": "mausolos",
+ "homepage": "https://www.drupal.org/user/642118"
+ },
+ {
+ "name": "megachriz",
+ "homepage": "https://www.drupal.org/user/654114"
+ },
+ {
+ "name": "twistor",
+ "homepage": "https://www.drupal.org/user/473738"
+ }
+ ],
+ "description": "Modify feeds data before it gets saved.",
+ "homepage": "http://drupal.org/project/feeds_tamper",
+ "keywords": [
+ "Drupal",
+ "feeds",
+ "tamper"
+ ],
+ "support": {
+ "source": "http://cgit.drupalcode.org/feeds_tamper",
+ "issues": "http://drupal.org/project/issues/feeds_tamper"
+ },
+ "install-path": "../../web/modules/contrib/feeds_tamper"
+ },
+ {
+ "name": "drupal/fullcalendar_view",
+ "version": "5.2.5",
+ "version_normalized": "5.2.5.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/fullcalendar_view.git",
+ "reference": "5.2.5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/fullcalendar_view-5.2.5.zip",
+ "reference": "5.2.5",
+ "shasum": "c82d82ef7fe9935a667042a8d7cd1abcba9e110e"
+ },
+ "require": {
+ "drupal/core": "^9.2.0 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "5.2.5",
+ "datestamp": "1756081429",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "authors": [
+ {
+ "name": "karing",
+ "homepage": "https://www.drupal.org/user/787114"
+ },
+ {
+ "name": "mingsong",
+ "homepage": "https://www.drupal.org/user/2986445"
+ }
+ ],
+ "description": "This is a lightweight View plugin module that provides a calendar view format powered by FullCalendar JavaScript.",
+ "homepage": "http://drupal.org/project/fullcalendar_view",
+ "keywords": [
+ "Drupal",
+ "fullcalendar_view"
+ ],
+ "support": {
+ "source": "http://cgit.drupalcode.org/fullcalendar_view",
+ "issues": "http://drupal.org/project/issues/fullcalendar_view"
+ },
+ "install-path": "../../web/modules/contrib/fullcalendar_view"
+ },
+ {
+ "name": "drupal/geocoder",
+ "version": "4.30.0",
+ "version_normalized": "4.30.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/geocoder.git",
+ "reference": "8.x-4.30"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-4.30.zip",
+ "reference": "8.x-4.30",
+ "shasum": "701115afdf7435ab2ac8841e1d73ad531b465bc0"
+ },
+ "require": {
+ "davedevelopment/stiphle": "^0.9.2",
+ "drupal/core": "^9.5 || ^10 || ^11",
+ "php": ">=7.3.0",
+ "php-http/guzzle7-adapter": "^1.0",
+ "php-http/message": "^1.6",
+ "willdurand/geocoder": "^4.0|^5.0"
+ },
+ "require-dev": {
+ "drupal/address": "^1.11 || ^2.0",
+ "drupal/geocoder_field": "*",
+ "drupal/geofield": "^1.52",
+ "geo6/geocoder-php-addok-provider": "^1.0",
+ "geo6/geocoder-php-bpost-provider": "^1.3.0",
+ "geo6/geocoder-php-geopunt-provider": "^1.0",
+ "geo6/geocoder-php-spw-provider": "^1.0",
+ "geocoder-php/arcgis-online-provider": "^4.0",
+ "geocoder-php/azure-maps-provider": "^1.2",
+ "geocoder-php/bing-maps-provider": "^4.0",
+ "geocoder-php/free-geoip-provider": "^4.1",
+ "geocoder-php/geo-plugin-provider": "^4.0",
+ "geocoder-php/geonames-provider": "^4.1",
+ "geocoder-php/google-maps-provider": "^4.2",
+ "geocoder-php/graphhopper-provider": "^0.5.0",
+ "geocoder-php/host-ip-provider": "^4.0",
+ "geocoder-php/ip-info-db-provider": "^4.0",
+ "geocoder-php/locationiq-provider": "^1.5",
+ "geocoder-php/mapbox-provider": "^1.0",
+ "geocoder-php/mapquest-provider": "^4.0",
+ "geocoder-php/maptiler-provider": "^1.0",
+ "geocoder-php/maxmind-provider": "^4.1",
+ "geocoder-php/nominatim-provider": "^5.0",
+ "geocoder-php/open-cage-provider": "^4.0",
+ "geocoder-php/openrouteservice-provider": "^1.0",
+ "geocoder-php/pelias-provider": "^1.1",
+ "geocoder-php/photon-provider": "^0.6",
+ "geocoder-php/tomtom-provider": "^4.0",
+ "geocoder-php/yandex-provider": "^4.0",
+ "systonic/ban-france-provider": "^1.0"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-4.30",
+ "datestamp": "1753886741",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Pol Dellaiera (@drupol)",
+ "homepage": "https://www.drupal.org/u/pol",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Italo Mairo (@itamair)",
+ "homepage": "https://www.drupal.org/u/itamair",
+ "role": "Co-maintainer"
+ },
+ {
+ "name": "michaelfavia",
+ "homepage": "https://www.drupal.org/user/49137"
+ },
+ {
+ "name": "poker10",
+ "homepage": "https://www.drupal.org/user/272316"
+ }
+ ],
+ "description": "Module and services based API to perform Geocode & Reverse Geocode operations among GIS data and addresses types & formats.",
+ "homepage": "https://drupal.org/project/geocoder",
+ "support": {
+ "source": "https://git.drupalcode.org/project/geocoder",
+ "issues": "https://drupal.org/project/issues/geocoder",
+ "irc": "irc://irc.freenode.org/drupal-geo"
+ },
+ "install-path": "../../web/modules/contrib/geocoder"
+ },
+ {
+ "name": "drupal/geofield",
+ "version": "1.66.0",
+ "version_normalized": "1.66.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/geofield.git",
+ "reference": "8.x-1.66"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.66.zip",
+ "reference": "8.x-1.66",
+ "shasum": "c217b8f506dcc6c4c581d2dd0dc6c02f9ce8bd14"
+ },
+ "require": {
+ "drupal/core": "^9 || ^10 || ^11",
+ "itamair/geophp": "^1.6"
+ },
+ "require-dev": {
+ "drupal/diff": "^1.3",
+ "drupal/feeds": "^3.0@beta"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-1.66",
+ "datestamp": "1757514238",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "authors": [
+ {
+ "name": "Italo Mairo",
+ "homepage": "https://www.drupal.org/u/itamair",
+ "role": "Drupal 8+ Maintainer"
+ },
+ {
+ "name": "Brandon Morrison",
+ "homepage": "https://www.drupal.org/u/brandonian",
+ "role": "Drupal 7 Maintainer"
+ },
+ {
+ "name": "Pablo López",
+ "homepage": "https://www.drupal.org/u/plopesc",
+ "role": "Drupal 7 Maintainer"
+ }
+ ],
+ "description": "Stores geographic and location data (points, lines, and polygons).",
+ "homepage": "https://www.drupal.org/project/geofield",
+ "support": {
+ "source": "https://git.drupalcode.org/project/geofield",
+ "issues": "https://www.drupal.org/project/issues/geofield",
+ "irc": "irc://irc.freenode.org/drupal-contribute"
+ },
+ "install-path": "../../web/modules/contrib/geofield"
+ },
+ {
+ "name": "drupal/jquery_ui",
+ "version": "1.8.0",
+ "version_normalized": "1.8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/jquery_ui.git",
+ "reference": "8.x-1.8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.8.zip",
+ "reference": "8.x-1.8",
+ "shasum": "a53e99216a81d1e35fa357885656a2cf420f1a6a"
+ },
+ "require": {
+ "drupal/core": "^9.2 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-1.8",
+ "datestamp": "1758954737",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "bnjmnm",
+ "homepage": "https://www.drupal.org/user/2369194"
+ },
+ {
+ "name": "jjeff",
+ "homepage": "https://www.drupal.org/user/17190"
+ },
+ {
+ "name": "lauriii",
+ "homepage": "https://www.drupal.org/user/1078742"
+ },
+ {
+ "name": "litwol",
+ "homepage": "https://www.drupal.org/user/78134"
+ },
+ {
+ "name": "mfb",
+ "homepage": "https://www.drupal.org/user/12302"
+ },
+ {
+ "name": "mfer",
+ "homepage": "https://www.drupal.org/user/25701"
+ },
+ {
+ "name": "mikelutz",
+ "homepage": "https://www.drupal.org/user/2972409"
+ },
+ {
+ "name": "nod_",
+ "homepage": "https://www.drupal.org/user/598310"
+ },
+ {
+ "name": "phenaproxima",
+ "homepage": "https://www.drupal.org/user/205645"
+ },
+ {
+ "name": "rajeshreeputra",
+ "homepage": "https://www.drupal.org/user/3418561"
+ },
+ {
+ "name": "robloach",
+ "homepage": "https://www.drupal.org/user/61114"
+ },
+ {
+ "name": "sun",
+ "homepage": "https://www.drupal.org/user/54136"
+ },
+ {
+ "name": "webchick",
+ "homepage": "https://www.drupal.org/user/24967"
+ },
+ {
+ "name": "wim leers",
+ "homepage": "https://www.drupal.org/user/99777"
+ },
+ {
+ "name": "zrpnr",
+ "homepage": "https://www.drupal.org/user/1448368"
+ }
+ ],
+ "description": "Provides jQuery UI library.",
+ "homepage": "https://www.drupal.org/project/jquery_ui",
+ "support": {
+ "source": "https://git.drupalcode.org/project/jquery_ui"
+ },
+ "install-path": "../../web/modules/contrib/jquery_ui"
+ },
+ {
+ "name": "drupal/jquery_ui_accordion",
+ "version": "2.1.0",
+ "version_normalized": "2.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/jquery_ui_accordion.git",
+ "reference": "2.1.0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-2.1.0.zip",
+ "reference": "2.1.0",
+ "shasum": "f52cfc83f302a54b9c71a038e9ac1ce496f47edd"
+ },
+ "require": {
+ "drupal/core": "^9.2 || ^10 || ^11",
+ "drupal/jquery_ui": "^1.7"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "2.1.0",
+ "datestamp": "1717015495",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "bnjmnm",
+ "homepage": "https://www.drupal.org/user/2369194"
+ },
+ {
+ "name": "lauriii",
+ "homepage": "https://www.drupal.org/user/1078742"
+ },
+ {
+ "name": "zrpnr",
+ "homepage": "https://www.drupal.org/user/1448368"
+ }
+ ],
+ "description": "Provides jQuery UI Accordion library.",
+ "homepage": "https://www.drupal.org/project/jquery_ui_accordion",
+ "support": {
+ "source": "https://git.drupalcode.org/project/jquery_ui_accordion"
+ },
+ "install-path": "../../web/modules/contrib/jquery_ui_accordion"
+ },
+ {
+ "name": "drupal/leaflet",
+ "version": "10.3.11",
+ "version_normalized": "10.3.11.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/leaflet.git",
+ "reference": "10.3.11"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/leaflet-10.3.11.zip",
+ "reference": "10.3.11",
+ "shasum": "64a83207cd1bfc599d32ad5f338a3d6ee24a2bad"
+ },
+ "require": {
+ "drupal/core": "^9.3 || ^10 || ^11",
+ "drupal/geofield": "^1.31"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "10.3.11",
+ "datestamp": "1761727339",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "authors": [
+ {
+ "name": "Italo Mairo",
+ "homepage": "https://www.drupal.org/u/itamair",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Peter Vanhee (pvhee)",
+ "homepage": "https://www.drupal.org/u/pvhee",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Rik de Boer (RdeBoer)",
+ "homepage": "https://www.drupal.org/u/rdeboer",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Gabriel Carleton-Barnes (gcb)",
+ "homepage": "https://www.drupal.org/u/gcb",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Lev Tsypin (levelos)",
+ "homepage": "https://www.drupal.org/u/levelos",
+ "role": "Maintainer"
+ },
+ {
+ "name": "Sean Larkin (seanberto)",
+ "homepage": "https://www.drupal.org/u/seanberto",
+ "role": "Maintainer"
+ }
+ ],
+ "description": "Integration with the Leaflet map scripting library.",
+ "homepage": "https://www.drupal.org/project/leaflet",
+ "support": {
+ "source": "https://git.drupalcode.org/project/leaflet",
+ "issues": "https://www.drupal.org/project/issues/leaflet"
+ },
+ "install-path": "../../web/modules/contrib/leaflet"
+ },
+ {
+ "name": "drupal/metatag",
+ "version": "2.2.0",
+ "version_normalized": "2.2.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/metatag.git",
+ "reference": "2.2.0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/metatag-2.2.0.zip",
+ "reference": "2.2.0",
+ "shasum": "b6ae4b665a49771d5139644c71cb3d5a68cb4828"
+ },
+ "require": {
+ "drupal/core": "^10.3 || ^11",
+ "drupal/token": "^1.0",
+ "php": ">=8.0"
+ },
+ "require-dev": {
+ "drupal/forum": "1.x-dev",
+ "drupal/hal": "^1 || ^2 || ^9",
+ "drupal/metatag_dc": "*",
+ "drupal/metatag_open_graph": "*",
+ "drupal/page_manager": "^4.0",
+ "drupal/redirect": "^1.0",
+ "ergebnis/composer-normalize": "*",
+ "mpyw/phpunit-patch-serializable-comparison": "*"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "2.2.0",
+ "datestamp": "1758622371",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ },
+ "composer-normalize": {
+ "indent-size": 2,
+ "indent-style": "space"
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "See contributors",
+ "homepage": "https://www.drupal.org/node/640498/committers",
+ "role": "Developer"
+ },
+ {
+ "name": "dave reid",
+ "homepage": "https://www.drupal.org/user/53892"
+ }
+ ],
+ "description": "Manage meta tags for all entities.",
+ "homepage": "https://www.drupal.org/project/metatag",
+ "keywords": [
+ "Drupal",
+ "seo"
+ ],
+ "support": {
+ "source": "https://git.drupalcode.org/project/metatag",
+ "issues": "https://www.drupal.org/project/issues/metatag",
+ "docs": "https://www.drupal.org/docs/8/modules/metatag"
+ },
+ "install-path": "../../web/modules/contrib/metatag"
+ },
+ {
+ "name": "drupal/nouislider_js",
+ "version": "15.8.1",
+ "version_normalized": "15.8.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/nouislider_js.git",
+ "reference": "b5610d5842784581e4c766cd1c3852ca0b355ed5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://git.drupalcode.org/api/v4/projects/project%2Fnouislider_js/repository/archive.zip?sha=b5610d5842784581e4c766cd1c3852ca0b355ed5",
+ "reference": "b5610d5842784581e4c766cd1c3852ca0b355ed5",
+ "shasum": ""
+ },
+ "time": "2025-01-03T10:53:20+00:00",
+ "type": "drupal-library",
+ "extra": {
+ "installer-name": "nouislider"
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT License"
+ ],
+ "description": "Mirror of the noUiSlider javascript library tagged as a Drupal library.",
+ "homepage": "https://github.com/leongersen/noUiSlider",
+ "support": {
+ "source": "https://git.drupalcode.org/project/nouislider_js/-/tree/15.8.0"
+ },
+ "install-path": "../../web/libraries/nouislider"
+ },
+ {
+ "name": "drupal/pathauto",
+ "version": "1.14.0",
+ "version_normalized": "1.14.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/pathauto.git",
+ "reference": "8.x-1.14"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.14.zip",
+ "reference": "8.x-1.14",
+ "shasum": "07f0d2efcf0bfb450e2ab69a43921fa39dc5f25b"
+ },
+ "require": {
+ "drupal/core": "^10 || ^11",
+ "drupal/ctools": "*",
+ "drupal/token": "*"
+ },
+ "conflict": {
+ "drush/drush": "<12.5.1"
+ },
+ "require-dev": {
+ "drupal/forum": "*"
+ },
+ "suggest": {
+ "drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-1.14",
+ "datestamp": "1759838097",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "berdir",
+ "homepage": "https://www.drupal.org/user/214652"
+ },
+ {
+ "name": "dave reid",
+ "homepage": "https://www.drupal.org/user/53892"
+ },
+ {
+ "name": "Freso",
+ "homepage": "https://www.drupal.org/user/27504"
+ },
+ {
+ "name": "greggles",
+ "homepage": "https://www.drupal.org/user/36762"
+ }
+ ],
+ "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
+ "homepage": "https://www.drupal.org/project/pathauto",
+ "support": {
+ "source": "https://cgit.drupalcode.org/pathauto",
+ "issues": "https://www.drupal.org/project/issues/pathauto",
+ "documentation": "https://www.drupal.org/docs/8/modules/pathauto"
+ },
+ "install-path": "../../web/modules/contrib/pathauto"
+ },
{
"name": "drupal/radix",
"version": "6.0.2",
@@ -2203,6 +3652,264 @@
},
"install-path": "../../web/modules/contrib/smart_date"
},
+ {
+ "name": "drupal/tamper",
+ "version": "1.0.0-beta2",
+ "version_normalized": "1.0.0.0-beta2",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/tamper.git",
+ "reference": "8.x-1.0-beta2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/tamper-8.x-1.0-beta2.zip",
+ "reference": "8.x-1.0-beta2",
+ "shasum": "bcd42c323465d4a3c91a76726b486a7f33b35f77"
+ },
+ "require": {
+ "drupal/core": "^8.8 || ^9 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-1.0-beta2",
+ "datestamp": "1763649430",
+ "security-coverage": {
+ "status": "not-covered",
+ "message": "Beta releases are not covered by Drupal security advisories."
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "authors": [
+ {
+ "name": "ericgsmith",
+ "homepage": "https://www.drupal.org/user/1649952"
+ },
+ {
+ "name": "jamesdixon",
+ "homepage": "https://www.drupal.org/user/762570"
+ },
+ {
+ "name": "megachriz",
+ "homepage": "https://www.drupal.org/user/654114"
+ },
+ {
+ "name": "twistor",
+ "homepage": "https://www.drupal.org/user/473738"
+ }
+ ],
+ "description": "Generic plugin to modify data.",
+ "homepage": "https://www.drupal.org/project/tamper",
+ "keywords": [
+ "Drupal",
+ "tamper"
+ ],
+ "support": {
+ "source": "http://cgit.drupalcode.org/tamper",
+ "issues": "http://drupal.org/project/issues/tamper"
+ },
+ "install-path": "../../web/modules/contrib/tamper"
+ },
+ {
+ "name": "drupal/token",
+ "version": "1.16.0",
+ "version_normalized": "1.16.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/token.git",
+ "reference": "8.x-1.16"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/token-8.x-1.16.zip",
+ "reference": "8.x-1.16",
+ "shasum": "f7ae77316ef8135068d995c09507da7517b20572"
+ },
+ "require": {
+ "drupal/core": "^9.2 || ^10 || ^11"
+ },
+ "require-dev": {
+ "drupal/book": "*"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "8.x-1.16",
+ "datestamp": "1757151197",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ },
+ "drush": {
+ "services": {
+ "drush.services.yml": ">=9"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "berdir",
+ "homepage": "https://www.drupal.org/user/214652"
+ },
+ {
+ "name": "dave reid",
+ "homepage": "https://www.drupal.org/user/53892"
+ },
+ {
+ "name": "eaton",
+ "homepage": "https://www.drupal.org/user/16496"
+ },
+ {
+ "name": "fago",
+ "homepage": "https://www.drupal.org/user/16747"
+ },
+ {
+ "name": "greggles",
+ "homepage": "https://www.drupal.org/user/36762"
+ },
+ {
+ "name": "mikeryan",
+ "homepage": "https://www.drupal.org/user/4420"
+ }
+ ],
+ "description": "Provides a user interface for the Token API, some missing core tokens.",
+ "homepage": "https://www.drupal.org/project/token",
+ "support": {
+ "source": "https://git.drupalcode.org/project/token"
+ },
+ "install-path": "../../web/modules/contrib/token"
+ },
+ {
+ "name": "drupal/views_accordion",
+ "version": "2.0.2",
+ "version_normalized": "2.0.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/views_accordion.git",
+ "reference": "2.0.2"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/views_accordion-2.0.2.zip",
+ "reference": "2.0.2",
+ "shasum": "e8af7794d2a1ddf3a11a4b394596b1acb712172a"
+ },
+ "require": {
+ "drupal/core": "^9 || ^10 || ^11",
+ "drupal/jquery_ui_accordion": "^2.0"
+ },
+ "require-dev": {
+ "drupal/jquery_ui_accordion": "*"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "2.0.2",
+ "datestamp": "1732741758",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "heddn",
+ "homepage": "https://www.drupal.org/user/1463982"
+ },
+ {
+ "name": "manuel garcia",
+ "homepage": "https://www.drupal.org/user/213194"
+ }
+ ],
+ "description": "Provides an accordion views display plugin.",
+ "homepage": "https://www.drupal.org/project/views_accordion",
+ "support": {
+ "source": "https://git.drupalcode.org/project/views_accordion",
+ "issues": "https://www.drupal.org/project/issues/views_accordion"
+ },
+ "install-path": "../../web/modules/contrib/views_accordion"
+ },
+ {
+ "name": "drupal/views_bootstrap",
+ "version": "5.4.1",
+ "version_normalized": "5.4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://git.drupalcode.org/project/views_bootstrap.git",
+ "reference": "5.4.1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://ftp.drupal.org/files/projects/views_bootstrap-5.4.1.zip",
+ "reference": "5.4.1",
+ "shasum": "0b1248be659d069e52be7821875a24b9e78a3484"
+ },
+ "require": {
+ "drupal/core": "^9 || ^10 || ^11"
+ },
+ "type": "drupal-module",
+ "extra": {
+ "drupal": {
+ "version": "5.4.1",
+ "datestamp": "1725840934",
+ "security-coverage": {
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
+ }
+ }
+ },
+ "installation-source": "dist",
+ "notification-url": "https://packages.drupal.org/8/downloads",
+ "license": [
+ "GPL-2.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "aburrows",
+ "homepage": "https://www.drupal.org/user/577844"
+ },
+ {
+ "name": "ericpugh",
+ "homepage": "https://www.drupal.org/user/130084"
+ },
+ {
+ "name": "ikeigenwijs",
+ "homepage": "https://www.drupal.org/user/583238"
+ },
+ {
+ "name": "mrded",
+ "homepage": "https://www.drupal.org/user/556088"
+ },
+ {
+ "name": "shelane",
+ "homepage": "https://www.drupal.org/user/2674989"
+ }
+ ],
+ "description": "Allows for different styles to be used in views to work with Bootstrap 4 components.",
+ "homepage": "https://www.drupal.org/project/views_bootstrap",
+ "support": {
+ "source": "https://git.drupalcode.org/project/views_bootstrap"
+ },
+ "install-path": "../../web/modules/contrib/views_bootstrap"
+ },
{
"name": "drush/drush",
"version": "13.6.2",
@@ -2872,6 +4579,266 @@
],
"install-path": "../guzzlehttp/psr7"
},
+ {
+ "name": "itamair/geophp",
+ "version": "1.8",
+ "version_normalized": "1.8.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/itamair/geoPHP.git",
+ "reference": "9e464b5f65a2694789505adc5b8845d51ba2a365"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/itamair/geoPHP/zipball/9e464b5f65a2694789505adc5b8845d51ba2a365",
+ "reference": "9e464b5f65a2694789505adc5b8845d51ba2a365",
+ "shasum": ""
+ },
+ "require-dev": {
+ "phpunit/phpunit": "4.1.* || 9.5.*"
+ },
+ "time": "2025-10-03T07:54:28+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "classmap": [
+ "geoPHP.inc"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "GPL-2.0+"
+ ],
+ "authors": [
+ {
+ "name": "Italo Mairo",
+ "homepage": "https://www.linkedin.com/in/italomairo/",
+ "role": "Maintanier of this Library Repo"
+ },
+ {
+ "name": "Patrick Hayes",
+ "homepage": "https://www.linkedin.com/in/patrickdhayes/",
+ "role": "Maintanier of original Repositary/Library (https://github.com/phayes/geoPHP)"
+ }
+ ],
+ "description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
+ "homepage": "https://github.com/itamair/geoPHP",
+ "support": {
+ "issues": "https://github.com/itamair/geoPHP/issues",
+ "source": "https://github.com/itamair/geoPHP/tree/1.8"
+ },
+ "install-path": "../itamair/geophp"
+ },
+ {
+ "name": "laminas/laminas-escaper",
+ "version": "2.18.0",
+ "version_normalized": "2.18.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laminas/laminas-escaper.git",
+ "reference": "06f211dfffff18d91844c1f55250d5d13c007e18"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/06f211dfffff18d91844c1f55250d5d13c007e18",
+ "reference": "06f211dfffff18d91844c1f55250d5d13c007e18",
+ "shasum": ""
+ },
+ "require": {
+ "ext-ctype": "*",
+ "ext-mbstring": "*",
+ "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
+ },
+ "conflict": {
+ "zendframework/zend-escaper": "*"
+ },
+ "require-dev": {
+ "infection/infection": "^0.31.0",
+ "laminas/laminas-coding-standard": "~3.1.0",
+ "phpunit/phpunit": "^11.5.42",
+ "psalm/plugin-phpunit": "^0.19.5",
+ "vimeo/psalm": "^6.13.1"
+ },
+ "time": "2025-10-14T18:31:13+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Laminas\\Escaper\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
+ "homepage": "https://laminas.dev",
+ "keywords": [
+ "escaper",
+ "laminas"
+ ],
+ "support": {
+ "chat": "https://laminas.dev/chat",
+ "docs": "https://docs.laminas.dev/laminas-escaper/",
+ "forum": "https://discourse.laminas.dev",
+ "issues": "https://github.com/laminas/laminas-escaper/issues",
+ "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
+ "source": "https://github.com/laminas/laminas-escaper"
+ },
+ "funding": [
+ {
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
+ "type": "community_bridge"
+ }
+ ],
+ "install-path": "../laminas/laminas-escaper"
+ },
+ {
+ "name": "laminas/laminas-feed",
+ "version": "2.25.0",
+ "version_normalized": "2.25.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laminas/laminas-feed.git",
+ "reference": "6299e8e2502ddedd0f39722f64079f2b709b86fa"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/6299e8e2502ddedd0f39722f64079f2b709b86fa",
+ "reference": "6299e8e2502ddedd0f39722f64079f2b709b86fa",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-filter": "*",
+ "ext-libxml": "*",
+ "laminas/laminas-escaper": "^2.9",
+ "laminas/laminas-stdlib": "^3.6",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
+ },
+ "conflict": {
+ "laminas/laminas-servicemanager": "<3.3",
+ "zendframework/zend-feed": "*"
+ },
+ "require-dev": {
+ "laminas/laminas-cache": "^2.13.2 || ^3.12",
+ "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.3",
+ "laminas/laminas-coding-standard": "~2.5.0",
+ "laminas/laminas-db": "^2.18",
+ "laminas/laminas-http": "^2.19",
+ "laminas/laminas-servicemanager": "^3.22.1",
+ "laminas/laminas-validator": "^2.46",
+ "phpunit/phpunit": "^10.5.5",
+ "psalm/plugin-phpunit": "^0.19.0",
+ "psr/http-message": "^2.0",
+ "vimeo/psalm": "^5.18.0"
+ },
+ "suggest": {
+ "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
+ "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
+ "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
+ "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
+ "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
+ "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
+ },
+ "time": "2025-08-04T22:21:52+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Laminas\\Feed\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "provides functionality for creating and consuming RSS and Atom feeds",
+ "homepage": "https://laminas.dev",
+ "keywords": [
+ "atom",
+ "feed",
+ "laminas",
+ "rss"
+ ],
+ "support": {
+ "chat": "https://laminas.dev/chat",
+ "docs": "https://docs.laminas.dev/laminas-feed/",
+ "forum": "https://discourse.laminas.dev",
+ "issues": "https://github.com/laminas/laminas-feed/issues",
+ "rss": "https://github.com/laminas/laminas-feed/releases.atom",
+ "source": "https://github.com/laminas/laminas-feed"
+ },
+ "funding": [
+ {
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
+ "type": "community_bridge"
+ }
+ ],
+ "install-path": "../laminas/laminas-feed"
+ },
+ {
+ "name": "laminas/laminas-stdlib",
+ "version": "3.21.0",
+ "version_normalized": "3.21.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laminas/laminas-stdlib.git",
+ "reference": "b1c81514cfe158aadf724c42b34d3d0a8164c096"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/b1c81514cfe158aadf724c42b34d3d0a8164c096",
+ "reference": "b1c81514cfe158aadf724c42b34d3d0a8164c096",
+ "shasum": ""
+ },
+ "require": {
+ "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
+ },
+ "conflict": {
+ "zendframework/zend-stdlib": "*"
+ },
+ "require-dev": {
+ "laminas/laminas-coding-standard": "^3.1.0",
+ "phpbench/phpbench": "^1.4.1",
+ "phpunit/phpunit": "^11.5.42",
+ "psalm/plugin-phpunit": "^0.19.5",
+ "vimeo/psalm": "^6.13.1"
+ },
+ "time": "2025-10-11T18:13:12+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Laminas\\Stdlib\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "SPL extensions, array utilities, error handlers, and more",
+ "homepage": "https://laminas.dev",
+ "keywords": [
+ "laminas",
+ "stdlib"
+ ],
+ "support": {
+ "chat": "https://laminas.dev/chat",
+ "docs": "https://docs.laminas.dev/laminas-stdlib/",
+ "forum": "https://discourse.laminas.dev",
+ "issues": "https://github.com/laminas/laminas-stdlib/issues",
+ "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
+ "source": "https://github.com/laminas/laminas-stdlib"
+ },
+ "funding": [
+ {
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
+ "type": "community_bridge"
+ }
+ ],
+ "install-path": "../laminas/laminas-stdlib"
+ },
{
"name": "laravel/prompts",
"version": "v0.3.7",
@@ -3553,6 +5520,255 @@
},
"install-path": "../phootwork/lang"
},
+ {
+ "name": "php-http/guzzle7-adapter",
+ "version": "1.1.0",
+ "version_normalized": "1.1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-http/guzzle7-adapter.git",
+ "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/03a415fde709c2f25539790fecf4d9a31bc3d0eb",
+ "reference": "03a415fde709c2f25539790fecf4d9a31bc3d0eb",
+ "shasum": ""
+ },
+ "require": {
+ "guzzlehttp/guzzle": "^7.0",
+ "php": "^7.3 | ^8.0",
+ "php-http/httplug": "^2.0",
+ "psr/http-client": "^1.0"
+ },
+ "provide": {
+ "php-http/async-client-implementation": "1.0",
+ "php-http/client-implementation": "1.0",
+ "psr/http-client-implementation": "1.0"
+ },
+ "require-dev": {
+ "php-http/client-integration-tests": "^3.0",
+ "php-http/message-factory": "^1.1",
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpunit/phpunit": "^8.0|^9.3"
+ },
+ "time": "2024-11-26T11:14:36+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Http\\Adapter\\Guzzle7\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Tobias Nyholm",
+ "email": "tobias.nyholm@gmail.com"
+ }
+ ],
+ "description": "Guzzle 7 HTTP Adapter",
+ "homepage": "http://httplug.io",
+ "keywords": [
+ "Guzzle",
+ "http"
+ ],
+ "support": {
+ "issues": "https://github.com/php-http/guzzle7-adapter/issues",
+ "source": "https://github.com/php-http/guzzle7-adapter/tree/1.1.0"
+ },
+ "install-path": "../php-http/guzzle7-adapter"
+ },
+ {
+ "name": "php-http/httplug",
+ "version": "2.4.1",
+ "version_normalized": "2.4.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-http/httplug.git",
+ "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-http/httplug/zipball/5cad731844891a4c282f3f3e1b582c46839d22f4",
+ "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0",
+ "php-http/promise": "^1.1",
+ "psr/http-client": "^1.0",
+ "psr/http-message": "^1.0 || ^2.0"
+ },
+ "require-dev": {
+ "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
+ "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
+ },
+ "time": "2024-09-23T11:39:58+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Http\\Client\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Eric GELOEN",
+ "email": "geloen.eric@gmail.com"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com",
+ "homepage": "https://sagikazarmark.hu"
+ }
+ ],
+ "description": "HTTPlug, the HTTP client abstraction for PHP",
+ "homepage": "http://httplug.io",
+ "keywords": [
+ "client",
+ "http"
+ ],
+ "support": {
+ "issues": "https://github.com/php-http/httplug/issues",
+ "source": "https://github.com/php-http/httplug/tree/2.4.1"
+ },
+ "install-path": "../php-http/httplug"
+ },
+ {
+ "name": "php-http/message",
+ "version": "1.16.2",
+ "version_normalized": "1.16.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-http/message.git",
+ "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-http/message/zipball/06dd5e8562f84e641bf929bfe699ee0f5ce8080a",
+ "reference": "06dd5e8562f84e641bf929bfe699ee0f5ce8080a",
+ "shasum": ""
+ },
+ "require": {
+ "clue/stream-filter": "^1.5",
+ "php": "^7.2 || ^8.0",
+ "psr/http-message": "^1.1 || ^2.0"
+ },
+ "provide": {
+ "php-http/message-factory-implementation": "1.0"
+ },
+ "require-dev": {
+ "ergebnis/composer-normalize": "^2.6",
+ "ext-zlib": "*",
+ "guzzlehttp/psr7": "^1.0 || ^2.0",
+ "laminas/laminas-diactoros": "^2.0 || ^3.0",
+ "php-http/message-factory": "^1.0.2",
+ "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
+ "slim/slim": "^3.0"
+ },
+ "suggest": {
+ "ext-zlib": "Used with compressor/decompressor streams",
+ "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
+ "laminas/laminas-diactoros": "Used with Diactoros Factories",
+ "slim/slim": "Used with Slim Framework PSR-7 implementation"
+ },
+ "time": "2024-10-02T11:34:13+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "files": [
+ "src/filters.php"
+ ],
+ "psr-4": {
+ "Http\\Message\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com"
+ }
+ ],
+ "description": "HTTP Message related tools",
+ "homepage": "http://php-http.org",
+ "keywords": [
+ "http",
+ "message",
+ "psr-7"
+ ],
+ "support": {
+ "issues": "https://github.com/php-http/message/issues",
+ "source": "https://github.com/php-http/message/tree/1.16.2"
+ },
+ "install-path": "../php-http/message"
+ },
+ {
+ "name": "php-http/promise",
+ "version": "1.3.1",
+ "version_normalized": "1.3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-http/promise.git",
+ "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-http/promise/zipball/fc85b1fba37c169a69a07ef0d5a8075770cc1f83",
+ "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.1 || ^8.0"
+ },
+ "require-dev": {
+ "friends-of-phpspec/phpspec-code-coverage": "^4.3.2 || ^6.3",
+ "phpspec/phpspec": "^5.1.2 || ^6.2 || ^7.4"
+ },
+ "time": "2024-03-15T13:55:21+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Http\\Promise\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Joel Wurtz",
+ "email": "joel.wurtz@gmail.com"
+ },
+ {
+ "name": "Márk Sági-Kazár",
+ "email": "mark.sagikazar@gmail.com"
+ }
+ ],
+ "description": "Promise used for asynchronous HTTP requests",
+ "homepage": "http://httplug.io",
+ "keywords": [
+ "promise"
+ ],
+ "support": {
+ "issues": "https://github.com/php-http/promise/issues",
+ "source": "https://github.com/php-http/promise/tree/1.3.1"
+ },
+ "install-path": "../php-http/promise"
+ },
{
"name": "php-tuf/composer-stager",
"version": "v2.0.1",
@@ -7231,6 +9447,71 @@
}
],
"install-path": "../twig/twig"
+ },
+ {
+ "name": "willdurand/geocoder",
+ "version": "5.0.0",
+ "version_normalized": "5.0.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/geocoder-php/php-common.git",
+ "reference": "a749e00819d2929bd0ec40fb79853956332970ba"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/a749e00819d2929bd0ec40fb79853956332970ba",
+ "reference": "a749e00819d2929bd0ec40fb79853956332970ba",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.2"
+ },
+ "require-dev": {
+ "nyholm/nsa": "^1.1",
+ "phpunit/phpunit": "^9.5",
+ "symfony/stopwatch": "~2.5 || ~5.0"
+ },
+ "suggest": {
+ "symfony/stopwatch": "If you want to use the TimedGeocoder"
+ },
+ "time": "2025-01-01T15:52:42+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.1-dev"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Geocoder\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "William Durand",
+ "email": "william.durand1@gmail.com"
+ }
+ ],
+ "description": "Common files for PHP Geocoder",
+ "homepage": "http://geocoder-php.org",
+ "keywords": [
+ "abstraction",
+ "geocoder",
+ "geocoding",
+ "geoip"
+ ],
+ "support": {
+ "source": "https://github.com/geocoder-php/php-common/tree/5.0.0"
+ },
+ "install-path": "../willdurand/geocoder"
}
],
"dev": true,
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
index e2e10cc7..608aa8ec 100644
--- a/vendor/composer/installed.php
+++ b/vendor/composer/installed.php
@@ -3,7 +3,7 @@
'name' => 'drupal/recommended-project',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
- 'reference' => 'ac74f2d71232fd89d74c22312626313ae614baf4',
+ 'reference' => 'a9149db5daa6c35f471b4207421c039e2601c527',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -28,6 +28,24 @@
'aliases' => array(),
'dev_requirement' => false,
),
+ 'clue/stream-filter' => array(
+ 'pretty_version' => 'v1.7.0',
+ 'version' => '1.7.0.0',
+ 'reference' => '049509fef80032cb3f051595029ab75b49a3c2f7',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../clue/stream-filter',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'commerceguys/addressing' => array(
+ 'pretty_version' => 'v2.2.4',
+ 'version' => '2.2.4.0',
+ 'reference' => 'ea826dbe5b3fe76960073a2167d5cf996c811cda',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../commerceguys/addressing',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
'composer/installers' => array(
'pretty_version' => 'v2.3.0',
'version' => '2.3.0.0',
@@ -118,6 +136,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
+ 'davedevelopment/stiphle' => array(
+ 'pretty_version' => '0.9.4',
+ 'version' => '0.9.4.0',
+ 'reference' => '5d1c244f0525d265e231a65db538b74eb5483768',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../davedevelopment/stiphle',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
'dflydev/dot-access-data' => array(
'pretty_version' => 'v3.0.3',
'version' => '3.0.3.0',
@@ -190,6 +217,51 @@
'aliases' => array(),
'dev_requirement' => true,
),
+ 'drupal/add_content_by_bundle' => array(
+ 'pretty_version' => '1.2.2',
+ 'version' => '1.2.2.0',
+ 'reference' => '1.2.2',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/add_content_by_bundle',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/address' => array(
+ 'pretty_version' => '2.0.4',
+ 'version' => '2.0.4.0',
+ 'reference' => '2.0.4',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/address',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/auto_entitylabel' => array(
+ 'pretty_version' => '3.4.0',
+ 'version' => '3.4.0.0',
+ 'reference' => '8.x-3.4',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/auto_entitylabel',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/better_exposed_filters' => array(
+ 'pretty_version' => '7.1.1',
+ 'version' => '7.1.1.0',
+ 'reference' => '7.1.1',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/better_exposed_filters',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/ckeditor_accordion' => array(
+ 'pretty_version' => '2.3.0',
+ 'version' => '2.3.0.0',
+ 'reference' => '2.3.0',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/ckeditor_accordion',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
'drupal/color_field' => array(
'pretty_version' => '3.0.2',
'version' => '3.0.2.0',
@@ -388,6 +460,15 @@
0 => '11.2.5',
),
),
+ 'drupal/ctools' => array(
+ 'pretty_version' => '4.1.0',
+ 'version' => '4.1.0.0',
+ 'reference' => '4.1.0',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/ctools',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
'drupal/date_augmenter' => array(
'pretty_version' => '1.1.2',
'version' => '1.1.2.0',
@@ -406,6 +487,107 @@
'aliases' => array(),
'dev_requirement' => true,
),
+ 'drupal/feeds' => array(
+ 'pretty_version' => '3.2.0',
+ 'version' => '3.2.0.0',
+ 'reference' => '8.x-3.2',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/feeds',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/feeds_tamper' => array(
+ 'pretty_version' => 'dev-2.x',
+ 'version' => 'dev-2.x',
+ 'reference' => 'f56ab26955c9858f8d962a068f4b7d5b28a5fe02',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/feeds_tamper',
+ 'aliases' => array(
+ 0 => '2.x-dev',
+ ),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/fullcalendar_view' => array(
+ 'pretty_version' => '5.2.5',
+ 'version' => '5.2.5.0',
+ 'reference' => '5.2.5',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/fullcalendar_view',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/geocoder' => array(
+ 'pretty_version' => '4.30.0',
+ 'version' => '4.30.0.0',
+ 'reference' => '8.x-4.30',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/geocoder',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/geofield' => array(
+ 'pretty_version' => '1.66.0',
+ 'version' => '1.66.0.0',
+ 'reference' => '8.x-1.66',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/geofield',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/jquery_ui' => array(
+ 'pretty_version' => '1.8.0',
+ 'version' => '1.8.0.0',
+ 'reference' => '8.x-1.8',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/jquery_ui',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/jquery_ui_accordion' => array(
+ 'pretty_version' => '2.1.0',
+ 'version' => '2.1.0.0',
+ 'reference' => '2.1.0',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/jquery_ui_accordion',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/leaflet' => array(
+ 'pretty_version' => '10.3.11',
+ 'version' => '10.3.11.0',
+ 'reference' => '10.3.11',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/leaflet',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/metatag' => array(
+ 'pretty_version' => '2.2.0',
+ 'version' => '2.2.0.0',
+ 'reference' => '2.2.0',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/metatag',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/nouislider_js' => array(
+ 'pretty_version' => '15.8.1',
+ 'version' => '15.8.1.0',
+ 'reference' => 'b5610d5842784581e4c766cd1c3852ca0b355ed5',
+ 'type' => 'drupal-library',
+ 'install_path' => __DIR__ . '/../../web/libraries/nouislider',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/pathauto' => array(
+ 'pretty_version' => '1.14.0',
+ 'version' => '1.14.0.0',
+ 'reference' => '8.x-1.14',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/pathauto',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
'drupal/radix' => array(
'pretty_version' => '6.0.2',
'version' => '6.0.2.0',
@@ -418,7 +600,7 @@
'drupal/recommended-project' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
- 'reference' => 'ac74f2d71232fd89d74c22312626313ae614baf4',
+ 'reference' => 'a9149db5daa6c35f471b4207421c039e2601c527',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -433,6 +615,42 @@
'aliases' => array(),
'dev_requirement' => false,
),
+ 'drupal/tamper' => array(
+ 'pretty_version' => '1.0.0-beta2',
+ 'version' => '1.0.0.0-beta2',
+ 'reference' => '8.x-1.0-beta2',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/tamper',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/token' => array(
+ 'pretty_version' => '1.16.0',
+ 'version' => '1.16.0.0',
+ 'reference' => '8.x-1.16',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/token',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/views_accordion' => array(
+ 'pretty_version' => '2.0.2',
+ 'version' => '2.0.2.0',
+ 'reference' => '2.0.2',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/views_accordion',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'drupal/views_bootstrap' => array(
+ 'pretty_version' => '5.4.1',
+ 'version' => '5.4.1.0',
+ 'reference' => '5.4.1',
+ 'type' => 'drupal-module',
+ 'install_path' => __DIR__ . '/../../web/modules/contrib/views_bootstrap',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
'drush/drush' => array(
'pretty_version' => '13.6.2',
'version' => '13.6.2.0',
@@ -496,6 +714,42 @@
'aliases' => array(),
'dev_requirement' => false,
),
+ 'itamair/geophp' => array(
+ 'pretty_version' => '1.8',
+ 'version' => '1.8.0.0',
+ 'reference' => '9e464b5f65a2694789505adc5b8845d51ba2a365',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../itamair/geophp',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'laminas/laminas-escaper' => array(
+ 'pretty_version' => '2.18.0',
+ 'version' => '2.18.0.0',
+ 'reference' => '06f211dfffff18d91844c1f55250d5d13c007e18',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../laminas/laminas-escaper',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'laminas/laminas-feed' => array(
+ 'pretty_version' => '2.25.0',
+ 'version' => '2.25.0.0',
+ 'reference' => '6299e8e2502ddedd0f39722f64079f2b709b86fa',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../laminas/laminas-feed',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'laminas/laminas-stdlib' => array(
+ 'pretty_version' => '3.21.0',
+ 'version' => '3.21.0.0',
+ 'reference' => 'b1c81514cfe158aadf724c42b34d3d0a8164c096',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../laminas/laminas-stdlib',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
'laravel/prompts' => array(
'pretty_version' => 'v0.3.7',
'version' => '0.3.7.0',
@@ -601,6 +855,60 @@
'aliases' => array(),
'dev_requirement' => false,
),
+ 'php-http/async-client-implementation' => array(
+ 'dev_requirement' => false,
+ 'provided' => array(
+ 0 => '1.0',
+ ),
+ ),
+ 'php-http/client-implementation' => array(
+ 'dev_requirement' => false,
+ 'provided' => array(
+ 0 => '1.0',
+ ),
+ ),
+ 'php-http/guzzle7-adapter' => array(
+ 'pretty_version' => '1.1.0',
+ 'version' => '1.1.0.0',
+ 'reference' => '03a415fde709c2f25539790fecf4d9a31bc3d0eb',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../php-http/guzzle7-adapter',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'php-http/httplug' => array(
+ 'pretty_version' => '2.4.1',
+ 'version' => '2.4.1.0',
+ 'reference' => '5cad731844891a4c282f3f3e1b582c46839d22f4',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../php-http/httplug',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'php-http/message' => array(
+ 'pretty_version' => '1.16.2',
+ 'version' => '1.16.2.0',
+ 'reference' => '06dd5e8562f84e641bf929bfe699ee0f5ce8080a',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../php-http/message',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
+ 'php-http/message-factory-implementation' => array(
+ 'dev_requirement' => false,
+ 'provided' => array(
+ 0 => '1.0',
+ ),
+ ),
+ 'php-http/promise' => array(
+ 'pretty_version' => '1.3.1',
+ 'version' => '1.3.1.0',
+ 'reference' => 'fc85b1fba37c169a69a07ef0d5a8075770cc1f83',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../php-http/promise',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
'php-tuf/composer-stager' => array(
'pretty_version' => 'v2.0.1',
'version' => '2.0.1.0',
@@ -1079,5 +1387,14 @@
'aliases' => array(),
'dev_requirement' => false,
),
+ 'willdurand/geocoder' => array(
+ 'pretty_version' => '5.0.0',
+ 'version' => '5.0.0.0',
+ 'reference' => 'a749e00819d2929bd0ec40fb79853956332970ba',
+ 'type' => 'library',
+ 'install_path' => __DIR__ . '/../willdurand/geocoder',
+ 'aliases' => array(),
+ 'dev_requirement' => false,
+ ),
),
);
diff --git a/web/recipes/rsvp-recipes b/web/recipes/rsvp-recipes
new file mode 120000
index 00000000..25e65e4a
--- /dev/null
+++ b/web/recipes/rsvp-recipes
@@ -0,0 +1 @@
+/var/www/html/rsvp-recipes
\ No newline at end of file
diff --git a/web/sites/default/files/css/css_-Oc5dqRnrT0GX7ZfV3BzXH63g-XH_BeajABgyo7MvlA.css b/web/sites/default/files/css/css_-Oc5dqRnrT0GX7ZfV3BzXH63g-XH_BeajABgyo7MvlA.css
deleted file mode 100644
index aebb1844..00000000
--- a/web/sites/default/files/css/css_-Oc5dqRnrT0GX7ZfV3BzXH63g-XH_BeajABgyo7MvlA.css
+++ /dev/null
@@ -1,10 +0,0 @@
-/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
-.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
-.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
-.clearfix::after{display:table;clear:both;content:"";}
-.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
-.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
-.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
-.position-container{position:relative;}
-.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
-.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
diff --git a/web/sites/default/files/css/css_-Oc5dqRnrT0GX7ZfV3BzXH63g-XH_BeajABgyo7MvlA.css.gz b/web/sites/default/files/css/css_-Oc5dqRnrT0GX7ZfV3BzXH63g-XH_BeajABgyo7MvlA.css.gz
deleted file mode 100644
index 1d2e178e..00000000
Binary files a/web/sites/default/files/css/css_-Oc5dqRnrT0GX7ZfV3BzXH63g-XH_BeajABgyo7MvlA.css.gz and /dev/null differ
diff --git a/web/sites/default/files/php/twig/.htaccess b/web/sites/default/files/php/twig/.htaccess
deleted file mode 100644
index b0dc5406..00000000
--- a/web/sites/default/files/php/twig/.htaccess
+++ /dev/null
@@ -1,24 +0,0 @@
-# Deny all requests from Apache 2.4+.
-
- Require all denied
-
-
-# Deny all requests from Apache 2.0-2.2.
-
- Deny from all
-
-
-# Turn off all options we don't need.
-Options -Indexes -ExecCGI -Includes -MultiViews
-
-# Set the catch-all handler to prevent scripts from being executed.
-SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
-
- # Override the handler again if we're run later in the evaluation list.
- SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
-
-
-# If we know how to do it safely, disable the PHP engine entirely.
-
- php_flag engine off
-
\ No newline at end of file