diff --git a/.ddev/.gitignore b/.ddev/.gitignore index 788b845..8db0a72 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -11,7 +11,6 @@ /.homeadditions /.importdb* /.sshimageBuild -/.venv /.webimageBuild /.webimageExtra /apache/apache-site.conf @@ -20,22 +19,14 @@ /commands/host/launch /commands/web/xdebug /commands/web/live -/config.local.y*ml +/config.*.y*ml /db_snapshots /import-db /import.yaml -/mutagen/mutagen.yml -/mutagen/.start-synced +/mutagen /nginx_full/nginx-site.conf /postgres/postgresql.conf -/providers/acquia.yaml -/providers/lagoon.yaml /providers/platform.yaml -/providers/upsun.yaml /sequelpro.spf -/settings/settings.ddev.py -/traefik/config/agaric-coop.yaml -/traefik/certs/agaric-coop.crt -/traefik/certs/agaric-coop.key -/xhprof/xhprof_prepend.php +/xhprof /**/README.* diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 84637ae..b2acc95 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -10,7 +10,7 @@ additional_hostnames: [] additional_fqdns: [] database: type: mariadb - version: "10.5" + version: "10.3" nfs_mount_enabled: false mutagen_enabled: false webimage_extra_packages: [rake, sassc] diff --git a/.gitmodules b/.gitmodules index ae9d060..6021173 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "web/themes/custom/agarica/patternlibrary"] path = web/themes/custom/agarica/patternlibrary - url = git@git.agaric.com:agaric/patternlibrary.git + url = git@gitlab.com:agaric/patternlibrary.git branch = master diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index d614e81..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Listen for Xdebug", - "type": "php", - "request": "launch", - "port": 9003, - "hostname": "0.0.0.0", - "pathMappings": { - "/var/www/html": "${workspaceRoot}" - } - }, - { - "name": "Launch currently open script", - "type": "php", - "request": "launch", - "program": "${file}", - "cwd": "${fileDirname}", - "port": 0, - "runtimeArgs": [ - "-dxdebug.start_with_request=yes" - ], - "env": { - "XDEBUG_MODE": "debug,develop", - "XDEBUG_CONFIG": "client_port=${port}" - } - }, - { - "name": "Launch Built-in web server", - "type": "php", - "request": "launch", - "runtimeArgs": [ - "-dxdebug.mode=debug", - "-dxdebug.start_with_request=yes", - "-S", - "localhost:0" - ], - "program": "", - "cwd": "${workspaceRoot}", - "port": 9003, - "serverReadyAction": { - "pattern": "Development Server \\(http://localhost:([0-9]+)\\) started", - "uriFormat": "http://localhost:%s", - "action": "openExternally" - } - } - ] -} diff --git a/agaric-coop.code-workspace b/agaric-coop.code-workspace deleted file mode 100644 index 5709732..0000000 --- a/agaric-coop.code-workspace +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": {} -} diff --git a/composer.json b/composer.json index d4b3118..4ca7199 100644 --- a/composer.json +++ b/composer.json @@ -7,17 +7,28 @@ "prefer-stable": true, "homepage": "https://agaric.coop", "support": { - "docs": "http://docs.drutopia.org/en/latest", - "issues": "https://gitlab.com/drutopia/drutopia/-/issues" + "docs": "http://docs.drutopia.org/en/latest" }, "repositories": { - "drupal/search_api_entity_multiselect": { + "drupal/octavia_camouflage": { "type": "git", - "url": "https://codeberg.org/agaric/search_api_entity_multiselect.git" + "url": "git@gitlab.com:drutopia/octavia_camouflage.git" }, - "drupal/google_analytics": { + "drupal/drutopia_collection": { "type": "git", - "url": "git@git.drupal.org:issue/google_analytics-3357831.git" + "url": "git@gitlab.com:drutopia/drutopia_collection.git" + }, + "drupal/drutopia_organization": { + "type": "git", + "url": "git@git.drupal.org:project/drutopia_organization.git" + }, + "drupal/drutopia_core": { + "type": "git", + "url": "git@gitlab.com:drutopia/drutopia_core.git" + }, + "drupal/workflow_buttons": { + "type": "git", + "url": "git@git.drupal.org:project/workflow_buttons.git" }, "drupal": { "type": "composer", @@ -25,153 +36,138 @@ } }, "require": { - "composer/installers": "^2", - "cweagans/composer-patches": "^1", - "drupal/admin_toolbar": "^3", - "drupal/allowed_formats": "^2", - "drupal/antibot": "^2", - "drupal/asset_injector": "^2", + "composer/installers": "^2.2", + "cweagans/composer-patches": "^1.7", + "drupal/allowed_formats": "^1.1", "drupal/auto_entitylabel": "^3.0@beta", "drupal/backup_migrate": "^5", - "drupal/better_exposed_filters": "^6", - "drupal/block_class": "^2", - "drupal/bpmn_io": "^1", - "drupal/cancel_button": "^1", + "drupal/block_class": "^2.0", "drupal/ckeditor_markdown": "^1.3", "drupal/ckeditorheight": "^1", "drupal/classitup": "^1", "drupal/coffee": "1.x-dev", - "drupal/comment_notify": "^1", - "drupal/content_lock": "^2", - "drupal/context_stack": "^1", - "drupal/convert_bundles": "^2", - "drupal/core-composer-scaffold": "^10", - "drupal/core-recommended": "^10", - "drupal/csp": "^1", - "drupal/customerror": "^1", - "drupal/dashboards": "^2", - "drupal/date_popup": "^2", - "drupal/datetimehideseconds": "^1", + "drupal/comment_notify": "dev-1.x", + "drupal/content_lock": "^2.2", + "drupal/context_stack": "^1.0", + "drupal/convert_bundles": "^1.0@alpha", + "drupal/core-composer-scaffold": "^9", + "drupal/core-recommended": "^9", + "drupal/csp": "^1.13", + "drupal/customerror": "1.x-dev", + "drupal/dashboards": "^2.0", + "drupal/date_popup": "^1.1", + "drupal/datetimehideseconds": "^1.1", "drupal/diff": "^1", "drupal/drd": "^4", "drupal/drd_agent": "^4", - "drupal/dropdown_language": "^4", - "drupal/drutopia_collection": "2.0.x-dev@dev", - "drupal/drutopia_core": "2.0.x-dev@dev", - "drupal/drutopia_organization": "2.0.x-dev@dev", - "drupal/drutopia_paragraph_title": "^1", - "drupal/drutopia_site": "2.0.x-dev@dev", - "drupal/easy_breadcrumb": "^2", - "drupal/eca": "^1", + "drupal/dropdown_language": "^3", + "drupal/drutopia_collection": "dev-8.x-1.x as 1.x-dev", + "drupal/drutopia_core": "dev-8.x-1.x as 1.x-dev", + "drupal/drutopia_organization": "1.0.x-dev", + "drupal/drutopia_paragraph_title": "1.x-dev", + "drupal/drutopia_site": "1.x-dev@dev", + "drupal/easy_breadcrumb": "^2.0", + "drupal/eca": "^1.0", "drupal/eca_context": "^1.0", "drupal/editor_advanced_link": "^2.0", - "drupal/editoria11y": "^2", - "drupal/email_registration": "^1", - "drupal/entity_notify": "^1", + "drupal/editoria11y": "^2.0", + "drupal/empty_page": "^3", "drupal/entity_reference_override": "^2", - "drupal/entitygroupfield": "^2", + "drupal/entitygroupfield": "^1.0@alpha", "drupal/environment_indicator": "^4", - "drupal/eva": "^3", + "drupal/eva": "^2", "drupal/exif_orientation": "^1", - "drupal/feeds": "^3", - "drupal/feeds_ex": "^1", + "drupal/feeds": "^3.0@beta", "drupal/feeds_ical": "^2", - "drupal/field_defaults": "^2", + "drupal/field_defaults": "^1", "drupal/field_formatter_class": "^1", - "drupal/field_token_value": "^3", - "drupal/filter_perms": "^1", - "drupal/fitvids": "^2", + "drupal/field_token_value": "^3.0", + "drupal/filter_perms": "^1.0@alpha", + "drupal/fitvids": "^1", "drupal/fixed_block_content": "^1", - "drupal/flag": "^4", - "drupal/footnotes": "^3", - "drupal/fullcalendar_view": "^5", - "drupal/geolocation": "^3", - "drupal/gin": "^3", - "drupal/gin_gutenberg": "^1", - "drupal/gin_login": "^2", - "drupal/gin_toolbar": "^1", - "drupal/google_analytics": "dev-3357831-php-8.2-compatibility", - "drupal/gutenberg": "^2", + "drupal/footnotes": "2.x-dev", + "drupal/geolocation": "^3.2", + "drupal/gin": "^3.0@beta", + "drupal/gin_gutenberg": "^1.0", + "drupal/gin_login": "^1.2", + "drupal/gin_toolbar": "^1.0@beta", + "drupal/google_analytics": "^4.0", + "drupal/gutenberg": "^2.5", + "drupal/hotjar": "^3.1", "drupal/http_cache_control": "^2", - "drupal/http_client_error_status": "^3", + "drupal/http_client_error_status": "^3.0", "drupal/ief_complex_open": "^1", "drupal/indieweb": "^1", "drupal/inline_entity_form": "^1.0@RC", - "drupal/inotherwords": "^3", - "drupal/insert": "^3", + "drupal/insert": "^2", "drupal/key": "^1.14", "drupal/link_attributes": "^1.9", "drupal/linkit": "^6", - "drupal/mail_login": "^2.7", "drupal/markdown": "^3", - "drupal/menu_item_extras": "^2.19", "drupal/menu_link_config": "^1.0@alpha", - "drupal/menu_trail_by_path": "^2", + "drupal/menu_trail_by_path": "^2.0", "drupal/microformats": "^2", "drupal/migrate_plus": "^6", "drupal/migrate_source_csv": "^3", "drupal/migrate_tools": "^6", "drupal/migrate_upgrade": "^4", - "drupal/minimalhtml": "^2", - "drupal/multiparagraph_flow": "^1.0@dev", + "drupal/minimalhtml": "^1", + "drupal/mobile_number": "^2.0@alpha", "drupal/node_view_permissions": "^1.4", "drupal/noreferrer": "^1", "drupal/notfoundpassthrough": "1.x-dev", - "drupal/octavia": "2.0.x-dev@dev", - "drupal/octavia_camouflage": "2.0.x-dev@dev", - "drupal/paragraphs_features": "^2", - "drupal/password_policy": "^4", + "drupal/octavia": "1.x-dev", + "drupal/octavia_camouflage": "dev-8.x-1.x as 1.x-dev", + "drupal/paragraphs_features": "^1.4", + "drupal/password_policy": "^4.0", "drupal/plausible": "^2.0@beta", "drupal/prepopulate": "^2", - "drupal/preview_link": "^2", - "drupal/printable": "^3", - "drupal/quickedit": "^1.0", + "drupal/preview_link": "^1", "drupal/r4032login": "^2", "drupal/rabbit_hole": "^1.0@beta", - "drupal/regionincontent": "^1", - "drupal/registration_role": "^2", + "drupal/redirect": "^1.2", + "drupal/regionincontent": "1.x-dev", + "drupal/registration_role": "^1", "drupal/require_on_publish": "^1", "drupal/role_delegation": "^1", "drupal/scheduler": "^1", "drupal/schema_metatag": "^2", - "drupal/scn": "^2", + "drupal/scn": "^2.0", "drupal/search404": "^2", "drupal/search_api_autocomplete": "^1.6", - "drupal/search_api_entity_multiselect": "1.0.x-dev", - "drupal/search_api_saved_searches": "^1", + "drupal/search_api_saved_searches": "^1.0@alpha", "drupal/seckit": "^2.0", "drupal/select_or_other": "^4.0", - "drupal/seven": "^1.0", "drupal/shield": "^1.4", - "drupal/smart_date": "^4.0", + "drupal/smart_date": "^3.5", "drupal/sms": "^2.0", + "drupal/sms_twilio": "^1.0", "drupal/social_post_facebook": "3.0.x-dev@dev", "drupal/social_post_twitter": "3.x-dev@dev", - "drupal/stringoverrides": "^1.8", - "drupal/stripe_webform": "^2", + "drupal/stripe_webform": "^1", "drupal/subpathauto": "^1.0@RC", - "drupal/super_login": "^2.1", - "drupal/taxonomy_import": "^2", "drupal/taxonomy_manager": "^2", "drupal/textarea_widget_for_text": "^1.1", "drupal/tomselect": "1.0.x-dev@dev", - "drupal/trim": "^2", - "drupal/twig_tweak": "^3.2", + "drupal/trim": "^1.0", "drupal/twigsuggest": "^1", "drupal/ui_patterns": "^1", - "drupal/unique_content_field_validation": "^1.1", + "drupal/urllogin": "^2", "drupal/view_password": "^6", "drupal/view_unpublished": "^1.0", "drupal/views_daterange_filters": "^1.0@alpha", "drupal/views_field_compare": "^1.0@beta", "drupal/viewsreference": "^1", + "drupal/virtual_event_bbb": "^1.0", + "drupal/virtual_event_bbb_local_keys": "^1.0", + "drupal/virtual_events": "^1.0", "drupal/webform": "^6.0", "drupal/webform_mailchimp": "^5.4", "drupal/weight": "^3.3", - "drupal/workflow_buttons": "1.x-dev", - "drupal/wysiwyg_linebreaks": "^2", - "drush/drush": "*", - "drutopia/drutopia": "2.0.x-dev", + "drupal/workflow_buttons": "dev-8.x-1.x as 1.x-dev", + "drupal/wysiwyg_linebreaks": "^1.10", + "drush/drush": "^11", + "drutopia/drutopia": "dev-8.x-1.x", "league/commonmark": "^1.0", "vlucas/phpdotenv": "^5.1", "webflo/drupal-finder": "^1.2" @@ -179,7 +175,8 @@ "require-dev": { "behat/behat": "^3.4", "behat/mink": "^1.7", - "drupal/upgrade_status": "^4" + "behat/mink-goutte-driver": "^1.2", + "drupal/upgrade_status": "^3" }, "config": { "sort-packages": true, @@ -225,10 +222,8 @@ "Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch" }, "drupal/core": { - "Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch", "Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2021-12-01/2648950-257.patch", - "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch", - "Exception thrown by responsive srcset images when the image is not yet in the file system (such as with Stage File Proxy)": "https://www.drupal.org/files/issues/2021-09-03/responsive_image-remove_missing_response_image_width_exception-2827921-22.patch" + "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch" }, "drupal/ds": { "Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch" diff --git a/composer.lock b/composer.lock index f3a3683..1783599 100644 --- a/composer.lock +++ b/composer.lock @@ -4,33 +4,33 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "01b4a11210293dc60eb5326704326b3a", + "content-hash": "c56fc4449868db59808843ba53c63870", "packages": [ { "name": "abraham/twitteroauth", - "version": "7.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/abraham/twitteroauth.git", - "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa" + "reference": "b9302599e416e5c00742cf7f4455220897f8291d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/a8622680f954d0c4f54fd80bedebe00c756ed7aa", - "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa", + "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/b9302599e416e5c00742cf7f4455220897f8291d", + "reference": "b9302599e416e5c00742cf7f4455220897f8291d", "shasum": "" }, "require": { "composer/ca-bundle": "^1.2", "ext-curl": "*", - "php": "8.*" + "php": "^7.4 || ^8.0 || ^8.1" }, "require-dev": { "php-vcr/php-vcr": "^1", - "php-vcr/phpunit-testlistener-vcr": "dev-php8", + "php-vcr/phpunit-testlistener-vcr": "dev-php-8", "phpmd/phpmd": "^2", - "phpunit/phpunit": "^9", - "rector/rector": "^0.15.7", + "phpunit/phpunit": "^8 || ^9", + "rector/rector": "^0.12.19 || ^0.13.0", "squizlabs/php_codesniffer": "^3" }, "type": "library", @@ -66,61 +66,11 @@ "issues": "https://github.com/abraham/twitteroauth/issues", "source": "https://github.com/abraham/twitteroauth" }, - "time": "2024-02-11T18:58:08+00:00" - }, - { - "name": "agaric/oxford-comma", - "version": "1.2.0", - "source": { - "type": "git", - "url": "git@gitlab.com:agaric/php/oxford-comma.git", - "reference": "62afcb36604999659fcfec4502c120152b39bfc6" - }, - "dist": { - "type": "zip", - "url": "https://gitlab.com/api/v4/projects/agaric%2Fphp%2Foxford-comma/repository/archive.zip?sha=62afcb36604999659fcfec4502c120152b39bfc6", - "reference": "62afcb36604999659fcfec4502c120152b39bfc6", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "autoload": { - "files": [ - "src/OxfordComma.php" - ], - "psr-4": { - "Agaric\\OxfordComma\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "benjamin melançon", - "email": "ben@agaric.com", - "homepage": "https://agaric.coop/mlncn", - "role": "Developer" - } - ], - "description": "A function to take a list of terms and return them in an English phrase with proper punctuation 'red, black, and white' or 'red and black'.", - "homepage": "https://gitlab.com/agaric/php/oxford-comma", - "keywords": [ - "Lists", - "Oxford comma", - "display", - "output", - "punctuation", - "text" - ], - "time": "2020-03-26T13:04:29+00:00" + "time": "2022-08-18T23:30:33+00:00" }, { "name": "agaric/php-facebook", - "version": "dev-main", + "version": "1.0.0", "source": { "type": "git", "url": "https://gitlab.com/agaric/php/php-facebook.git", @@ -135,7 +85,6 @@ "require": { "league/oauth2-facebook": "^2.0" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -175,7 +124,7 @@ "issues": "https://gitlab.com/agaric/php/php-facebook/-/issues", "source": "https://gitlab.com/agaric/php/php-facebook/-/tree/1.0.0" }, - "time": "2022-05-12T00:31:53+00:00" + "time": "2022-05-11T20:31:53+00:00" }, { "name": "albertofem/rsync-lib", @@ -229,91 +178,38 @@ }, "time": "2018-01-13T20:13:12+00:00" }, - { - "name": "arthurkushman/query-path", - "version": "3.1.4", - "source": { - "type": "git", - "url": "https://github.com/arthurkushman/querypath.git", - "reference": "a62260eddc58e0b30dfeb7c9db60a8bd593d2135" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/arthurkushman/querypath/zipball/a62260eddc58e0b30dfeb7c9db60a8bd593d2135", - "reference": "a62260eddc58e0b30dfeb7c9db60a8bd593d2135", - "shasum": "" - }, - "require": { - "masterminds/html5": "2.*", - "php": ">=7.1" - }, - "require-dev": { - "fzaninotto/faker": "^1.8", - "mockery/mockery": "^1.1", - "phpunit/phpunit": "^7.2" - }, - "type": "library", - "autoload": { - "files": [ - "src/qp_functions.php" - ], - "psr-4": { - "QueryPath\\": "src/", - "QueryPathTests\\": "tests/QueryPath/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "HTML/XML querying (CSS 4 or XPath) and processing (like jQuery)", - "homepage": "https://github.com/arthurkushman/querypath", - "keywords": [ - "PHP7", - "css", - "html", - "jquery", - "xml", - "xslt" - ], - "support": { - "issues": "https://github.com/arthurkushman/querypath/issues", - "source": "https://github.com/arthurkushman/querypath/tree/3.1.4" - }, - "time": "2022-03-28T14:28:31+00:00" - }, { "name": "asm89/stack-cors", - "version": "v2.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/asm89/stack-cors.git", - "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea" + "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/asm89/stack-cors/zipball/50f57105bad3d97a43ec4a485eb57daf347eafea", - "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08", + "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08", "shasum": "" }, "require": { - "php": "^7.3|^8.0", - "symfony/http-foundation": "^5.3|^6|^7", - "symfony/http-kernel": "^5.3|^6|^7" + "php": ">=5.5.9", + "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", + "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" }, "require-dev": { - "phpunit/phpunit": "^9", - "squizlabs/php_codesniffer": "^3.5" + "phpunit/phpunit": "^5.0 || ^4.8.10", + "squizlabs/php_codesniffer": "^2.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2-dev" + "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { - "Asm89\\Stack\\": "src/" + "Asm89\\Stack\\": "src/Asm89/Stack/" } }, "notification-url": "https://packagist.org/downloads/", @@ -334,9 +230,9 @@ ], "support": { "issues": "https://github.com/asm89/stack-cors/issues", - "source": "https://github.com/asm89/stack-cors/tree/v2.2.0" + "source": "https://github.com/asm89/stack-cors/tree/1.3.0" }, - "time": "2023-11-14T13:51:46+00:00" + "time": "2019-12-24T22:41:47+00:00" }, { "name": "barnabywalters/mf-cleaner", @@ -383,17 +279,77 @@ "time": "2014-10-06T23:11:15+00:00" }, { - "name": "caxy/php-htmldiff", - "version": "v0.1.15", + "name": "bigbluebutton/bigbluebutton-api-php", + "version": "2.0.11", "source": { "type": "git", - "url": "https://github.com/caxy/php-htmldiff.git", - "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd" + "url": "https://github.com/bigbluebutton/bigbluebutton-api-php.git", + "reference": "4eac0d8b72db0155ce2092153e80964ffc0cf61e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/6342b02ddb86fd36093ad7e2db2efc21f01ab7cd", - "reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd", + "url": "https://api.github.com/repos/bigbluebutton/bigbluebutton-api-php/zipball/4eac0d8b72db0155ce2092153e80964ffc0cf61e", + "reference": "4eac0d8b72db0155ce2092153e80964ffc0cf61e", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-mbstring": "*", + "ext-simplexml": "*", + "php": ">=5.4" + }, + "require-dev": { + "composer/composer": "1.7.*@dev", + "ext-mbstring": "*", + "friendsofphp/php-cs-fixer": "2.*", + "fzaninotto/faker": "~1.8.0", + "php": ">=7.0", + "php-coveralls/php-coveralls": "2.1.*", + "phpunit/phpunit": "6.*", + "squizlabs/php_codesniffer": "3.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "BigBlueButton\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0" + ], + "authors": [ + { + "name": "Ghazi Triki", + "email": "ghazi.nocturne@gmail.com", + "role": "Developer" + } + ], + "description": "BigBlueButton PHP API Library for PHP", + "homepage": "http://bigbluebutton.org/", + "keywords": [ + "api", + "bbb", + "bigbluebutton" + ], + "support": { + "issues": "https://github.com/bigbluebutton/bigbluebutton-api-php/issues", + "source": "https://github.com/bigbluebutton/bigbluebutton-api-php/tree/2.0.11" + }, + "time": "2021-04-15T07:09:07+00:00" + }, + { + "name": "caxy/php-htmldiff", + "version": "v0.1.14", + "source": { + "type": "git", + "url": "https://github.com/caxy/php-htmldiff.git", + "reference": "3f8ee7edda3d7c6d2e58a02d70a12d3242c84ea5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/3f8ee7edda3d7c6d2e58a02d70a12d3242c84ea5", + "reference": "3f8ee7edda3d7c6d2e58a02d70a12d3242c84ea5", "shasum": "" }, "require": { @@ -439,9 +395,9 @@ ], "support": { "issues": "https://github.com/caxy/php-htmldiff/issues", - "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.15" + "source": "https://github.com/caxy/php-htmldiff/tree/v0.1.14" }, - "time": "2023-11-05T23:49:04+00:00" + "time": "2022-01-19T11:09:59+00:00" }, { "name": "cebe/markdown", @@ -509,48 +465,49 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "3.3.0", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "56da9209b24a5a5b5d27bec9e523f02bdd101770" + "reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/56da9209b24a5a5b5d27bec9e523f02bdd101770", - "reference": "56da9209b24a5a5b5d27bec9e523f02bdd101770", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/3bffb204d29bd6136167f9f03b59f31cf5d5e6d2", + "reference": "3bffb204d29bd6136167f9f03b59f31cf5d5e6d2", "shasum": "" }, "require": { "ext-json": "*", - "php": ">=8.1.0", - "psr/event-dispatcher": "^1.0", - "psr/log": "^3.0", - "symfony/console": "^6.3", - "symfony/dependency-injection": "^6.3.2", - "symfony/filesystem": "^6.3", - "symfony/string": "^6.3", - "twig/twig": "^3.4" + "php": ">=7.4", + "psr/log": "^1.1 || ^2.0 || ^3.0", + "symfony/console": "^4.4.15 || ^5.1 || ^6.0", + "symfony/filesystem": "^4.4 || ^5.1 || ^6", + "symfony/polyfill-php80": "^1.23", + "symfony/string": "^5.1 || ^6", + "twig/twig": "^2.14.11 || ^3.1" }, "conflict": { "squizlabs/php_codesniffer": "<3.6" }, "require-dev": { - "chi-teck/drupal-coder-extension": "^2.0.0-alpha4", - "drupal/coder": "8.3.22", - "drupal/core": "10.1.x-dev", - "ext-simplexml": "*", + "chi-teck/drupal-coder-extension": "^1.2", + "drupal/coder": "^8.3.14", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "^3.7", - "symfony/var-dumper": "^6.3", - "symfony/yaml": "^6.3", - "vimeo/psalm": "^5.14.0" + "phpunit/phpunit": "^9.4", + "squizlabs/php_codesniffer": "^3.5", + "symfony/var-dumper": "^5.2 || ^6.0", + "symfony/yaml": "^5.2 || ^6.0" }, "bin": [ "bin/dcg" ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, "autoload": { "psr-4": { "DrupalCodeGenerator\\": "src" @@ -563,9 +520,9 @@ "description": "Drupal code generator", "support": { "issues": "https://github.com/Chi-teck/drupal-code-generator/issues", - "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.3.0" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.6.1" }, - "time": "2023-10-21T12:57:05+00:00" + "time": "2022-09-15T09:13:57+00:00" }, { "name": "cocur/slugify", @@ -638,20 +595,20 @@ }, { "name": "commerceguys/addressing", - "version": "v1.4.2", + "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/commerceguys/addressing.git", - "reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308" + "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/commerceguys/addressing/zipball/406c7b5f0fbe4f6a64155c0fe03b1adb34d01308", - "reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308", + "url": "https://api.github.com/repos/commerceguys/addressing/zipball/8b1bcd45971733e8f4224e539cb92838f18c4d06", + "reference": "8b1bcd45971733e8f4224e539cb92838f18c4d06", "shasum": "" }, "require": { - "doctrine/collections": "^1.2 || ^2.0", + "doctrine/collections": "^1.2", "php": ">=7.3" }, "require-dev": { @@ -696,22 +653,22 @@ ], "support": { "issues": "https://github.com/commerceguys/addressing/issues", - "source": "https://github.com/commerceguys/addressing/tree/v1.4.2" + "source": "https://github.com/commerceguys/addressing/tree/v1.4.1" }, - "time": "2023-02-15T10:11:14+00:00" + "time": "2022-08-09T11:42:51+00:00" }, { "name": "composer/ca-bundle", - "version": "1.4.0", + "version": "1.3.4", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "b66d11b7479109ab547f9405b97205640b17d385" + "reference": "69098eca243998b53eed7a48d82dedd28b447cd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385", - "reference": "b66d11b7479109ab547f9405b97205640b17d385", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5", + "reference": "69098eca243998b53eed7a48d82dedd28b447cd5", "shasum": "" }, "require": { @@ -723,7 +680,7 @@ "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" }, "type": "library", "extra": { @@ -758,7 +715,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.4.0" + "source": "https://github.com/composer/ca-bundle/tree/1.3.4" }, "funding": [ { @@ -774,7 +731,7 @@ "type": "tidelift" } ], - "time": "2023-12-18T12:05:55+00:00" + "time": "2022-10-12T12:08:29+00:00" }, { "name": "composer/installers", @@ -923,16 +880,16 @@ }, { "name": "composer/semver", - "version": "3.4.0", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", - "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", + "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", "shasum": "" }, "require": { @@ -982,9 +939,9 @@ "versioning" ], "support": { - "irc": "ircs://irc.libera.chat:6697/composer", + "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.4.0" + "source": "https://github.com/composer/semver/tree/3.3.2" }, "funding": [ { @@ -1000,29 +957,29 @@ "type": "tidelift" } ], - "time": "2023-08-31T09:50:34+00:00" + "time": "2022-04-01T19:23:25+00:00" }, { "name": "consolidation/annotated-command", - "version": "4.9.2", + "version": "4.6.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "b5255dcbee1de95036185062a103dabc622224de" + "reference": "76835d35fcb0b879170129e82adfa1536b72921f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/b5255dcbee1de95036185062a103dabc622224de", - "reference": "b5255dcbee1de95036185062a103dabc622224de", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/76835d35fcb0b879170129e82adfa1536b72921f", + "reference": "76835d35fcb0b879170129e82adfa1536b72921f", "shasum": "" }, "require": { - "consolidation/output-formatters": "^4.3.1", + "consolidation/output-formatters": "^4.1.1", "php": ">=7.1.3", - "psr/log": "^1 || ^2 || ^3", - "symfony/console": "^4.4.8 || ^5 || ^6", - "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6", - "symfony/finder": "^4.4.8 || ^5 || ^6" + "psr/log": "^1|^2|^3", + "symfony/console": "^4.4.8|^5|^6", + "symfony/event-dispatcher": "^4.4.8|^5|^6", + "symfony/finder": "^4.4.8|^5|^6" }, "require-dev": { "composer-runtime-api": "^2.0", @@ -1054,9 +1011,9 @@ "description": "Initialize Symfony Console commands from annotated command class methods.", "support": { "issues": "https://github.com/consolidation/annotated-command/issues", - "source": "https://github.com/consolidation/annotated-command/tree/4.9.2" + "source": "https://github.com/consolidation/annotated-command/tree/4.6.1" }, - "time": "2023-12-26T14:30:50+00:00" + "time": "2022-11-09T18:31:17+00:00" }, { "name": "consolidation/config", @@ -1170,22 +1127,22 @@ }, { "name": "consolidation/log", - "version": "3.0.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", - "reference": "caaad9d70dae54eb49002666f000e3c607066878" + "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/caaad9d70dae54eb49002666f000e3c607066878", - "reference": "caaad9d70dae54eb49002666f000e3c607066878", + "url": "https://api.github.com/repos/consolidation/log/zipball/3ad08dc57e8aff9400111bad36beb0ed387fe6a9", + "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9", "shasum": "" }, "require": { - "php": ">=8.0.0", - "psr/log": "^3", - "symfony/console": "^5 || ^6" + "php": ">=7.1.3", + "psr/log": "^1 || ^2", + "symfony/console": "^4 || ^5 || ^6" }, "require-dev": { "phpunit/phpunit": ">=7.5.20", @@ -1216,42 +1173,47 @@ "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", "support": { "issues": "https://github.com/consolidation/log/issues", - "source": "https://github.com/consolidation/log/tree/3.0.0" + "source": "https://github.com/consolidation/log/tree/2.1.1" }, - "time": "2022-04-05T16:53:32+00:00" + "time": "2022-02-24T04:27:32+00:00" }, { "name": "consolidation/output-formatters", - "version": "4.3.2", + "version": "4.2.3", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58" + "reference": "cbb50cc86775f14972003f797b61e232788bee1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58", - "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/cbb50cc86775f14972003f797b61e232788bee1f", + "reference": "cbb50cc86775f14972003f797b61e232788bee1f", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", "php": ">=7.1.3", - "symfony/console": "^4 || ^5 || ^6", - "symfony/finder": "^4 || ^5 || ^6" + "symfony/console": "^4|^5|^6", + "symfony/finder": "^4|^5|^6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", - "phpunit/phpunit": "^7 || ^8 || ^9", + "phpunit/phpunit": ">=7", "squizlabs/php_codesniffer": "^3", - "symfony/var-dumper": "^4 || ^5 || ^6", - "symfony/yaml": "^4 || ^5 || ^6", - "yoast/phpunit-polyfills": "^1" + "symfony/var-dumper": "^4|^5|^6", + "symfony/yaml": "^4|^5|^6", + "yoast/phpunit-polyfills": "^0.2.0" }, "suggest": { "symfony/var-dumper": "For using the var_dump formatter" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "4.x-dev" + } + }, "autoload": { "psr-4": { "Consolidation\\OutputFormatters\\": "src" @@ -1270,39 +1232,38 @@ "description": "Format text by applying transformations provided by plug-in formatters.", "support": { "issues": "https://github.com/consolidation/output-formatters/issues", - "source": "https://github.com/consolidation/output-formatters/tree/4.3.2" + "source": "https://github.com/consolidation/output-formatters/tree/4.2.3" }, - "time": "2023-07-06T04:45:41+00:00" + "time": "2022-10-17T04:01:40+00:00" }, { "name": "consolidation/robo", - "version": "4.0.6", + "version": "3.0.10", "source": { "type": "git", "url": "https://github.com/consolidation/robo.git", - "reference": "55a272370940607649e5c46eb173c5c54f7c166d" + "reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/robo/zipball/55a272370940607649e5c46eb173c5c54f7c166d", - "reference": "55a272370940607649e5c46eb173c5c54f7c166d", + "url": "https://api.github.com/repos/consolidation/robo/zipball/206bbe23b34081a36bfefc4de2abbc1abcd29ef4", + "reference": "206bbe23b34081a36bfefc4de2abbc1abcd29ef4", "shasum": "" }, "require": { - "consolidation/annotated-command": "^4.8.1", - "consolidation/config": "^2.0.1", - "consolidation/log": "^2.0.2 || ^3", + "consolidation/annotated-command": "^4.3", + "consolidation/config": "^1.2.1 || ^2.0.1", + "consolidation/log": "^1.1.1 || ^2.0.2", "consolidation/output-formatters": "^4.1.2", "consolidation/self-update": "^2.0", "league/container": "^3.3.1 || ^4.0", - "php": ">=8.0", - "phpowermove/docblock": "^4.0", - "symfony/console": "^6", - "symfony/event-dispatcher": "^6", - "symfony/filesystem": "^6", - "symfony/finder": "^6", - "symfony/process": "^6", - "symfony/yaml": "^6" + "php": ">=7.1.3", + "symfony/console": "^4.4.19 || ^5 || ^6", + "symfony/event-dispatcher": "^4.4.19 || ^5 || ^6", + "symfony/filesystem": "^4.4.9 || ^5 || ^6", + "symfony/finder": "^4.4.9 || ^5 || ^6", + "symfony/process": "^4.4.9 || ^5 || ^6", + "symfony/yaml": "^4.4 || ^5 || ^6" }, "conflict": { "codegyre/robo": "*" @@ -1325,6 +1286,33 @@ "robo" ], "type": "library", + "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4.4.11", + "symfony/event-dispatcher": "^4.4.11", + "symfony/filesystem": "^4.4.11", + "symfony/finder": "^4.4.11", + "symfony/process": "^4.4.11", + "phpunit/phpunit": "^6", + "nikic/php-parser": "^2" + }, + "remove": [ + "codeception/phpunit-wrapper" + ], + "config": { + "platform": { + "php": "7.1.3" + } + } + } + }, + "branch-alias": { + "dev-master": "2.x-dev", + "dev-main": "2.x-dev" + } + }, "autoload": { "psr-4": { "Robo\\": "src" @@ -1343,22 +1331,22 @@ "description": "Modern task runner", "support": { "issues": "https://github.com/consolidation/robo/issues", - "source": "https://github.com/consolidation/robo/tree/4.0.6" + "source": "https://github.com/consolidation/robo/tree/3.0.10" }, - "time": "2023-04-30T21:49:04+00:00" + "time": "2022-02-21T17:19:14+00:00" }, { "name": "consolidation/self-update", - "version": "2.2.0", + "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "972a1016761c9b63314e040836a12795dff6953a" + "reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/972a1016761c9b63314e040836a12795dff6953a", - "reference": "972a1016761c9b63314e040836a12795dff6953a", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/8a64bdd8daf5faa8e85f56534dd99caf928164b3", + "reference": "8a64bdd8daf5faa8e85f56534dd99caf928164b3", "shasum": "" }, "require": { @@ -1398,22 +1386,22 @@ "description": "Provides a self:update command for Symfony Console applications.", "support": { "issues": "https://github.com/consolidation/self-update/issues", - "source": "https://github.com/consolidation/self-update/tree/2.2.0" + "source": "https://github.com/consolidation/self-update/tree/2.0.5" }, - "time": "2023-03-18T01:37:41+00:00" + "time": "2022-02-09T22:44:24+00:00" }, { "name": "consolidation/site-alias", - "version": "4.0.1", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5" + "reference": "103fbc9bad6bbadb1f7533454a8f070ddce18e13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5", - "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/103fbc9bad6bbadb1f7533454a8f070ddce18e13", + "reference": "103fbc9bad6bbadb1f7533454a8f070ddce18e13", "shasum": "" }, "require": { @@ -1457,39 +1445,40 @@ "description": "Manage alias records for local and remote sites.", "support": { "issues": "https://github.com/consolidation/site-alias/issues", - "source": "https://github.com/consolidation/site-alias/tree/4.0.1" + "source": "https://github.com/consolidation/site-alias/tree/4.0.0" }, - "time": "2023-04-29T17:18:10+00:00" + "time": "2022-10-14T03:41:22+00:00" }, { "name": "consolidation/site-process", - "version": "5.2.0", + "version": "4.2.1", "source": { "type": "git", "url": "https://github.com/consolidation/site-process.git", - "reference": "6c44638d7af8a8b4abe12c3180701243f480539d" + "reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-process/zipball/6c44638d7af8a8b4abe12c3180701243f480539d", - "reference": "6c44638d7af8a8b4abe12c3180701243f480539d", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/ee3bf69001694b2117cc2f96c2ef70d8d45f1234", + "reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234", "shasum": "" }, "require": { - "consolidation/config": "^2", + "consolidation/config": "^1.2.1 || ^2", "consolidation/site-alias": "^3 || ^4", - "php": ">=8.0.14", - "symfony/console": "^5.4 || ^6", - "symfony/process": "^6" + "php": ">=7.1.3", + "symfony/console": "^2.8.52 || ^3 || ^4.4 || ^5", + "symfony/process": "^4.3.4 || ^5" }, "require-dev": { - "phpunit/phpunit": "^9", - "squizlabs/php_codesniffer": "^3" + "phpunit/phpunit": "^7.5.20 || ^8.5.14", + "squizlabs/php_codesniffer": "^3", + "yoast/phpunit-polyfills": "^0.2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "5.x-dev" + "dev-main": "4.x-dev" } }, "autoload": { @@ -1514,22 +1503,22 @@ "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.", "support": { "issues": "https://github.com/consolidation/site-process/issues", - "source": "https://github.com/consolidation/site-process/tree/5.2.0" + "source": "https://github.com/consolidation/site-process/tree/4.2.1" }, - "time": "2022-12-06T17:57:16+00:00" + "time": "2022-10-18T13:19:35+00:00" }, { "name": "cweagans/composer-patches", - "version": "1.7.3", + "version": "1.7.2", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", - "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db" + "reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db", - "reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db", + "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e9969cfc0796e6dea9b4e52f77f18e1065212871", + "reference": "e9969cfc0796e6dea9b4e52f77f18e1065212871", "shasum": "" }, "require": { @@ -1562,9 +1551,9 @@ "description": "Provides a way to patch Composer packages.", "support": { "issues": "https://github.com/cweagans/composer-patches/issues", - "source": "https://github.com/cweagans/composer-patches/tree/1.7.3" + "source": "https://github.com/cweagans/composer-patches/tree/1.7.2" }, - "time": "2022-12-20T22:53:13+00:00" + "time": "2022-01-25T19:21:20+00:00" }, { "name": "cypresslab/gitelephant", @@ -1751,35 +1740,32 @@ }, { "name": "doctrine/annotations", - "version": "1.14.3", + "version": "1.13.3", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" + "reference": "648b0343343565c4a056bfc8392201385e8d89f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0", + "reference": "648b0343343565c4a056bfc8392201385e8d89f0", "shasum": "" }, "require": { - "doctrine/lexer": "^1 || ^2", + "doctrine/lexer": "1.*", "ext-tokenizer": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", + "doctrine/coding-standard": "^6.0 || ^8.1", + "phpstan/phpstan": "^1.4.10 || ^1.8.0", + "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", + "symfony/cache": "^4.4 || ^5.2", "vimeo/psalm": "^4.10" }, - "suggest": { - "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" - }, "type": "library", "autoload": { "psr-4": { @@ -1821,40 +1807,38 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.3" + "source": "https://github.com/doctrine/annotations/tree/1.13.3" }, - "time": "2023-02-01T09:20:38+00:00" + "time": "2022-07-02T10:48:51+00:00" }, { "name": "doctrine/collections", - "version": "2.1.4", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "72328a11443a0de79967104ad36ba7b30bded134" + "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/72328a11443a0de79967104ad36ba7b30bded134", - "reference": "72328a11443a0de79967104ad36ba7b30bded134", + "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e", + "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e", "shasum": "" }, "require": { - "doctrine/deprecations": "^1", - "php": "^8.1" + "doctrine/deprecations": "^0.5.3 || ^1", + "php": "^7.1.3 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^12", - "ext-json": "*", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^5.11" + "doctrine/coding-standard": "^9.0 || ^10.0", + "phpstan/phpstan": "^1.4.8", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", + "vimeo/psalm": "^4.22" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Collections\\": "src" + "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } }, "notification-url": "https://packagist.org/downloads/", @@ -1893,49 +1877,31 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/2.1.4" + "source": "https://github.com/doctrine/collections/tree/1.8.0" }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections", - "type": "tidelift" - } - ], - "time": "2023-10-03T09:22:33+00:00" + "time": "2022-09-01T20:12:10+00:00" }, { "name": "doctrine/deprecations", - "version": "1.1.3", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", - "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^7.1|^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", - "phpstan/phpstan": "1.4.10 || 1.10.15", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psalm/plugin-phpunit": "0.18.4", - "psr/log": "^1 || ^2 || ^3", - "vimeo/psalm": "4.30.0 || 5.12.0" + "phpunit/phpunit": "^7.5|^8.5|^9.5", + "psr/log": "^1|^2|^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -1954,39 +1920,37 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/1.1.3" + "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" }, - "time": "2024-01-30T19:34:25+00:00" + "time": "2022-05-02T15:47:09+00:00" }, { "name": "doctrine/lexer", - "version": "2.1.1", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" + "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", - "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", "shasum": "" }, "require": { - "doctrine/deprecations": "^1.0", "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^12", + "doctrine/coding-standard": "^9.0", "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", - "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^4.11 || ^5.21" + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.11" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Lexer\\": "src" + "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "notification-url": "https://packagist.org/downloads/", @@ -2018,7 +1982,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/2.1.1" + "source": "https://github.com/doctrine/lexer/tree/1.2.3" }, "funding": [ { @@ -2034,82 +1998,98 @@ "type": "tidelift" } ], - "time": "2024-02-05T11:35:39+00:00" + "time": "2022-02-28T11:07:21+00:00" }, { - "name": "dompdf/dompdf", - "version": "v2.0.4", + "name": "doctrine/reflection", + "version": "1.2.3", "source": { "type": "git", - "url": "https://github.com/dompdf/dompdf.git", - "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f" + "url": "https://github.com/doctrine/reflection.git", + "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/093f2d9739cec57428e39ddadedfd4f3ae862c0f", - "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/1034e5e71f89978b80f9c1570e7226f6c3b9b6fb", + "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-mbstring": "*", - "masterminds/html5": "^2.0", - "phenx/php-font-lib": ">=0.5.4 <1.0.0", - "phenx/php-svg-lib": ">=0.3.3 <1.0.0", + "doctrine/annotations": "^1.0", + "ext-tokenizer": "*", "php": "^7.1 || ^8.0" }, - "require-dev": { - "ext-json": "*", - "ext-zip": "*", - "mockery/mockery": "^1.3", - "phpunit/phpunit": "^7.5 || ^8 || ^9", - "squizlabs/php_codesniffer": "^3.5" + "conflict": { + "doctrine/common": "<2.9" }, - "suggest": { - "ext-gd": "Needed to process images", - "ext-gmagick": "Improves image processing performance", - "ext-imagick": "Improves image processing performance", - "ext-zlib": "Needed for pdf stream compression" + "require-dev": { + "doctrine/coding-standard": "^9", + "doctrine/common": "^3.3", + "phpstan/phpstan": "^1.4.10", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" }, "type": "library", "autoload": { "psr-4": { - "Dompdf\\": "src/" - }, - "classmap": [ - "lib/" - ] + "Doctrine\\Common\\": "lib/Doctrine/Common" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" ], "authors": [ { - "name": "The Dompdf Community", - "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md" + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" } ], - "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", - "homepage": "https://github.com/dompdf/dompdf", + "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", + "homepage": "https://www.doctrine-project.org/projects/reflection.html", + "keywords": [ + "reflection", + "static" + ], "support": { - "issues": "https://github.com/dompdf/dompdf/issues", - "source": "https://github.com/dompdf/dompdf/tree/v2.0.4" + "issues": "https://github.com/doctrine/reflection/issues", + "source": "https://github.com/doctrine/reflection/tree/1.2.3" }, - "time": "2023-12-12T20:19:39+00:00" + "abandoned": "roave/better-reflection", + "time": "2022-05-31T18:46:25+00:00" }, { "name": "dragonmantank/cron-expression", - "version": "v3.3.3", + "version": "v3.3.2", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", - "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a" + "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", - "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8", + "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8", "shasum": "" }, "require": { @@ -2149,7 +2129,7 @@ ], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", - "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3" + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2" }, "funding": [ { @@ -2157,24 +2137,24 @@ "type": "github" } ], - "time": "2023-08-10T19:36:49+00:00" + "time": "2022-09-10T18:51:20+00:00" }, { "name": "drupal/address", - "version": "1.12.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/address.git", - "reference": "8.x-1.12" + "reference": "8.x-1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/address-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "67dd4699040aabf0cd6169e437706fa6a39b0b3a" + "url": "https://ftp.drupal.org/files/projects/address-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "1cb40fb1a43e88041b888ac8fb6aa77a45ac85fb" }, "require": { - "commerceguys/addressing": "^1.4.2", + "commerceguys/addressing": "^1.4.0", "drupal/core": "^9.2 || ^10", "php": "^7.3 || ^8.0" }, @@ -2184,8 +2164,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1684710176", + "version": "8.x-1.11", + "datestamp": "1659989858", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2209,10 +2189,18 @@ "name": "dww", "homepage": "https://www.drupal.org/user/46549" }, + { + "name": "googletorp", + "homepage": "https://www.drupal.org/user/386230" + }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" @@ -2226,20 +2214,20 @@ }, { "name": "drupal/admin_toolbar", - "version": "3.4.2", + "version": "3.2.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/admin_toolbar.git", - "reference": "3.4.2" + "reference": "3.2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.4.2.zip", - "reference": "3.4.2", - "shasum": "f5a008e5c73f5a11c6c8067c0ea6ebb76aa33854" + "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.2.1.zip", + "reference": "3.2.1", + "shasum": "7a4bfb716e269be4ca03b7f04e29e4439ec6cf93" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^8.8.0 || ^9.0" }, "require-dev": { "drupal/admin_toolbar_tools": "*" @@ -2247,8 +2235,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.4.2", - "datestamp": "1696006195", + "version": "3.2.1", + "datestamp": "1665044276", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2305,78 +2293,18 @@ "issues": "https://www.drupal.org/project/issues/admin_toolbar" } }, - { - "name": "drupal/admin_toolbar-admin_toolbar_search", - "version": "3.4.2", - "require": { - "drupal/admin_toolbar": "^3", - "drupal/core": "^9.2 || ^10" - }, - "require-dev": { - "drupal/admin_toolbar_tools": "*" - }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "3.4.2", - "datestamp": "1696006195", - "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": "adriancid", - "homepage": "https://www.drupal.org/user/1962106" - }, - { - "name": "bolbol", - "homepage": "https://www.drupal.org/user/3400070" - }, - { - "name": "eme", - "homepage": "https://www.drupal.org/user/542492" - }, - { - "name": "fethi.krout", - "homepage": "https://www.drupal.org/user/3206765" - }, - { - "name": "matio89", - "homepage": "https://www.drupal.org/user/2320090" - }, - { - "name": "Musa.thomas", - "homepage": "https://www.drupal.org/user/1213824" - }, - { - "name": "romainj", - "homepage": "https://www.drupal.org/user/370706" - } - ], - "homepage": "https://www.drupal.org/project/admin_toolbar", - "support": { - "source": "https://git.drupalcode.org/project/admin_toolbar" - } - }, { "name": "drupal/admin_toolbar_links_access_filter", - "version": "3.4.2", + "version": "3.2.1", "require": { "drupal/admin_toolbar": "*", - "drupal/core": "^9.2 || ^10" + "drupal/core": "^8.8.0 || ^9.0" }, "type": "metapackage", "extra": { "drupal": { - "version": "3.4.2", - "datestamp": "1696006195", + "version": "3.2.1", + "datestamp": "1665044276", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2425,16 +2353,16 @@ }, { "name": "drupal/admin_toolbar_tools", - "version": "3.4.2", + "version": "3.2.1", "require": { "drupal/admin_toolbar": "*", - "drupal/core": "^9.2 || ^10" + "drupal/core": "^8.8.0 || ^9.0" }, "type": "metapackage", "extra": { "drupal": { - "version": "3.4.2", - "datestamp": "1696006195", + "version": "3.2.1", + "datestamp": "1665044276", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2483,17 +2411,17 @@ }, { "name": "drupal/advancedqueue", - "version": "1.0.0-rc7", + "version": "1.0.0-rc6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/advancedqueue.git", - "reference": "8.x-1.0-rc7" + "reference": "8.x-1.0-rc6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc7.zip", - "reference": "8.x-1.0-rc7", - "shasum": "b446eda22f5f9a9d13f78f2ce329ff1feef69173" + "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc6.zip", + "reference": "8.x-1.0-rc6", + "shasum": "e642153a2b4094e73f86cb63c2a81966871714d4" }, "require": { "drupal/core": "^9.1 || ^10" @@ -2501,8 +2429,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc7", - "datestamp": "1673456946", + "version": "8.x-1.0-rc6", + "datestamp": "1667989296", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -2576,26 +2504,26 @@ }, { "name": "drupal/allowed_formats", - "version": "2.0.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/allowed_formats.git", - "reference": "2.0.0" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/allowed_formats-2.0.0.zip", - "reference": "2.0.0", - "shasum": "ac6c6d398f303608ced7e9cd9d4556a728dc41f0" + "url": "https://ftp.drupal.org/files/projects/allowed_formats-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "dbf61bee7aec87beaa2cf307c1d0d9d5b896328c" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1669170410", + "version": "8.x-1.5", + "datestamp": "1648060331", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2637,26 +2565,26 @@ }, { "name": "drupal/antibot", - "version": "2.0.2", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/antibot.git", - "reference": "2.0.2" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/antibot-2.0.2.zip", - "reference": "2.0.2", - "shasum": "e5866fbe1d8e5ff2811ff77efee754d26c313efb" + "url": "https://ftp.drupal.org/files/projects/antibot-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "f3597cde2903c979042bf8c1b25a9d3694159e43" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1666001671", + "version": "8.x-1.5", + "datestamp": "1637670654", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2683,83 +2611,31 @@ "source": "https://git.drupalcode.org/project/antibot" } }, - { - "name": "drupal/asset_injector", - "version": "2.19.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/asset_injector.git", - "reference": "8.x-2.19" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/asset_injector-8.x-2.19.zip", - "reference": "8.x-2.19", - "shasum": "c0e6f9450d63f42787b93ec05375c90bcfbc6308" - }, - "require": { - "drupal/core": "^9.3 || ^10.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.19", - "datestamp": "1694704137", - "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 Decker", - "homepage": "https://www.drupal.org/u/pookmish" - }, - { - "name": "Axel Rutz", - "homepage": "https://www.drupal.org/u/axelrutz" - } - ], - "description": "Adds CSS or JS to the page output based on configurable rules.", - "homepage": "http://drupal.org/project/asset_injector", - "support": { - "source": "https://git.drupalcode.org/project/asset_injector", - "issues": "https://www.drupal.org/project/issues/asset_injector" - } - }, { "name": "drupal/auto_entitylabel", - "version": "3.0.0", + "version": "3.0.0-beta4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/auto_entitylabel.git", - "reference": "8.x-3.0" + "reference": "8.x-3.0-beta4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.0.zip", - "reference": "8.x-3.0", - "shasum": "8dd54d4b677f2c7259a15afd7b71d0d1b6f6b4a6" + "url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.0-beta4.zip", + "reference": "8.x-3.0-beta4", + "shasum": "916befd4ce95b5d73de48ac1b105cc33e9f7821f" }, "require": { - "drupal/core": "^9.3 || ^10" - }, - "require-dev": { - "drupal/token": "^1.0" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0", - "datestamp": "1671545557", + "version": "8.x-3.0-beta4", + "datestamp": "1609349103", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -2768,6 +2644,18 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Pravin Ajaaz", + "homepage": "https://www.drupal.org/user/2910049" + }, + { + "name": "RenatoG", + "homepage": "https://www.drupal.org/user/3326031" + }, + { + "name": "VladimirAus", + "homepage": "https://www.drupal.org/user/673120" + }, { "name": "bforchhammer", "homepage": "https://www.drupal.org/user/216396" @@ -2780,25 +2668,9 @@ "name": "diqidoq", "homepage": "https://www.drupal.org/user/1001934" }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "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.", @@ -2808,67 +2680,13 @@ "issues": "https://www.drupal.org/project/issues/auto_entitylabel" } }, - { - "name": "drupal/automated_crop", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/automated_crop.git", - "reference": "3.0.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/automated_crop-3.0.2.zip", - "reference": "3.0.2", - "shasum": "0f82b438307ab2fb4246a1cc53dd86fdca3dc222" - }, - "require": { - "drupal/core": "^9 || ^10", - "drupal/crop": "^2.2" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "3.0.2", - "datestamp": "1699876294", - "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": "ikphilip", - "homepage": "https://www.drupal.org/user/3549191" - }, - { - "name": "rosemaryreilman", - "homepage": "https://www.drupal.org/user/3356158" - }, - { - "name": "woprrr", - "homepage": "https://www.drupal.org/user/858604" - } - ], - "description": "Provides automated cropping tools API.", - "homepage": "https://www.drupal.org/project/automated_crop", - "support": { - "source": "https://git.drupalcode.org/project/automated_crop", - "issues": "https://www.drupal.org/project/issues/automated_crop" - } - }, { "name": "drupal/autosave_form", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autosave_form.git", - "reference": "7fe6cc5dd44ce23272878204c613ae3dfd112e86" + "reference": "f482311cb39d5b4d145f0677716c824eadfbad04" }, "require": { "drupal/core": "^9 || ^10" @@ -2879,8 +2697,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "8.x-1.4+1-dev", - "datestamp": "1698662713", + "version": "8.x-1.3+1-dev", + "datestamp": "1664203053", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -2905,17 +2723,17 @@ }, { "name": "drupal/backup_migrate", - "version": "5.0.3", + "version": "5.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/backup_migrate.git", - "reference": "5.0.3" + "reference": "5.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/backup_migrate-5.0.3.zip", - "reference": "5.0.3", - "shasum": "bc263f601f7a21248d4000a372d04a417df7e326" + "url": "https://ftp.drupal.org/files/projects/backup_migrate-5.0.2.zip", + "reference": "5.0.2", + "shasum": "940667093e327650a5840f04080df95bf70a7fa2" }, "require": { "drupal/core": "^9.3 || ^10" @@ -2926,8 +2744,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "5.0.3", - "datestamp": "1671366510", + "version": "5.0.2", + "datestamp": "1660935347", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2969,92 +2787,19 @@ "slack": "https://drupal.slack.com/messages/C7C4M4QJV/details/" } }, - { - "name": "drupal/better_exposed_filters", - "version": "6.0.3", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/better_exposed_filters.git", - "reference": "6.0.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-6.0.3.zip", - "reference": "6.0.3", - "shasum": "b5c20207d7679542bb81955771956c18083e6e0b" - }, - "require": { - "drupal/core": "^9 || ^10", - "drupal/jquery_ui": "^1.6", - "drupal/jquery_ui_datepicker": "^2.0", - "drupal/jquery_ui_slider": "^2.0.0", - "drupal/jquery_ui_touch_punch": "^1.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "6.0.3", - "datestamp": "1671541877", - "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" - } - ], - "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/block_class", - "version": "2.0.11", + "version": "2.0.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/block_class.git", - "reference": "2.0.11" + "reference": "2.0.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_class-2.0.11.zip", - "reference": "2.0.11", - "shasum": "bd098ef0071b5baca1248c0deaa9bbedc0ddcaf4" + "url": "https://ftp.drupal.org/files/projects/block_class-2.0.8.zip", + "reference": "2.0.8", + "shasum": "ddadc2bf2a5b7863717469fbbbd0d7e1289795cd" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -3062,8 +2807,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.11", - "datestamp": "1672065313", + "version": "2.0.8", + "datestamp": "1668284029", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3144,26 +2889,26 @@ }, { "name": "drupal/block_visibility_groups", - "version": "2.0.1", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/block_visibility_groups.git", - "reference": "2.0.1" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_visibility_groups-2.0.1.zip", - "reference": "2.0.1", - "shasum": "ae268cc3a5821205832b66069dcb8f60b8f20ab9" + "url": "https://ftp.drupal.org/files/projects/block_visibility_groups-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "2572fd5bd7fb3a0c3dbcdf262fbbc9646a3d12ed" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1676002877", + "version": "8.x-1.4", + "datestamp": "1602107538", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3175,10 +2920,6 @@ "GPL-2.0+" ], "authors": [ - { - "name": "DamienMcKenna", - "homepage": "https://www.drupal.org/user/108450" - }, { "name": "joelpittet", "homepage": "https://www.drupal.org/user/160302" @@ -3202,80 +2943,31 @@ "issues": "https://www.drupal.org/project/issues/block_visibility_groups" } }, - { - "name": "drupal/bpmn_io", - "version": "1.1.3", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/bpmn_io.git", - "reference": "1.1.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/bpmn_io-1.1.3.zip", - "reference": "1.1.3", - "shasum": "32d5569f1cf4946c1841dd12bcf64f8b2a4a7fb6" - }, - "require": { - "drupal/core": "^9 || ^10", - "drupal/eca": "^1.0", - "drupal/eca_modeller_bpmn": "*", - "php": ">=7.4" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.1.3", - "datestamp": "1691062720", - "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": "boromino", - "homepage": "https://www.drupal.org/user/859722" - }, - { - "name": "jurgenhaas", - "homepage": "https://www.drupal.org/user/168924" - } - ], - "description": "BPMN modeller for ECA, integrated into Drupal's admin UI.", - "homepage": "https://www.drupal.org/project/bpmn_io", - "support": { - "source": "https://drupal.org/project/bpmn_io", - "issues": "https://drupal.org/project/issues/bpmn_io" - } - }, { "name": "drupal/bulma", - "version": "dev-3.0.x", + "version": "1.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/bulma.git", - "reference": "1899b7afcb023655cdc8d29d1eacd12989ea1403" + "reference": "8.x-1.0-rc1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/bulma-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "5b7af647f4582801f11f24c066cb3238cf433daa" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-theme", "extra": { - "branch-alias": { - "dev-3.0.x": "3.0.x-dev" - }, "drupal": { - "version": "3.0.x-dev", - "datestamp": "1707419765", + "version": "8.x-1.0-rc1", + "datestamp": "1603840306", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -3285,16 +2977,16 @@ ], "authors": [ { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" + "name": "MatijaJurcevic", + "homepage": "https://www.drupal.org/user/3173519" }, { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" + "name": "mseric", + "homepage": "https://www.drupal.org/user/3574018" }, { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" }, { "name": "valic", @@ -3302,152 +2994,33 @@ } ], "description": "Built to use Bulma, a modern CSS framework based on Flexbox.", - "homepage": "http://drupal.org/project/bulma", - "keywords": [ - "Drupal" - ], + "homepage": "https://www.drupal.org/project/bulma", "support": { - "source": "https://git.drupalcode.org/project/bulma", - "issues": "http://drupal.org/project/issues/bulma" - } - }, - { - "name": "drupal/bulma_components", - "version": "dev-1.0.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/bulma_components.git", - "reference": "bee8420ca8c906fbccc1bc3172e4ae9d3ac5e15d" - }, - "require": { - "drupal/component_schema": "*", - "drupal/components": "*", - "drupal/core": "^8.8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.0.x": "1.0.x-dev" - }, - "drupal": { - "version": "1.0.0-alpha6+21-dev", - "datestamp": "1687490397", - "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": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], - "description": "Provides a set of components to be used when theming with the Bulma CSS framework.", - "homepage": "https://www.drupal.org/project/bulma_components", - "support": { - "source": "https://git.drupalcode.org/project/bulma_components" - } - }, - { - "name": "drupal/cancel_button", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/cancel_button.git", - "reference": "8.x-1.4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/cancel_button-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "d1d932a4aff53938066f329a04fa3adb61367d0e" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.4", - "datestamp": "1676921894", - "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": "danmuzyka", - "homepage": "https://www.drupal.org/user/48685" - }, - { - "name": "heddn", - "homepage": "https://www.drupal.org/user/1463982" - }, - { - "name": "kevin.dutra", - "homepage": "https://www.drupal.org/user/1312744" - }, - { - "name": "sukanya.ramakrishnan", - "homepage": "https://www.drupal.org/user/3320069" - } - ], - "description": "This small module adds a Cancel button to Entity forms.", - "homepage": "https://www.drupal.org/project/cancel_button", - "support": { - "source": "https://git.drupalcode.org/project/cancel_button" + "source": "https://git.drupalcode.org/project/bulma" } }, { "name": "drupal/captcha", - "version": "2.0.5", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/captcha.git", - "reference": "2.0.5" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/captcha-2.0.5.zip", - "reference": "2.0.5", - "shasum": "0c39d27a99b53f6517ef25ceef1ac5e333964547" + "url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "1d02df92de72616e75c9006549ae4d4c4dcbb5f5" }, "require": { - "drupal/core": ">=9.4 <11" + "drupal/core": ">=8.9 <11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.5", - "datestamp": "1691598525", + "version": "8.x-1.8", + "datestamp": "1668593425", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3490,6 +3063,10 @@ "name": "RobLoach", "homepage": "https://www.drupal.org/user/61114" }, + { + "name": "soxofaan", + "homepage": "https://www.drupal.org/user/41478" + }, { "name": "thomas.frobieter", "homepage": "https://www.drupal.org/user/409335" @@ -3508,32 +3085,35 @@ }, { "name": "drupal/checklistapi", - "version": "2.1.5", + "version": "2.1.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/checklistapi.git", - "reference": "2.1.5" + "reference": "2.1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.5.zip", - "reference": "2.1.5", - "shasum": "9d91ecdcba1fc1d4805a6ddc06a6ba5ca8a63fc9" + "url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.1.zip", + "reference": "2.1.1", + "shasum": "69acb461c13aa7d37a91da078c3ceb0818543b87" }, "require": { "drupal/core": "^9.3 || ^10", - "php": ">=7.3.0" + "php": ">=5.6.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.5", - "datestamp": "1697644052", + "version": "2.1.1", + "datestamp": "1659116985", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } }, + "branch-alias": { + "dev-master": "1.x-dev" + }, "drush": { "services": { "drush.services.yml": "^10" @@ -3547,17 +3127,9 @@ "authors": [ { "name": "Travis Carden", - "homepage": "https://www.drupal.org/user/3550392", + "homepage": "https://www.drupal.org/user/236758", "email": "travis.carden@gmail.com" }, - { - "name": "Rajeshreeputra", - "homepage": "https://www.drupal.org/user/3418561" - }, - { - "name": "TravisCarden", - "homepage": "https://www.drupal.org/user/236758" - }, { "name": "VladimirAus", "homepage": "https://www.drupal.org/user/673120" @@ -3572,29 +3144,26 @@ }, { "name": "drupal/ckeditor", - "version": "1.0.2", + "version": "1.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ckeditor.git", - "reference": "1.0.2" + "reference": "1.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditor-1.0.2.zip", - "reference": "1.0.2", - "shasum": "fec2ca9ad852a00c7b9584cb6040dc860364c481" + "url": "https://ftp.drupal.org/files/projects/ckeditor-1.0.1.zip", + "reference": "1.0.1", + "shasum": "d3dd8bfb2301b749599ba48cf76208becdf0eeb3" }, "require": { "drupal/core": "^9.4 || ^10" }, - "require-dev": { - "drupal/classy": "*" - }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.2", - "datestamp": "1695740655", + "version": "1.0.1", + "datestamp": "1662977541", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3712,27 +3281,27 @@ }, { "name": "drupal/ckeditorheight", - "version": "1.9.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ckeditorheight.git", - "reference": "8.x-1.9" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ckeditorheight-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "28119489b4a21f39e5b31e482fdb9fdf05abf6e8" + "url": "https://ftp.drupal.org/files/projects/ckeditorheight-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "ccf98078866e89da0c62c055752bdf59822d4d4c" }, "require": { - "drupal/ckeditor": "^1.0", - "drupal/core": "^9.4 || ^10" + "drupal/ckeditor": "*", + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1687950399", + "version": "8.x-1.8", + "datestamp": "1580163325", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3821,10 +3390,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/coffee.git", - "reference": "a8c727dea69852f72872073ec8e515c07a37f911" + "reference": "19c94f9b9eb4dcdeefc941fc5a7cac2029397533" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { @@ -3833,8 +3402,8 @@ "dev-8.x-1.x": "8.1.x-dev" }, "drupal": { - "version": "8.x-1.2+4-dev", - "datestamp": "1671439902", + "version": "8.x-1.2+3-dev", + "datestamp": "1663331258", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -3882,30 +3451,27 @@ }, { "name": "drupal/comment_notify", - "version": "1.4.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/comment_notify.git", - "reference": "8.x-1.4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/comment_notify-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "9f98848f25c1a0db60a8d39f6bbe1d22f47cc2a9" + "reference": "3ae5b0c08aaab2ed32d42a7a15b87c833f781d9b" }, "require": { - "drupal/core": "^8 || ^9 || ^10", + "drupal/core": "^8 || ^9", "drupal/token": "^1.6" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.4", - "datestamp": "1679409019", + "version": "8.x-1.3+1-dev", + "datestamp": "1659674787", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -3923,14 +3489,6 @@ "name": "David Valdez (gnuget)", "homepage": "https://www.drupal.org/u/gnuget", "role": "Co-maintainer" - }, - { - "name": "greggles", - "homepage": "https://www.drupal.org/user/36762" - }, - { - "name": "stefanos.petrakis", - "homepage": "https://www.drupal.org/user/2573064" } ], "description": "Comment follow-up e-mail notification for anonymous as well as registered users.", @@ -3941,95 +3499,31 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, - { - "name": "drupal/component_schema", - "version": "1.0.0-alpha7", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/component_schema.git", - "reference": "1.0.0-alpha7" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/component_schema-1.0.0-alpha7.zip", - "reference": "1.0.0-alpha7", - "shasum": "1f19ee533b8556fa6435d3bf390a76f48ce2805d" - }, - "require": { - "drupal/core": "^8.8 || ^9 || ^10" - }, - "require-dev": { - "drupal/ui_patterns": "*", - "drupal/ui_patterns_settings": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.0.0-alpha7", - "datestamp": "1701819925", - "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], - "description": "Provides schema support for components, including styleguide integration via the Styleguide module.", - "homepage": "https://www.drupal.org/project/component_schema", - "support": { - "source": "https://git.drupalcode.org/project/component_schema" - } - }, { "name": "drupal/components", - "version": "3.0.0-beta3", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/components.git", - "reference": "3.0.0-beta3" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/components-3.0.0-beta3.zip", - "reference": "3.0.0-beta3", - "shasum": "47ced4332f0a655ca38ae1b54e97a8e78d59f0bc" + "url": "https://ftp.drupal.org/files/projects/components-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "9b083c2f845ff2e1a1632efcf24f88cecd7479cc" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-beta3", - "datestamp": "1651759488", + "version": "8.x-2.4", + "datestamp": "1618861606", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -4056,26 +3550,26 @@ }, { "name": "drupal/config_actions", - "version": "1.4.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_actions.git", - "reference": "8.x-1.4" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_actions-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "28d952460b6e634e44339c9df4946570fc745110" + "url": "https://ftp.drupal.org/files/projects/config_actions-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "e9d6f16bc9a504ccee9949585c652c83827c5e39" }, "require": { - "drupal/core": "^9.4 || ^10" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1687387836", + "version": "8.x-1.3", + "datestamp": "1618321746", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4117,29 +3611,29 @@ }, { "name": "drupal/config_actions_provider", - "version": "1.3.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_actions_provider.git", - "reference": "8.x-1.3" + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "af685e35f0d06a00c70facaee916eb2b86f8d97b" + "url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "6e0a4b18b6f0e2ec2bef25581945dfbeb40a457f" }, "require": { "drupal/config_actions": "*", - "drupal/config_provider": "*", + "drupal/config_provider": "^2", "drupal/config_sync": "*", - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1692990328", + "version": "8.x-1.0", + "datestamp": "1607455967", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4148,71 +3642,60 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" } ], - "description": "Apply config actions when applying configuration updates", - "homepage": "http://drupal.org/project/config_actions_provider", - "keywords": [ - "Drupal" - ], + "description": "Apply config actions when applying configuration updates.", + "homepage": "https://www.drupal.org/project/config_actions_provider", "support": { - "source": "http://cgit.drupalcode.org/config_actions_provider", - "issues": "http://drupal.org/project/issues/config_actions_provider" + "source": "https://git.drupalcode.org/project/config_actions_provider" } }, { "name": "drupal/config_distro", - "version": "2.0.0-alpha2", + "version": "1.0.0-alpha4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_distro.git", - "reference": "2.0.0-alpha2" + "reference": "8.x-1.0-alpha4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_distro-2.0.0-alpha2.zip", - "reference": "2.0.0-alpha2", - "shasum": "8341305e0eb86208fb71a351e8c922300141a804" + "url": "https://ftp.drupal.org/files/projects/config_distro-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "a866d160348d709e0029b176826097fb9b15c49c" }, "require": { "drupal/config_filter": "*", - "drupal/core": "^9.3 || ^10" + "drupal/core": "^8.8 || ^9" }, "require-dev": { "drupal/config_distro_filter": "*", - "drupal/config_filter": "*", - "drush/drush": ">=11" - }, - "suggest": { - "drush/drush": ">=11" + "drupal/config_filter": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha2", - "datestamp": "1691786887", + "version": "8.x-1.0-alpha4", + "datestamp": "1592523910", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -4232,10 +3715,6 @@ "email": "opensource@fabianbircher.com", "role": "Maintainer" }, - { - "name": "joegraduate", - "homepage": "https://www.drupal.org/user/789384" - }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" @@ -4259,17 +3738,17 @@ }, { "name": "drupal/config_distro_filter", - "version": "2.0.0-alpha2", + "version": "1.0.0-alpha4", "require": { "drupal/config_distro": "*", "drupal/config_filter": "*", - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8.8 || ^9" }, "type": "metapackage", "extra": { "drupal": { - "version": "2.0.0-alpha2", - "datestamp": "1691786887", + "version": "8.x-1.0-alpha4", + "datestamp": "1592523910", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -4289,10 +3768,6 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, - { - "name": "joegraduate", - "homepage": "https://www.drupal.org/user/789384" - }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" @@ -4314,17 +3789,17 @@ }, { "name": "drupal/config_filter", - "version": "2.6.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_filter.git", - "reference": "8.x-2.6" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.6.zip", - "reference": "8.x-2.6", - "shasum": "fd1a057a402436fc906c63bf0a74722f73b9b155" + "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "dcf442f228dafd6bbac8948db1d51e3f1ca1d0c7" }, "require": { "drupal/core": "^8.8 || ^9 || ^10" @@ -4338,8 +3813,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.6", - "datestamp": "1698308577", + "version": "8.x-2.4", + "datestamp": "1656936801", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4383,21 +3858,20 @@ }, { "name": "drupal/config_merge", - "version": "2.0.0-alpha1", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_merge.git", - "reference": "2.0.0-alpha1" + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_merge-2.0.0-alpha1.zip", - "reference": "2.0.0-alpha1", - "shasum": "704f856a7e2f11006d0f74336f9260bbcb060cef" + "url": "https://ftp.drupal.org/files/projects/config_merge-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "3d7812dbea4fa4fc28557ca5cf7ac68c3a22a6a3" }, "require": { - "drupal/core": "^9.3 || ^10", - "php": ">=8.0" + "drupal/core": "^8 || ^9" }, "require-dev": { "drupal/config_filter": "*" @@ -4405,88 +3879,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha1", - "datestamp": "1682377160", + "version": "8.x-1.0", + "datestamp": "1664456518", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "a.dmitriiev", - "homepage": "https://www.drupal.org/user/3235287" - }, - { - "name": "bircher", - "homepage": "https://www.drupal.org/user/1344166" - }, - { - "name": "geek-merlin", - "homepage": "https://www.drupal.org/user/229048" - }, - { - "name": "joegraduate", - "homepage": "https://www.drupal.org/user/789384" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "nedjo", - "homepage": "https://www.drupal.org/user/4481" - }, - { - "name": "tadean", - "homepage": "https://www.drupal.org/user/3608919" - } - ], - "description": "Enables three-way merges of configuration items. This is useful for safely merging configuration updates while retaining any customizations.", - "homepage": "http://drupal.org/project/config_merge", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/config_merge", - "issues": "http://drupal.org/project/issues/config_merge" - } - }, - { - "name": "drupal/config_normalizer", - "version": "1.0.0-beta1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/config_normalizer.git", - "reference": "8.x-1.0-beta1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_normalizer-8.x-1.0-beta1.zip", - "reference": "8.x-1.0-beta1", - "shasum": "f69ffbdf947553c717775c94f30272d67a1a2e83" - }, - "require": { - "drupal/config_filter": "*", - "drupal/core": "^8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0-beta1", - "datestamp": "1683148813", - "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -4507,6 +3904,10 @@ "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" }, + { + "name": "jcnventura", + "homepage": "https://www.drupal.org/user/122464" + }, { "name": "joegraduate", "homepage": "https://www.drupal.org/user/789384" @@ -4522,10 +3923,67 @@ { "name": "tadean", "homepage": "https://www.drupal.org/user/3608919" + } + ], + "description": "Enables three-way merges of configuration items. This is useful for safely merging configuration updates while retaining any customizations.", + "homepage": "https://www.drupal.org/project/config_merge", + "support": { + "source": "https://git.drupalcode.org/project/config_merge" + } + }, + { + "name": "drupal/config_normalizer", + "version": "1.0.0-alpha6", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/config_normalizer.git", + "reference": "8.x-1.0-alpha6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/config_normalizer-8.x-1.0-alpha6.zip", + "reference": "8.x-1.0-alpha6", + "shasum": "030f2a34319fb7fc86c0263b1d7920aa322eb35b" + }, + "require": { + "drupal/config_filter": "*", + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-alpha6", + "datestamp": "1590768708", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "a.dmitriiev", + "homepage": "https://www.drupal.org/user/3235287" }, { - "name": "uarizona", - "homepage": "https://www.drupal.org/user/3763238" + "name": "bircher", + "homepage": "https://www.drupal.org/user/1344166" + }, + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "jcnventura", + "homepage": "https://www.drupal.org/user/122464" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" } ], "description": "Normalizes configuration for comparison.", @@ -4536,26 +3994,26 @@ }, { "name": "drupal/config_perms", - "version": "2.1.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_perms.git", - "reference": "8.x-2.1" + "reference": "8.x-2.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_perms-8.x-2.1.zip", - "reference": "8.x-2.1", - "shasum": "06bc0d6587fba76149b4de7ccc32f6c6b8bc382a" + "url": "https://ftp.drupal.org/files/projects/config_perms-8.x-2.0.zip", + "reference": "8.x-2.0", + "shasum": "3e30cd71f00cb6da04ed2c8b032a9bd5357d9d70" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.1", - "datestamp": "1685589568", + "version": "8.x-2.0", + "datestamp": "1591397577", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -4567,30 +4025,18 @@ "GPL-2.0+" ], "authors": [ - { - "name": "benellefimostfa", - "homepage": "https://www.drupal.org/user/3092403" - }, { "name": "Docc", "homepage": "https://www.drupal.org/user/310132" }, + { + "name": "benellefimostfa", + "homepage": "https://www.drupal.org/user/3092403" + }, { "name": "gnuget", "homepage": "https://www.drupal.org/user/992990" }, - { - "name": "Kristen Pol", - "homepage": "https://www.drupal.org/user/8389" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -4612,29 +4058,29 @@ }, { "name": "drupal/config_provider", - "version": "3.0.0-alpha1", + "version": "2.0.0-rc4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_provider.git", - "reference": "3.0.0-alpha1" + "reference": "8.x-2.0-rc4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_provider-3.0.0-alpha1.zip", - "reference": "3.0.0-alpha1", - "shasum": "0d0ba67f65d34fae7529d7a390f3d34d827f0595" + "url": "https://ftp.drupal.org/files/projects/config_provider-8.x-2.0-rc4.zip", + "reference": "8.x-2.0-rc4", + "shasum": "64a1545e8cc48f9363e028d3360134f143baaf58" }, "require": { - "drupal/core": "^9.3 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-alpha1", - "datestamp": "1682387859", + "version": "8.x-2.0-rc4", + "datestamp": "1592923705", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -4660,8 +4106,8 @@ "homepage": "https://www.drupal.org/user/992990" }, { - "name": "joegraduate", - "homepage": "https://www.drupal.org/user/789384" + "name": "jcnventura", + "homepage": "https://www.drupal.org/user/122464" }, { "name": "mlncn", @@ -4674,10 +4120,6 @@ { "name": "pfrenssen", "homepage": "https://www.drupal.org/user/382067" - }, - { - "name": "tadean", - "homepage": "https://www.drupal.org/user/3608919" } ], "description": "Enables provision of configuration by extensions.", @@ -4688,29 +4130,29 @@ }, { "name": "drupal/config_snapshot", - "version": "2.0.0-alpha1", + "version": "1.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_snapshot.git", - "reference": "2.0.0-alpha1" + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_snapshot-2.0.0-alpha1.zip", - "reference": "2.0.0-alpha1", - "shasum": "35cb1bb74f07c8973cee19eac71aa4124ea3dd0f" + "url": "https://ftp.drupal.org/files/projects/config_snapshot-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "676c7620a0086ed76c09b889d2b4ea039c47948b" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha1", - "datestamp": "1682448084", + "version": "8.x-1.0-rc2", + "datestamp": "1590652016", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, @@ -4731,6 +4173,10 @@ "name": "gnuget", "homepage": "https://www.drupal.org/user/992990" }, + { + "name": "jcnventura", + "homepage": "https://www.drupal.org/user/122464" + }, { "name": "joegraduate", "homepage": "https://www.drupal.org/user/789384" @@ -4756,43 +4202,45 @@ }, { "name": "drupal/config_sync", - "version": "3.0.0-alpha3", + "version": "2.0.0-beta7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_sync.git", - "reference": "3.0.0-alpha3" + "reference": "8.x-2.0-beta7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_sync-3.0.0-alpha3.zip", - "reference": "3.0.0-alpha3", - "shasum": "8664153679b63fe1c0b84702374122a149fc3846" + "url": "https://ftp.drupal.org/files/projects/config_sync-8.x-2.0-beta7.zip", + "reference": "8.x-2.0-beta7", + "shasum": "39de6d167f1f99992feaf5e30b53ae097ebebeec" }, "require": { - "drupal/config_distro": "^2.0.0-alpha2", - "drupal/config_distro_filter": "*", - "drupal/config_filter": "^1.10||^2.4", - "drupal/config_merge": "^2.0.0-alpha1", - "drupal/config_normalizer": "^1.0-beta1", - "drupal/config_provider": "^3.0.0-alpha1", - "drupal/config_snapshot": "^2.0.0-alpha1", - "drupal/config_update": "^2.0.0-alpha2", - "drupal/core": "^9 || ^10" + "drupal/config_distro": "^1.0-alpha3", + "drupal/config_distro_filter": "^1.0.0-alpha4", + "drupal/config_filter": "~1.3||~2.0", + "drupal/config_merge": "^1.0-alpha2", + "drupal/config_normalizer": "^1.0-alpha3", + "drupal/config_provider": "^2.0-alpha6", + "drupal/config_snapshot": "^1.0-alpha6", + "drupal/config_update": "^1.5", + "drupal/core": "^8.8 || ^9", + "php": ">=5.6", + "symfony/yaml": "~2.7.14|~2.8.7|~3.0.7|^3.1.1|^4.4.9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-alpha3", - "datestamp": "1692125273", + "version": "8.x-2.0-beta7", + "datestamp": "1594083315", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -4813,6 +4261,10 @@ "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" }, + { + "name": "jcnventura", + "homepage": "https://www.drupal.org/user/122464" + }, { "name": "joegraduate", "homepage": "https://www.drupal.org/user/789384" @@ -4832,44 +4284,41 @@ { "name": "tadean", "homepage": "https://www.drupal.org/user/3608919" - }, - { - "name": "uarizona", - "homepage": "https://www.drupal.org/user/3763238" } ], "description": "Synchronize your site with updated configuration provided by modules and themes.", "homepage": "https://www.drupal.org/project/config_sync", "support": { - "source": "https://git.drupalcode.org/project/config_sync", - "issues": "https://drupal.org/project/issues/config_sync" + "source": "https://cgit.drupalcode.org/config_sync", + "issues": "https://drupal.org/project/issues/config_sync", + "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/config_update", - "version": "2.0.0-alpha3", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_update.git", - "reference": "2.0.0-alpha3" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/config_update-2.0.0-alpha3.zip", - "reference": "2.0.0-alpha3", - "shasum": "c35e81e8fb77efdff5ddca3a87116ea0c522a7e2" + "url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "8f079abf7c2ea826a27fa5224b0770a26404c968" }, "require": { - "drupal/core": "^9.4 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha3", - "datestamp": "1683807608", + "version": "8.x-1.7", + "datestamp": "1586355587", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -4878,16 +4327,16 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "codebymikey", - "homepage": "https://www.drupal.org/user/3573206" - }, { "name": "Pasqualle", "homepage": "https://www.drupal.org/user/80733" + }, + { + "name": "codebymikey", + "homepage": "https://www.drupal.org/user/3573206" } ], - "description": "Provides basic revert and update functionality for other modules.", + "description": "Provides basic revert and update functionality for other modules", "homepage": "https://www.drupal.org/project/config_update", "support": { "source": "https://git.drupalcode.org/project/config_update" @@ -4963,17 +4412,17 @@ }, { "name": "drupal/context_stack", - "version": "1.1.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/context_stack.git", - "reference": "1.1.2" + "reference": "1.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/context_stack-1.1.2.zip", - "reference": "1.1.2", - "shasum": "aacf2bc38a09393e51a03567b459adb67225d11a" + "url": "https://ftp.drupal.org/files/projects/context_stack-1.0.3.zip", + "reference": "1.0.3", + "shasum": "3fd1e30815dd52bcea2148597cd631e131fa5e42" }, "require": { "drupal/core": "^9 || ^10", @@ -4982,8 +4431,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.2", - "datestamp": "1676647866", + "version": "1.0.3", + "datestamp": "1656509849", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5009,26 +4458,26 @@ }, { "name": "drupal/convert_bundles", - "version": "2.0.0-beta4", + "version": "1.0.0-alpha7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/convert_bundles.git", - "reference": "2.0.0-beta4" + "reference": "8.x-1.0-alpha7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/convert_bundles-2.0.0-beta4.zip", - "reference": "2.0.0-beta4", - "shasum": "5f4f02778344bbe2e2e3a3f1c96bc79e8b2474a7" + "url": "https://ftp.drupal.org/files/projects/convert_bundles-8.x-1.0-alpha7.zip", + "reference": "8.x-1.0-alpha7", + "shasum": "54687536c1ebbbc19b28d44ccee903cee497562c" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta4", - "datestamp": "1693891734", + "version": "8.x-1.0-alpha7", + "datestamp": "1621952571", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -5043,10 +4492,6 @@ { "name": "el1_1el", "homepage": "https://www.drupal.org/user/1795292" - }, - { - "name": "joseph.olstad", - "homepage": "https://www.drupal.org/user/1321830" } ], "description": "Convert entity bundles from one value to another", @@ -5057,24 +4502,24 @@ }, { "name": "drupal/core", - "version": "10.2.3", + "version": "9.4.8", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "cc8c7952f7013795b735f5c15290e76937163bb7" + "reference": "a627d1b2a00f2cef0572e37b94dea298800541f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/cc8c7952f7013795b735f5c15290e76937163bb7", - "reference": "cc8c7952f7013795b735f5c15290e76937163bb7", + "url": "https://api.github.com/repos/drupal/core/zipball/a627d1b2a00f2cef0572e37b94dea298800541f4", + "reference": "a627d1b2a00f2cef0572e37b94dea298800541f4", "shasum": "" }, "require": { - "asm89/stack-cors": "^2.1", - "composer-runtime-api": "^2.1", + "asm89/stack-cors": "^1.3", "composer/semver": "^3.3", - "doctrine/annotations": "^1.14", - "egulias/email-validator": "^3.2.1|^4.0", + "doctrine/annotations": "^1.13", + "doctrine/reflection": "^1.2", + "egulias/email-validator": "^2.1.22|^3.2", "ext-date": "*", "ext-dom": "*", "ext-filter": "*", @@ -5088,38 +4533,41 @@ "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^7.5", - "guzzlehttp/psr7": "^2.4.5", + "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", + "laminas/laminas-diactoros": "^2.11", + "laminas/laminas-feed": "^2.17", "masterminds/html5": "^2.7", - "mck89/peast": "^1.14", "pear/archive_tar": "^1.4.14", - "php": ">=8.1.0", - "psr/log": "^3.0", - "sebastian/diff": "^4", - "symfony/console": "^6.4", - "symfony/dependency-injection": "^6.4", - "symfony/event-dispatcher": "^6.4", - "symfony/filesystem": "^6.4", - "symfony/finder": "^6.4", - "symfony/http-foundation": "^6.4", - "symfony/http-kernel": "^6.4", - "symfony/mailer": "^6.4", - "symfony/mime": "^6.4", - "symfony/polyfill-iconv": "^1.26", - "symfony/process": "^6.4", - "symfony/psr-http-message-bridge": "^2.1|^6.4", - "symfony/routing": "^6.4", - "symfony/serializer": "^6.4", - "symfony/validator": "^6.4", - "symfony/yaml": "^6.4", - "twig/twig": "^3.5.0" + "php": ">=7.3.0", + "psr/log": "^1.1", + "stack/builder": "^1.0", + "symfony-cmf/routing": "^2.3", + "symfony/console": "^4.4", + "symfony/dependency-injection": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-foundation": "^4.4.7", + "symfony/http-kernel": "^4.4", + "symfony/mime": "^5.4", + "symfony/polyfill-iconv": "^1.25", + "symfony/polyfill-php80": "^1.25", + "symfony/process": "^4.4", + "symfony/psr-http-message-bridge": "^2.1", + "symfony/routing": "^4.4", + "symfony/serializer": "^4.4", + "symfony/translation": "^4.4", + "symfony/validator": "^4.4", + "symfony/yaml": "^4.4.19", + "twig/twig": "^2.15.3", + "typo3/phar-stream-wrapper": "^3.1.3" }, "conflict": { - "drush/drush": "<12.4.3" + "drush/drush": "<8.1.10", + "symfony/http-foundation": "4.4.42" }, "replace": { "drupal/core-annotation": "self.version", "drupal/core-assertion": "self.version", + "drupal/core-bridge": "self.version", "drupal/core-class-finder": "self.version", "drupal/core-datetime": "self.version", "drupal/core-dependency-injection": "self.version", @@ -5143,9 +4591,6 @@ "drupal/core-uuid": "self.version", "drupal/core-version": "self.version" }, - "suggest": { - "ext-zip": "Needed to extend the plugin.manager.archiver service capability with the handling of files in the ZIP format." - }, "type": "drupal-core", "extra": { "drupal-scaffold": { @@ -5178,10 +4623,12 @@ }, "autoload": { "files": [ - "includes/bootstrap.inc" + "includes/bootstrap.inc", + "includes/guzzle_php81_shim.php" ], "psr-4": { "Drupal\\Core\\": "lib/Drupal/Core", + "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver", "Drupal\\Component\\": "lib/Drupal/Component" }, "classmap": [ @@ -5200,10 +4647,12 @@ "lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php", "lib/Drupal/Core/Database/Connection.php", "lib/Drupal/Core/Database/Database.php", + "lib/Drupal/Core/Database/Statement.php", "lib/Drupal/Core/Database/StatementInterface.php", "lib/Drupal/Core/DependencyInjection/Container.php", "lib/Drupal/Core/DrupalKernel.php", "lib/Drupal/Core/DrupalKernelInterface.php", + "lib/Drupal/Core/Http/InputBag.php", "lib/Drupal/Core/Installer/InstallerRedirectTrait.php", "lib/Drupal/Core/Site/Settings.php" ] @@ -5214,26 +4663,26 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/10.2.3" + "source": "https://github.com/drupal/core/tree/9.4.8" }, - "time": "2024-02-07T22:44:48+00:00" + "time": "2022-10-06T15:57:08+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "10.2.3", + "version": "9.4.8", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "63effa1bc644e80a269e8b4415e627491d26fd3f" + "reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/63effa1bc644e80a269e8b4415e627491d26fd3f", - "reference": "63effa1bc644e80a269e8b4415e627491d26fd3f", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f", + "reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f", "shasum": "" }, "require": { - "composer-plugin-api": "^2", + "composer-plugin-api": "^1 || ^2", "php": ">=7.3.0" }, "conflict": { @@ -5264,80 +4713,81 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.3" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.4.8" }, - "time": "2024-01-26T14:59:30+00:00" + "time": "2022-06-19T16:14:23+00:00" }, { "name": "drupal/core-recommended", - "version": "10.2.3", + "version": "9.4.8", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "ee5d148455ca5792108a1fd007ae162ea2ffe859" + "reference": "684cc844f7b729286f5d62f1ee4b20ab12586502" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/ee5d148455ca5792108a1fd007ae162ea2ffe859", - "reference": "ee5d148455ca5792108a1fd007ae162ea2ffe859", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/684cc844f7b729286f5d62f1ee4b20ab12586502", + "reference": "684cc844f7b729286f5d62f1ee4b20ab12586502", "shasum": "" }, "require": { - "asm89/stack-cors": "~v2.2.0", - "composer/semver": "~3.4.0", - "doctrine/annotations": "~1.14.3", - "doctrine/deprecations": "~1.1.2", - "doctrine/lexer": "~2.1.0", - "drupal/core": "10.2.3", - "egulias/email-validator": "~4.0.2", - "guzzlehttp/guzzle": "~7.8.1", - "guzzlehttp/promises": "~2.0.2", - "guzzlehttp/psr7": "~2.6.2", - "masterminds/html5": "~2.8.1", - "mck89/peast": "~v1.15.4", + "asm89/stack-cors": "~1.3.0", + "composer/semver": "~3.3.2", + "doctrine/annotations": "~1.13.2", + "doctrine/lexer": "~1.2.3", + "doctrine/reflection": "~1.2.3", + "drupal/core": "9.4.8", + "egulias/email-validator": "~3.2", + "guzzlehttp/guzzle": "~6.5.8", + "guzzlehttp/promises": "~1.5.1", + "guzzlehttp/psr7": "~1.9.0", + "laminas/laminas-diactoros": "~2.11.1", + "laminas/laminas-escaper": "~2.9.0", + "laminas/laminas-feed": "~2.17.0", + "laminas/laminas-stdlib": "~3.7.1", + "masterminds/html5": "~2.7.5", "pear/archive_tar": "~1.4.14", "pear/console_getopt": "~v1.4.3", - "pear/pear-core-minimal": "~v1.10.14", + "pear/pear-core-minimal": "~v1.10.11", "pear/pear_exception": "~v1.0.2", - "psr/cache": "~3.0.0", - "psr/container": "~2.0.2", - "psr/event-dispatcher": "~1.0.0", - "psr/http-client": "~1.0.3", - "psr/http-factory": "~1.0.2", - "psr/log": "~3.0.0", + "psr/cache": "~1.0.1", + "psr/container": "~1.1.1", + "psr/http-factory": "~1.0.1", + "psr/http-message": "~1.0.1", + "psr/log": "~1.1.4", "ralouphie/getallheaders": "~3.0.3", - "sebastian/diff": "~4.0.5", - "symfony/console": "~v6.4.1", - "symfony/dependency-injection": "~v6.4.1", - "symfony/deprecation-contracts": "~v3.4.0", - "symfony/error-handler": "~v6.4.0", - "symfony/event-dispatcher": "~v6.4.0", - "symfony/event-dispatcher-contracts": "~v3.4.0", - "symfony/filesystem": "~v6.4.0", - "symfony/finder": "~v6.4.0", - "symfony/http-foundation": "~v6.4.0", - "symfony/http-kernel": "~v6.4.1", - "symfony/mailer": "~v6.4.0", - "symfony/mime": "~v6.4.0", - "symfony/polyfill-ctype": "~v1.28.0", - "symfony/polyfill-iconv": "~v1.28.0", - "symfony/polyfill-intl-grapheme": "~v1.28.0", - "symfony/polyfill-intl-idn": "~v1.28.0", - "symfony/polyfill-intl-normalizer": "~v1.28.0", - "symfony/polyfill-mbstring": "~v1.28.0", - "symfony/polyfill-php83": "~v1.28.0", - "symfony/process": "~v6.4.0", - "symfony/psr-http-message-bridge": "~v6.4.0", - "symfony/routing": "~v6.4.1", - "symfony/serializer": "~v6.4.1", - "symfony/service-contracts": "~v3.4.0", - "symfony/string": "~v6.4.0", - "symfony/translation-contracts": "~v3.4.0", - "symfony/validator": "~v6.4.0", - "symfony/var-dumper": "~v6.4.0", - "symfony/var-exporter": "~v6.4.1", - "symfony/yaml": "~v6.4.0", - "twig/twig": "~v3.8.0" + "stack/builder": "~v1.0.6", + "symfony-cmf/routing": "~2.3.4", + "symfony/console": "~v4.4.42", + "symfony/debug": "~v4.4.41", + "symfony/dependency-injection": "~v4.4.42", + "symfony/deprecation-contracts": "~v2.5.1", + "symfony/error-handler": "~v4.4.41", + "symfony/event-dispatcher": "~v4.4.42", + "symfony/event-dispatcher-contracts": "~v1.1.12", + "symfony/http-client-contracts": "~v2.5.1", + "symfony/http-foundation": "~v4.4.41", + "symfony/http-kernel": "~v4.4.42", + "symfony/mime": "~v5.4.9", + "symfony/polyfill-ctype": "~v1.25.0", + "symfony/polyfill-iconv": "~v1.25.0", + "symfony/polyfill-intl-idn": "~v1.25.0", + "symfony/polyfill-intl-normalizer": "~v1.25.0", + "symfony/polyfill-mbstring": "~v1.25.0", + "symfony/polyfill-php80": "~v1.25.0", + "symfony/process": "~v4.4.41", + "symfony/psr-http-message-bridge": "~v2.1.2", + "symfony/routing": "~v4.4.41", + "symfony/serializer": "~v4.4.42", + "symfony/service-contracts": "~v2.5.1", + "symfony/translation": "~v4.4.41", + "symfony/translation-contracts": "~v2.5.1", + "symfony/validator": "~v4.4.41", + "symfony/var-dumper": "~v5.4.9", + "symfony/yaml": "~v4.4.37", + "twig/twig": "~v2.15.3", + "typo3/phar-stream-wrapper": "~v3.1.7" }, "conflict": { "webflo/drupal-core-strict": "*" @@ -5349,9 +4799,9 @@ ], "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/10.2.3" + "source": "https://github.com/drupal/core-recommended/tree/9.4.8" }, - "time": "2024-02-07T22:44:48+00:00" + "time": "2022-10-06T15:57:08+00:00" }, { "name": "drupal/crop", @@ -5412,27 +4862,28 @@ }, { "name": "drupal/csp", - "version": "1.30.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/csp.git", - "reference": "8.x-1.30" + "reference": "8.x-1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.30.zip", - "reference": "8.x-1.30", - "shasum": "50ff811459e9d93a1d605f96ada4082aa0dc637f" + "url": "https://ftp.drupal.org/files/projects/csp-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "0d6568ff2b176497ff97a440bfae6b7135ad2d6b" }, "require": { - "drupal/core": "~10.0.0 || ^10.1.3", - "ext-json": "*" + "drupal/core": "^8.5 || ^9.0", + "ext-json": "*", + "php": ">=7.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.30", - "datestamp": "1705655685", + "version": "8.x-1.16", + "datestamp": "1641415148", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5461,17 +4912,17 @@ }, { "name": "drupal/ctools", - "version": "3.14.0", + "version": "3.13.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ctools.git", - "reference": "8.x-3.14" + "reference": "8.x-3.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.14.zip", - "reference": "8.x-3.14", - "shasum": "8895a8e47199b458013bc153ceafa0b1495f33c1" + "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.13.zip", + "reference": "8.x-3.13", + "shasum": "b84176544265d4c6aa17917d66335527c9498c5a" }, "require": { "drupal/core": "^9.3 || ^10" @@ -5479,8 +4930,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.14", - "datestamp": "1684299793", + "version": "8.x-3.13", + "datestamp": "1668631846", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5554,29 +5005,26 @@ }, { "name": "drupal/customerror", - "version": "1.0.0-beta3", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/customerror.git", - "reference": "8.x-1.0-beta3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/customerror-8.x-1.0-beta3.zip", - "reference": "8.x-1.0-beta3", - "shasum": "dbb6df7770620b65300a472284b980485fd97ec5" + "reference": "f60a6d2a3f80d4aacafd90848451362c27c12d68" }, "require": { "drupal/core": "^8.8 || ^9 || ^10" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.0-beta3", - "datestamp": "1682597105", + "version": "8.x-1.0-beta2+1-dev", + "datestamp": "1666973017", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -5614,21 +5062,20 @@ }, { "name": "drupal/dashboards", - "version": "2.1.6", + "version": "2.0.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dashboards.git", - "reference": "2.1.6" + "reference": "2.0.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dashboards-2.1.6.zip", - "reference": "2.1.6", - "shasum": "e8ba79f31ff32da7b1ee9a57a61c5987014a365f" + "url": "https://ftp.drupal.org/files/projects/dashboards-2.0.8.zip", + "reference": "2.0.8", + "shasum": "ab82676326a2f44fab7d7fb19206c116fb7db0de" }, "require": { - "drupal/core": "^9.4 || ^10", - "laminas/laminas-feed": "^2.17" + "drupal/core": "^8.7.0 || ^9" }, "require-dev": { "drupal/matomo": "*", @@ -5638,8 +5085,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.6", - "datestamp": "1681725489", + "version": "2.0.8", + "datestamp": "1664459169", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5668,17 +5115,17 @@ }, { "name": "drupal/date_popup", - "version": "2.0.1", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/date_popup.git", - "reference": "2.0.1" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/date_popup-2.0.1.zip", - "reference": "2.0.1", - "shasum": "15cab5f339d60569c2380545b6e16b5f3612b98f" + "url": "https://ftp.drupal.org/files/projects/date_popup-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "6b707646e8920bbed1b3a6227efb9588d6b98718" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -5686,8 +5133,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1694567369", + "version": "8.x-1.3", + "datestamp": "1668746954", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5716,26 +5163,26 @@ }, { "name": "drupal/datetimehideseconds", - "version": "1.4.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/datetimehideseconds.git", - "reference": "8.x-1.4" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "fdfa8eeb35ec9577bf95caf49473c71d2ff011c0" + "url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "8d44fbd19f5c957e12190c2e0f1bca71634bc8b2" }, "require": { - "drupal/core": "^8.7.7 || ^9 || ^10" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1703164799", + "version": "8.x-1.1", + "datestamp": "1604765739", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5768,30 +5215,27 @@ }, { "name": "drupal/default_content", - "version": "2.0.0-alpha2", + "version": "1.0.0-alpha9", "source": { "type": "git", "url": "https://git.drupalcode.org/project/default_content.git", - "reference": "2.0.0-alpha2" + "reference": "8.x-1.0-alpha9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/default_content-2.0.0-alpha2.zip", - "reference": "2.0.0-alpha2", - "shasum": "5c365ea21b0be63dc00ec2db50179291d6fb3d89" + "url": "https://ftp.drupal.org/files/projects/default_content-8.x-1.0-alpha9.zip", + "reference": "8.x-1.0-alpha9", + "shasum": "e8d5cc6ae96b14e882852512fbf5887e752146a0" }, "require": { - "drupal/core": "^9.1 || ^10" - }, - "require-dev": { - "drupal/hal": " ^9 || ^1 || ^2", - "drupal/paragraphs": "^1" + "drupal/core": "^8.7.7 || ^9", + "drupal/hal": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha2", - "datestamp": "1659466706", + "version": "8.x-1.0-alpha9", + "datestamp": "1588280141", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -5799,7 +5243,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10 || ^11" + "drush.services.yml": "^9" } } }, @@ -5902,10 +5346,6 @@ "homepage": "https://www.drupal.org/u/realityloop", "role": "Maintainer" }, - { - "name": "lhangea", - "homepage": "https://www.drupal.org/user/2743803" - }, { "name": "miro_dietiker", "homepage": "https://www.drupal.org/user/227761" @@ -5936,38 +5376,37 @@ }, { "name": "drupal/drd", - "version": "4.1.0", + "version": "4.0.8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drd.git", - "reference": "4.1.0" + "reference": "4.0.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drd-4.1.0.zip", - "reference": "4.1.0", - "shasum": "d96810709e0b1dfa4d7e290ee0d7c12afef09c22" + "url": "https://ftp.drupal.org/files/projects/drd-4.0.8.zip", + "reference": "4.0.8", + "shasum": "f964297fda1bc40d1da09fdbb732c3032a3d401d" }, "require": { "albertofem/rsync-lib": "^1.0", "cypresslab/gitelephant": "^2.0|^4.0", "drupal/advancedqueue": "^1.0@RC", - "drupal/core": "^10 || ^11", - "drupal/drd_agent": "^4.1", - "drupal/encrypt": "^3.1", - "drupal/eva": "^3.0", - "drupal/key_value_field": "^1.3", + "drupal/core": "^8.8 || ^9", + "drupal/drd_agent": "^4.0", + "drupal/encrypt": "^3.0@RC", + "drupal/eva": "^2.1", + "drupal/key_value_field": "^1.2", "mikehaertl/php-shellcommand": "^1.6", - "php": ">=8.1", - "phpseclib/phpseclib": "^2.0|^3.0", + "php": ">=7.2", + "phpseclib/phpseclib": "^2.0", "platformsh/client": "^2.0", "symfony/filesystem": "^2.8|^3|^4|^5|^6" }, "require-dev": { "drupal/drd_pi": "*", - "drupal/eca": "^2.0", - "drupal/gitlab_api": "^2.1", - "drupal/webform": "^6.2@RC" + "drupal/gitlab_api": "*", + "drupal/webform": "*" }, "suggest": { "drupal/console": "CLI to use and optionally automate DRD actions.", @@ -5981,8 +5420,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.1.0", - "datestamp": "1702474003", + "version": "4.0.8", + "datestamp": "1648793838", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -5991,7 +5430,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -6015,27 +5454,21 @@ }, { "name": "drupal/drd_agent", - "version": "4.1.0", + "version": "4.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drd_agent.git", - "reference": "4.1.0" + "reference": "4.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drd_agent-4.1.0.zip", - "reference": "4.1.0", - "shasum": "5979d4d98f76d81c1e68bbfd7b04a7de73f9e33b" + "url": "https://ftp.drupal.org/files/projects/drd_agent-4.0.3.zip", + "reference": "4.0.3", + "shasum": "d19400753f0fcf03748f91504d3ee46c13e7cdf9" }, "require": { - "drupal/core": "^10 || ^11", - "php": ">=8.1" - }, - "require-dev": { - "drupal/hacked": "^2.0@beta", - "drupal/job_scheduler": "^4.0", - "drupal/monitoring": "^1.13", - "drupal/security_review": "^2.0" + "drupal/core": "^8.8 || ^9", + "php": ">=7.2" }, "suggest": { "drupal/hacked": "Validate each project if it got changed compared to the original code from drupal.org.", @@ -6045,8 +5478,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.1.0", - "datestamp": "1701853228", + "version": "4.0.3", + "datestamp": "1644339477", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6055,7 +5488,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -6067,7 +5500,7 @@ "homepage": "https://www.drupal.org/user/168924" } ], - "description": "Agent on remote Drupal sites for the main DRD module.", + "description": "TODO", "homepage": "https://www.drupal.org/project/drd_agent", "keywords": [ "Drupal" @@ -6079,27 +5512,27 @@ }, { "name": "drupal/dropdown_language", - "version": "4.0.3", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dropdown_language.git", - "reference": "4.0.3" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dropdown_language-4.0.3.zip", - "reference": "4.0.3", - "shasum": "1c59a667f3215baa8bfa4ed9d77b17899377f2e7" + "url": "https://ftp.drupal.org/files/projects/dropdown_language-3.0.0.zip", + "reference": "3.0.0", + "shasum": "5c467a4c42a8d12a2ff73d7c7464250bc692c356" }, "require": { - "drupal/core": "^10", - "php": "^8.0" + "drupal/core": "^9", + "php": "^7.3||^8.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.3", - "datestamp": "1679314009", + "version": "3.0.0", + "datestamp": "1612727737", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -6113,16 +5546,8 @@ "authors": [ { "name": "Scott Carpenter", - "homepage": "https://www.drupal.org/user/291091", + "homepage": "https://www.drupal.org/user/297907", "email": "dropdown-language@goodscott.com" - }, - { - "name": "Grevil", - "homepage": "https://www.drupal.org/user/3668491" - }, - { - "name": "SKAUGHT", - "homepage": "https://www.drupal.org/user/297907" } ], "description": "Dropdown Language Switcher. https://www.drupal.org/project/dropdown_language", @@ -6133,31 +5558,28 @@ }, { "name": "drupal/drutopia_action", - "version": "2.0.0-rc1", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_action.git", - "reference": "2.0.0-rc1" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_action-2.0.0-rc1.zip", - "reference": "2.0.0-rc1", - "shasum": "e1e9aea007a1b2174ff286b8cf54a9bc3edac75a" + "url": "https://ftp.drupal.org/files/projects/drutopia_action-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "152af38111c9a134d83a9a1d3008ff22eb1b733e" }, "require": { "drupal/config_actions": "^1.1", - "drupal/config_snapshot": "*", - "drupal/core": "^9.4 || ^10", + "drupal/core": "^8.9 || ^9", "drupal/drutopia_core": "*", - "drupal/drutopia_seo": "^2", + "drupal/drutopia_seo": "^1.0", "drupal/drutopia_site": "*", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/field_group": "^3.0", "drupal/focal_point": "*", - "drupal/media_library_media_modify": "*", - "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "^1.12", "drupal/pathauto": "^1.8", @@ -6166,11 +5588,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-rc1", - "datestamp": "1697332194", + "version": "8.x-1.1", + "datestamp": "1621285719", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -6180,36 +5602,32 @@ ], "authors": [ { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia Action is a base feature providing an action content type and related configuration.", - "homepage": "https://www.drupal.org/project/drutopia_action", + "homepage": "https://gitlab.com/drutopia/drutopia_action", "keywords": [ "actions", "campaign", @@ -6218,42 +5636,33 @@ "group" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_action/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_action" + "source": "https://gitlab.com/drutopia/drutopia_action/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_action/issues" } }, { "name": "drupal/drutopia_article", - "version": "2.0.0-rc2", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_article.git", - "reference": "2.0.0-rc2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_article-2.0.0-rc2.zip", - "reference": "2.0.0-rc2", - "shasum": "e51b860d49240eba2bdeb696c7b1e068f5f0b2fe" + "reference": "1a24bba09c55ec63a48e62082b3bd598eaca2288" }, "require": { - "drupal/block_visibility_groups": "^2", + "drupal/block_visibility_groups": "^1.3", "drupal/config_actions": "^1.1", - "drupal/config_snapshot": "*", - "drupal/core": "^9.4 || ^10", + "drupal/core": "^8.9 || ^9", "drupal/ctools": "^3.4", "drupal/drutopia_comment": "*", "drupal/drutopia_core": "*", "drupal/drutopia_people": "*", - "drupal/drutopia_seo": "^2", + "drupal/drutopia_seo": "^1.0", "drupal/drutopia_site": "*", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/facets": "^2", "drupal/field_group": "^3.0", "drupal/focal_point": "*", - "drupal/media_library_media_modify": "*", - "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", "drupal/pathauto": "^1.8", @@ -6262,271 +5671,13 @@ "drupal/token": "^1.7" }, "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0-rc2", - "datestamp": "1698093781", - "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "drutopia_gitlab", - "homepage": "https://www.drupal.org/user/3514271" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "ronaldmulero", - "homepage": "https://www.drupal.org/user/241652" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], - "description": "Drutopia Article is a base feature providing an article content type and related configuration.", - "homepage": "https://www.drupal.org/project/drutopia_article", - "support": { - "source": "https://git.drupalcode.org/project/drutopia_article" - } - }, - { - "name": "drupal/drutopia_blog", - "version": "2.0.0-rc2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/drutopia_blog.git", - "reference": "2.0.0-rc2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_blog-2.0.0-rc2.zip", - "reference": "2.0.0-rc2", - "shasum": "71720613f7a0b4f6437f4bf1fd29dc0cb210ed7a" - }, - "require": { - "drupal/block_visibility_groups": "^2", - "drupal/config_actions": "^1.1", - "drupal/core": "^9.4 || ^10", - "drupal/ctools": "^3.4", - "drupal/drutopia_comment": "*", - "drupal/drutopia_core": "*", - "drupal/drutopia_people": "*", - "drupal/drutopia_seo": "^2", - "drupal/drutopia_site": "*", - "drupal/ds": "^3.7", - "drupal/entity_reference_revisions": "*", - "drupal/facets": "^2", - "drupal/field_group": "^3.0", - "drupal/focal_point": "*", - "drupal/media_library_media_modify": "*", - "drupal/media_responsive_thumbnail": "*", - "drupal/metatag": "*", - "drupal/paragraphs": "*", - "drupal/pathauto": "^1.8", - "drupal/search_api": "*", - "drupal/token": "^1.7" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0-rc2", - "datestamp": "1698094057", - "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "drutopia_gitlab", - "homepage": "https://www.drupal.org/user/3514271" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "ronaldmulero", - "homepage": "https://www.drupal.org/user/241652" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], - "description": "Drutopia Blog is a base feature providing a blog content type and related configuration.", - "homepage": "https://www.drupal.org/project/drutopia_blog", - "keywords": [ - "blogging", - "content", - "drutopia", - "journal" - ], - "support": { - "source": "https://git.drupalcode.org/project/drutopia_blog/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_blog" - } - }, - { - "name": "drupal/drutopia_campaign", - "version": "2.0.0-rc1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/drutopia_campaign.git", - "reference": "2.0.0-rc1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_campaign-2.0.0-rc1.zip", - "reference": "2.0.0-rc1", - "shasum": "6a3570196c34c24daa780e64319af9a6e292e3cc" - }, - "require": { - "drupal/block_visibility_groups": "*", - "drupal/config_actions": "^1.1", - "drupal/core": "^9.4 || ^10", - "drupal/drutopia_core": "^2", - "drupal/drutopia_seo": "^2", - "drupal/ds": "^3.7", - "drupal/entity_reference_revisions": "*", - "drupal/facets": "*", - "drupal/field_group": "^3.0", - "drupal/focal_point": "*", - "drupal/media_library_media_modify": "*", - "drupal/media_responsive_thumbnail": "*", - "drupal/metatag": "*", - "drupal/paragraphs": "^1.12", - "drupal/pathauto": "^1.8", - "drupal/search_api": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0-rc1", - "datestamp": "1697332856", - "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "drutopia_gitlab", - "homepage": "https://www.drupal.org/user/3514271" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "ronaldmulero", - "homepage": "https://www.drupal.org/user/241652" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], - "description": "Drutopia Campaign provides a Campaign content type, including background information as well as ability to list demands and updates, and related configuration.", - "homepage": "https://www.drupal.org/project/drutopia_campaign", - "keywords": [ - "campaign", - "content", - "drutopia", - "initiative" - ], - "support": { - "source": "https://git.drupalcode.org/project/drutopia_campaign/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_campaign" - } - }, - { - "name": "drupal/drutopia_collection", - "version": "dev-2.0.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/drutopia_collection.git", - "reference": "6f25bea1f255a34322622ecf876637429f023c43" - }, - "require": { - "drupal/config_actions": "^1.0", - "drupal/core": "^8 || ^9 || ^10", - "drupal/ctools": "^3.0", - "drupal/drutopia_article": "^2", - "drupal/drutopia_blog": "^2", - "drupal/drutopia_core": "*", - "drupal/drutopia_people": "^2", - "drupal/drutopia_seo": "^2", - "drupal/ds": "^3.1", - "drupal/entity_reference_revisions": "*", - "drupal/metatag": "^1.9", - "drupal/paragraphs": "*" - }, - "type": "drupal-module", "extra": { "branch-alias": { - "dev-2.0.x": "2.0.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "2.0.x-dev", - "datestamp": "1694686396", + "version": "8.x-1.1+1-dev", + "datestamp": "1648343539", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -6539,56 +5690,253 @@ ], "authors": [ { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" + "name": "drutopia_gitlab", + "homepage": "https://www.drupal.org/user/3514271" }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "ronaldmulero", + "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], - "description": "Drutopia Collection is a feature providing the ability to create collections to bring together ordered listings of Articles, Blog posts, or other content. This is useful for magazine issues or online books (referencing each chapter) or to create a meta-resource of recommended resources and people. an article content type and related configuration.", - "homepage": "https://www.drupal.org/project/drutopia_collection", + "description": "Drutopia Article is a base feature providing an article content type and related configuration.", + "homepage": "https://gitlab.com/drutopia/drutopia_article", "support": { - "source": "https://git.drupalcode.org/project/drutopia_collection" + "source": "https://git.drupalcode.org/project/drutopia_article" } }, { - "name": "drupal/drutopia_comment", - "version": "2.0.0-rc1", + "name": "drupal/drutopia_blog", + "version": "dev-1.x", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/drutopia_comment.git", - "reference": "2.0.0-rc1" + "url": "https://git.drupalcode.org/project/drutopia_blog.git", + "reference": "5f0299742c2822b4f266c76186f3c69366e76fb5" + }, + "require": { + "drupal/block_visibility_groups": "^1.3", + "drupal/config_actions": "^1.1", + "drupal/core": "^8.9 || ^9", + "drupal/ctools": "^3.4", + "drupal/drutopia_comment": "*", + "drupal/drutopia_core": "*", + "drupal/drutopia_people": "*", + "drupal/drutopia_seo": "^1.0", + "drupal/drutopia_site": "*", + "drupal/ds": "^3.7", + "drupal/entity_reference_revisions": "*", + "drupal/facets": "^2", + "drupal/field_group": "^3.0", + "drupal/focal_point": "*", + "drupal/metatag": "*", + "drupal/paragraphs": "*", + "drupal/pathauto": "^1.8", + "drupal/search_api": "*", + "drupal/token": "^1.7" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0+4-dev", + "datestamp": "1619054280", + "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+" + ], + "authors": [ + { + "name": "drutopia_gitlab", + "homepage": "https://www.drupal.org/user/3514271" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "ronaldmulero", + "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" + } + ], + "description": "Drutopia Blog is a base feature providing a blog content type and related configuration.", + "homepage": "https://gitlab.com/drutopia/drutopia_blog", + "keywords": [ + "blogging", + "content", + "drutopia", + "journal" + ], + "support": { + "source": "https://gitlab.com/drutopia/drutopia_blog/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_blog/issues" + } + }, + { + "name": "drupal/drutopia_campaign", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/drutopia_campaign.git", + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_comment-2.0.0-rc1.zip", - "reference": "2.0.0-rc1", - "shasum": "bc213075e952a46d86978e7e9ff828d9d9b91c14" + "url": "https://ftp.drupal.org/files/projects/drutopia_campaign-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "9fef0bb6103eb3a07100ba87978223d74c5c4bed" + }, + "require": { + "drupal/block_visibility_groups": "*", + "drupal/config_actions": "^1.1", + "drupal/core": "^8.9 || ^9", + "drupal/drutopia_core": "^1.0", + "drupal/drutopia_seo": "^1.0", + "drupal/ds": "^3.7", + "drupal/entity_reference_revisions": "*", + "drupal/facets": "*", + "drupal/field_group": "^3.0", + "drupal/focal_point": "*", + "drupal/metatag": "*", + "drupal/paragraphs": "^1.12", + "drupal/pathauto": "^1.8", + "drupal/search_api": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.1", + "datestamp": "1621286321", + "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": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, + { + "name": "drutopia_gitlab", + "homepage": "https://www.drupal.org/user/3514271" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "ronaldmulero", + "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" + } + ], + "description": "Drutopia Campaign provides a Campaign content type, including background information as well as ability to list demands and updates, and related configuration.", + "homepage": "https://gitlab.com/drutopia/drutopia_campaign", + "keywords": [ + "campaign", + "content", + "drutopia", + "initiative" + ], + "support": { + "source": "https://gitlab.com/drutopia/drutopia_campaign/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_campaign/issues" + } + }, + { + "name": "drupal/drutopia_collection", + "version": "dev-8.x-1.x", + "source": { + "type": "git", + "url": "git@gitlab.com:drutopia/drutopia_collection.git", + "reference": "8ec2859c26f123ff9e6fa67d14c53a78a8c21196" + }, + "require": { + "drupal/config_actions": "^1.0", + "drupal/ctools": "^3.0", + "drupal/drutopia_article": "^1.0-beta3", + "drupal/drutopia_blog": "^1.0-beta3", + "drupal/drutopia_people": "^1.0-beta3", + "drupal/drutopia_seo": "^1.0-beta2", + "drupal/ds": "^3.1", + "drupal/metatag": "^1.9" + }, + "default-branch": true, + "type": "drupal-module", + "license": [ + "GPL-2.0+" + ], + "description": "Drutopia Collection is a feature providing the ability to create collections to bring together ordered listings of Articles, Blog posts, or other content. This is useful for magazine issues or online books (referencing each chapter) or to create a meta-resource of recommended resources and people. an article content type and related configuration.", + "homepage": "https://gitlab.com/drutopia/drutopia_collection", + "time": "2020-08-05T19:23:08+00:00" + }, + { + "name": "drupal/drutopia_comment", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/drutopia_comment.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_comment-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "f6f9a8e2279d46df1adfa66b507f2a8c687f4e86" }, "require": { "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9 || ^10", + "drupal/core": "^8.9 || ^9", "drupal/drutopia_core": "*", "drupal/rdf": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-rc1", - "datestamp": "1697331973", + "version": "8.x-1.1", + "datestamp": "1621286434", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "branch-alias": { @@ -6600,294 +5948,10 @@ "GPL-2.0+" ], "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "ronaldmulero", - "homepage": "https://www.drupal.org/user/241652" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], - "description": "Drutopia comment is a base feature providing comments and related configuration.", - "homepage": "https://www.drupal.org/project/drutopia_comment", - "keywords": [ - "comments", - "content", - "discussion", - "drutopia" - ], - "support": { - "source": "https://git.drupalcode.org/project/drutopia_comment/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_comment" - } - }, - { - "name": "drupal/drutopia_core", - "version": "dev-2.0.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/drutopia_core.git", - "reference": "05ee8ae13f1b24ea3c450aee6fd854919432f17d" - }, - "require": { - "drupal/automated_crop": "^3.0", - "drupal/config_actions": "^1.3", - "drupal/config_perms": "^2.0", - "drupal/core": "^9.4 || ^10", - "drupal/crop": "^2.1", - "drupal/ds": "^3.12", - "drupal/exclude_node_title": "*", - "drupal/facets": "^2", - "drupal/faqfield": "^7.0", - "drupal/focal_point": "^2.0", - "drupal/image_field_to_media": "^2.0", - "drupal/image_widget_crop": "^2", - "drupal/media_contextual_crop": "1.2.x-dev@dev", - "drupal/media_contextual_crop_field_formatter": "^1.3", - "drupal/media_contextual_crop_fp_adapter": "^1", - "drupal/media_contextual_crop_iwc_adapter": "^1", - "drupal/media_library_media_modify": "^1.0@beta", - "drupal/media_responsive_thumbnail": "^1", - "drupal/metatag": "^1.16", - "drupal/paragraphs": "^1.12", - "drupal/pathauto": "*", - "drupal/rdf": "*", - "drupal/search_api": "^1.19", - "drupal/search_api_db": "*", - "drupal/video_embed_field": "^2.4" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, - "drupal": { - "version": "2.0.x-dev", - "datestamp": "1701463245", - "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." - } - }, - "patches": { - "drupal/entity_reference_revisions": { - "Support normalization without local revision ID": "https://www.drupal.org/files/issues/2022-08-18/entity_reference_revisions-normalizer-2913713-12.patch" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "drutopia_gitlab", - "homepage": "https://www.drupal.org/user/3514271" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "ronaldmulero", - "homepage": "https://www.drupal.org/user/241652" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], - "description": "Drutopia core is a base feature providing core components required by other features.", - "homepage": "https://www.drupal.org/project/drutopia_core", - "keywords": [ - "base", - "core", - "drutopia" - ], - "support": { - "source": "https://git.drupalcode.org/project/drutopia_core/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_core" - } - }, - { - "name": "drupal/drutopia_event", - "version": "dev-2.0.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/drutopia_event.git", - "reference": "049ebe8b42a04481d637ec7bb30194b5af9c58e5" - }, - "require": { - "drupal/block_visibility_groups": "^2", - "drupal/config_actions": "^1.1", - "drupal/core": "^9.4 || ^10", - "drupal/ctools": "^3.4", - "drupal/drutopia_core": "*", - "drupal/drutopia_seo": "^2", - "drupal/ds": "^3.7", - "drupal/entity_reference_revisions": "*", - "drupal/facets": "^2", - "drupal/field_group": "*", - "drupal/focal_point": "*", - "drupal/media_library_media_modify": "*", - "drupal/media_responsive_thumbnail": "*", - "drupal/metatag": "*", - "drupal/paragraphs": "*", - "drupal/pathauto": "^1.8", - "drupal/search_api": "*", - "drupal/token": "^1.7" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, - "drupal": { - "version": "2.0.x-dev", - "datestamp": "1701465986", - "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+" - ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "drutopia_gitlab", - "homepage": "https://www.drupal.org/user/3514271" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "ronaldmulero", - "homepage": "https://www.drupal.org/user/241652" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], - "description": "Drutopia Event is a base feature providing a event content type, with date and event type, and related configuration.", - "homepage": "https://www.drupal.org/project/drutopia_event", - "keywords": [ - "calendar", - "date", - "drutopia", - "events" - ], - "support": { - "source": "https://git.drupalcode.org/project/drutopia_event/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_event" - } - }, - { - "name": "drupal/drutopia_group", - "version": "dev-2.0.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/drutopia_group.git", - "reference": "13c6e8b04b29b594562a21690047342ce386f64f" - }, - "require": { - "drupal/address": "^1.8", - "drupal/config_actions": "*", - "drupal/config_perms": "*", - "drupal/core": "^9.4 || ^10", - "drupal/ctools": "*", - "drupal/drutopia_core": "^2", - "drupal/ds": "*", - "drupal/entity_reference_revisions": "*", - "drupal/gnode": "*", - "drupal/group": "^3", - "drupal/paragraphs": "*", - "drupal/pathauto": "^1.8" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, - "drupal": { - "version": "2.0.x-dev", - "datestamp": "1694685946", - "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+" - ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "drutopia_gitlab", - "homepage": "https://www.drupal.org/user/3514271" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -6903,14 +5967,217 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" + } + ], + "description": "Drutopia comment is a base feature providing comments and related configuration.", + "homepage": "https://gitlab.com/drutopia/drutopia_comment", + "keywords": [ + "comments", + "content", + "discussion", + "drutopia" + ], + "support": { + "source": "https://gitlab.com/drutopia/drutopia_comment/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_comment/issues" + } + }, + { + "name": "drupal/drutopia_core", + "version": "dev-8.x-1.x", + "source": { + "type": "git", + "url": "git@gitlab.com:drutopia/drutopia_core.git", + "reference": "b1277ca0cc0c2302f794003da29d454651115567" + }, + "require": { + "drupal/config_actions": "^1.3", + "drupal/config_perms": "^2.0", + "drupal/crop": "^2.1", + "drupal/ds": "^3.12", + "drupal/facets": "^2", + "drupal/faqfield": "^7.0", + "drupal/focal_point": "^1.5", + "drupal/metatag": "^1.16", + "drupal/paragraphs": "^1.12", + "drupal/search_api": "^1.19", + "drupal/video_embed_field": "^2.4" + }, + "default-branch": true, + "type": "drupal-module", + "extra": { + "patches": { + "drupal/entity_reference_revisions": { + "Support normalization without local revision ID": "https://www.drupal.org/files/issues/2022-08-18/entity_reference_revisions-normalizer-2913713-12.patch" + } + } + }, + "license": [ + "GPL-2.0+" + ], + "description": "Drutopia core is a base feature providing core components required by other features.", + "homepage": "https://gitlab.com/drutopia/drutopia_core", + "keywords": [ + "base", + "core", + "drutopia" + ], + "support": { + "issues": "https://gitlab.com/drutopia/drutopia_core/issues", + "source": "https://gitlab.com/drutopia/drutopia_core/tree/8.x-1.x" + }, + "time": "2022-09-16T21:02:05+00:00" + }, + { + "name": "drupal/drutopia_event", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/drutopia_event.git", + "reference": "c4195f58f2414ddeeb0199db3e9851ee7a0544c8" + }, + "require": { + "drupal/block_visibility_groups": "^1.3", + "drupal/config_actions": "^1.1", + "drupal/core": "^8.9 || ^9", + "drupal/ctools": "^3.4", + "drupal/drutopia_core": "*", + "drupal/drutopia_seo": "^1.0", + "drupal/ds": "^3.7", + "drupal/entity_reference_revisions": "*", + "drupal/facets": "^2", + "drupal/field_group": "*", + "drupal/focal_point": "*", + "drupal/metatag": "*", + "drupal/paragraphs": "*", + "drupal/pathauto": "^1.8", + "drupal/search_api": "*", + "drupal/token": "^1.7" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.1+4-dev", + "datestamp": "1665001146", + "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+" + ], + "authors": [ + { + "name": "drutopia_gitlab", + "homepage": "https://www.drupal.org/user/3514271" }, { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "ronaldmulero", + "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" + } + ], + "description": "Drutopia Event is a base feature providing a event content type, with date and event type, and related configuration.", + "homepage": "https://gitlab.com/drutopia/drutopia_event", + "keywords": [ + "calendar", + "date", + "drutopia", + "events" + ], + "support": { + "source": "https://gitlab.com/drutopia/drutopia_event/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_event/issues" + } + }, + { + "name": "drupal/drutopia_group", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/drutopia_group.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_group-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "6a7836d4663d76303b3a5c3fabb859ef69eb007d" + }, + "require": { + "drupal/address": "^1.8", + "drupal/config_actions": "*", + "drupal/config_perms": "*", + "drupal/core": "^8.9 || ^9", + "drupal/ctools": "*", + "drupal/drutopia_core": "^1.0", + "drupal/ds": "*", + "drupal/entity_reference_revisions": "*", + "drupal/gnode": "*", + "drupal/group": "^1.0-rc5", + "drupal/paragraphs": "*", + "drupal/pathauto": "^1.8" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.1", + "datestamp": "1621286726", + "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": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, + { + "name": "drutopia_gitlab", + "homepage": "https://www.drupal.org/user/3514271" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "ronaldmulero", + "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia Group provides a group content type that can be classified by a group type vocabulary and related configuration.", - "homepage": "https://www.drupal.org/project/drutopia_group", + "homepage": "https://gitlab.com/drutopia/drutopia_group", "keywords": [ "drutopia", "grassroots", @@ -6918,26 +6185,31 @@ "organizations" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_group/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_group" + "source": "https://gitlab.com/drutopia/drutopia_group/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_group/issues" } }, { "name": "drupal/drutopia_landing_page", - "version": "dev-2.0.x", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_landing_page.git", - "reference": "fa3e5874142fffdd757aca5665e5414cf07e416c" + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_landing_page-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "de8d56c0112ce748e9a3e6bc0e4018e8cce2e24f" }, "require": { "cweagans/composer-patches": "^1.5.0", "drupal/config_actions": "^1.1", - "drupal/config_snapshot": "*", - "drupal/core": "^9.4 || ^10", + "drupal/core": "^8.9 || ^9", "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", - "drupal/drutopia_seo": "^2", + "drupal/drutopia_seo": "^1.0", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/exclude_node_title": "^1.0-beta1", @@ -6948,15 +6220,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, "drupal": { - "version": "2.0.x-dev", - "datestamp": "1701465249", + "version": "8.x-1.2", + "datestamp": "1624383397", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -6966,36 +6235,32 @@ ], "authors": [ { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia Landing Page is a base feature providing a landing page content type and related configuration.", - "homepage": "https://www.drupal.org/project/drutopia_landing_page", + "homepage": "https://gitlab.com/drutopia/drutopia_landing_page", "keywords": [ "content", "drutopia", @@ -7003,81 +6268,36 @@ "standalone" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_landing_page/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_landing_page" + "source": "https://gitlab.com/drutopia/drutopia_landing_page/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_landing_page/issues" } }, { "name": "drupal/drutopia_organization", - "version": "dev-2.0.x", + "version": "1.0.x-dev", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/drutopia_organization.git", - "reference": "1401174fb7ede9e0bcc91930c16334434f2be3ce" + "url": "git@git.drupal.org:project/drutopia_organization.git", + "reference": "1098b1293af9496ecd9a0027f143683a28028081" }, "require": { - "drupal/block_visibility_groups": "*", "drupal/config_actions": "^1.1", - "drupal/config_snapshot": "*", - "drupal/core": "^8.9 || ^9 || ^10", - "drupal/ctools": "*", - "drupal/drutopia_core": "^2", - "drupal/drutopia_event": "*", - "drupal/drutopia_seo": "^2", + "drupal/drutopia_core": "^1.0", + "drupal/drutopia_seo": "^1.0", "drupal/ds": "^3.7", - "drupal/entity_reference_revisions": "*", - "drupal/facets": "*", "drupal/field_group": "^3.0", - "drupal/focal_point": "*", "drupal/ief_complex_open": "^1.0", "drupal/inline_entity_form": "^1.0@RC", - "drupal/metatag": "*", "drupal/paragraphs": "^1.12", - "drupal/pathauto": "^1.8", - "drupal/search_api": "*" + "drupal/pathauto": "^1.8" }, + "default-branch": true, "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, - "drupal": { - "version": "2.0.x-dev", - "datestamp": "1694685386", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], - "authors": [ - { - "name": "dinarcon", - "homepage": "https://www.drupal.org/user/909522" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], "description": "Drutopia Organization provides an Organization content type for showing visitors information about organizations (groups, nonprofits, businesses) that are part of the site and can be associated with blogs, resources, events, etc.", - "homepage": "https://www.drupal.org/project/drutopia_organization", + "homepage": "https://gitlab.com/drutopia/drutopia_organization", "keywords": [ "business", "content", @@ -7087,24 +6307,31 @@ "organization" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_organization/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_organization" - } + "issues": "https://gitlab.com/drutopia/drutopia_organization/issues", + "source": "https://gitlab.com/drutopia/drutopia_organization/tree/8.x-1.x" + }, + "time": "2022-05-27T02:59:33+00:00" }, { "name": "drupal/drutopia_page", - "version": "dev-2.0.x", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_page.git", - "reference": "ac4fece72920bfb181c50fb4c9bbcb35849d4408" + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_page-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "741582b9a39009fb0dc8459e01cf8f95ad63d76b" }, "require": { "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9 || ^10", + "drupal/core": "^8.9 || ^9", "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", - "drupal/drutopia_seo": "^2", + "drupal/drutopia_seo": "^1.0", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/metatag": "*", @@ -7115,15 +6342,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, "drupal": { - "version": "2.0.x-dev", - "datestamp": "1701465224", + "version": "8.x-1.1", + "datestamp": "1621287140", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -7132,64 +6356,56 @@ "GPL-2.0+" ], "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia Page is a base feature providing a page content type and related configuration.", - "homepage": "https://www.drupal.org/project/drutopia_page", + "homepage": "https://gitlab.com/drutopia/drutopia_page", "keywords": [ "content", "drutopia", "pages" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_page/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_page" + "source": "https://gitlab.com/drutopia/drutopia_page/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_page/issues" } }, { "name": "drupal/drutopia_paragraph_title", - "version": "dev-1.0.x", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_paragraph_title.git", - "reference": "8bd77a9b1bce1ea44201d4b3ae0252f81601486a" + "reference": "95ea1c1c1e220926a6b08f280b41779feb52e09a" }, "require": { - "drupal/allowed_formats": "^2", - "drupal/core": "^8.8.3 || ^9 || ^10", - "drupal/drutopia_core": "^1 || ^2", + "drupal/allowed_formats": "^1.3", + "drupal/core": "^8.8.3 || ^9", + "drupal/drutopia_core": "^1.0", "drupal/entity_reference_revisions": "*", - "drupal/minimalhtml": "^2", + "drupal/minimalhtml": "^1.0", "drupal/minimalhtmltitle": "*", - "drupal/paragraphs": "^1.15", - "drupal/ui_patterns": "*", + "drupal/paragraphs": "^1.12", + "drupal/ui_patterns": "^1.2", "drupal/ui_patterns_ds": "*", "drupal/ui_patterns_layouts": "*", "drupal/ui_patterns_library": "*" @@ -7197,14 +6413,14 @@ "type": "drupal-module", "extra": { "branch-alias": { - "dev-1.0.x": "1.0.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "1.0.0+8-dev", - "datestamp": "1688129764", + "version": "1.x-dev", + "datestamp": "1593433947", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "Project has not opted into security advisory coverage!" } } }, @@ -7213,25 +6429,13 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Provides a title paragraph that can replace regular page titles with a title, subtitle, and image.", - "homepage": "https://www.drupal.org/project/drutopia_paragraph_title", + "homepage": "https://gitlab.com/drutopia/drutopia_paragraph_title", "keywords": [ "content", "drutopia", @@ -7239,24 +6443,30 @@ "titles" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_paragraph_title", - "issues": "https://www.drupal.org/project/issues/drutopia_paragraph_title" + "source": "https://gitlab.com/drutopia/drutopia_paragraph_title/tree/1.x", + "issues": "https://gitlab.com/drutopia/drutopia_paragraph_title/issues" } }, { "name": "drupal/drutopia_people", - "version": "dev-2.0.x", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_people.git", - "reference": "60aa239bf374421011a88e0adfdf0e23e1e88453" + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_people-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "3523571dacf8e8eaf49e76dff644705141efb4e7" }, "require": { "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9 || ^10", + "drupal/core": "^8.9 || ^9", "drupal/ctools": "*", - "drupal/drutopia_core": "^2", - "drupal/drutopia_seo": "^2", + "drupal/drutopia_core": "^1.0", + "drupal/drutopia_seo": "^1.0", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/field_group": "^3.0", @@ -7264,20 +6474,16 @@ "drupal/metatag": "*", "drupal/paragraphs": "^1.12", "drupal/pathauto": "^1.8", - "drupal/search_api": "*", - "drupal/views_plain": "^1" + "drupal/search_api": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, "drupal": { - "version": "2.0.x-dev", - "datestamp": "1701465205", + "version": "8.x-1.1", + "datestamp": "1621287220", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -7287,36 +6493,32 @@ ], "authors": [ { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia People provides a People content type for showing visitors information about staff, volunteers, contributors, and more.", - "homepage": "https://www.drupal.org/project/drutopia_people", + "homepage": "https://gitlab.com/drutopia/drutopia_people", "keywords": [ "biography", "content", @@ -7327,35 +6529,35 @@ "volunteers" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_people/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_people" + "source": "https://gitlab.com/drutopia/drutopia_people/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_people/issues" } }, { "name": "drupal/drutopia_related_content", - "version": "2.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_related_content.git", - "reference": "2.0.0" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_related_content-2.0.0.zip", - "reference": "2.0.0", - "shasum": "205cf7d5f35cc0ae87a7a6916e295c96463c0d5b" + "url": "https://ftp.drupal.org/files/projects/drutopia_related_content-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "79c84c8f47e9b48cf8fcbbd284f265b65518bd3b" }, "require": { - "drupal/block_visibility_groups": "^2", - "drupal/core": "^8.9 || ^9 || ^10", - "drupal/drutopia_core": "^2", + "drupal/block_visibility_groups": "^1.3", + "drupal/core": "^8.9 || ^9", + "drupal/drutopia_core": "^1.0-beta3", "drupal/similarterms": "^1.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1701820686", + "version": "8.x-1.1", + "datestamp": "1621287575", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7368,36 +6570,32 @@ ], "authors": [ { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Shows content (articles, actions, etc.) related to the current page's content based on the taxonomy terms held in common.", - "homepage": "https://www.drupal.org/project/drutopia_related_content", + "homepage": "https://gitlab.com/drutopia/drutopia_related_content", "keywords": [ "content", "drutopia", @@ -7405,32 +6603,30 @@ "similar" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_related_content/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_related_content" + "source": "https://gitlab.com/drutopia/drutopia_related_content/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_related_content/issues" } }, { "name": "drupal/drutopia_resource", - "version": "dev-2.0.x", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_resource.git", - "reference": "123b61f62d8368e914b7371dd882bfe9b37212b5" + "reference": "0ec9668684054271f8184a85fc24b5cbc0f0856a" }, "require": { - "drupal/block_visibility_groups": "^2", + "drupal/block_visibility_groups": "^1.3", "drupal/config_actions": "^1.1", - "drupal/core": "^9.4 || ^10", + "drupal/core": "^8.9 || ^9", "drupal/ctools": "^3.4", "drupal/drutopia_core": "*", - "drupal/drutopia_seo": "^2", + "drupal/drutopia_seo": "^1.0", "drupal/ds": "^3.7", "drupal/entity_reference_revisions": "*", "drupal/facets": "^2", "drupal/field_group": "^3.0", "drupal/focal_point": "*", - "drupal/media_library_media_modify": "*", - "drupal/media_responsive_thumbnail": "*", "drupal/metatag": "*", "drupal/paragraphs": "*", "drupal/pathauto": "^1.8", @@ -7441,11 +6637,11 @@ "type": "drupal-module", "extra": { "branch-alias": { - "dev-2.0.x": "2.0.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "2.0.x-dev", - "datestamp": "1701465181", + "version": "8.x-1.0+4-dev", + "datestamp": "1621288885", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -7457,37 +6653,29 @@ "GPL-2.0+" ], "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Provides Resource content type and related configuration. A resource can be a file, such as a PDF, a link, such as a website URL, or an embedded video.", - "homepage": "https://www.drupal.org/project/drutopia_resource", + "homepage": "https://gitlab.com/drutopia/drutopia_resource", "keywords": [ "content", "drutopia", @@ -7498,28 +6686,28 @@ "search" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_resource/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_resource" + "source": "https://gitlab.com/drutopia/drutopia_resource/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_resource/issues" } }, { "name": "drupal/drutopia_search", - "version": "2.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_search.git", - "reference": "2.0.0" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/drutopia_search-2.0.0.zip", - "reference": "2.0.0", - "shasum": "1328a24be4f450489684add8b2bf72c0bf78fcd6" + "url": "https://ftp.drupal.org/files/projects/drutopia_search-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "eb8f7c7c6b1df8a7dd68a4d92f27054063f978b3" }, "require": { - "drupal/block_visibility_groups": "^2", - "drupal/core": "^8.9 || ^9 || ^10", - "drupal/drutopia_core": "^2", + "drupal/block_visibility_groups": "^1.3", + "drupal/core": "^8.9 || ^9", + "drupal/drutopia_core": "^1.0", "drupal/facets": "*", "drupal/search_api": "*", "drupal/search_api_db": "*" @@ -7527,8 +6715,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1701816050", + "version": "8.x-1.1", + "datestamp": "1621287820", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7541,36 +6729,32 @@ ], "authors": [ { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Drutopia Search provides a search server, index, and view.", - "homepage": "https://www.drupal.org/project/drutopia_search", + "homepage": "https://gitlab.com/drutopia/drutopia_search", "keywords": [ "content", "drutopia", @@ -7578,21 +6762,27 @@ "searching" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_search/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_search" + "source": "https://gitlab.com/drutopia/drutopia_search/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_search/issues" } }, { "name": "drupal/drutopia_seo", - "version": "dev-2.0.x", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_seo.git", - "reference": "b7d254541bf37c06e973250476ef40523d8b18f7" + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_seo-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "af41f9c756d958f4b3afd076b737608f52c5a8e2" }, "require": { "drupal/config_actions": "^1.1", - "drupal/core": "^8.9 || ^9 || ^10", + "drupal/core": "^8.9 || ^9", "drupal/drutopia_core": "*", "drupal/metatag": "^1.13", "drupal/redirect": "^1.6", @@ -7600,15 +6790,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, "drupal": { - "version": "2.0.x-dev", - "datestamp": "1697826547", + "version": "8.x-1.1", + "datestamp": "1621287991", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -7618,36 +6805,32 @@ ], "authors": [ { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "ronaldmulero", "homepage": "https://www.drupal.org/user/241652" }, { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" } ], "description": "Sensible Search Engine Optimization default configuration for a site.", - "homepage": "https://www.drupal.org/project/drutopia_seo", + "homepage": "https://gitlab.com/drutopia/drutopia_seo", "keywords": [ "SEO", "content", @@ -7658,45 +6841,43 @@ "visibility" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_seo/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_seo" + "source": "https://gitlab.com/drutopia/drutopia_seo/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_seo/issues" } }, { "name": "drupal/drutopia_site", - "version": "dev-2.0.x", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_site.git", - "reference": "55fae682ea8541260fd2a13ac6e0157e232154c3" + "reference": "f92e92a0137aefc9beb078fd1e54d213faae257d" }, "require": { "drupal/admin_toolbar": "^3.0", - "drupal/admin_toolbar-admin_toolbar_search": "*", "drupal/admin_toolbar_links_access_filter": "*", "drupal/admin_toolbar_tools": "*", "drupal/autosave_form": "1.x-dev", + "drupal/ckeditor": "*", + "drupal/ckeditorheight": "^1.8", "drupal/config_actions": "^1.1", - "drupal/config_snapshot": "*", - "drupal/core": "^9.4 || ^10", - "drupal/drutopia_core": "^2", + "drupal/core": "^8.9 || ^9", + "drupal/drutopia_core": "^1.0", "drupal/ds": "*", "drupal/entity_reference_revisions": "*", "drupal/menu_admin_per_menu": "^1.1", "drupal/paragraphs": "*", "drupal/role_delegation": "^1.1", - "drupal/workflow_buttons": "^1", - "drupal/workflow_buttons_trash": "*", - "drupal/wysiwyg_linebreaks": "^2" + "drupal/wysiwyg_linebreaks": "^1.10" }, "type": "drupal-module", "extra": { "branch-alias": { - "dev-2.0.x": "2.0.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "2.0.x-dev", - "datestamp": "1701461795", + "version": "8.x-1.1+3-dev", + "datestamp": "1668633296", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -7704,7 +6885,7 @@ }, "patches": { "drupal/autosave_form": { - "PHP 8.2 deprecation issue with AutosaveFormBuilder": "https://www.drupal.org/files/issues/2023-04-20/autosave_form-dynamic-property-deprecation.patch" + "Autosave not working on content creation": "https://www.drupal.org/files/issues/2021-09-10/2924006-39.patch" } } }, @@ -7713,94 +6894,10 @@ "GPL-2.0+" ], "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "ronaldmulero", - "homepage": "https://www.drupal.org/user/241652" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], - "description": "Drutopia site is a base feature providing site components.", - "homepage": "https://www.drupal.org/project/drutopia_site", - "keywords": [ - "base", - "drutopia", - "site" - ], - "support": { - "source": "https://git.drupalcode.org/project/drutopia_site/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_site" - } - }, - { - "name": "drupal/drutopia_social", - "version": "dev-2.0.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/drutopia_social.git", - "reference": "b0af0f7828df04aadc2f4b897793a170e55d09d7" - }, - "require": { - "drupal/core": "^8.9 || ^9 || ^10", - "drupal/social_media_links": "^2.6" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, - "drupal": { - "version": "2.0.x-dev", - "datestamp": "1687306332", - "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+" - ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "drutopia_gitlab", - "homepage": "https://www.drupal.org/user/3514271" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -7822,25 +6919,102 @@ "homepage": "https://www.drupal.org/user/3099655" } ], + "description": "Drutopia site is a base feature providing site components.", + "homepage": "https://gitlab.com/drutopia/drutopia_site", + "keywords": [ + "base", + "drutopia", + "site" + ], + "support": { + "source": "https://gitlab.com/drutopia/drutopia_site/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_site/issues" + } + }, + { + "name": "drupal/drutopia_social", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/drutopia_social.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_social-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "a000b52043b7fb81be18f325c0d4e694ec560191" + }, + "require": { + "drupal/core": "^8.9 || ^9", + "drupal/social_media_links": "^2.6" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.1", + "datestamp": "1621288156", + "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": "cedewey", + "homepage": "https://www.drupal.org/user/38694" + }, + { + "name": "drutopia_gitlab", + "homepage": "https://www.drupal.org/user/3514271" + }, + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "ronaldmulero", + "homepage": "https://www.drupal.org/user/241652" + }, + { + "name": "rosemarymann", + "homepage": "https://www.drupal.org/user/837536" + } + ], "description": "Drutopia Social provides a social media block, perhaps more in the future.", - "homepage": "https://www.drupal.org/project/drutopia_social", + "homepage": "https://gitlab.com/drutopia/drutopia_social", "support": { "source": "https://git.drupalcode.org/project/drutopia_social" } }, { "name": "drupal/drutopia_storyline", - "version": "dev-2.0.x", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_storyline.git", - "reference": "fb32c3b3f2c3007dcb28bf55e9a0e72299e4b77a" + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_storyline-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "1f62443c7ad316b45d09b51f6a1e00fcfd1e2030" }, "require": { "drupal/config_actions": "*", - "drupal/core": "^8.9 || ^9 || ^10", - "drupal/drutopia_core": "^2", - "drupal/drutopia_page": "^2", + "drupal/core": "^8.9 || ^9", + "drupal/drutopia_core": "^1.0", + "drupal/drutopia_page": "^1.0", "drupal/entity_reference_revisions": "*", "drupal/field_group": "^3.0", "drupal/paragraphs": "*" @@ -7851,15 +7025,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, "drupal": { - "version": "2.0.x-dev", - "datestamp": "1694684949", + "version": "8.x-1.1", + "datestamp": "1621288236", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -7869,21 +7040,13 @@ ], "authors": [ { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -7899,14 +7062,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Provides storyline paragraphs and an accompanying module to add a storyline to a basic page so that you can provide a simple chronology or story in a timeline format.", - "homepage": "https://www.drupal.org/project/drutopia_storyline", + "homepage": "https://gitlab.com/drutopia/drutopia_storyline", "keywords": [ "chronology", "content", @@ -7915,33 +7074,39 @@ "timeline" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_storyline/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_storyline" + "source": "https://gitlab.com/drutopia/drutopia_storyline/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_storyline/issues" } }, { "name": "drupal/drutopia_user", - "version": "dev-2.0.x", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/drutopia_user.git", - "reference": "bba7bc4fbbc5a6e18b4bd66711e0d6735d8cb3d1" + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_user-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "371aaddc62123b7e635d3f16531462472871a4e8" }, "require": { - "drupal/core": "^8.9 || ^9 || ^10" + "drupal/core": "^8.9 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, "drupal": { - "version": "2.0.x-dev", - "datestamp": "1693752967", + "version": "8.x-1.1", + "datestamp": "1621288305", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } + }, + "branch-alias": { + "dev-8.x-1.x": "1.x-dev" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7950,21 +7115,13 @@ ], "authors": [ { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" + "name": "cedewey", + "homepage": "https://www.drupal.org/user/38694" }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -7980,14 +7137,10 @@ { "name": "rosemarymann", "homepage": "https://www.drupal.org/user/837536" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Drutopia user is a base feature providing user-related configuration.", - "homepage": "https://git.drupalcode.org/project/drutopia_user", + "homepage": "https://gitlab.com/drutopia/drutopia_user", "keywords": [ "drutopia", "people", @@ -7995,36 +7148,36 @@ "users" ], "support": { - "source": "https://git.drupalcode.org/project/drutopia_user/-/tree/2.0.x", - "issues": "https://www.drupal.org/project/issues/drutopia_user" + "source": "https://gitlab.com/drutopia/drutopia_user/tree/8.x-1.x", + "issues": "https://gitlab.com/drutopia/drutopia_user/issues" } }, { "name": "drupal/ds", - "version": "3.19.0", + "version": "3.15.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ds.git", - "reference": "8.x-3.19" + "reference": "8.x-3.15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.19.zip", - "reference": "8.x-3.19", - "shasum": "7a1a4ded193ad8489c123a2f20ca2c7908c65eaa" + "url": "https://ftp.drupal.org/files/projects/ds-8.x-3.15.zip", + "reference": "8.x-3.15", + "shasum": "cf7ee6bde717dc2d7f10d5f834ca29fb80285d0d" }, "require": { - "drupal/core": "^10" + "drupal/core": "^9 || ^10" }, "require-dev": { - "drupal/devel": "5.x-dev", - "drupal/field_group": "3.x-dev" + "drupal/classy": "^1.0", + "drupal/devel": "5.x-dev" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.19", - "datestamp": "1707499881", + "version": "8.x-3.15", + "datestamp": "1662818537", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8071,24 +7224,24 @@ }, { "name": "drupal/dynamic_entity_reference", - "version": "3.2.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", - "reference": "3.2.0" + "reference": "8.x-1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-3.2.0.zip", - "reference": "3.2.0", - "shasum": "a265f7f0723fb085bd729e7624d644475900cf94" + "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "4155c11eac17ccd485888e6e5c52858358726415" }, "require": { - "drupal/core": "^10 || ^11", - "php": ">=8.1" + "drupal/core": "^9.3", + "php": ">=7.4" }, "require-dev": { - "drupal/diff": "*", + "drupal/diff": "1.x-dev", "mglaman/phpstan-drupal": "^1.1", "phpstan/phpstan": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0" @@ -8096,8 +7249,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.2.0", - "datestamp": "1706486865", + "version": "8.x-1.16", + "datestamp": "1644273068", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8134,17 +7287,17 @@ }, { "name": "drupal/easy_breadcrumb", - "version": "2.0.6", + "version": "2.0.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/easy_breadcrumb.git", - "reference": "2.0.6" + "reference": "2.0.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.6.zip", - "reference": "2.0.6", - "shasum": "622f31fb071dea25735cfc4eaab4cf96bde917ab" + "url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.4.zip", + "reference": "2.0.4", + "shasum": "dc0fc1d166a30028a3410f476467dcdea3d52223" }, "require": { "drupal/core": "^9.2 || ^10" @@ -8152,8 +7305,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.6", - "datestamp": "1707084295", + "version": "2.0.4", + "datestamp": "1668029764", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8188,11 +7341,7 @@ "homepage": "https://www.drupal.org/user/3580850" }, { - "name": "NickDickinsonWilde", - "homepage": "https://www.drupal.org/user/3094661" - }, - { - "name": "renatog", + "name": "RenatoG", "homepage": "https://www.drupal.org/user/3326031" }, { @@ -8202,6 +7351,10 @@ { "name": "tatarbj", "homepage": "https://www.drupal.org/user/649590" + }, + { + "name": "volkswagenchick", + "homepage": "https://www.drupal.org/user/3332522" } ], "description": "Adds configuration to the system breadcrumbs.", @@ -8213,21 +7366,21 @@ }, { "name": "drupal/eca", - "version": "1.1.4", + "version": "1.0.6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eca.git", - "reference": "1.1.4" + "reference": "1.0.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eca-1.1.4.zip", - "reference": "1.1.4", - "shasum": "fce478b8c6224997dc858bff1f8f57523c870de7" + "url": "https://ftp.drupal.org/files/projects/eca-1.0.6.zip", + "reference": "1.0.6", + "shasum": "bf0f00d5e89d93072e99f8496684c8a95cd6798e" }, "require": { "dragonmantank/cron-expression": "^3.1", - "drupal/core": "^9.4 || ^10", + "drupal/core": "^9.3 || ^10", "ext-dom": "*", "ext-json": "*", "mtownsend/xml-to-array": "^2.0", @@ -8248,8 +7401,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.4", - "datestamp": "1689338278", + "version": "1.0.6", + "datestamp": "1668790125", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8334,117 +7487,31 @@ "issues": "https://drupal.org/project/issues/eca_context" } }, - { - "name": "drupal/eca_modeller_bpmn", - "version": "1.1.4", - "require": { - "drupal/core": "^9 || ^10", - "drupal/eca": "^1", - "drupal/eca_ui": "*" - }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "1.1.4", - "datestamp": "1689338278", - "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": "boromino", - "homepage": "https://www.drupal.org/user/859722" - }, - { - "name": "danielspeicher", - "homepage": "https://www.drupal.org/user/3621778" - }, - { - "name": "jurgenhaas", - "homepage": "https://www.drupal.org/user/168924" - } - ], - "description": "Common functionality for all BPMN based modeller implementations.", - "homepage": "https://www.drupal.org/project/eca", - "support": { - "source": "https://git.drupalcode.org/project/eca" - } - }, - { - "name": "drupal/eca_ui", - "version": "1.1.4", - "require": { - "drupal/core": "^9 || ^10", - "drupal/eca": "*" - }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "1.1.4", - "datestamp": "1689338278", - "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": "boromino", - "homepage": "https://www.drupal.org/user/859722" - }, - { - "name": "danielspeicher", - "homepage": "https://www.drupal.org/user/3621778" - }, - { - "name": "jurgenhaas", - "homepage": "https://www.drupal.org/user/168924" - } - ], - "description": "Provides a user interface for managing ECA models.", - "homepage": "https://www.drupal.org/project/eca", - "support": { - "source": "https://git.drupalcode.org/project/eca" - } - }, { "name": "drupal/editor_advanced_link", - "version": "2.2.4", + "version": "2.1.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editor_advanced_link.git", - "reference": "2.2.4" + "reference": "2.1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.2.4.zip", - "reference": "2.2.4", - "shasum": "cd0db397827f2e21ec8a68211e8a153463a6c89b" + "url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.1.1.zip", + "reference": "2.1.1", + "shasum": "ba8f12aee9ac6c4d7b60ee916e7bd69e98c99d4a" }, "require": { "drupal/core": "^9.2 || ^10" }, "require-dev": { - "drupal/ckeditor": "*", - "phpro/grumphp": "^2.0" + "drupal/ckeditor": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.2.4", - "datestamp": "1688040059", + "version": "2.1.1", + "datestamp": "1667462197", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8461,7 +7528,7 @@ "homepage": "https://www.drupal.org/user/931394" } ], - "description": "Editor Advanced link", + "description": "Add title, target etc. attributes to Text Editor's link dialog if the text format allows them.", "homepage": "https://www.drupal.org/project/editor_advanced_link", "support": { "source": "https://git.drupalcode.org/project/editor_advanced_link" @@ -8469,17 +7536,17 @@ }, { "name": "drupal/editoria11y", - "version": "2.1.8", + "version": "2.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/editoria11y.git", - "reference": "2.1.8" + "reference": "2.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editoria11y-2.1.8.zip", - "reference": "2.1.8", - "shasum": "6ec91608cb6cd0db75a9a9bd8681616080cb8e76" + "url": "https://ftp.drupal.org/files/projects/editoria11y-2.0.3.zip", + "reference": "2.0.3", + "shasum": "80eb351fa9a9edeb4aad0993844ec732b223bf13" }, "require": { "drupal/core": "^9 || ^10" @@ -8487,12 +7554,17 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.8", - "datestamp": "1707937463", + "version": "2.0.3", + "datestamp": "1668094235", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -8529,34 +7601,27 @@ } }, { - "name": "drupal/email_registration", - "version": "1.4.0", + "name": "drupal/empty_page", + "version": "3.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/email_registration.git", - "reference": "8.x-1.4" + "url": "https://git.drupalcode.org/project/empty_page.git", + "reference": "8.x-3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/email_registration-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "fe7a91b858a98533fc1d7550b0917fc80523f186" + "url": "https://ftp.drupal.org/files/projects/empty_page-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "207a1ac3d66c5cfb4f8129e26670e30c66d4cd06" }, "require": { - "drupal/core": "^9.1 || ^10" - }, - "conflict": { - "drupal/commerce": "<2.12" - }, - "require-dev": { - "drupal/commerce": "^2.0", - "drupal/token": "*" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1700548925", + "version": "8.x-3.0", + "datestamp": "1592930944", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8569,73 +7634,59 @@ ], "authors": [ { - "name": "Greg Knaddison (greggles)", - "homepage": "https://www.drupal.org/u/greggles", - "role": "Maintainer" + "name": "Nick Robillard", + "homepage": "https://www.drupal.org/user/176017" }, { - "name": "Andrey Postnikov (andypost)", - "homepage": "https://www.drupal.org/u/andypost", - "role": "Maintainer" + "name": "NormySan", + "homepage": "https://www.drupal.org/user/112352" }, { - "name": "Chris Herberte", - "homepage": "https://www.drupal.org/u/chris-herberte", - "role": "Maintainer" + "name": "bleen", + "homepage": "https://www.drupal.org/user/77375" }, { - "name": "Moshe Weitzman (moshe weitzman)", - "homepage": "https://www.drupal.org/u/moshe-weitzman", - "role": "Maintainer" + "name": "merauluka", + "homepage": "https://www.drupal.org/user/780004" }, { - "name": "Grevil", - "homepage": "https://www.drupal.org/user/3668491" - }, - { - "name": "moshe weitzman", - "homepage": "https://www.drupal.org/user/23" + "name": "mukila", + "homepage": "https://www.drupal.org/user/3223526" } ], - "description": "Allows users to register with an email address as their username.", - "homepage": "https://www.drupal.org/project/email_registration", + "description": "A simple empty page solution. Assists in creating empty menu callbacks mostly used for pages that only consist of blocks.", + "homepage": "https://www.drupal.org/project/empty_page", "support": { - "source": "https://git.drupalcode.org/project/email_registration", - "issues": "http://drupal.org/project/issues/email_registration" + "source": "https://git.drupalcode.org/project/empty_page" } }, { "name": "drupal/encrypt", - "version": "3.1.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/encrypt.git", - "reference": "8.x-3.1" + "reference": "8.x-3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/encrypt-8.x-3.1.zip", - "reference": "8.x-3.1", - "shasum": "357ca7fcf9879af66b5d0c5593da080f19664f17" + "url": "https://ftp.drupal.org/files/projects/encrypt-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "6916583be6d08c9684582358d7b7722fdeea8487" }, "require": { - "drupal/core": "^8 || ^9 || ^10", + "drupal/core": "^8 || ^9", "drupal/key": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.1", - "datestamp": "1669655248", + "version": "8.x-3.0", + "datestamp": "1602354427", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10 || ^11" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -8747,69 +7798,22 @@ "issues": "https://www.drupal.org/project/issues/entity" } }, - { - "name": "drupal/entity_notify", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/entity_notify.git", - "reference": "1.0.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_notify-1.0.1.zip", - "reference": "1.0.1", - "shasum": "a58a2d532ffe269f6781926a89573d305ba546c4" - }, - "require": { - "drupal/core": "^9 || ^10", - "drupal/telegram_api": "^1.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.0.1", - "datestamp": "1693980020", - "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": "Andrei Ivnitskii", - "homepage": "https://www.drupal.org/u/ivnish", - "role": "Maintainer" - } - ], - "description": "Notifies the site administrator by e-mail or telegram when user create/edit/delete selected entities.", - "homepage": "https://www.drupal.org/project/entity_notify", - "support": { - "source": "https://git.drupalcode.org/project/entity_notify", - "issues": "https://www.drupal.org/project/issues/entity_notify" - } - }, { "name": "drupal/entity_reference_override", - "version": "2.0.0-beta2", + "version": "2.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_reference_override.git", - "reference": "2.0.0-beta2" + "reference": "2.0.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_reference_override-2.0.0-beta2.zip", - "reference": "2.0.0-beta2", - "shasum": "8df72b040baee530fbf2186c8007c12b19f1286f" + "url": "https://ftp.drupal.org/files/projects/entity_reference_override-2.0.0-beta1.zip", + "reference": "2.0.0-beta1", + "shasum": "0aa8a80f203148d02cf5dbe7bcfa4516b5236d42" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "require-dev": { "drupal/entity_browser": "*" @@ -8817,8 +7821,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta2", - "datestamp": "1689262248", + "version": "2.0.0-beta1", + "datestamp": "1631803154", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -8842,10 +7846,6 @@ "name": "eaton", "homepage": "https://www.drupal.org/user/16496" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -8864,17 +7864,17 @@ }, { "name": "drupal/entity_reference_revisions", - "version": "1.11.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_reference_revisions.git", - "reference": "8.x-1.11" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "de21cbb0d8a0344dc3496addcad4ed536747cec5" + "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "edd23b91c4a34db65ea22c4db54b7458edc7513b" }, "require": { "drupal/core": "^9 || ^10" @@ -8885,8 +7885,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.11", - "datestamp": "1705140721", + "version": "8.x-1.10", + "datestamp": "1660664712", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8928,21 +7928,21 @@ }, { "name": "drupal/entitygroupfield", - "version": "2.0.0-alpha1", + "version": "1.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entitygroupfield.git", - "reference": "2.0.0-alpha1" + "reference": "1.0.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entitygroupfield-2.0.0-alpha1.zip", - "reference": "2.0.0-alpha1", - "shasum": "8a652543ba7cf587d023c8e4e8652592691b3565" + "url": "https://ftp.drupal.org/files/projects/entitygroupfield-1.0.0-alpha2.zip", + "reference": "1.0.0-alpha2", + "shasum": "a6eedf0c4297f0c011a927ff0a916d57fd8c8829" }, "require": { - "drupal/core": "^9.2 || ^10", - "drupal/group": "^2.0 || ^3.0" + "drupal/core": "^8.8 || ^9", + "drupal/group": "~1.0" }, "require-dev": { "drupal/variationcache": "~1.0" @@ -8950,8 +7950,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha1", - "datestamp": "1687130173", + "version": "1.0.0-alpha2", + "datestamp": "1598843615", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -8983,17 +7983,17 @@ }, { "name": "drupal/environment_indicator", - "version": "4.0.17", + "version": "4.0.10", "source": { "type": "git", "url": "https://git.drupalcode.org/project/environment_indicator.git", - "reference": "4.0.17" + "reference": "4.0.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.17.zip", - "reference": "4.0.17", - "shasum": "d6bf00046516aaa027e5e91aaac0800e280b5160" + "url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.10.zip", + "reference": "4.0.10", + "shasum": "461c8099e6f9e3ac140534b1608f5e85b83c2025" }, "require": { "drupal/core": "^9.2 || ^10" @@ -9001,8 +8001,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.17", - "datestamp": "1696608287", + "version": "4.0.10", + "datestamp": "1664535402", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9015,21 +8015,15 @@ ], "authors": [ { - "name": "Mateu Aguiló Bosch", - "homepage": "https://www.drupal.org/user/550110", - "email": "mateu@mateuaguilo.com" - }, - { - "name": "Ignacio Sánchez", - "homepage": "https://www.drupal.org/user/733162", - "email": "nacho@isholgueras.com" + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" }, { "name": "mrfelton", "homepage": "https://www.drupal.org/user/305669" } ], - "description": "Environment Indicator adds some visual cuest to indicate which copy of the site are you interacting with", + "description": "Adds a color indicator for the different environments.", "homepage": "https://www.drupal.org/project/environment_indicator", "support": { "source": "https://git.drupalcode.org/project/environment_indicator" @@ -9110,20 +8104,20 @@ }, { "name": "drupal/eva", - "version": "3.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/eva.git", - "reference": "3.0.0" + "reference": "8.x-2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/eva-3.0.0.zip", - "reference": "3.0.0", - "shasum": "51b56ed55ab6edb7376afc34c88825b6373d4a80" + "url": "https://ftp.drupal.org/files/projects/eva-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "9fd3bed40ad1c05c05d32a90965ad45c30d2fb41" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "suggest": { "drupal/token": "Enable the argument token browser" @@ -9131,8 +8125,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0", - "datestamp": "1667476964", + "version": "8.x-2.1", + "datestamp": "1591701896", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9227,26 +8221,26 @@ }, { "name": "drupal/exif_orientation", - "version": "1.4.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/exif_orientation.git", - "reference": "8.x-1.4" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.4.zip", - "reference": "8.x-1.4", - "shasum": "692d04b1ce662a204b335135a1dadaca9b6efc7b" + "url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "9b0e4325092bb9f37a0714c9587fa10823b4a023" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.4", - "datestamp": "1694623445", + "version": "8.x-1.1", + "datestamp": "1593659917", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9259,16 +8253,12 @@ ], "authors": [ { - "name": "heddn", - "homepage": "https://www.drupal.org/user/1463982" + "name": "NickDickinsonWilde", + "homepage": "https://www.drupal.org/user/3094661" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" - }, - { - "name": "NickDickinsonWilde", - "homepage": "https://www.drupal.org/user/3094661" } ], "description": "Rotates images per their EXIF Orientation", @@ -9279,17 +8269,17 @@ }, { "name": "drupal/facets", - "version": "2.0.6", + "version": "2.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/facets.git", - "reference": "2.0.6" + "reference": "2.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/facets-2.0.6.zip", - "reference": "2.0.6", - "shasum": "e984e6ce69026c20d2049d4ec53748e67c5e70de" + "url": "https://ftp.drupal.org/files/projects/facets-2.0.5.zip", + "reference": "2.0.5", + "shasum": "8be11b5bca088212270603cd3f3e69185022e379" }, "require": { "drupal/core": "^9.3 || ^10.0" @@ -9298,9 +8288,9 @@ "drupal/search_api": "<1.14" }, "require-dev": { - "drupal/jquery_ui_slider": "~2.0", - "drupal/jquery_ui_touch_punch": "~1.1", - "drupal/search_api": "^1.28||1.x-dev" + "drupal/jquery_ui_slider": "~1.1", + "drupal/jquery_ui_touch_punch": "~1.0", + "drupal/search_api": "^1.25||1.x-dev" }, "suggest": { "drupal/jquery_ui_slider": "Required for the 'Facets Range Widget' module to work", @@ -9309,8 +8299,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.6", - "datestamp": "1671207897", + "version": "2.0.5", + "datestamp": "1658315614", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9353,27 +8343,27 @@ }, { "name": "drupal/fakeobjects", - "version": "1.2.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fakeobjects.git", - "reference": "8.x-1.2" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fakeobjects-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "a49094752f972e7db51ef5ec7abade1a4eba48f5" + "url": "https://ftp.drupal.org/files/projects/fakeobjects-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "0a7a3ead609d1efd62f4f4803a41317970d8292d" }, "require": { "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1674760765", + "version": "8.x-1.1", + "datestamp": "1592829875", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9407,27 +8397,27 @@ }, { "name": "drupal/faqfield", - "version": "7.1.0", + "version": "7.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/faqfield.git", - "reference": "8.x-7.1" + "reference": "8.x-7.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/faqfield-8.x-7.1.zip", - "reference": "8.x-7.1", - "shasum": "c602e57dc07926bc5a263f56ee36ba7afa8dd574" + "url": "https://ftp.drupal.org/files/projects/faqfield-8.x-7.0.zip", + "reference": "8.x-7.0", + "shasum": "8788719564a23c1b8472568b9c9b15593d61e1c8" }, "require": { - "drupal/core": "^8 || ^9 || ^10", - "drupal/jquery_ui_accordion": "^2.0" + "drupal/core": "^8 || ^9", + "drupal/jquery_ui_accordion": "^1.1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-7.1", - "datestamp": "1678202291", + "version": "8.x-7.0", + "datestamp": "1591226895", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9448,10 +8438,6 @@ "name": "Kevin Quillen (kevinquillen)", "homepage": "https://www.drupal.org/u/kevinquillen", "role": "Maintainer" - }, - { - "name": "pifagor", - "homepage": "https://www.drupal.org/user/2375692" } ], "description": "This module provides a field for frequently asked questions.", @@ -9466,27 +8452,27 @@ }, { "name": "drupal/features", - "version": "3.14.0", + "version": "3.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/features.git", - "reference": "8.x-3.14" + "reference": "8.x-3.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/features-8.x-3.14.zip", - "reference": "8.x-3.14", - "shasum": "fff0bb2d133c524ddb326422eba625c55585232c" + "url": "https://ftp.drupal.org/files/projects/features-8.x-3.12.zip", + "reference": "8.x-3.12", + "shasum": "f28d6e7d3340e32666a3e8ae515ed746dbe86b98" }, "require": { - "drupal/config_update": "^1.4 || ^2", - "drupal/core": "^9.4 || ^10" + "drupal/config_update": "^1.4", + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.14", - "datestamp": "1702059191", + "version": "8.x-3.12", + "datestamp": "1612830531", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9494,7 +8480,7 @@ }, "drush": { "services": { - "drush.services.yml": "^10 || ^11" + "drush.services.yml": "^9 || ^10" } } }, @@ -9503,10 +8489,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" - }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" @@ -9535,13 +8517,13 @@ "name": "joseph.olstad", "homepage": "https://www.drupal.org/user/1321830" }, - { - "name": "matthand", - "homepage": "https://www.drupal.org/user/171527" - }, { "name": "mpotter", "homepage": "https://www.drupal.org/user/616192" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" } ], "description": "Enables administrators to package configuration into modules", @@ -9552,31 +8534,30 @@ }, { "name": "drupal/feeds", - "version": "3.0.0-beta4", + "version": "3.0.0-beta2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/feeds.git", - "reference": "8.x-3.0-beta4" + "reference": "8.x-3.0-beta2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0-beta4.zip", - "reference": "8.x-3.0-beta4", - "shasum": "d715c428819b71d7018d022862c8d1c453bcf4d7" + "url": "https://ftp.drupal.org/files/projects/feeds-8.x-3.0-beta2.zip", + "reference": "8.x-3.0-beta2", + "shasum": "7b18b24bfebdce90a62606b36dd8975d6eb862c8" }, "require": { - "drupal/core": "^9.3 || ^10", - "laminas/laminas-feed": "^2.13" + "drupal/core": "^8.9 || ^9" }, "require-dev": { "drupal/pathauto": "^1.8", - "drush/drush": "^9 || ^10 || ^11" + "drush/drush": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0-beta4", - "datestamp": "1685558328", + "version": "8.x-3.0-beta2", + "datestamp": "1657972705", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -9637,6 +8618,10 @@ "name": "tobby", "homepage": "https://www.drupal.org/user/154797" }, + { + "name": "tristanoneil", + "homepage": "https://www.drupal.org/user/340659" + }, { "name": "twistor", "homepage": "https://www.drupal.org/user/473738" @@ -9660,94 +8645,30 @@ "issues": "https://www.drupal.org/project/issues/feeds" } }, - { - "name": "drupal/feeds_ex", - "version": "1.0.0-beta3", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/feeds_ex.git", - "reference": "8.x-1.0-beta3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/feeds_ex-8.x-1.0-beta3.zip", - "reference": "8.x-1.0-beta3", - "shasum": "ba0e70154a2ac29edd03495271dc403d33411d38" - }, - "require": { - "arthurkushman/query-path": "^3.0", - "drupal/core": "^9 || ^10", - "drupal/feeds": "*", - "mtdowling/jmespath.php": "^2.0", - "softcreatr/jsonpath": "^0.5 || ^0.7 || ^0.8" - }, - "require-dev": { - "drupal/feeds": "3.x-dev" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0-beta3", - "datestamp": "1667586771", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "joelpittet", - "homepage": "https://www.drupal.org/user/160302" - }, - { - "name": "MegaChriz", - "homepage": "https://www.drupal.org/user/654114" - }, - { - "name": "twistor", - "homepage": "https://www.drupal.org/user/473738" - } - ], - "description": "A generic Feeds parser used to create extensible parsers.", - "homepage": "http://drupal.org/project/feeds_ex", - "keywords": [ - "feeds", - "parser" - ], - "support": { - "source": "http://cgit.drupalcode.org/feeds_ex", - "issues": "http://drupal.org/project/issues/feeds_ex" - } - }, { "name": "drupal/feeds_ical", - "version": "2.1.0", + "version": "2.0.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/feeds_ical.git", - "reference": "2.1.0" + "reference": "2.0.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/feeds_ical-2.1.0.zip", - "reference": "2.1.0", - "shasum": "bdcffdd40d60e13b376cc2b7687a4ad00ff682d1" + "url": "https://ftp.drupal.org/files/projects/feeds_ical-2.0.4.zip", + "reference": "2.0.4", + "shasum": "f2f0efe027f7e0ae2447575224a2056621656517" }, "require": { - "drupal/core": "^8 || ^9 || ^10", - "drupal/feeds": "^3.0", - "johngrogg/ics-parser": "^3" + "drupal/core": "^8 || ^9", + "drupal/feeds": "*", + "johngrogg/ics-parser": "^2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1692193477", + "version": "2.0.4", + "datestamp": "1667848430", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -9776,40 +8697,35 @@ }, { "name": "drupal/field_defaults", - "version": "2.0.0-alpha2", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_defaults.git", - "reference": "2.0.0-alpha2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_defaults-2.0.0-alpha2.zip", - "reference": "2.0.0-alpha2", - "shasum": "829fa861038991643f32ec4b04da67d659bb38c0" + "url": "https://ftp.drupal.org/files/projects/field_defaults-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "22a6b0344adc0c25a026cdc1d911e19c48796522" }, "require": { - "drupal/core": "^9.3 || ^10.0" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha2", - "datestamp": "1679612171", + "version": "8.x-1.3", + "datestamp": "1611268147", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10 || ^11" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -9821,12 +8737,13 @@ "homepage": "https://www.drupal.org/project/field_defaults", "keywords": [ "Content", + "Content Construction Kit (CCK)", "Drupal", "Fields" ], "support": { - "source": "https://git.drupalcode.org/project/field_defaults", - "issues": "https://www.drupal.org/project/issues/field_defaults" + "source": "https://drupal.org/project/field_defaults", + "issues": "https://drupal.org/project/issues/field_defaults" } }, { @@ -9925,10 +8842,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "Anybody", - "homepage": "https://www.drupal.org/user/291091" - }, { "name": "Hydra", "homepage": "https://www.drupal.org/user/647364" @@ -9959,27 +8872,27 @@ }, { "name": "drupal/field_token_value", - "version": "3.0.2", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/field_token_value.git", - "reference": "3.0.2" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/field_token_value-3.0.2.zip", - "reference": "3.0.2", - "shasum": "91ad476dd57a95086fa51fbc8fa0eb6a1b99f1ad" + "url": "https://ftp.drupal.org/files/projects/field_token_value-3.0.0.zip", + "reference": "3.0.0", + "shasum": "4cbf9bad783c45885c2a115781d45bbb9df21163" }, "require": { - "drupal/core": "^8 || ^9 || ^10", + "drupal/core": "^8 || ^9", "drupal/token": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.2", - "datestamp": "1696584829", + "version": "3.0.0", + "datestamp": "1656885306", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10004,26 +8917,26 @@ }, { "name": "drupal/filter_perms", - "version": "1.0.0-alpha2", + "version": "1.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/filter_perms.git", - "reference": "8.x-1.0-alpha2" + "reference": "8.x-1.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/filter_perms-8.x-1.0-alpha2.zip", - "reference": "8.x-1.0-alpha2", - "shasum": "07e2047ea46cd76839522f04cab59a91b90abdb3" + "url": "https://ftp.drupal.org/files/projects/filter_perms-8.x-1.0-alpha1.zip", + "reference": "8.x-1.0-alpha1", + "shasum": "5a4bf4332f97b238864191042198f9f9a85cab26" }, "require": { - "drupal/core": "^9.0 || ^10.0" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha2", - "datestamp": "1686873472", + "version": "8.x-1.0-alpha1", + "datestamp": "1595202904", "security-coverage": { "status": "not-covered", "message": "Alpha releases are not covered by Drupal security advisories." @@ -10032,7 +8945,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -10044,13 +8957,9 @@ "homepage": "https://www.drupal.org/user/972" }, { - "name": "ivavictoria", + "name": "ivagold", "homepage": "https://www.drupal.org/user/3061533" }, - { - "name": "justcaldwell", - "homepage": "https://www.drupal.org/user/290069" - }, { "name": "mgbellaire", "homepage": "https://www.drupal.org/user/1831932" @@ -10063,32 +8972,31 @@ "description": "Provides role and module filters to simplify the user permissions page.", "homepage": "https://www.drupal.org/project/filter_perms", "support": { - "source": "http://cgit.drupalcode.org/filter_perms", - "issues": "https://www.drupal.org/project/issues/filter_perms?categories=All" + "source": "https://git.drupalcode.org/project/filter_perms" } }, { "name": "drupal/fitvids", - "version": "2.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fitvids.git", - "reference": "2.0.0" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fitvids-2.0.0.zip", - "reference": "2.0.0", - "shasum": "0fb02d633ca144abee0bfca7b52457c89aba0414" + "url": "https://ftp.drupal.org/files/projects/fitvids-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "28e066336ebca9750eb72152303e7cb8a1a302c4" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1669606300", + "version": "8.x-1.1", + "datestamp": "1590685117", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10117,27 +9025,27 @@ }, { "name": "drupal/fixed_block_content", - "version": "1.3.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/fixed_block_content.git", - "reference": "8.x-1.3" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fixed_block_content-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "30488b4a57f02b27e63e9249be3e1f9f67a19f64" + "url": "https://ftp.drupal.org/files/projects/fixed_block_content-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "567351ee7a1f40b43ff81ede9afc085f78752d20" }, "require": { - "drupal/core": "^9 || ^10", - "drupal/hal": "^1.0 || ^2.0" + "drupal/core": "~8.7 || ^9", + "drupal/hal": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1702646682", + "version": "8.x-1.1", + "datestamp": "1585994766", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10165,153 +9073,23 @@ "issues": "https://drupal.org/project/issues/fixed_block_content" } }, - { - "name": "drupal/flag", - "version": "4.0.0-beta4", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/flag.git", - "reference": "8.x-4.0-beta4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/flag-8.x-4.0-beta4.zip", - "reference": "8.x-4.0-beta4", - "shasum": "2779804f23685e1bb68a2a7b9517932dde3b1d4e" - }, - "require": { - "drupal/core": "^9.1 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-4.0-beta4", - "datestamp": "1670487892", - "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-or-later" - ], - "authors": [ - { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "fago", - "homepage": "https://www.drupal.org/user/16747" - }, - { - "name": "fubhy", - "homepage": "https://www.drupal.org/user/761344" - }, - { - "name": "joachim", - "homepage": "https://www.drupal.org/user/107701" - }, - { - "name": "merlinofchaos", - "homepage": "https://www.drupal.org/user/26979" - }, - { - "name": "mooffie", - "homepage": "https://www.drupal.org/user/78454" - }, - { - "name": "quicksketch", - "homepage": "https://www.drupal.org/user/35821" - }, - { - "name": "shabana.navas", - "homepage": "https://www.drupal.org/user/1311398" - }, - { - "name": "socketwench", - "homepage": "https://www.drupal.org/user/65793" - } - ], - "description": "Create customized flags that users can set on entities.", - "homepage": "https://www.drupal.org/project/flag", - "support": { - "source": "https://git.drupalcode.org/project/flag" - } - }, - { - "name": "drupal/flexible_permissions", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/flexible_permissions.git", - "reference": "1.1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/flexible_permissions-1.1.0.zip", - "reference": "1.1.0", - "shasum": "cfda615388131e96a5cf3fce1f24b1c220f91fce" - }, - "require": { - "drupal/core": "^9.5 || ^10", - "drupal/variationcache": "^1.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.1.0", - "datestamp": "1697027409", - "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": "Kristiaan Van den Eynde", - "homepage": "https://www.drupal.org/u/kristiaanvandeneynde", - "role": "Maintainer" - }, - { - "name": "Mathias Wächter", - "homepage": "https://www.drupal.org/u/mef", - "role": "Maintainer" - } - ], - "description": "This module allows you to gather, calculate and cache permissions from a myriad of sources", - "homepage": "http://drupal.org/project/flexible_permissions", - "support": { - "source": "https://git.drupalcode.org/project/flexible_permissions", - "issues": "https://drupal.org/project/issues/flexible_permissions" - } - }, { "name": "drupal/focal_point", - "version": "2.0.2", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/focal_point.git", - "reference": "2.0.2" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/focal_point-2.0.2.zip", - "reference": "2.0.2", - "shasum": "8e809795ec6a68a0bc3740b0b0a41bfa53d4d6d5" + "url": "https://ftp.drupal.org/files/projects/focal_point-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "41198e9220788c3b7d3146b10e5dfd6c73cd4784" }, "require": { - "drupal/core": "^9.3 || ^10", - "drupal/crop": "^2.3", - "drupal/jquery_ui": "^1.6", - "drupal/jquery_ui_draggable": "^2.0" + "drupal/core": "^8.8 || ^9", + "drupal/crop": "^1.0 || ^2.0" }, "require-dev": { "drupal/crop": "*" @@ -10319,8 +9097,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1690451892", + "version": "8.x-1.5", + "datestamp": "1598663903", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10352,17 +9130,11 @@ }, { "name": "drupal/footnotes", - "version": "3.1.0", + "version": "dev-2.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/footnotes.git", - "reference": "3.1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/footnotes-3.1.0.zip", - "reference": "3.1.0", - "shasum": "6cc51af0d8cd50628b5a7e9cc75255a657e2aa62" + "reference": "d0218117b3996558aefb726c7b29795d57b115ad" }, "require": { "drupal/core": ">=8.6", @@ -10373,12 +9145,15 @@ }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, "drupal": { - "version": "3.1.0", - "datestamp": "1691752661", + "version": "8.x-2.1+20-dev", + "datestamp": "1615724664", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -10407,14 +9182,6 @@ "homepage": "https://www.drupal.org/u/hingo", "role": "Maintainer" }, - { - "name": "scott_euser", - "homepage": "https://www.drupal.org/user/3267594" - }, - { - "name": "smulvih2", - "homepage": "https://www.drupal.org/user/795442" - }, { "name": "yukare", "homepage": "https://www.drupal.org/user/889254" @@ -10427,80 +9194,27 @@ "issues": "https://drupal.org/project/issues/footnotes" } }, - { - "name": "drupal/fullcalendar_view", - "version": "5.1.13", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/fullcalendar_view.git", - "reference": "5.1.13" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fullcalendar_view-5.1.13.zip", - "reference": "5.1.13", - "shasum": "35b8286574a2be20265f33c132579f7e4861b8ed" - }, - "require": { - "drupal/core": "^9.2.0 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "5.1.13", - "datestamp": "1698886922", - "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/gdpr", - "version": "3.0.0", + "version": "3.0.0-alpha6", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gdpr.git", - "reference": "3.0.0" + "reference": "3.0.0-alpha6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gdpr-3.0.0.zip", - "reference": "3.0.0", - "shasum": "1fd27a189761d8b70bfe73580f2dfd3ddde607b7" + "url": "https://ftp.drupal.org/files/projects/gdpr-3.0.0-alpha6.zip", + "reference": "3.0.0-alpha6", + "shasum": "6ced27a5840575cacea831cc19de1c0ca8d8f20a" }, "require": { - "drupal/checklistapi": "^2.1", - "drupal/core": "^9 || ^10", - "drupal/entity": "^1.4", - "drupal/entity_reference_revisions": "^1.10", - "drupal/message": "^1.4", - "drupal/token": "^1.11" + "drupal/checklistapi": "~2.0", + "drupal/core": "^8 || ^9", + "drupal/entity": "^1.0", + "drupal/entity_reference_revisions": "^1.8", + "drupal/message": "^1.0", + "drupal/token": "^1.7" }, "require-dev": { "drupal/anonymizer": "*", @@ -10518,11 +9232,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0", - "datestamp": "1681377086", + "version": "3.0.0-alpha6", + "datestamp": "1667462152", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" } } }, @@ -10601,22 +9315,20 @@ }, { "name": "drupal/geolocation", - "version": "3.12.0", + "version": "3.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geolocation.git", - "reference": "8.x-3.12" + "reference": "8.x-3.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.12.zip", - "reference": "8.x-3.12", - "shasum": "eb31fe9080e2e0dcf442fc9b0a859f326219db5a" + "url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.10.zip", + "reference": "8.x-3.10", + "shasum": "686868c7a1bbccc24662e71a69efc9b6c90b18cf" }, "require": { - "drupal/core": "^9.3 || ^10", - "drupal/jquery_ui": "*", - "drupal/jquery_ui_autocomplete": "^2.0", + "drupal/core": "^9.2", "php": "^7.3 || ^8.0" }, "require-dev": { @@ -10629,7 +9341,6 @@ "drupal/geolocation_google_maps_demo": "*", "drupal/geolocation_google_static_maps": "*", "drupal/geolocation_leaflet": "*", - "drupal/geolocation_leaflet_demo": "*", "drupal/search_api": "*", "drupal/search_api_location": "*", "drupal/search_api_location_views": "*" @@ -10637,8 +9348,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.12", - "datestamp": "1673282362", + "version": "8.x-3.10", + "datestamp": "1652946354", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10668,30 +9379,30 @@ }, { "name": "drupal/gin", - "version": "3.0.0-rc9", + "version": "3.0.0-beta5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin.git", - "reference": "8.x-3.0-rc9" + "reference": "8.x-3.0-beta5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc9.zip", - "reference": "8.x-3.0-rc9", - "shasum": "130dec0ea8152bc796d8bbca1bc97b2ae0c381f4" + "url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-beta5.zip", + "reference": "8.x-3.0-beta5", + "shasum": "651b2047990067e26158368e3aab7f27366a81e9" }, "require": { - "drupal/core": "^9 || ^10", + "drupal/core": "^8.9 || ^9 || ^10", "drupal/gin_toolbar": "^1.0@beta" }, "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-3.0-rc9", - "datestamp": "1706705034", + "version": "8.x-3.0-beta5", + "datestamp": "1656071885", "security-coverage": { "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -10730,27 +9441,27 @@ }, { "name": "drupal/gin_gutenberg", - "version": "1.1.6", + "version": "1.1.4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_gutenberg.git", - "reference": "1.1.6" + "reference": "1.1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_gutenberg-1.1.6.zip", - "reference": "1.1.6", - "shasum": "d885358010fc16bbbd8973267d3f61fa95a0256e" + "url": "https://ftp.drupal.org/files/projects/gin_gutenberg-1.1.4.zip", + "reference": "1.1.4", + "shasum": "97d01721d1a7b1a759d4e91e4a3b582eddf579f9" }, "require": { "drupal/core": "^8 || ^9.3 || ^10", - "drupal/gutenberg": "^2.0 || ^3.0" + "drupal/gutenberg": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.1.6", - "datestamp": "1703844596", + "version": "1.1.4", + "datestamp": "1666341998", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10793,26 +9504,26 @@ }, { "name": "drupal/gin_login", - "version": "2.0.3", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_login.git", - "reference": "2.0.3" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_login-2.0.3.zip", - "reference": "2.0.3", - "shasum": "f5be85feabfde975d088a3a6b4365e0b155eb4b8" + "url": "https://ftp.drupal.org/files/projects/gin_login-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "140c7e1f427e45f8bd24bb1c44186a6c5748fa4d" }, "require": { - "drupal/core": "^8.9 || ^9 || ^10" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.3", - "datestamp": "1697916978", + "version": "8.x-1.3", + "datestamp": "1659121145", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10852,29 +9563,29 @@ }, { "name": "drupal/gin_toolbar", - "version": "1.0.0-rc5", + "version": "1.0.0-beta22", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_toolbar.git", - "reference": "8.x-1.0-rc5" + "reference": "8.x-1.0-beta22" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc5.zip", - "reference": "8.x-1.0-rc5", - "shasum": "523b565244440a16fa447065a98841770992bd2e" + "url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-beta22.zip", + "reference": "8.x-1.0-beta22", + "shasum": "630b4acb208411b78c61d83c9a27741c546202de" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc5", - "datestamp": "1702727588", + "version": "8.x-1.0-beta22", + "datestamp": "1649709351", "security-coverage": { "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -10911,16 +9622,16 @@ }, { "name": "drupal/gnode", - "version": "3.2.2", + "version": "1.5.0", "require": { - "drupal/core": "^9.5 || ^10", + "drupal/core": "^9.3 || ^10", "drupal/group": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "3.2.2", - "datestamp": "1701886939", + "version": "8.x-1.5", + "datestamp": "1660746007", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10932,10 +9643,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "dww", - "homepage": "https://www.drupal.org/user/46549" - }, { "name": "kristiaanvandeneynde", "homepage": "https://www.drupal.org/user/1345130" @@ -10949,21 +9656,39 @@ }, { "name": "drupal/google_analytics", - "version": "dev-3357831-php-8.2-compatibility", + "version": "4.0.2", "source": { "type": "git", - "url": "git@git.drupal.org:issue/google_analytics-3357831.git", - "reference": "6e1250f00dd9942a91cdff4e2d44f1779019e191" + "url": "https://git.drupalcode.org/project/google_analytics.git", + "reference": "4.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/google_analytics-4.0.2.zip", + "reference": "4.0.2", + "shasum": "6deec511373e4659e42ff494c8729434728e37d7" + }, + "require": { + "drupal/core": "^9.3 || ^10" }, "require-dev": { "drupal/token": "^1.7" }, "type": "drupal-module", "extra": { + "drupal": { + "version": "4.0.2", + "datestamp": "1662768595", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, "branch-alias": { "dev-4.x": "4.x-dev" } }, + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], @@ -10971,40 +9696,59 @@ { "name": "See contributors", "homepage": "https://www.drupal.org/node/49388/committers" + }, + { + "name": "budda", + "homepage": "https://www.drupal.org/user/13164" + }, + { + "name": "ixismark", + "homepage": "https://www.drupal.org/user/3632333" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "pfaocle", + "homepage": "https://www.drupal.org/user/9740" + }, + { + "name": "roberto.rivera.ixis", + "homepage": "https://www.drupal.org/user/3632325" } ], "description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.", "homepage": "https://www.drupal.org/project/google_analytics", "support": { - "issues": "https://www.drupal.org/project/issues/google_analytics", - "source": "https://git.drupalcode.org/project/google_analytics" - }, - "time": "2023-05-03T10:39:55+00:00" + "source": "https://git.drupalcode.org/project/google_analytics", + "issues": "https://www.drupal.org/project/issues/google_analytics" + } }, { "name": "drupal/group", - "version": "3.2.2", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/group.git", - "reference": "3.2.2" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/group-3.2.2.zip", - "reference": "3.2.2", - "shasum": "d44d51828ca6554c32aa2d27e3a898e1d38b9efa" + "url": "https://ftp.drupal.org/files/projects/group-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "4b890350749ff1d388425da8343b8835847492d8" }, "require": { - "drupal/core": "^9.5 || ^10", + "drupal/core": "^9.3 || ^10", "drupal/entity": "^1.2", - "drupal/flexible_permissions": "^1.0" + "drupal/variationcache": "^1.1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.2.2", - "datestamp": "1701886939", + "version": "8.x-1.5", + "datestamp": "1660746007", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11020,10 +9764,6 @@ "name": "Kristiaan Van den Eynde", "homepage": "https://www.drupal.org/u/kristiaanvandeneynde", "role": "Maintainer" - }, - { - "name": "kristiaanvandeneynde", - "homepage": "https://www.drupal.org/user/1345130" } ], "description": "This module allows you to group users, content and other entities", @@ -11035,28 +9775,28 @@ }, { "name": "drupal/gutenberg", - "version": "2.8.0", + "version": "2.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gutenberg.git", - "reference": "8.x-2.8" + "reference": "8.x-2.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.8.zip", - "reference": "8.x-2.8", - "shasum": "4fdcf7bc65e67063e5f266b733a93e8176ad7a79" + "url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "e44241bd0aaf07216abd314da757fa2b0fa0b2ee" }, "require": { - "drupal/core": "^9 || ^10", + "drupal/core": "^8 || ^9", "ext-json": "*", - "php": ">=7.4" + "php": ">=7.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.8", - "datestamp": "1697496069", + "version": "8.x-2.5", + "datestamp": "1650411254", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11080,22 +9820,14 @@ "name": "Roberto Ornelas (roborn)", "homepage": "https://www.drupal.org/u/roborn" }, + { + "name": "Paweł Pregiel (ppregiel)", + "homepage": "https://www.drupal.org/u/ppregiel" + }, { "name": "codebymikey", "homepage": "https://www.drupal.org/u/codebymikey" }, - { - "name": "Stephan Zeidler (szeidler)", - "homepage": "https://www.drupal.org/u/szeidler" - }, - { - "name": "perandre", - "homepage": "https://www.drupal.org/user/221337" - }, - { - "name": "roborn", - "homepage": "https://www.drupal.org/user/139474" - }, { "name": "szeidler", "homepage": "https://www.drupal.org/user/767652" @@ -11118,31 +9850,26 @@ }, { "name": "drupal/hal", - "version": "2.0.2", + "version": "1.0.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/hal.git", - "reference": "2.0.2" + "reference": "1.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/hal-2.0.2.zip", - "reference": "2.0.2", - "shasum": "9ec3ad376678941bae2e0eae0c980c42cddfc8b2" + "url": "https://ftp.drupal.org/files/projects/hal-1.0.3.zip", + "reference": "1.0.3", + "shasum": "8e81b3b453ff63a281c1c470ff722f4af6206426" }, "require": { - "drupal/core": "^10" - }, - "require-dev": { - "drupal/aggregator": "2.x-dev", - "drupal/entity_reference_revisions": "1.x-dev", - "drupal/rdf": "2.x-dev" + "drupal/core": "^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1700523711", + "version": "1.0.3", + "datestamp": "1664412481", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11171,17 +9898,17 @@ }, { "name": "drupal/honeypot", - "version": "2.1.3", + "version": "2.1.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/honeypot.git", - "reference": "2.1.3" + "reference": "2.1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/honeypot-2.1.3.zip", - "reference": "2.1.3", - "shasum": "101105029a10a574ef6017824182500ab9905856" + "url": "https://ftp.drupal.org/files/projects/honeypot-2.1.2.zip", + "reference": "2.1.2", + "shasum": "9511fd6db37c153f2290950bf79611b27510cede" }, "require": { "drupal/core": "^9.2 || ^10" @@ -11192,8 +9919,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.3", - "datestamp": "1695604754", + "version": "2.1.2", + "datestamp": "1664658244", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11238,6 +9965,55 @@ "issues": "https://www.drupal.org/project/issues/honeypot" } }, + { + "name": "drupal/hotjar", + "version": "3.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/hotjar.git", + "reference": "8.x-3.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/hotjar-8.x-3.1.zip", + "reference": "8.x-3.1", + "shasum": "2ab70dd75277c484363758020b966ba41802f59d" + }, + "require": { + "drupal/core": "^9.4 || ^10", + "ext-json": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.1", + "datestamp": "1667919107", + "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": "csakiistvan", + "homepage": "https://www.drupal.org/user/491514" + }, + { + "name": "tikaszvince", + "homepage": "https://www.drupal.org/user/337178" + } + ], + "description": "Allows your site to be tracked by Hotjar by adding a Javascript tracking code to every page", + "homepage": "https://www.drupal.org/project/hotjar", + "support": { + "source": "https://git.drupalcode.org/project/hotjar" + } + }, { "name": "drupal/http_cache_control", "version": "2.1.0", @@ -11331,30 +10107,30 @@ }, { "name": "drupal/ief_complex_open", - "version": "1.0.1", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ief_complex_open.git", - "reference": "1.0.1" + "reference": "1.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ief_complex_open-1.0.1.zip", - "reference": "1.0.1", - "shasum": "abac70022e17d7a2b007ac1587826822433b0346" + "url": "https://ftp.drupal.org/files/projects/ief_complex_open-1.0.0.zip", + "reference": "1.0.0", + "shasum": "8ce936fe614671ac393e5f7823faea36dc5d658b" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10", - "drupal/inline_entity_form": "^1" + "drupal/core": "^8.8 || ^9", + "drupal/inline_entity_form": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.1", - "datestamp": "1687803317", + "version": "1.0.0", + "datestamp": "1650652235", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" } } }, @@ -11366,157 +10142,27 @@ { "name": "drpldrp", "homepage": "https://www.drupal.org/user/3630968" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" } ], "description": "Inline entity form complex widget with add existing open by default.", "homepage": "https://www.drupal.org/project/ief_complex_open", - "keywords": [ - "Drupal" - ], "support": { - "source": "https://git.drupalcode.org/project/ief_complex_open", - "issues": "http://drupal.org/project/issues/ief_complex_open" - } - }, - { - "name": "drupal/image_field_to_media", - "version": "2.0.2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/image_field_to_media.git", - "reference": "2.0.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/image_field_to_media-2.0.2.zip", - "reference": "2.0.2", - "shasum": "7026c58a18c8bf9f02e631a5365c2b898916f478" - }, - "require": { - "drupal/core": "^9.3 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.2", - "datestamp": "1696623512", - "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": "Andrey Vitushkin (wombatbuddy)", - "homepage": "https://www.drupal.org/u/wombatbuddy", - "role": "Maintainer" - } - ], - "description": "Enables to convert existing image fields to Media image fields.", - "homepage": "https://www.drupal.org/project/image_field_to_media", - "support": { - "source": "https://git.drupalcode.org/project/image_field_to_media", - "issues": "https://www.drupal.org/project/issues/image_field_to_media" - } - }, - { - "name": "drupal/image_widget_crop", - "version": "2.4.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/image_widget_crop.git", - "reference": "8.x-2.4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/image_widget_crop-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "6fcf4641d730bf1f5afce2a95d58f76094c72d1b" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10", - "drupal/crop": "^1 || ^2" - }, - "require-dev": { - "drupal/bartik": "^1", - "drupal/crop": "*", - "drupal/ctools": "^3", - "drupal/entity_browser": "^2", - "drupal/inline_entity_form": "^1" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.4", - "datestamp": "1667435355", - "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": "Alexandre Mallet", - "homepage": "https://github.com/woprrr", - "role": "Maintainer" - }, - { - "name": "Drupal Media Team", - "homepage": "https://www.drupal.org/user/3260690" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "slashrsm", - "homepage": "https://www.drupal.org/user/744628" - }, - { - "name": "woprrr", - "homepage": "https://www.drupal.org/user/858604" - } - ], - "description": "Provides an interface for using the features of the Crop API.", - "homepage": "https://www.drupal.org/project/image_widget_crop", - "keywords": [ - "Crop", - "Drupal", - "Drupal Media" - ], - "support": { - "source": "https://www.drupal.org/project/image_widget_crop", - "issues": "https://www.drupal.org/project/issues/image_widget_crop", - "irc": "irc://irc.freenode.org/drupal-contribute" + "source": "https://git.drupalcode.org/project/ief_complex_open" } }, { "name": "drupal/indieweb", - "version": "1.21.0", + "version": "1.20.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/indieweb.git", - "reference": "8.x-1.21" + "reference": "8.x-1.20" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/indieweb-8.x-1.21.zip", - "reference": "8.x-1.21", - "shasum": "7629d70d84614cc372525906d3705dff83258cb7" + "url": "https://ftp.drupal.org/files/projects/indieweb-8.x-1.20.zip", + "reference": "8.x-1.20", + "shasum": "b222b8f49b490dcb4622efd74d1622d9ea7c3b7b" }, "require": { "drupal/core": "^9 || ^10", @@ -11536,8 +10182,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.21", - "datestamp": "1707057267", + "version": "8.x-1.20", + "datestamp": "1667488051", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11569,17 +10215,17 @@ }, { "name": "drupal/inline_entity_form", - "version": "1.0.0-rc17", + "version": "1.0.0-rc14", "source": { "type": "git", "url": "https://git.drupalcode.org/project/inline_entity_form.git", - "reference": "8.x-1.0-rc17" + "reference": "8.x-1.0-rc14" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc17.zip", - "reference": "8.x-1.0-rc17", - "shasum": "626622e01cf7a2d2977fdc06ae09afd5a814e09b" + "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc14.zip", + "reference": "8.x-1.0-rc14", + "shasum": "2c9efd73332acfba43fe9b29e78e508ddc9d3664" }, "require": { "drupal/core": "^8.8 || ^9 || ^10", @@ -11591,8 +10237,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc17", - "datestamp": "1703020130", + "version": "8.x-1.0-rc14", + "datestamp": "1663701306", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -11616,10 +10262,6 @@ "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, - { - "name": "dww", - "homepage": "https://www.drupal.org/user/46549" - }, { "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" @@ -11632,6 +10274,10 @@ "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, + { + "name": "kaythay", + "homepage": "https://www.drupal.org/user/2182186" + }, { "name": "oknate", "homepage": "https://www.drupal.org/user/471638" @@ -11659,92 +10305,22 @@ "source": "https://git.drupalcode.org/project/inline_entity_form" } }, - { - "name": "drupal/inotherwords", - "version": "3.0.1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/inotherwords.git", - "reference": "3.0.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/inotherwords-3.0.1.zip", - "reference": "3.0.1", - "shasum": "bb9abce972fffc662affe34d691fa6d1c6da6709" - }, - "require": { - "agaric/oxford-comma": "^1.2", - "drupal/core": "^8 || ^9 || ^10", - "kwn/number-to-words": "^1.8" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "3.0.1", - "datestamp": "1686885306", - "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": "cedewey", - "homepage": "https://www.drupal.org/user/38694" - }, - { - "name": "gnuget", - "homepage": "https://www.drupal.org/user/992990" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - } - ], - "description": "Provides a field formatter for condensing sequential lists into shorter text.", - "homepage": "https://drupal.org/project/inotherwords", - "keywords": [ - "content", - "drupal", - "field", - "field formatter", - "ux" - ], - "support": { - "source": "https://git.drupalcode.org/project/inotherwords", - "issues": "https://www.drupal.org/project/issues/inotherwords" - } - }, { "name": "drupal/insert", - "version": "3.0.0-beta3", + "version": "2.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/insert.git", - "reference": "3.0.0-beta3" + "reference": "8.x-2.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/insert-3.0.0-beta3.zip", - "reference": "3.0.0-beta3", - "shasum": "07b54a3d7cf518c105853a8aa2657d95e2a063e2" + "url": "https://ftp.drupal.org/files/projects/insert-8.x-2.0-beta3.zip", + "reference": "8.x-2.0-beta3", + "shasum": "bb03f0cc8eda55a48c8e688a83c0523c250654c4" }, "require": { - "drupal/core": "^10" + "drupal/core": "^8 || ^9" }, "require-dev": { "drupal/colorbox": "*" @@ -11752,8 +10328,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0-beta3", - "datestamp": "1704123693", + "version": "8.x-2.0-beta3", + "datestamp": "1641051127", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -11765,13 +10341,13 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "quicksketch", - "homepage": "https://www.drupal.org/user/35821" - }, { "name": "Snater", "homepage": "https://www.drupal.org/user/3513717" + }, + { + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" } ], "description": "Assists in inserting files, images, or other media into the body field as well as other editor and text areas.", @@ -11878,27 +10454,27 @@ }, { "name": "drupal/jquery_ui_accordion", - "version": "2.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jquery_ui_accordion.git", - "reference": "2.0.0" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-2.0.0.zip", - "reference": "2.0.0", - "shasum": "47f3983502a5be5a8c201b54aa18e20f1e595477" + "url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "988a3da3b0bc3042e2f42fd20e401272f8369bbd" }, "require": { - "drupal/core": "^9.2 || ^10", - "drupal/jquery_ui": "^1.6" + "drupal/core": "^8 || ^9", + "drupal/jquery_ui": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1670871459", + "version": "8.x-1.1", + "datestamp": "1584106477", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11929,377 +10505,19 @@ "source": "https://git.drupalcode.org/project/jquery_ui_accordion" } }, - { - "name": "drupal/jquery_ui_autocomplete", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_autocomplete.git", - "reference": "2.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_autocomplete-2.0.0.zip", - "reference": "2.0.0", - "shasum": "927d312a74002f99e1c971d3d268be1b0a532fc7" - }, - "require": { - "drupal/core": "^9.2 || ^10", - "drupal/jquery_ui": "^1.6", - "drupal/jquery_ui_menu": "^2" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0", - "datestamp": "1670871461", - "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": "nod_", - "homepage": "https://www.drupal.org/user/598310" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "Wim Leers", - "homepage": "https://www.drupal.org/user/99777" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI Autocomplete library.", - "homepage": "https://www.drupal.org/project/jquery_ui_autocomplete", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_autocomplete" - } - }, - { - "name": "drupal/jquery_ui_datepicker", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_datepicker.git", - "reference": "2.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_datepicker-2.0.0.zip", - "reference": "2.0.0", - "shasum": "ce40cf8ab400866bffda1ac3f7e4a5ac20bb3ae5" - }, - "require": { - "drupal/core": "^9.2 || ^10", - "drupal/jquery_ui": "^1.6" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0", - "datestamp": "1670871494", - "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": "jrockowitz", - "homepage": "https://www.drupal.org/user/371407" - }, - { - "name": "lauriii", - "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "nod_", - "homepage": "https://www.drupal.org/user/598310" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI Datepicker library.", - "homepage": "https://www.drupal.org/project/jquery_ui_datepicker", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_datepicker" - } - }, - { - "name": "drupal/jquery_ui_draggable", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_draggable.git", - "reference": "2.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_draggable-2.0.0.zip", - "reference": "2.0.0", - "shasum": "13a8f4bf037449cd176ddb967fc9cba9a466a705" - }, - "require": { - "drupal/core": "^9.2 || ^10", - "drupal/jquery_ui": "^1.6" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0", - "datestamp": "1670871516", - "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 Draggable library.", - "homepage": "https://www.drupal.org/project/jquery_ui_draggable", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_draggable" - } - }, - { - "name": "drupal/jquery_ui_menu", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_menu.git", - "reference": "2.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_menu-2.0.0.zip", - "reference": "2.0.0", - "shasum": "5e1b56bf457669c7779a81784f49da63e3956854" - }, - "require": { - "drupal/core": "^9.2 || ^10", - "drupal/jquery_ui": "^1.6" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0", - "datestamp": "1670871546", - "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": "nod_", - "homepage": "https://www.drupal.org/user/598310" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "Wim Leers", - "homepage": "https://www.drupal.org/user/99777" - }, - { - "name": "zrpnr", - "homepage": "https://www.drupal.org/user/1448368" - } - ], - "description": "Provides jQuery UI Menu library.", - "homepage": "https://www.drupal.org/project/jquery_ui_menu", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_menu" - } - }, - { - "name": "drupal/jquery_ui_slider", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_slider.git", - "reference": "2.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_slider-2.0.0.zip", - "reference": "2.0.0", - "shasum": "86b7d71e91013cffafb8021dbf8047745ebc5fd6" - }, - "require": { - "drupal/core": "^9.2 || ^10", - "drupal/jquery_ui": "^1.6" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0", - "datestamp": "1670871571", - "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 Slider library.", - "homepage": "https://www.drupal.org/project/jquery_ui_slider", - "support": { - "source": "https://git.drupalcode.org/project/jquery_ui_slider" - } - }, - { - "name": "drupal/jquery_ui_touch_punch", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/jquery_ui_touch_punch.git", - "reference": "1.1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jquery_ui_touch_punch-1.1.0.zip", - "reference": "1.1.0", - "shasum": "4b7e50a98246dfa6ef48e5b12c70277873902824" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10", - "drupal/jquery_ui": "^1.0", - "politsin/jquery-ui-touch-punch": "^1.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.1.0", - "datestamp": "1662744607", - "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": "Naveen Valecha", - "homepage": "https://drupal.org/u/naveenvalecha", - "role": "Maintainer" - }, - { - "name": "naveenvalecha", - "homepage": "https://www.drupal.org/user/2665733" - } - ], - "description": "Provides jQuery UI Touch Punch library.", - "homepage": "https://www.drupal.org/project/jquery_ui_touch_punch", - "keywords": [ - "Drupal", - "jquery_ui_touch_punch" - ], - "support": { - "source": "https://www.drupal.org/project/jquery_ui_touch_punch", - "issues": "https://www.drupal.org/project/issues/jquery_ui_touch_punch" - } - }, { "name": "drupal/key", - "version": "1.17.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/key.git", - "reference": "8.x-1.17" + "reference": "8.x-1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/key-8.x-1.17.zip", - "reference": "8.x-1.17", - "shasum": "fa9f606d2ba0e20693e12040004e2ed31302ed03" + "url": "https://ftp.drupal.org/files/projects/key-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "35a4476d7d52563bb26bd4dcc5fbf5fdd7c9391b" }, "require": { "drupal/core": ">=8.9 <11" @@ -12307,8 +10525,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.17", - "datestamp": "1674343967", + "version": "8.x-1.16", + "datestamp": "1661968490", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12406,17 +10624,17 @@ }, { "name": "drupal/link_attributes", - "version": "1.14.0", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/link_attributes.git", - "reference": "8.x-1.14" + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.14.zip", - "reference": "8.x-1.14", - "shasum": "fa4f27ecaed7e6b3c58c0adc679918a9beb7ded5" + "url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "02f166dcfe3277656e2a91f86ff36e8a18e55524" }, "require": { "drupal/core": "^9 || ^10" @@ -12424,8 +10642,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.14", - "datestamp": "1687393687", + "version": "8.x-1.12", + "datestamp": "1668801560", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12454,33 +10672,32 @@ }, { "name": "drupal/linkit", - "version": "6.1.2", + "version": "6.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.1.2" + "reference": "6.0.0-beta3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.1.2.zip", - "reference": "6.1.2", - "shasum": "63fb311d2b78df81a9a588330429b640ec7da0e8" + "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-beta3.zip", + "reference": "6.0.0-beta3", + "shasum": "39a5bf54cbc88324d788a573df7b3fecf7622065" }, "require": { - "drupal/core": "^10.1" + "drupal/core": "^8.7.7 || ^9" }, "require-dev": { - "drupal/ckeditor": "*", "drupal/imce": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "6.1.2", - "datestamp": "1696865478", + "version": "6.0.0-beta3", + "datestamp": "1632946984", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -12498,10 +10715,6 @@ { "name": "johnwebdev", "homepage": "https://www.drupal.org/user/3331569" - }, - { - "name": "mark_fullmer", - "homepage": "https://www.drupal.org/user/2612816" } ], "description": "Linkit - Enriched linking experience", @@ -12511,89 +10724,32 @@ "issues": "http://drupal.org/project/linkit" } }, - { - "name": "drupal/mail_login", - "version": "2.9.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/mail_login.git", - "reference": "8.x-2.9" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mail_login-8.x-2.9.zip", - "reference": "8.x-2.9", - "shasum": "13c0271001f1f317d625891475a08309e669146b" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.9", - "datestamp": "1696437251", - "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": "Mohammad AlQanneh", - "homepage": "https://www.drupal.org/u/mqanneh", - "role": "Maintainer" - }, - { - "name": "mqanneh", - "homepage": "https://www.drupal.org/user/2833163" - } - ], - "description": "This module enables users to login by email address.", - "homepage": "https://www.drupal.org/project/mail_login", - "keywords": [ - "drupal", - "php", - "user" - ], - "support": { - "source": "https://git.drupalcode.org/project/mail_login", - "issues": "http://drupal.org/project/issues/mail_login", - "email": "mqanneh@gmail.com" - } - }, { "name": "drupal/mailchimp", - "version": "2.2.2", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/mailchimp.git", - "reference": "2.2.2" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/mailchimp-2.2.2.zip", - "reference": "2.2.2", - "shasum": "8d4fcf460cea550d74ad6ff7e140341f4363cdb1" + "url": "https://ftp.drupal.org/files/projects/mailchimp-2.0.2.zip", + "reference": "2.0.2", + "shasum": "21117bb5181e0421ce7f40c98f3a39a886893cc4" }, "require": { - "drupal/core": "^8.7.7 || ^9 || ^10", - "thinkshout/mailchimp-api-php": "3.0.0" + "drupal/core": "^8.7.7 || ^9", + "thinkshout/mailchimp-api-php": "^2.0" }, "require-dev": { - "drupal/mailchimp_events": "*", "drupal/mailchimp_lists": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.2.2", - "datestamp": "1687974651", + "version": "2.0.2", + "datestamp": "1615931525", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -12605,13 +10761,21 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "5adiyah", + "homepage": "https://www.drupal.org/user/3622346" + }, + { + "name": "Pastenes", + "homepage": "https://www.drupal.org/user/3640659" + }, { "name": "aprice42", "homepage": "https://www.drupal.org/user/369147" }, { - "name": "bdimaggio", - "homepage": "https://www.drupal.org/user/70688" + "name": "bobpotter", + "homepage": "https://www.drupal.org/user/3653774" }, { "name": "brendanthinkshout", @@ -12621,6 +10785,10 @@ "name": "gcb", "homepage": "https://www.drupal.org/user/1682976" }, + { + "name": "itrebecca", + "homepage": "https://www.drupal.org/user/1604434" + }, { "name": "kescoto-thinkshout", "homepage": "https://www.drupal.org/user/3664824" @@ -12633,17 +10801,13 @@ "name": "mariacha1", "homepage": "https://www.drupal.org/user/2210776" }, - { - "name": "maximumpotter", - "homepage": "https://www.drupal.org/user/3653774" - }, { "name": "mshaver", "homepage": "https://www.drupal.org/user/39079" }, { - "name": "olivier.bouwman", - "homepage": "https://www.drupal.org/user/2799483" + "name": "spncr", + "homepage": "https://www.drupal.org/user/3664814" }, { "name": "tauno", @@ -12652,10 +10816,6 @@ { "name": "wxactly", "homepage": "https://www.drupal.org/user/3181097" - }, - { - "name": "xenophyle", - "homepage": "https://www.drupal.org/user/664428" } ], "description": "Mailchimp is an integration with the Mailchimp Mass email tool.", @@ -12666,21 +10826,21 @@ }, { "name": "drupal/markdown", - "version": "3.0.1", + "version": "3.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/markdown.git", - "reference": "3.0.1" + "reference": "3.0.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/markdown-3.0.1.zip", - "reference": "3.0.1", - "shasum": "ae33f2819c0f2591484ae02921781fb3ea783330" + "url": "https://ftp.drupal.org/files/projects/markdown-3.0.0-rc2.zip", + "reference": "3.0.0-rc2", + "shasum": "ccbb84b03ce1f5d2fdb8511595dde0980653845f" }, "require": { "composer/semver": "^1.0 || ^2.0 || ^3.0", - "drupal/core": "^9.1 || ^10", + "drupal/core": "^8 || ^9", "php": ">=5.5.9" }, "suggest": { @@ -12689,11 +10849,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.1", - "datestamp": "1704727858", + "version": "3.0.0-rc2", + "datestamp": "1639560570", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } }, "drush": { @@ -12720,10 +10880,6 @@ { "name": "joelpittet", "homepage": "https://www.drupal.org/user/160302" - }, - { - "name": "markdorison", - "homepage": "https://www.drupal.org/user/346106" } ], "description": "Provides Markdown integration for Drupal and allows content to be formatted in a simple plain-text syntax that is transformed into valid HTML.", @@ -12733,331 +10889,6 @@ "issues": "https://www.drupal.org/project/markdown" } }, - { - "name": "drupal/media_contextual_crop", - "version": "dev-1.2.x", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/media_contextual_crop.git", - "reference": "3193fb963b46a5c9d045cd61acba78fc8ae0e88e" - }, - "require": { - "drupal/core": "^9.4 || ^10" - }, - "require-dev": { - "drupal/advanced_help": "^1" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.2.x": "1.2.x-dev" - }, - "drupal": { - "version": "1.2.1+5-dev", - "datestamp": "1697791918", - "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": "DrDam", - "homepage": "https://www.drupal.org/user/1555440" - } - ], - "description": "Media Contextual Cropping API", - "homepage": "https://www.drupal.org/project/media_contextual_crop", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/media_contextual_crop" - } - }, - { - "name": "drupal/media_contextual_crop_field_formatter", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/media_contextual_crop_field_formatter.git", - "reference": "1.3.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_field_formatter-1.3.0.zip", - "reference": "1.3.0", - "shasum": "7e09a051247c22e83a665ab9538c7e18779d93d2" - }, - "require": { - "composer/installers": "^1.9 || ^2.0", - "cweagans/composer-patches": "^1.7", - "drupal/core": "^9.4 || ^10", - "drupal/media_contextual_crop": "~1.2", - "drupal/media_library_media_modify": "^1.0@beta" - }, - "require-dev": { - "drupal/advanced_help": "^1" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.3.0", - "datestamp": "1692266180", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "enable-patching": true, - "patches": { - "drupal/media_library_media_modify": { - "#3270150 Add alteration": "https://www.drupal.org/files/issues/2022-06-08/manage_crops_3270150-7.patch" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "DrDam", - "homepage": "https://www.drupal.org/user/1555440" - } - ], - "description": "An implementation of media_contextual_crop API for media references", - "homepage": "https://www.drupal.org/project/media_contextual_crop_field_formatter", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/media_contextual_crop_field_formatter" - } - }, - { - "name": "drupal/media_contextual_crop_fp_adapter", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/media_contextual_crop_fp_adapter.git", - "reference": "1.1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_fp_adapter-1.1.1.zip", - "reference": "1.1.1", - "shasum": "b42f7d09e270becdc317bf832156b00cc1b90d12" - }, - "require": { - "drupal/core": "^9.4 || ^10", - "drupal/focal_point": "^1.5 || ^2.0@alpha", - "drupal/media_contextual_crop": "~1.2" - }, - "require-dev": { - "drupal/advanced_help": "^1" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.1.1", - "datestamp": "1692689051", - "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": "DrDam", - "homepage": "https://www.drupal.org/user/1555440" - } - ], - "description": "An adapter between focal_point crop plugin and media_contextual_crop", - "homepage": "https://www.drupal.org/project/media_contextual_crop_fp_adapter", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/media_contextual_crop_fp_adapter" - } - }, - { - "name": "drupal/media_contextual_crop_iwc_adapter", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/media_contextual_crop_iwc_adapter.git", - "reference": "1.1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_contextual_crop_iwc_adapter-1.1.1.zip", - "reference": "1.1.1", - "shasum": "7f8e58070560b675cca8eb5b32b8f967532f72b0" - }, - "require": { - "drupal/core": "^9.4 || ^10", - "drupal/image_widget_crop": "^2.3", - "drupal/media_contextual_crop": "~1.2" - }, - "require-dev": { - "drupal/advanced_help": "^1" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.1.1", - "datestamp": "1692689056", - "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": "DrDam", - "homepage": "https://www.drupal.org/user/1555440" - } - ], - "description": "An adapter between focal_point crop plugin and media_contextual_crop", - "homepage": "https://www.drupal.org/project/media_contextual_crop_iwc_adapter", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/media_contextual_crop_iwc_adapter" - } - }, - { - "name": "drupal/media_library_media_modify", - "version": "1.0.0-beta15", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/media_library_media_modify.git", - "reference": "1.0.0-beta15" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_library_media_modify-1.0.0-beta15.zip", - "reference": "1.0.0-beta15", - "shasum": "fb0273e19c2b840cf4e4420b883dd9a192babf22" - }, - "require": { - "drupal/core": "^9.5 || ^10" - }, - "require-dev": { - "drupal/diff": "^1.0", - "drupal/inline_entity_form": "1.0-rc14", - "drush/drush": "^12.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.0.0-beta15", - "datestamp": "1704817926", - "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." - } - }, - "patches": { - "drupal/core": { - "Issue #3263397-10: Simplify form logic in media library": "https://www.drupal.org/files/issues/2023-01-19/3263397-16.patch" - }, - "drupal/inline_entity_form": { - "Changes are lost when collapsing a paragraphs subform including an inline_entity_form": "https://www.drupal.org/files/issues/2022-09-22/47-8.diff" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Christian Fritsch", - "homepage": "https://www.drupal.org/user/157725", - "email": "christian.fritsch@burda.com" - }, - { - "name": "chr.fritsch", - "homepage": "https://www.drupal.org/user/2103716" - }, - { - "name": "daniel.bosen", - "homepage": "https://www.drupal.org/user/404865" - }, - { - "name": "volkerk", - "homepage": "https://www.drupal.org/user/57527" - } - ], - "description": "Store context specific overrides for entity reference fields.", - "homepage": "https://www.drupal.org/project/media_library_media_modify", - "support": { - "source": "https://git.drupalcode.org/project/media_library_media_modify" - } - }, - { - "name": "drupal/media_responsive_thumbnail", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/media_responsive_thumbnail.git", - "reference": "8.x-1.5" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_responsive_thumbnail-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "ef96d0c4e4f2759eb19888823e9e733af67f7445" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.5", - "datestamp": "1678903132", - "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": "yoruvo", - "homepage": "https://www.drupal.org/user/2989799" - } - ], - "description": "Adds a field formatter for Media references which displays a responsive image.", - "homepage": "https://www.drupal.org/project/media_responsive_thumbnail", - "support": { - "source": "https://git.drupalcode.org/project/media_responsive_thumbnail" - } - }, { "name": "drupal/menu_admin_per_menu", "version": "1.5.0", @@ -13178,101 +11009,28 @@ "source": "https://git.drupalcode.org/project/menu_block" } }, - { - "name": "drupal/menu_item_extras", - "version": "2.19.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/menu_item_extras.git", - "reference": "8.x-2.19" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_item_extras-8.x-2.19.zip", - "reference": "8.x-2.19", - "shasum": "4b3f6c1db6f6678438aebddea42f6101ae43bccb" - }, - "require": { - "drupal/core": "^9.4 || ^10.0" - }, - "require-dev": { - "drupal/ckeditor": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.19", - "datestamp": "1671971153", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10 || ^11" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Andriy Khomych", - "homepage": "https://www.drupal.org/u/andriy-khomych", - "role": "Maintainer" - }, - { - "name": "Bogdan Hepting", - "homepage": "https://www.drupal.org/u/bogdan-hepting", - "role": "Maintainer" - }, - { - "name": "Oleh Vehera", - "homepage": "https://www.drupal.org/u/voleger", - "role": "Maintainer" - }, - { - "name": "Mykhailo Gurei", - "homepage": "https://www.drupal.org/u/ozin", - "role": "Maintainer" - } - ], - "description": "Provide an additional custom fields which can be used on Menu link", - "homepage": "https://www.drupal.org/project/menu_item_extras", - "keywords": [ - "Drupal", - "Mega Menu" - ], - "support": { - "source": "https://git.drupalcode.org/project/menu_item_extras", - "issues": "https://www.drupal.org/project/issues/menu_item_extras" - } - }, { "name": "drupal/menu_link_config", - "version": "1.0.0-alpha8", + "version": "1.0.0-alpha4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_link_config.git", - "reference": "8.x-1.0-alpha8" + "reference": "8.x-1.0-alpha4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_link_config-8.x-1.0-alpha8.zip", - "reference": "8.x-1.0-alpha8", - "shasum": "864799692dc6eb310cd90e50aaa2cc88c954d7ec" + "url": "https://ftp.drupal.org/files/projects/menu_link_config-8.x-1.0-alpha4.zip", + "reference": "8.x-1.0-alpha4", + "shasum": "59f731df082e26e2031ca8ea988b03be8c34dcfa" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha8", - "datestamp": "1677846082", + "version": "8.x-1.0-alpha4", + "datestamp": "1658293848", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -13288,10 +11046,6 @@ "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, - { - "name": "geek-merlin", - "homepage": "https://www.drupal.org/user/229048" - }, { "name": "Hydra", "homepage": "https://www.drupal.org/user/647364" @@ -13317,17 +11071,17 @@ }, { "name": "drupal/menu_trail_by_path", - "version": "2.0.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/menu_trail_by_path.git", - "reference": "2.0.1" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-2.0.1.zip", - "reference": "2.0.1", - "shasum": "3c2c1b0ee669c26e6ccba8a345605b7c932be2bf" + "url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-2.0.0.zip", + "reference": "2.0.0", + "shasum": "4974b181df7112e2b09e3bddf10b9e704db15375" }, "require": { "drupal/core": "^8.8 || ^9.0 || ^10" @@ -13335,8 +11089,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1701298206", + "version": "2.0.0", + "datestamp": "1667652245", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13415,14 +11169,14 @@ "name": "amitaibu", "homepage": "https://www.drupal.org/user/57511" }, - { - "name": "bluegeek9", - "homepage": "https://www.drupal.org/user/1286304" - }, { "name": "Grayside", "homepage": "https://www.drupal.org/user/346868" }, + { + "name": "itamar", + "homepage": "https://www.drupal.org/user/1757910" + }, { "name": "jhedstrom", "homepage": "https://www.drupal.org/user/208732" @@ -13440,17 +11194,17 @@ }, { "name": "drupal/metatag", - "version": "1.26.0", + "version": "1.22.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/metatag.git", - "reference": "8.x-1.26" + "reference": "8.x-1.22" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.26.zip", - "reference": "8.x-1.26", - "shasum": "afa4a37422748baa2f0c35b13961438668ef3be8" + "url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.22.zip", + "reference": "8.x-1.22", + "shasum": "045cd6a4aa5048bfd6d47584eae1210eab9ba1fa" }, "require": { "drupal/core": "^9.3 || ^10", @@ -13470,8 +11224,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.26", - "datestamp": "1687856123", + "version": "8.x-1.22", + "datestamp": "1664472988", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13507,28 +11261,28 @@ }, { "name": "drupal/microformats", - "version": "2.0.0-beta3", + "version": "2.0.0-beta2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/microformats.git", - "reference": "2.0.0-beta3" + "reference": "2.0.0-beta2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/microformats-2.0.0-beta3.zip", - "reference": "2.0.0-beta3", - "shasum": "2306661c616a2a340e831ecfdd969e6b06fb351e" + "url": "https://ftp.drupal.org/files/projects/microformats-2.0.0-beta2.zip", + "reference": "2.0.0-beta2", + "shasum": "a2fb4123375b511ded63ff004ed0f8e41a175ec9" }, "require": { "barnabywalters/mf-cleaner": "^0.1.4", - "drupal/core": "^8 || ^9 || ^10", + "drupal/core": "^8 || ^9", "mf2/mf2": "~0.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta3", - "datestamp": "1695297696", + "version": "2.0.0-beta2", + "datestamp": "1633543637", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -13547,6 +11301,10 @@ { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" + }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" } ], "description": "Microformats to provide support for exchanging data objects", @@ -13561,17 +11319,17 @@ }, { "name": "drupal/migrate_plus", - "version": "6.0.2", + "version": "6.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_plus.git", - "reference": "6.0.2" + "reference": "6.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.2.zip", - "reference": "6.0.2", - "shasum": "4315bc293aa75ea9247582d5d1925b075865e467" + "url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.0.zip", + "reference": "6.0.0", + "shasum": "cbdda92ef6c4d096a673ff391bc061e012433ecf" }, "require": { "drupal/core": ">=9.1", @@ -13588,8 +11346,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.2", - "datestamp": "1705424638", + "version": "6.0.0", + "datestamp": "1650983140", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13626,17 +11384,17 @@ }, { "name": "drupal/migrate_source_csv", - "version": "3.6.0", + "version": "3.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_source_csv.git", - "reference": "8.x-3.6" + "reference": "8.x-3.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_source_csv-8.x-3.6.zip", - "reference": "8.x-3.6", - "shasum": "60b5e7dcb5d7a68ed0a43693fe67e7d26b1a9d83" + "url": "https://ftp.drupal.org/files/projects/migrate_source_csv-8.x-3.5.zip", + "reference": "8.x-3.5", + "shasum": "ddddba22fa7b4a54f05a606db33986b23b1a69ea" }, "require": { "drupal/core": ">=9.1", @@ -13649,8 +11407,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.6", - "datestamp": "1702995930", + "version": "8.x-3.5", + "datestamp": "1645538421", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13677,17 +11435,17 @@ }, { "name": "drupal/migrate_tools", - "version": "6.0.4", + "version": "6.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_tools.git", - "reference": "6.0.4" + "reference": "6.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.4.zip", - "reference": "6.0.4", - "shasum": "63c571aefece96b199ce8b8f90da648186502be4" + "url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.0.zip", + "reference": "6.0.0", + "shasum": "bec5a0e4fbb6ec0face6780c2ab98ffe6096188b" }, "require": { "drupal/core": ">=9.1", @@ -13705,8 +11463,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.4", - "datestamp": "1707330330", + "version": "6.0.0", + "datestamp": "1651240616", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13748,17 +11506,17 @@ }, { "name": "drupal/migrate_upgrade", - "version": "4.0.1", + "version": "4.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_upgrade.git", - "reference": "4.0.1" + "reference": "4.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-4.0.1.zip", - "reference": "4.0.1", - "shasum": "e9507affa61ae27adb1ea6e0d55f3bb32506ddfc" + "url": "https://ftp.drupal.org/files/projects/migrate_upgrade-4.0.0.zip", + "reference": "4.0.0", + "shasum": "710ba15d9adb998a3e1458808086ac7642f1ae9c" }, "require": { "drupal/core": ">=9", @@ -13769,8 +11527,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.1", - "datestamp": "1672260874", + "version": "4.0.0", + "datestamp": "1650660030", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13803,21 +11561,22 @@ }, { "name": "drupal/minimalhtml", - "version": "2.0.2", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/minimalhtml.git", - "reference": "2.0.2" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/minimalhtml-2.0.2.zip", - "reference": "2.0.2", - "shasum": "1dc75beafb5d392fc63648826e8cecfad1a97c37" + "url": "https://ftp.drupal.org/files/projects/minimalhtml-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "5bcee953dc62eccccbc8f915a98528a603a67c99" }, "require": { - "drupal/core": "^8 || ^9 || ^10", - "drupal/wysiwyg_linebreaks": "2.0.x-dev@dev" + "drupal/ckeditor": "*", + "drupal/core": "^8 || ^9", + "drupal/wysiwyg_linebreaks": "^1.9" }, "require-dev": { "drupal/ckeditor": "*" @@ -13825,8 +11584,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1690397749", + "version": "8.x-1.4", + "datestamp": "1625523944", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13847,10 +11606,6 @@ { "name": "See contributors", "homepage": "https://www.drupal.org/node/2937110/committers" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" } ], "description": "Minimal HTML provides a WYSIWYG text format suitable for basic uses like short text fields or administrator-configured notices.", @@ -13862,17 +11617,17 @@ }, { "name": "drupal/minimalhtmltitle", - "version": "2.0.2", + "version": "1.4.0", "require": { "drupal/ckeditor": "*", - "drupal/core": "^8 || ^9 || ^10", - "drupal/minimalhtml": "^2" + "drupal/core": "^8 || ^9", + "drupal/minimalhtml": "^1" }, "type": "metapackage", "extra": { "drupal": { - "version": "2.0.2", - "datestamp": "1690397749", + "version": "8.x-1.4", + "datestamp": "1625523944", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13884,14 +11639,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -13904,70 +11651,77 @@ } }, { - "name": "drupal/multiparagraph_flow", - "version": "dev-1.0.x", + "name": "drupal/mobile_number", + "version": "2.0.0-alpha5", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/multiparagraph_flow.git", - "reference": "3f431ae615356964ceb93f9198fe41b6c9bbff7c" + "url": "https://git.drupalcode.org/project/mobile_number.git", + "reference": "2.0.0-alpha5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/mobile_number-2.0.0-alpha5.zip", + "reference": "2.0.0-alpha5", + "shasum": "1885dfaf83607b452648db61ea43d0bf6471a477" }, "require": { - "drupal/core": "^9.3 || ^10", - "drupal/paragraphs": "*", - "drupal/paragraphs_browser": "*" + "drupal/core": "^8.8 || ^9", + "giggsey/libphonenumber-for-php": "^8.0" + }, + "require-dev": { + "drupal/sms": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.0.x": "1.0.x-dev" - }, "drupal": { - "version": "1.0.x-dev", - "datestamp": "1708020867", + "version": "2.0.0-alpha5", + "datestamp": "1632255795", "security-coverage": { "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "message": "Alpha releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" + "name": "Nir Yariv", + "homepage": "http://dofinity.com", + "email": "nir@dofinity.com", + "role": "Maintainer" } ], - "description": "Provides a paragraph type that contains a css grid of other paragraphs.", - "homepage": "https://www.drupal.org/project/multiparagraph_flow", + "description": "Mobile number field with sms verification.", + "homepage": "http://drupal.org/project/mobile_number", "support": { - "source": "https://git.drupalcode.org/project/multiparagraph_flow" + "source": "https://git.drupalcode.org/project/mobile_number" } }, { "name": "drupal/node_view_permissions", - "version": "1.6.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/node_view_permissions.git", - "reference": "8.x-1.6" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/node_view_permissions-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "f56e0d43f41f384c73d93e18abfbe38809533d5e" + "url": "https://ftp.drupal.org/files/projects/node_view_permissions-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "e9f0bc9d1285e57233ab1b11833b55dda6d483f0" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1686297669", + "version": "8.x-1.5", + "datestamp": "1622716915", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -13979,38 +11733,38 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "adcillc", - "homepage": "https://www.drupal.org/user/366450" - }, { "name": "adci_contributor", "homepage": "https://www.drupal.org/user/1830536" }, { - "name": "hxdef", - "homepage": "https://www.drupal.org/user/2622115" + "name": "adcillc", + "homepage": "https://www.drupal.org/user/366450" + }, + { + "name": "hoter", + "homepage": "https://www.drupal.org/user/1677790" } ], - "description": "enables permissions 'View own content' and 'View any content' for each content type on permissions page", - "homepage": "http://drupal.org/project/node_view_permissions", + "description": "Enables permissions \"View own content\" and \"View any content\" for each content type.", + "homepage": "https://www.drupal.org/project/node_view_permissions", "support": { "source": "https://git.drupalcode.org/project/node_view_permissions" } }, { "name": "drupal/noreferrer", - "version": "1.16.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/noreferrer.git", - "reference": "8.x-1.16" + "reference": "8.x-1.15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.16.zip", - "reference": "8.x-1.16", - "shasum": "f02e76504bfc0a3313fde6e6a0333501921a13c7" + "url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.15.zip", + "reference": "8.x-1.15", + "shasum": "240fc6166e69fe9f00a694ae95a41af59abff21f" }, "require": { "drupal/core": "^8.7.7 || ^9 || ^10" @@ -14018,8 +11772,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.16", - "datestamp": "1673521010", + "version": "8.x-1.15", + "datestamp": "1668671579", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14048,10 +11802,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/notfoundpassthrough.git", - "reference": "0482dc146ebfbc842274ac9513d675efee8b8f6d" + "reference": "7c1031b2918f11c46353c5fae7bf385c55fe313f" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { @@ -14059,8 +11813,8 @@ "dev-1.x": "1.x-dev" }, "drupal": { - "version": "1.0.0-beta4+1-dev", - "datestamp": "1682098409", + "version": "1.x-dev", + "datestamp": "1646998022", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -14107,27 +11861,27 @@ }, { "name": "drupal/octavia", - "version": "dev-2.0.x", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/octavia.git", - "reference": "ba8cee423b1f4e749c3db4608dac6bb2f36b07ee" + "reference": "f4bf22534d93357ead628bb0dedf2a5c26357788" }, "require": { - "drupal/bulma": "^3.0", - "drupal/components": "^3", - "drupal/core": "^9 || ^10", - "drupal/skins": "^2.0-alpha1", + "drupal/bulma": "^1.0-rc1", + "drupal/components": "^2.0-beta3", + "drupal/core": "^8 || ^9", + "drupal/skins": "^1.0-rc1", "drupal/twigsuggest": "^1.0-beta2" }, "type": "drupal-theme", "extra": { "branch-alias": { - "dev-2.0.x": "2.0.x-dev" + "dev-1.x": "1.x-dev" }, "drupal": { - "version": "2.0.0-alpha1+20-dev", - "datestamp": "1705514242", + "version": "8.x-1.3+21-dev", + "datestamp": "1667865927", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -14139,18 +11893,10 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, { "name": "drutopia_gitlab", "homepage": "https://www.drupal.org/user/3514271" }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, { "name": "MegaKeegMan", "homepage": "https://www.drupal.org/user/3620027" @@ -14193,64 +11939,20 @@ }, { "name": "drupal/octavia_camouflage", - "version": "dev-2.0.x", + "version": "dev-8.x-1.x", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/octavia_camouflage.git", - "reference": "e0f08290fd3c86525847f260f15f2e0aaa10e69c" + "url": "git@gitlab.com:drutopia/octavia_camouflage.git", + "reference": "74c2d4f4f38129c97a472e14fbc08381a01ddb1a" }, "require": { - "drupal/core": "^9 || ^10", - "drupal/octavia": "^2" + "drupal/octavia": "^1.0" }, + "default-branch": true, "type": "drupal-theme", - "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, - "drupal": { - "version": "2.0.x-dev", - "datestamp": "1706247233", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "freescholar", - "homepage": "https://www.drupal.org/user/69463" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "skgchp", - "homepage": "https://www.drupal.org/user/3519194" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], "description": "A free-for-all-to-contribute-to set of skins for Drutopia's Octavia theme.", "homepage": "https://gitlab.com/drutopia/octavia_camouflage", "keywords": [ @@ -14259,23 +11961,24 @@ "theme" ], "support": { - "source": "https://gitlab.com/drutopia/octavia_camouflage/tree/8.x-1.x", - "issues": "https://gitlab.com/drutopia/octavia_camouflage/issues" - } + "issues": "https://gitlab.com/drutopia/octavia_camouflage/issues", + "source": "https://gitlab.com/drutopia/octavia_camouflage/tree/8.x-1.x" + }, + "time": "2022-11-01T14:10:37+00:00" }, { "name": "drupal/paragraphs", - "version": "1.17.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "8.x-1.17" + "reference": "8.x-1.15" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.17.zip", - "reference": "8.x-1.17", - "shasum": "81c05f6a1eb59ab957c9ac97b2e79d6c9837bd72" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.15.zip", + "reference": "8.x-1.15", + "shasum": "2ed2d3199553010fa1c500181bbebe676e9e60c1" }, "require": { "drupal/core": "^9.3 || ^10", @@ -14290,7 +11993,7 @@ "drupal/inline_entity_form": "1.x-dev", "drupal/paragraphs-paragraphs_library": "*", "drupal/replicate": "1.x-dev", - "drupal/search_api": "^1", + "drupal/search_api": "1.x-dev", "drupal/search_api_db": "*" }, "suggest": { @@ -14299,8 +12002,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.17", - "datestamp": "1705234146", + "version": "8.x-1.15", + "datestamp": "1661440897", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14343,92 +12046,36 @@ "source": "https://git.drupalcode.org/project/paragraphs" } }, - { - "name": "drupal/paragraphs_browser", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/paragraphs_browser.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs_browser-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "79d34a4885c7c669bb3a481f9aa25b91cad7aab0" - }, - "require": { - "drupal/core": "^9.3 || ^10", - "drupal/paragraphs": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.1", - "datestamp": "1673972153", - "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": "Deciphered", - "homepage": "https://www.drupal.org/user/103796" - }, - { - "name": "michaellander", - "homepage": "https://www.drupal.org/user/636494" - }, - { - "name": "Mojiferous", - "homepage": "https://www.drupal.org/user/1678298" - }, - { - "name": "tandroid", - "homepage": "https://www.drupal.org/user/2879591" - } - ], - "description": "Provides browser for adding additional paragraphs.", - "homepage": "https://www.drupal.org/project/paragraphs_browser", - "support": { - "source": "https://git.drupalcode.org/project/paragraphs_browser" - } - }, { "name": "drupal/paragraphs_features", - "version": "2.0.0-beta4", + "version": "1.16.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paragraphs_features.git", - "reference": "2.0.0-beta4" + "reference": "8.x-1.16" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs_features-2.0.0-beta4.zip", - "reference": "2.0.0-beta4", - "shasum": "c3137491ba5f73e8395d9c2178beac3a10e33f7d" + "url": "https://ftp.drupal.org/files/projects/paragraphs_features-8.x-1.16.zip", + "reference": "8.x-1.16", + "shasum": "c744a87b5a097e75dc61518e1aa50151c58dc106" }, "require": { - "drupal/core": "^9.2 || ^10", + "drupal/core": "^9.2", "drupal/paragraphs": "^1.13" }, "require-dev": { - "drupal/gin": "^3.0" + "drupal/gin": "^3.0", + "drupal/thunder_admin": "^4.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta4", - "datestamp": "1705329204", + "version": "8.x-1.16", + "datestamp": "1646219273", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -14470,26 +12117,26 @@ }, { "name": "drupal/paranoia", - "version": "1.0.0-rc2", + "version": "1.0.0-rc1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/paranoia.git", - "reference": "8.x-1.0-rc2" + "reference": "8.x-1.0-rc1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paranoia-8.x-1.0-rc2.zip", - "reference": "8.x-1.0-rc2", - "shasum": "ef9037b90412a669e719ed7ba99a52f642e0a5be" + "url": "https://ftp.drupal.org/files/projects/paranoia-8.x-1.0-rc1.zip", + "reference": "8.x-1.0-rc1", + "shasum": "a5a1a6d0d51d5ee93052299b2cceda207e205ee2" }, "require": { - "drupal/core": "^8.9 || ^9 || ^10" + "drupal/core": "^8.9 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc2", - "datestamp": "1690562977", + "version": "8.x-1.0-rc1", + "datestamp": "1619724399", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -14513,10 +12160,6 @@ "name": "killes@www.drop.org", "homepage": "https://www.drupal.org/user/227" }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" @@ -14569,10 +12212,6 @@ "name": "deekayen", "homepage": "https://www.drupal.org/user/972" }, - { - "name": "Kristen Pol", - "homepage": "https://www.drupal.org/user/8389" - }, { "name": "miglius", "homepage": "https://www.drupal.org/user/18741" @@ -14599,17 +12238,17 @@ }, { "name": "drupal/pathauto", - "version": "1.12.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.12" + "reference": "8.x-1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "b7b6432e315e38e59a7c6cc117134326c580de4c" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "a006fe9e6046a9833711a1ae56aa4752e65bcdc8" }, "require": { "drupal/core": "^9.3 || ^10", @@ -14622,8 +12261,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1696776683", + "version": "8.x-1.11", + "datestamp": "1660129564", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14665,87 +12304,31 @@ "documentation": "https://www.drupal.org/docs/8/modules/pathauto" } }, - { - "name": "drupal/pdf_api", - "version": "2.4.2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/pdf_api.git", - "reference": "2.4.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pdf_api-2.4.2.zip", - "reference": "2.4.2", - "shasum": "b7c63f1744037e54237b8d3ed8c66c8396207827" - }, - "require": { - "dompdf/dompdf": ">=2.0.4", - "drupal/core": "^8.8 || ^9 || ^10", - "mikehaertl/phpwkhtmltopdf": "^2.3", - "mpdf/mpdf": "^8.2.0", - "tecnickcom/tcpdf": "^6.2" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.4.2", - "datestamp": "1702690871", - "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": "markdorison", - "homepage": "https://www.drupal.org/user/346106" - }, - { - "name": "Nigel Cunningham", - "homepage": "https://www.drupal.org/user/250105" - }, - { - "name": "Sutharsan", - "homepage": "https://www.drupal.org/user/73854" - } - ], - "description": "Provides an API for generating PDFs.", - "homepage": "https://www.drupal.org/project/pdf_api", - "support": { - "source": "https://git.drupalcode.org/project/pdf_api" - } - }, { "name": "drupal/plausible", - "version": "2.1.0", + "version": "2.0.0-beta1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/plausible.git", - "reference": "2.1.0" + "reference": "2.0.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/plausible-2.1.0.zip", - "reference": "2.1.0", - "shasum": "7c9ab067bf07882aad4a2f8236050efc8376d66a" + "url": "https://ftp.drupal.org/files/projects/plausible-2.0.0-beta1.zip", + "reference": "2.0.0-beta1", + "shasum": "7df2d549dde6b7ed0d2749cf3c7ca3ab02775a0f" }, "require": { - "drupal/core": "^8.8.6 || ^9 || ^10" + "drupal/core": "^8.8.6 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1687203441", + "version": "2.0.0-beta1", + "datestamp": "1636066585", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -14775,30 +12358,30 @@ }, { "name": "drupal/prepopulate", - "version": "2.4.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/prepopulate.git", - "reference": "8.x-2.4" + "reference": "8.x-2.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/prepopulate-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "5e82bd6cbbaafc8320e8b3e48bc3862de4964e00" + "url": "https://ftp.drupal.org/files/projects/prepopulate-8.x-2.3.zip", + "reference": "8.x-2.3", + "shasum": "5a49eaf7f231395f64d378a3978ba42a8fab6554" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "require-dev": { - "drupal/inline_entity_form": "^1.0@beta", - "drupal/og": "^1.0@alpha" + "drupal/inline_entity_form": "*", + "drupal/og": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1678728834", + "version": "8.x-2.3", + "datestamp": "1588005625", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -14811,73 +12394,63 @@ ], "authors": [ { - "name": "Heddn", - "homepage": "https://www.drupal.org/u/heddn", - "role": "Maintainer" + "name": "eafarris", + "homepage": "https://www.drupal.org/user/812" }, { - "name": "Jbrauer", - "homepage": "https://www.drupal.org/u/jbrauer", - "role": "Maintainer" + "name": "ff1", + "homepage": "https://www.drupal.org/user/41738" }, { - "name": "Eafarris", - "homepage": "https://www.drupal.org/u/eafarris", - "role": "Maintainer" + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" }, { - "name": "FF1", - "homepage": "https://www.drupal.org/u/ff1", - "role": "Maintainer" + "name": "jbrauer", + "homepage": "https://www.drupal.org/user/12363" } ], "description": "Allows form elements to be prepopulated from the URL.", "homepage": "https://www.drupal.org/project/prepopulate", - "keywords": [ - "Drupal" - ], "support": { - "source": "https://git.drupalcode.org/project/prepopulate", - "issues": "https://www.drupal.org/project/issues/prepopulate" + "source": "https://git.drupalcode.org/project/prepopulate" } }, { "name": "drupal/preview_link", - "version": "2.1.0-alpha2", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/preview_link.git", - "reference": "2.1.0-alpha2" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/preview_link-2.1.0-alpha2.zip", - "reference": "2.1.0-alpha2", - "shasum": "9e077ecb0f43e9bf5e6d5fba2520b0b46846a5e8" + "url": "https://ftp.drupal.org/files/projects/preview_link-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "bfed04e554864f9c3fb5d7a758bc27f5041f1518" }, "require": { - "drupal/core": "^9.4 || ^10", - "drupal/dynamic_entity_reference": "^1 || ^2 || ^3 || ^4", - "php": ">=8.0" + "drupal/core": "^8.7.7 || ^9" }, "require-dev": { "drupal/entity_reference_revisions": "*", - "drupal/paragraphs": "^1" + "drupal/paragraphs": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0-alpha2", - "datestamp": "1698724706", + "version": "8.x-1.7", + "datestamp": "1593052165", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -14896,10 +12469,6 @@ "name": "larowlan", "homepage": "https://www.drupal.org/user/395439" }, - { - "name": "mstrelan", - "homepage": "https://www.drupal.org/user/314289" - }, { "name": "Sam152", "homepage": "https://www.drupal.org/user/1485048" @@ -14907,158 +12476,23 @@ ], "description": "Allows anyone to preview unpublished content with a unique link.", "homepage": "https://www.drupal.org/project/preview_link", - "keywords": [ - "Drupal" - ], "support": { - "source": "https://git.drupalcode.org/project/preview_link", - "issues": "https://www.drupal.org/project/issues/preview_link" - } - }, - { - "name": "drupal/printable", - "version": "3.0.2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/printable.git", - "reference": "3.0.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/printable-3.0.2.zip", - "reference": "3.0.2", - "shasum": "abf887dda994a23c0cca2f282510880e23fb28e4" - }, - "require": { - "drupal/core": "^9.4 || ^10", - "drupal/pdf_api": "^2.3.1", - "wa72/htmlpagedom": "^1.3 || ^2.0 || 3.0" - }, - "require-dev": { - "drupal/pdf_api": "*", - "smalot/pdfparser": "^1" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "3.0.2", - "datestamp": "1693234627", - "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": "Nigel Cunningham", - "homepage": "https://www.drupal.org/user/346106", - "email": "nigel@nigelcunningham.com.au" - }, - { - "name": "Nigel Cunningham", - "homepage": "https://www.drupal.org/user/250105" - } - ], - "description": "Generates printer friendly version of nodes", - "homepage": "https://www.drupal.org/project/printable", - "support": { - "source": "https://git.drupalcode.org/project/printable", - "issues": "https://www.drupal.org/project/issues/printable" - } - }, - { - "name": "drupal/quickedit", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/quickedit.git", - "reference": "1.0.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/quickedit-1.0.3.zip", - "reference": "1.0.3", - "shasum": "2fb9eb812010743949dd7ec1a9fc0cff4c1fb4ce" - }, - "require": { - "drupal/core": "^9.4 || ^10" - }, - "require-dev": { - "drupal/ckeditor": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.0.3", - "datestamp": "1663069901", - "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": "Devin Carlson", - "homepage": "https://www.drupal.org/user/290182" - }, - { - "name": "dww", - "homepage": "https://www.drupal.org/user/46549" - }, - { - "name": "Gábor Hojtsy", - "homepage": "https://www.drupal.org/user/4166" - }, - { - "name": "jessebeach", - "homepage": "https://www.drupal.org/user/748566" - }, - { - "name": "nod_", - "homepage": "https://www.drupal.org/user/598310" - }, - { - "name": "tkoleary", - "homepage": "https://www.drupal.org/user/627430" - }, - { - "name": "webchick", - "homepage": "https://www.drupal.org/user/24967" - }, - { - "name": "Wim Leers", - "homepage": "https://www.drupal.org/user/99777" - } - ], - "description": "In-place content editing (contrib).", - "homepage": "https://www.drupal.org/project/quickedit", - "support": { - "source": "https://git.drupalcode.org/project/quickedit" + "source": "https://git.drupalcode.org/project/preview_link" } }, { "name": "drupal/r4032login", - "version": "2.2.1", + "version": "2.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/r4032login.git", - "reference": "2.2.1" + "reference": "2.2.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/r4032login-2.2.1.zip", - "reference": "2.2.1", - "shasum": "b1ee040ec84a1feee28ed9ac6c8576f6e9edfd3a" + "url": "https://ftp.drupal.org/files/projects/r4032login-2.2.0.zip", + "reference": "2.2.0", + "shasum": "fc0e611d005d1040d19a3448a21875de65afb591" }, "require": { "drupal/core": "^9.3 || ^10" @@ -15066,8 +12500,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.2.1", - "datestamp": "1680284411", + "version": "2.2.0", + "datestamp": "1649051152", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15079,94 +12513,84 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "bdone", - "homepage": "https://www.drupal.org/user/687670" - }, { "name": "Bevan", "homepage": "https://www.drupal.org/user/49989" }, - { - "name": "deekayen", - "homepage": "https://www.drupal.org/user/972" - }, { "name": "Grayle", "homepage": "https://www.drupal.org/user/3145497" }, - { - "name": "lotyrin", - "homepage": "https://www.drupal.org/user/216580" - }, - { - "name": "markdorison", - "homepage": "https://www.drupal.org/user/346106" - }, - { - "name": "ms2011", - "homepage": "https://www.drupal.org/user/108440" - }, { "name": "Nixou", "homepage": "https://www.drupal.org/user/2304734" }, - { - "name": "pwolanin", - "homepage": "https://www.drupal.org/user/49851" - }, { "name": "RobLoach", "homepage": "https://www.drupal.org/user/61114" }, - { - "name": "shrop", - "homepage": "https://www.drupal.org/user/14767" - }, { "name": "Sk8erPeter", "homepage": "https://www.drupal.org/user/1441344" + }, + { + "name": "bdone", + "homepage": "https://www.drupal.org/user/687670" + }, + { + "name": "deekayen", + "homepage": "https://www.drupal.org/user/972" + }, + { + "name": "lotyrin", + "homepage": "https://www.drupal.org/user/216580" + }, + { + "name": "ms2011", + "homepage": "https://www.drupal.org/user/108440" + }, + { + "name": "pwolanin", + "homepage": "https://www.drupal.org/user/49851" + }, + { + "name": "shrop", + "homepage": "https://www.drupal.org/user/14767" } ], "description": "Redirect anonymous users from 403 Access Denied pages to the /user/login page.", "homepage": "https://www.drupal.org/project/r4032login", - "keywords": [ - "Drupal" - ], "support": { - "source": "https://git.drupalcode.org/project/r4032login", - "issues": "https://www.drupal.org/project/issues/r4032login" + "source": "https://git.drupalcode.org/project/r4032login" } }, { "name": "drupal/rabbit_hole", - "version": "1.0.0-beta11", + "version": "1.0.0-beta10", "source": { "type": "git", "url": "https://git.drupalcode.org/project/rabbit_hole.git", - "reference": "8.x-1.0-beta11" + "reference": "8.x-1.0-beta10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.0-beta11.zip", - "reference": "8.x-1.0-beta11", - "shasum": "a5c3bd5d1a190e25bb4d339525dd71918015fea2" + "url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.0-beta10.zip", + "reference": "8.x-1.0-beta10", + "shasum": "3eb151b7a905bbf0a50d9fe2ecffbca3eeb73ac9" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "require-dev": { - "drupal/commerce": "*", "drupal/commerce_product": "*", "drupal/file_entity": "*", - "drupal/group": "*", - "drupal/paragraphs-paragraphs_library": "*" + "drupal/group": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta11", - "datestamp": "1670668459", + "version": "8.x-1.0-beta10", + "datestamp": "1610813035", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." @@ -15175,17 +12599,9 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ - { - "name": "aleksey.tk", - "homepage": "https://www.drupal.org/user/22093" - }, - { - "name": "bohart", - "homepage": "https://www.drupal.org/user/289861" - }, { "name": "Dylan Donkersgoed", "homepage": "https://www.drupal.org/user/2803351" @@ -15205,6 +12621,10 @@ { "name": "olofbokedal", "homepage": "https://www.drupal.org/user/1198438" + }, + { + "name": "shumushin", + "homepage": "https://www.drupal.org/user/22093" } ], "description": "Basic functionality that is shared among the different Rabbit Hole modules.", @@ -15292,17 +12712,17 @@ }, { "name": "drupal/redirect", - "version": "1.9.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.9" + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.9.zip", - "reference": "8.x-1.9", - "shasum": "2987de20f509e9f7cec8a0f81d3a6774f9b0ba3e" + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "a7a440423434472ff7115ae69df01553f763f839" }, "require": { "drupal/core": "^9.2 || ^10" @@ -15310,8 +12730,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1693393506", + "version": "8.x-1.8", + "datestamp": "1661806955", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15331,10 +12751,6 @@ "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, - { - "name": "Kristen Pol", - "homepage": "https://www.drupal.org/user/8389" - }, { "name": "pifagor", "homepage": "https://www.drupal.org/user/2375692" @@ -15348,7 +12764,7 @@ }, { "name": "drupal/redirect_404", - "version": "1.9.0", + "version": "1.8.0", "require": { "drupal/core": "^9.2 || ^10", "drupal/redirect": "*" @@ -15356,8 +12772,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.9", - "datestamp": "1693393506", + "version": "8.x-1.8", + "datestamp": "1661806955", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15377,10 +12793,6 @@ "name": "Dave Reid", "homepage": "https://www.drupal.org/user/53892" }, - { - "name": "Kristen Pol", - "homepage": "https://www.drupal.org/user/8389" - }, { "name": "pifagor", "homepage": "https://www.drupal.org/user/2375692" @@ -15394,29 +12806,26 @@ }, { "name": "drupal/regionincontent", - "version": "1.1.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/regionincontent.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/regionincontent-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "3323c1215c4cfc3da3580e8d382c7cc0f691a513" + "reference": "c21fc82411cd036b9b8f03243c21700736118b55" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8.8.0 || ^9.0" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.1", - "datestamp": "1699306875", + "version": "8.x-1.x-dev", + "datestamp": "1646497509", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -15425,10 +12834,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -15442,26 +12847,26 @@ }, { "name": "drupal/registration_role", - "version": "2.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/registration_role.git", - "reference": "2.0.0" + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/registration_role-2.0.0.zip", - "reference": "2.0.0", - "shasum": "3d3b9d1068e80a47e14e0e1d64498bf1e0d3075c" + "url": "https://ftp.drupal.org/files/projects/registration_role-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "37135cf58f6fe90fbbdfb2354000f5763093861a" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1689039865", + "version": "8.x-1.1", + "datestamp": "1590120525", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15506,26 +12911,26 @@ }, { "name": "drupal/require_on_publish", - "version": "1.10.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/require_on_publish.git", - "reference": "8.x-1.10" + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/require_on_publish-8.x-1.10.zip", - "reference": "8.x-1.10", - "shasum": "4ff1a062cceff6fb100d080cb59a6489e664920a" + "url": "https://ftp.drupal.org/files/projects/require_on_publish-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "e71817a3fc3d35cfd02fc333a0f18074f8074cfd" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.10", - "datestamp": "1706803317", + "version": "8.x-1.6", + "datestamp": "1617046369", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15542,10 +12947,6 @@ "homepage": "https://drupal.org/u/mpriscella", "role": "Maintainer" }, - { - "name": "mpriscella", - "homepage": "https://www.drupal.org/user/2354820" - }, { "name": "pfunklange", "homepage": "https://www.drupal.org/user/566588" @@ -15567,27 +12968,27 @@ }, { "name": "drupal/riddler", - "version": "3.0.1", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/riddler.git", - "reference": "3.0.1" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/riddler-3.0.1.zip", - "reference": "3.0.1", - "shasum": "dc758aece996787a3429c61aa534df87ccf770a3" + "url": "https://ftp.drupal.org/files/projects/riddler-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "00cf0c50121bd4aeb55420d2f60d1d884d5d5026" }, "require": { - "drupal/captcha": "^2", - "drupal/core": "^10" + "drupal/captcha": "^1.1", + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.1", - "datestamp": "1686732873", + "version": "8.x-1.4", + "datestamp": "1664546260", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15673,8 +13074,8 @@ "role": "Maintainer" }, { - "name": "JeroenT", - "homepage": "https://www.drupal.org/user/2228934" + "name": "benjy", + "homepage": "https://www.drupal.org/user/1852732" } ], "description": "Allows site administrators to grant some roles the authority to assign selected roles to users.", @@ -15686,31 +13087,31 @@ }, { "name": "drupal/scheduler", - "version": "1.5.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/scheduler.git", - "reference": "8.x-1.5" + "reference": "8.x-1.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/scheduler-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "206a9b6e348273aa2cf97ba429d437112b47469b" + "url": "https://ftp.drupal.org/files/projects/scheduler-8.x-1.4.zip", + "reference": "8.x-1.4", + "shasum": "5b2203e4688e5d3ac67d0780605809c92c6ece70" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "require-dev": { - "drupal/devel_generate": "^2.0 || >=4", + "drupal/devel_generate": "^2.0 || 4.x-dev", "drupal/rules": "^3", - "drush/drush": ">=9" + "drush/drush": "^9.0 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1683719323", + "version": "8.x-1.4", + "datestamp": "1654699160", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15757,20 +13158,20 @@ }, { "name": "drupal/schema_metatag", - "version": "2.5.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/schema_metatag.git", - "reference": "8.x-2.5" + "reference": "8.x-2.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-2.5.zip", - "reference": "8.x-2.5", - "shasum": "543b9d624711379e29dde58c22e2cc0a66822c87" + "url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-2.3.zip", + "reference": "8.x-2.3", + "shasum": "ed5f0ec3f3c9befec3f0fc591d3d179e496a9e76" }, "require": { - "drupal/core": "^9.0 || ^10", + "drupal/core": "^8.0 || ^9.0", "drupal/metatag": "^1.0" }, "require-dev": { @@ -15783,8 +13184,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.5", - "datestamp": "1687460392", + "version": "8.x-2.3", + "datestamp": "1646399478", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15793,7 +13194,7 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -15821,17 +13222,17 @@ }, { "name": "drupal/scn", - "version": "2.0.3", + "version": "2.0.2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/scn.git", - "reference": "2.0.3" + "reference": "2.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/scn-2.0.3.zip", - "reference": "2.0.3", - "shasum": "f13d261528b5a61884ece9deb660c8e64c7d9ce7" + "url": "https://ftp.drupal.org/files/projects/scn-2.0.2.zip", + "reference": "2.0.2", + "shasum": "86e59fab576c6bcc5a8a530421ef222ec37a70a9" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -15839,8 +13240,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.3", - "datestamp": "1689485714", + "version": "2.0.2", + "datestamp": "1659788910", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15867,17 +13268,17 @@ }, { "name": "drupal/search404", - "version": "2.1.2", + "version": "2.1.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search404.git", - "reference": "2.1.2" + "reference": "2.1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search404-2.1.2.zip", - "reference": "2.1.2", - "shasum": "1bd271486856e33a23c394849503477b97fbe25f" + "url": "https://ftp.drupal.org/files/projects/search404-2.1.1.zip", + "reference": "2.1.1", + "shasum": "edafdc7c563df34334f91df54990fb34c380ac9c" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -15885,8 +13286,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.2", - "datestamp": "1677067806", + "version": "2.1.1", + "datestamp": "1668603369", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15902,10 +13303,6 @@ "name": "anoopjohn", "homepage": "https://www.drupal.org/user/188049" }, - { - "name": "Anybody", - "homepage": "https://www.drupal.org/user/291091" - }, { "name": "binnythomas", "homepage": "https://www.drupal.org/user/3123091" @@ -15914,10 +13311,6 @@ "name": "emilymathew", "homepage": "https://www.drupal.org/user/2921997" }, - { - "name": "Grevil", - "homepage": "https://www.drupal.org/user/3668491" - }, { "name": "jijojoseph_zyxware", "homepage": "https://www.drupal.org/user/3561263" @@ -15947,20 +13340,20 @@ }, { "name": "drupal/search_api", - "version": "1.31.0", + "version": "1.28.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.31" + "reference": "8.x-1.28" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.31.zip", - "reference": "8.x-1.31", - "shasum": "ec8436744c34de2ede6370d4dd26875489e761bc" + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.28.zip", + "reference": "8.x-1.28", + "shasum": "d3ae0bb3cf17c986d5e0c6edb87aee6580b6fc1e" }, "require": { - "drupal/core": "^10.0" + "drupal/core": "^9.3 || ^10.0" }, "conflict": { "drupal/search_api_solr": "2.* || 3.0 || 3.1" @@ -15978,8 +13371,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.31", - "datestamp": "1700926323", + "version": "8.x-1.28", + "datestamp": "1667814116", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -15987,7 +13380,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10 || ^11" + "drush.services.yml": "^9 || ^10" } } }, @@ -16019,17 +13412,17 @@ }, { "name": "drupal/search_api_autocomplete", - "version": "1.8.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api_autocomplete.git", - "reference": "8.x-1.8" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "80f75774776cee193624fe5731906e35bff160f6" + "url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "9be80f9187252adbb265402276e9bdce6a5698cd" }, "require": { "drupal/core": "^9.2 || ^10", @@ -16041,8 +13434,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1697366383", + "version": "8.x-1.7", + "datestamp": "1664975494", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16073,16 +13466,16 @@ }, { "name": "drupal/search_api_db", - "version": "1.31.0", + "version": "1.28.0", "require": { - "drupal/core": "^10.0", + "drupal/core": "^9.2 || ^10.0", "drupal/search_api": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.31", - "datestamp": "1700926323", + "version": "8.x-1.28", + "datestamp": "1667814116", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16113,39 +13506,23 @@ "source": "https://git.drupalcode.org/project/search_api" } }, - { - "name": "drupal/search_api_entity_multiselect", - "version": "1.0.x-dev", - "source": { - "type": "git", - "url": "https://codeberg.org/agaric/search_api_entity_multiselect.git", - "reference": "8045ed91a6d4d2e62d9cddb217373a2b7dba3062" - }, - "default-branch": true, - "type": "drupal-module", - "license": [ - "GPL-2.0+" - ], - "description": "Create multiselect form field for entities", - "time": "2023-08-02T16:03:56+00:00" - }, { "name": "drupal/search_api_saved_searches", - "version": "1.0.0-beta1", + "version": "1.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/search_api_saved_searches.git", - "reference": "8.x-1.0-beta1" + "reference": "8.x-1.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api_saved_searches-8.x-1.0-beta1.zip", - "reference": "8.x-1.0-beta1", - "shasum": "4650a8536cb7b1568b6e4f29b00c8d2461ca7ea5" + "url": "https://ftp.drupal.org/files/projects/search_api_saved_searches-8.x-1.0-alpha3.zip", + "reference": "8.x-1.0-alpha3", + "shasum": "0e52214b4b79a6c27dc1233274cbff45203ba648" }, "require": { - "drupal/core": "^9.2 || ^10", - "drupal/search_api": "^1.20" + "drupal/core": "^8.8 || ^9", + "drupal/search_api": "^1.8" }, "require-dev": { "drupal/facets": "@dev", @@ -16154,11 +13531,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta1", - "datestamp": "1703694223", + "version": "8.x-1.0-alpha3", + "datestamp": "1613930452", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -16186,26 +13563,26 @@ }, { "name": "drupal/seckit", - "version": "2.0.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/seckit.git", - "reference": "2.0.1" + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/seckit-2.0.1.zip", - "reference": "2.0.1", - "shasum": "2eee3b9719bdd5951c2b78f419c86f4765010439" + "url": "https://ftp.drupal.org/files/projects/seckit-2.0.0.zip", + "reference": "2.0.0", + "shasum": "d5356230b2de7d1e8a2e68eb81e70619a2e36c1e" }, "require": { - "drupal/core": "^9.3 || ^10" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1671195208", + "version": "2.0.0", + "datestamp": "1598609351", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16247,26 +13624,26 @@ }, { "name": "drupal/select_or_other", - "version": "4.1.0", + "version": "4.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/select_or_other.git", - "reference": "4.1.0" + "reference": "4.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/select_or_other-4.1.0.zip", - "reference": "4.1.0", - "shasum": "ff73f610623c16ee27ac2afdc2f18e3d3d934081" + "url": "https://ftp.drupal.org/files/projects/select_or_other-4.0.0.zip", + "reference": "4.0.0", + "shasum": "dfb9cb2dd40d18eb186d089411340940e6491abb" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.1.0", - "datestamp": "1686871176", + "version": "4.0.0", + "datestamp": "1627315018", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16313,66 +13690,6 @@ "source": "https://git.drupalcode.org/project/select_or_other" } }, - { - "name": "drupal/seven", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/seven.git", - "reference": "1.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/seven-1.0.0.zip", - "reference": "1.0.0", - "shasum": "88e86926388c7e6cf66b0502d13a0470ce2399cd" - }, - "require": { - "drupal/core": "^9 || ^10" - }, - "type": "drupal-theme", - "extra": { - "drupal": { - "version": "1.0.0", - "datestamp": "1683652106", - "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": "mcrittenden", - "homepage": "https://www.drupal.org/user/420631" - }, - { - "name": "mrfelton", - "homepage": "https://www.drupal.org/user/305669" - }, - { - "name": "TravisCarden", - "homepage": "https://www.drupal.org/user/236758" - } - ], - "description": "The Seven theme from Drupal 8/9 moved to contrib", - "homepage": "https://www.drupal.org/project/seven", - "support": { - "source": "https://git.drupalcode.org/project/seven" - } - }, { "name": "drupal/shield", "version": "1.7.0", @@ -16449,26 +13766,26 @@ }, { "name": "drupal/similarterms", - "version": "1.8.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/similarterms.git", - "reference": "8.x-1.8" + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "12a28514dfee98bb723e6eed772f5eeeb525de54" + "url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "78371fbdfbb610d6403457220f5b144558636474" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1699725697", + "version": "8.x-1.5", + "datestamp": "1595442658", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16481,12 +13798,12 @@ ], "authors": [ { - "name": "rmiddle", - "homepage": "https://www.drupal.org/user/192183" + "name": "ericpugh", + "homepage": "https://www.drupal.org/user/130084" }, { - "name": "shelane", - "homepage": "https://www.drupal.org/user/2674989" + "name": "rmiddle", + "homepage": "https://www.drupal.org/user/192183" }, { "name": "takim", @@ -16501,86 +13818,74 @@ }, { "name": "drupal/skins", - "version": "2.0.0-alpha1", + "version": "1.0.0-rc4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/skins.git", - "reference": "2.0.0-alpha1" + "reference": "8.x-1.0-rc4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/skins-2.0.0-alpha1.zip", - "reference": "2.0.0-alpha1", - "shasum": "192b0ba615b866f0d36feebfc99d9a3ff58f86c0" + "url": "https://ftp.drupal.org/files/projects/skins-8.x-1.0-rc4.zip", + "reference": "8.x-1.0-rc4", + "shasum": "04598bfffe8a5b6a1a6031f185d1140cf8c4ed08" }, "require": { - "drupal/core": "^9.3 || ^10" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha1", - "datestamp": "1687484216", + "version": "8.x-1.0-rc4", + "datestamp": "1659298946", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "RC releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" }, + { + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, { "name": "Poieo", "homepage": "https://www.drupal.org/user/303228" } ], "description": "Enable themes or modules to provide a set of skins with distinct stylesheets and templates.", - "homepage": "http://drupal.org/project/skins", - "keywords": [ - "Drupal" - ], + "homepage": "https://www.drupal.org/project/skins", "support": { - "source": "http://cgit.drupalcode.org/skins", - "issues": "http://drupal.org/project/issues/skins" + "source": "https://git.drupalcode.org/project/skins" } }, { "name": "drupal/smart_date", - "version": "4.0.3", + "version": "3.6.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smart_date.git", - "reference": "4.0.3" + "reference": "3.6.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smart_date-4.0.3.zip", - "reference": "4.0.3", - "shasum": "9f8fd56690eae5b5ae7231ab17641fa1d57ec261" + "url": "https://ftp.drupal.org/files/projects/smart_date-3.6.1.zip", + "reference": "3.6.1", + "shasum": "a2ce55f5e38d046143881839f5ba0e6dcb49e823" }, "require": { "drupal/core": "^9 || ^10", - "php": ">=8.0", - "simshaun/recurr": "^5" + "php": ">=7.1", + "simshaun/recurr": "^4" }, "suggest": { "drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows." @@ -16588,8 +13893,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.3", - "datestamp": "1689755800", + "version": "3.6.1", + "datestamp": "1661631736", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16628,27 +13933,27 @@ }, { "name": "drupal/sms", - "version": "2.2.0-rc1", + "version": "2.0.1", "require": { - "drupal/core": "^9.5 || ^10", - "drupal/dynamic_entity_reference": "^3 || ^4", + "drupal/core": "^8.9 || ^9", + "drupal/dynamic_entity_reference": "^1.0", "drupal/smsframework": "^2", - "php": ">=8" + "php": "^7.3 || ^8" }, "type": "metapackage", "extra": { "drupal": { - "version": "2.2.0-rc1", - "datestamp": "1670241566", + "version": "2.0.1", + "datestamp": "1660843251", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { @@ -16669,26 +13974,97 @@ "description": "Provides an extensible API that facilitates communication between Drupal and various SMS gateways.", "homepage": "http://drupal.org/project/smsframework", "support": { - "source": "https://git.drupalcode.org/project/smsframework", + "source": "http://cgit.drupalcode.org/smsframework", "issues": "https://www.drupal.org/project/issues/smsframework" } }, + { + "name": "drupal/sms_twilio", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/sms_twilio.git", + "reference": "a750193481855e999889a04e5165c0c220a1a0c4" + }, + "require": { + "drupal/core": "^8.9 || ^9", + "drupal/smsframework": "^1.0 || ^2.0@alpha", + "twilio/sdk": "5.4.*" + }, + "suggest": { + "drupal/smsframework": "Provides integration with SMS Framework" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0+2-dev", + "datestamp": "1630002985", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "autoload": { + "psr-4": { + "Drupal\\sms_twilio\\": "src" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Chris Rockwell", + "homepage": "https://twitter.com/chrisrockwell", + "role": "Maintainer" + }, + { + "name": "Daniel Phin", + "homepage": "http://danielph.in", + "email": "pro@danielph.in", + "role": "Developer" + }, + { + "name": "mcpuddin", + "homepage": "https://www.drupal.org/user/564834" + }, + { + "name": "spheresh", + "homepage": "https://www.drupal.org/user/624860" + }, + { + "name": "univate", + "homepage": "https://www.drupal.org/user/279264" + } + ], + "description": "Integrates Twilio with SMS Framework.", + "homepage": "https://www.drupal.org/project/sms_twilio", + "support": { + "source": "http://cgit.drupalcode.org/sms_twilio", + "issues": "https://www.drupal.org/project/issues/sms_twilio" + } + }, { "name": "drupal/smsframework", - "version": "2.1.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/smsframework.git", - "reference": "2.1.0" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smsframework-2.1.0.zip", - "reference": "2.1.0", - "shasum": "a929db8db5ed2b82b87d371e36d746bd1270a7e3" + "url": "https://ftp.drupal.org/files/projects/smsframework-2.0.1.zip", + "reference": "2.0.1", + "shasum": "52690a6d7198d67f28b0b9a480524a5c5792df14" }, "require": { - "drupal/core": ">=9.2" + "drupal/core": "^8.9 || ^9" }, "require-dev": { "drupal/dynamic_entity_reference": "*", @@ -16697,8 +14073,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1670240395", + "version": "2.0.1", + "datestamp": "1660843251", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -16926,11 +14302,11 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/social_post_facebook.git", - "reference": "6286f5bc5891c08665b5a14390b746634435e1f5" + "reference": "c73b349f194b2b9cb6fee290eef398592f5685fd" }, "require": { - "agaric/php-facebook": "dev-main", - "drupal/core": "^8 || ^9 || ^10", + "agaric/php-facebook": "^1", + "drupal/core": "^8 || ^9", "drupal/social_post": "^3" }, "type": "drupal-module", @@ -16940,7 +14316,7 @@ }, "drupal": { "version": "3.0.x-dev", - "datestamp": "1707335201", + "datestamp": "1646185540", "security-coverage": { "status": "not-covered", "message": "Dev releases are not covered by Drupal security advisories." @@ -16954,29 +14330,25 @@ "authors": [ { "name": "Getulio Valentin Sánchez (gvso)", - "homepage": "https://www.drupal.org/user/440810", + "homepage": "https://www.drupal.org/user/3620027", "email": "valentin2507@gmail.com" }, { "name": "Himanshu Dixit (himanshu-dixit)", - "homepage": "https://www.drupal.org/user/992990", + "homepage": "https://www.drupal.org/user/440810", "email": "hudixt@gmail.com" }, + { + "name": "gnuget", + "homepage": "https://www.drupal.org/user/992990" + }, { "name": "himanshu-dixit", "homepage": "https://www.drupal.org/user/3513954" }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" } ], "description": "Social Post Facebook for Facebook", @@ -17047,108 +14419,32 @@ "issues": "https://www.drupal.org/project/issues/social_post_twitter" } }, - { - "name": "drupal/stringoverrides", - "version": "1.8.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/stringoverrides.git", - "reference": "8.x-1.8" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stringoverrides-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "5c621d593fc9d74079d76fb7970c7c648b98d0e7" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.8", - "datestamp": "1671212608", - "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": "Audrius Vaitonis", - "homepage": "https://www.drupal.org/user/454662" - }, - { - "name": "eaton", - "homepage": "https://www.drupal.org/user/16496" - }, - { - "name": "hubdrop", - "homepage": "https://www.drupal.org/user/2750597" - }, - { - "name": "manuel.adan", - "homepage": "https://www.drupal.org/user/516420" - }, - { - "name": "Nitesh Sethia", - "homepage": "https://www.drupal.org/user/2474982" - }, - { - "name": "pwolanin", - "homepage": "https://www.drupal.org/user/49851" - }, - { - "name": "quicksketch", - "homepage": "https://www.drupal.org/user/35821" - }, - { - "name": "RobLoach", - "homepage": "https://www.drupal.org/user/61114" - }, - { - "name": "webchick", - "homepage": "https://www.drupal.org/user/24967" - } - ], - "description": "Provides a quick and easy way of replacing text.", - "homepage": "https://www.drupal.org/project/stringoverrides", - "support": { - "source": "https://git.drupalcode.org/project/stringoverrides" - } - }, { "name": "drupal/stripe", - "version": "2.0.0-beta4", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/stripe.git", - "reference": "2.0.0-beta4" + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stripe-2.0.0-beta4.zip", - "reference": "2.0.0-beta4", - "shasum": "fda2de1e566690b86044832af3b105a783c13369" + "url": "https://ftp.drupal.org/files/projects/stripe-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "de84804416c278ea90d13ba7c824e23483349a1f" }, "require": { - "drupal/core": "^9 || ^10", + "drupal/core": "^8 || ^9", "stripe/stripe-php": "^7.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta4", - "datestamp": "1678224485", + "version": "8.x-1.0", + "datestamp": "1598551147", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -17157,6 +14453,10 @@ "GPL-2.0+" ], "authors": [ + { + "name": "Sebastien @Hubside", + "homepage": "https://www.drupal.org/user/380104" + }, { "name": "hamrant", "homepage": "https://www.drupal.org/user/3204205" @@ -17165,10 +14465,6 @@ "name": "hanoii", "homepage": "https://www.drupal.org/user/23157" }, - { - "name": "heddn", - "homepage": "https://www.drupal.org/user/1463982" - }, { "name": "lliss", "homepage": "https://www.drupal.org/user/724750" @@ -17185,10 +14481,6 @@ "name": "scotthooker", "homepage": "https://www.drupal.org/user/1347442" }, - { - "name": "Sebastien M.", - "homepage": "https://www.drupal.org/user/380104" - }, { "name": "sirkitree", "homepage": "https://www.drupal.org/user/59025" @@ -17218,31 +14510,31 @@ }, { "name": "drupal/stripe_webform", - "version": "2.0.0-beta4", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/stripe_webform.git", - "reference": "2.0.0-beta4" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stripe_webform-2.0.0-beta4.zip", - "reference": "2.0.0-beta4", - "shasum": "050d409e1d3747eb1671e4a5f211bb7975fae2cb" + "url": "https://ftp.drupal.org/files/projects/stripe_webform-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "500c0b5a52f9904e36b6777584338d56b7827417" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10", - "drupal/stripe": "^2.0.0", + "drupal/core": "^8 || ^9", + "drupal/stripe": "*", "drupal/webform": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta4", - "datestamp": "1677789872", + "version": "8.x-1.2", + "datestamp": "1608159884", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -17254,10 +14546,6 @@ { "name": "hanoii", "homepage": "https://www.drupal.org/user/23157" - }, - { - "name": "heddn", - "homepage": "https://www.drupal.org/user/1463982" } ], "description": "Provides a stripe webform element and default handlers", @@ -17268,29 +14556,26 @@ }, { "name": "drupal/subpathauto", - "version": "1.3.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/subpathauto.git", - "reference": "8.x-1.3" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "b94e4ec3c8dcd42aa04b6796ae48a9aa1848862d" + "url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "58d9107beffe5d4c43a4c6dd6cbb2e043d5b4d1e" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" - }, - "require-dev": { - "drupal/redirect": "*" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1676316639", + "version": "8.x-1.2", + "datestamp": "1637313101", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17309,109 +14594,36 @@ { "name": "lauriii", "homepage": "https://www.drupal.org/user/1078742" - }, - { - "name": "NickDickinsonWilde", - "homepage": "https://www.drupal.org/user/3094661" } ], "description": "Provides support for extending sub-paths of URL aliases.", "homepage": "https://www.drupal.org/project/subpathauto", "support": { - "source": "https://cgit.drupalcode.org/subpathauto", - "issues": "https://www.drupal.org/project/issues/subpathauto" + "source": "https://git.drupalcode.org/project/subpathauto" } }, { "name": "drupal/subprofiles", - "version": "2.0.0-alpha2", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/subprofiles.git", - "reference": "2.0.0-alpha2" + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/subprofiles-2.0.0-alpha2.zip", - "reference": "2.0.0-alpha2", - "shasum": "2f5e16cf4a918d7e9873abbaa99a26788c8a63b3" + "url": "https://ftp.drupal.org/files/projects/subprofiles-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "f026baab069c7e81d091925c714cb205a22828c3" }, "require": { - "drupal/core": "^9.3 || ^10" + "drupal/core": "^8.9 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha2", - "datestamp": "1697325686", - "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "drutopia", - "homepage": "https://www.drupal.org/user/3763727" - }, - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "robertDouglass", - "homepage": "https://www.drupal.org/user/5449" - }, - { - "name": "wolcen", - "homepage": "https://www.drupal.org/user/3099655" - } - ], - "description": "Provide multiple variations of a single installation profile.", - "homepage": "https://www.drupal.org/project/subprofiles", - "keywords": [ - "Drupal" - ], - "support": { - "source": "https://git.drupalcode.org/project/subprofiles", - "issues": "http://drupal.org/project/issues/subprofiles" - } - }, - { - "name": "drupal/super_login", - "version": "2.1.2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/super_login.git", - "reference": "2.1.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/super_login-2.1.2.zip", - "reference": "2.1.2", - "shasum": "28c0667ea9ad0bfb689a5a17e9b2a8b186426397" - }, - "require": { - "drupal/core": "^8.8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.1.2", - "datestamp": "1691620459", + "version": "8.x-1.0", + "datestamp": "1619564567", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17424,109 +14636,43 @@ ], "authors": [ { - "name": "3CWebDev", - "homepage": "https://www.drupal.org/user/61221" + "name": "nedjo", + "homepage": "https://www.drupal.org/user/4481" + }, + { + "name": "robertDouglass", + "homepage": "https://www.drupal.org/user/5449" } ], - "description": "Improves the Drupal login and registration forms.", - "homepage": "https://www.drupal.org/project/super_login", + "description": "Provide multiple variations of a single installation profile.", + "homepage": "https://www.drupal.org/project/subprofiles", "support": { - "source": "https://git.drupalcode.org/project/super_login" - } - }, - { - "name": "drupal/taxonomy_import", - "version": "2.0.12", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/taxonomy_import.git", - "reference": "2.0.12" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/taxonomy_import-2.0.12.zip", - "reference": "2.0.12", - "shasum": "7ee3acb762e5f30208423c51035db1b889fe5785" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.12", - "datestamp": "1680814752", - "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": "AswathyAjish", - "homepage": "https://www.drupal.org/user/2584696" - }, - { - "name": "colan", - "homepage": "https://www.drupal.org/user/58704" - }, - { - "name": "neethups", - "homepage": "https://www.drupal.org/user/3516137" - }, - { - "name": "sajiniantony", - "homepage": "https://www.drupal.org/user/2603884" - }, - { - "name": "TolstoyDotCom", - "homepage": "https://www.drupal.org/user/103055" - }, - { - "name": "vuil", - "homepage": "https://www.drupal.org/user/3568458" - } - ], - "description": "A module to import taxonomy using CSV or XML file to a user defined vocabulary.", - "homepage": "https://www.drupal.org/project/taxonomy_import", - "keywords": [ - "Drupal", - "taxonomy_import" - ], - "support": { - "source": "http://cgit.drupalcode.org/taxonomy_import", - "issues": "https://www.drupal.org/project/issues/taxonomy_import", - "documentation": "https://www.drupal.org/project/taxonomy_import" + "source": "https://git.drupalcode.org/project/subprofiles" } }, { "name": "drupal/taxonomy_manager", - "version": "2.0.9", + "version": "2.0.7", "source": { "type": "git", "url": "https://git.drupalcode.org/project/taxonomy_manager.git", - "reference": "2.0.9" + "reference": "2.0.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.9.zip", - "reference": "2.0.9", - "shasum": "c1956d809ba2149b294eb68fe2f06ada34f4cadc" + "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.7.zip", + "reference": "2.0.7", + "shasum": "3f89af2a9581334634f2d41f4459c75076059b80" }, "require": { - "drupal/core": "^9.3 || ^10", + "drupal/core": "^8.8 || ^9", "drupal/jquery_ui": "^1.4" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.9", - "datestamp": "1691588453", + "version": "2.0.7", + "datestamp": "1652326645", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17538,14 +14684,22 @@ "GPL-2.0+" ], "authors": [ - { - "name": "alesbencina", - "homepage": "https://www.drupal.org/user/3558110" - }, { "name": "Andriy Khomych", "homepage": "https://www.drupal.org/user/3287133" }, + { + "name": "JacobSanford", + "homepage": "https://www.drupal.org/user/806538" + }, + { + "name": "VladimirAus", + "homepage": "https://www.drupal.org/user/673120" + }, + { + "name": "alesbencina", + "homepage": "https://www.drupal.org/user/3558110" + }, { "name": "aurelianzaha", "homepage": "https://www.drupal.org/user/3575026" @@ -17554,10 +14708,6 @@ "name": "dragan_bp", "homepage": "https://www.drupal.org/user/3578037" }, - { - "name": "JacobSanford", - "homepage": "https://www.drupal.org/user/806538" - }, { "name": "joaogarin", "homepage": "https://www.drupal.org/user/612814" @@ -17573,10 +14723,6 @@ { "name": "mh86", "homepage": "https://www.drupal.org/user/59747" - }, - { - "name": "VladimirAus", - "homepage": "https://www.drupal.org/user/673120" } ], "description": "This module provides a powerful interface for managing taxonomies.", @@ -17589,75 +14735,28 @@ "issues": "https://www.drupal.org/project/issues/taxonomy_manager" } }, - { - "name": "drupal/telegram_api", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/telegram_api.git", - "reference": "1.0.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/telegram_api-1.0.0.zip", - "reference": "1.0.0", - "shasum": "d1825eb653389fe35e6085d066442dbb910b5c2c" - }, - "require": { - "drupal/core": "^9 || ^10", - "ext-curl": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.0.0", - "datestamp": "1685431953", - "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": "Andrei Ivnitskii", - "homepage": "https://www.drupal.org/u/ivnish", - "role": "Maintainer" - } - ], - "description": "Add some telegram integration for your site.", - "homepage": "https://www.drupal.org/project/telegram_api", - "support": { - "source": "https://git.drupalcode.org/project/telegram_api", - "issues": "https://www.drupal.org/project/issues/telegram_api" - } - }, { "name": "drupal/textarea_widget_for_text", - "version": "1.3.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/textarea_widget_for_text.git", - "reference": "8.x-1.3" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/textarea_widget_for_text-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "4bd7c1b0eb25574efa1b959636eb7445f6ba5596" + "url": "https://ftp.drupal.org/files/projects/textarea_widget_for_text-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "f39076bbf0315e505bd3893e2342a04cf2d07d75" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1699891368", + "version": "8.x-1.2", + "datestamp": "1600131297", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17690,17 +14789,17 @@ }, { "name": "drupal/token", - "version": "1.13.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.13" + "reference": "8.x-1.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.13.zip", - "reference": "8.x-1.13", - "shasum": "f2a074b51726de3727c1d900237d6d471806a4d2" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "da264b36d1f88eb0c74bf84e18e8789854f98400" }, "require": { "drupal/core": "^9.2 || ^10" @@ -17708,8 +14807,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.13", - "datestamp": "1697885927", + "version": "8.x-1.11", + "datestamp": "1659471813", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17717,7 +14816,7 @@ }, "drush": { "services": { - "drush.services.yml": ">=9" + "drush.services.yml": "^9 || ^10" } } }, @@ -17763,10 +14862,10 @@ "source": { "type": "git", "url": "https://git.drupalcode.org/project/tomselect.git", - "reference": "745ac18bc0ff358574891e875026923dcae563b8" + "reference": "1121447d067a569e0164661a5ab408fd680b40b4" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { @@ -17774,8 +14873,8 @@ "dev-1.0.x": "1.0.x-dev" }, "drupal": { - "version": "1.0.0-alpha1+1-dev", - "datestamp": "1704733540", + "version": "1.0.x-dev", + "datestamp": "1651775095", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -17787,10 +14886,6 @@ "GPL-2.0-or-later" ], "authors": [ - { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -17804,26 +14899,26 @@ }, { "name": "drupal/trim", - "version": "2.0.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/trim.git", - "reference": "2.0.0" + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/trim-2.0.0.zip", - "reference": "2.0.0", - "shasum": "7550d1c93c4694e4e1221d3cbd5577db31fabace" + "url": "https://ftp.drupal.org/files/projects/trim-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "6eaffecc422d556903b2b5befb2dba9a595b1aa0" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1695245036", + "version": "8.x-1.0", + "datestamp": "1598192128", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -17836,110 +14931,45 @@ ], "authors": [ { - "name": "lelkneralfaro", - "homepage": "https://www.drupal.org/user/3577260" + "name": "Stefan Freudenberg", + "homepage": "https://www.drupal.org/user/386087" }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "Stefan Freudenberg", - "homepage": "https://www.drupal.org/user/386087" } ], - "description": "Strips whitespace from all textfield input prior to validation and saving.", + "description": "Strips whitespace from all input prior to validation or saving.", "homepage": "https://www.drupal.org/project/trim", "support": { "source": "https://git.drupalcode.org/project/trim" } }, - { - "name": "drupal/twig_tweak", - "version": "3.2.1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/twig_tweak.git", - "reference": "3.2.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/twig_tweak-3.2.1.zip", - "reference": "3.2.1", - "shasum": "89fc08b60f494a7d786251b6c2c493c536218222" - }, - "require": { - "drupal/core": "^9.3 || ^10.0", - "ext-json": "*", - "php": ">=7.3", - "symfony/polyfill-php80": "^1.17", - "twig/twig": "^2.12 || ^3.3.8" - }, - "suggest": { - "symfony/var-dumper": "Better dump() function for debugging Twig variables" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "3.2.1", - "datestamp": "1677404306", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10 || ^11" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Chi", - "homepage": "https://www.drupal.org/user/556138" - } - ], - "description": "A Twig extension with some useful functions and filters for Drupal development.", - "homepage": "https://www.drupal.org/project/twig_tweak", - "keywords": [ - "Drupal", - "Twig" - ], - "support": { - "source": "https://git.drupalcode.org/project/twig_tweak", - "issues": "https://www.drupal.org/project/issues/twig_tweak" - } - }, { "name": "drupal/twigsuggest", - "version": "1.0.0-rc2", + "version": "1.0.0-beta4", "source": { "type": "git", "url": "https://git.drupalcode.org/project/twigsuggest.git", - "reference": "8.x-1.0-rc2" + "reference": "8.x-1.0-beta4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/twigsuggest-8.x-1.0-rc2.zip", - "reference": "8.x-1.0-rc2", - "shasum": "69d765e40b9eb2e423d63378c69acf8a0248bffb" + "url": "https://ftp.drupal.org/files/projects/twigsuggest-8.x-1.0-beta4.zip", + "reference": "8.x-1.0-beta4", + "shasum": "9796038db4873bb4fcdd2185f567b6f0d873ddff" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc2", - "datestamp": "1682360823", + "version": "8.x-1.0-beta4", + "datestamp": "1621454375", "security-coverage": { "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -17949,17 +14979,13 @@ ], "authors": [ { - "name": "beunerd", + "name": "beuner", "homepage": "https://www.drupal.org/user/1312798" }, { "name": "leymannx", "homepage": "https://www.drupal.org/user/2482808" }, - { - "name": "MegaKeegMan", - "homepage": "https://www.drupal.org/user/3620027" - }, { "name": "mlncn", "homepage": "https://www.drupal.org/user/64383" @@ -17981,30 +15007,30 @@ }, { "name": "drupal/ui_patterns", - "version": "1.8.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ui_patterns.git", - "reference": "8.x-1.8" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "120d90db34296500a1ae8094cd0cc23983e951ab" + "url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "e76f01d8c5e5cea145f51ad8b3a5c84f6d8be8db" }, "require": { "drupal/core": "^9 || ^10" }, "require-dev": { - "drupal/ds": "^3.18", - "drupal/field_group": "^3.4" + "drupal/ds": "~3", + "drupal/field_group": "~3.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1706780549", + "version": "8.x-1.3", + "datestamp": "1663861917", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18017,21 +15043,14 @@ ], "authors": [ { - "name": "ademarco", - "homepage": "https://www.drupal.org/user/186696" + "name": "Nuvole Web", + "homepage": "https://www.drupal.org/user/186696", + "email": "info@nuvole.org" }, { "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, - { - "name": "Christian.wiedemann", - "homepage": "https://www.drupal.org/user/861002" - }, - { - "name": "DuaelFr", - "homepage": "https://www.drupal.org/user/931394" - }, { "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" @@ -18057,7 +15076,7 @@ }, { "name": "drupal/ui_patterns_ds", - "version": "1.8.0", + "version": "1.3.0", "require": { "drupal/core": "^9 || ^10", "drupal/ds": "*", @@ -18066,8 +15085,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1706780549", + "version": "8.x-1.3", + "datestamp": "1663861917", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18087,14 +15106,6 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, - { - "name": "Christian.wiedemann", - "homepage": "https://www.drupal.org/user/861002" - }, - { - "name": "DuaelFr", - "homepage": "https://www.drupal.org/user/931394" - }, { "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" @@ -18120,7 +15131,7 @@ }, { "name": "drupal/ui_patterns_layouts", - "version": "1.8.0", + "version": "1.3.0", "require": { "drupal/core": "^9 || ^10", "drupal/ui_patterns": "*" @@ -18128,8 +15139,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1706780549", + "version": "8.x-1.3", + "datestamp": "1663861917", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18149,14 +15160,6 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, - { - "name": "Christian.wiedemann", - "homepage": "https://www.drupal.org/user/861002" - }, - { - "name": "DuaelFr", - "homepage": "https://www.drupal.org/user/931394" - }, { "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" @@ -18182,7 +15185,7 @@ }, { "name": "drupal/ui_patterns_library", - "version": "1.8.0", + "version": "1.3.0", "require": { "drupal/core": "^9 || ^10", "drupal/ui_patterns": "*" @@ -18190,8 +15193,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1706780549", + "version": "8.x-1.3", + "datestamp": "1663861917", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18211,14 +15214,6 @@ "name": "bircher", "homepage": "https://www.drupal.org/user/1344166" }, - { - "name": "Christian.wiedemann", - "homepage": "https://www.drupal.org/user/861002" - }, - { - "name": "DuaelFr", - "homepage": "https://www.drupal.org/user/931394" - }, { "name": "G4MBINI", "homepage": "https://www.drupal.org/user/2533498" @@ -18243,30 +15238,27 @@ } }, { - "name": "drupal/unique_content_field_validation", - "version": "1.1.1", + "name": "drupal/urllogin", + "version": "dev-2.x", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/unique_content_field_validation.git", - "reference": "1.1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/unique_content_field_validation-1.1.1.zip", - "reference": "1.1.1", - "shasum": "a6fdc0b33e3a022fbc8f2decc8b0488ebe79cb82" + "url": "https://git.drupalcode.org/project/urllogin.git", + "reference": "08c5e3861bcc92ae4b4c222499ca42e279cd8f40" }, "require": { - "drupal/core": "^9.1 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + }, "drupal": { - "version": "1.1.1", - "datestamp": "1688169108", + "version": "2.x-dev", + "datestamp": "1632195881", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" } } }, @@ -18276,40 +15268,46 @@ ], "authors": [ { - "name": "Fabian Sierra", - "homepage": "https://www.drupal.org/u/fabiansierra5191", - "role": "Maintainer" + "name": "DarrellDuane", + "homepage": "https://www.drupal.org/user/142816" + }, + { + "name": "andrewfn", + "homepage": "https://www.drupal.org/user/60662" + }, + { + "name": "philltran", + "homepage": "https://www.drupal.org/user/295397" } ], - "description": "Validate the uniqueness of the entities fields or title.", - "homepage": "http://drupal.org/project/unique_content_field_validation", + "description": "Allow login using link from URL", + "homepage": "https://www.drupal.org/project/urllogin", "support": { - "source": "https://cgit.drupalcode.org/unique_content_field_validation", - "issues": "https://drupal.org/project/issues/unique_content_field_validation" + "source": "https://git.drupalcode.org/project/urllogin" } }, { "name": "drupal/variationcache", - "version": "1.5.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/variationcache.git", - "reference": "8.x-1.5" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "6165baee8c6fe5a7773f3499896e8fb464607a32" + "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "ad8edeb2c408f82e08bb22fafb362a516d3e56a3" }, "require": { - "drupal/core": "^9.5 || ^10" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1705485386", + "version": "8.x-1.2", + "datestamp": "1668086673", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18341,31 +15339,31 @@ }, { "name": "drupal/video_embed_field", - "version": "2.5.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/video_embed_field.git", - "reference": "8.x-2.5" + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.5.zip", - "reference": "8.x-2.5", - "shasum": "997ed67b6873e822fe628f87f65bd6da67e7350c" + "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "96b14bb93c1bb6a07b84315a4f87367870f8b574" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^8.8 || ^9" }, "require-dev": { - "drupal/ckeditor": "^1", - "drupal/colorbox": "^2", + "drupal/ckeditor": "*", + "drupal/colorbox": "^1.0", "drupal/video_embed_media": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.5", - "datestamp": "1671413311", + "version": "8.x-2.4", + "datestamp": "1587686337", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18374,13 +15372,9 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ - { - "name": "abhinesh", - "homepage": "https://www.drupal.org/user/3645979" - }, { "name": "jec006", "homepage": "https://www.drupal.org/user/855980" @@ -18402,26 +15396,26 @@ }, { "name": "drupal/view_password", - "version": "6.0.3", + "version": "6.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/view_password.git", - "reference": "6.0.3" + "reference": "6.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/view_password-6.0.3.zip", - "reference": "6.0.3", - "shasum": "e1a3fb300f7ce22d003eadd22a30a02b51417c5f" + "url": "https://ftp.drupal.org/files/projects/view_password-6.0.0.zip", + "reference": "6.0.0", + "shasum": "7d6ea3e9cde76f98029754277d001a5717ad0de2" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "6.0.3", - "datestamp": "1677609028", + "version": "6.0.0", + "datestamp": "1624638291", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18440,14 +15434,6 @@ { "name": "anacolautti", "homepage": "https://www.drupal.org/user/2925043" - }, - { - "name": "cesarmiquel", - "homepage": "https://www.drupal.org/user/115500" - }, - { - "name": "lmingarro", - "homepage": "https://www.drupal.org/user/262938" } ], "description": "Allows the users to see the contents of the password fields on selected forms before submission.", @@ -18458,26 +15444,26 @@ }, { "name": "drupal/view_unpublished", - "version": "1.1.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/view_unpublished.git", - "reference": "8.x-1.1" + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "f9f5e88cbaf1a1e71952d94cf67ef2f180e292be" + "url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "74ebdf1b4f6963f7bb63192bc314014c0132d03c" }, "require": { - "drupal/core": "^9.4 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1681757575", + "version": "8.x-1.0", + "datestamp": "1597688978", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18491,16 +15477,20 @@ "authors": [ { "name": "Agnes Chisholm", - "homepage": "https://www.drupal.org/user/173461", + "homepage": "https://www.drupal.org/user/66428", "email": "amaria@chisholmtech.com" }, { - "name": "fathima.asmat", - "homepage": "https://www.drupal.org/user/3622664" + "name": "beeradb", + "homepage": "https://www.drupal.org/user/120651" }, { - "name": "tobiasb", - "homepage": "https://www.drupal.org/user/183956" + "name": "elevins", + "homepage": "https://www.drupal.org/user/781882" + }, + { + "name": "entendu", + "homepage": "https://www.drupal.org/user/173461" } ], "description": "Select which roles should be able to see unpublished nodes.", @@ -18511,26 +15501,26 @@ }, { "name": "drupal/views_daterange_filters", - "version": "1.0.0-alpha2", + "version": "1.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_daterange_filters.git", - "reference": "8.x-1.0-alpha2" + "reference": "8.x-1.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_daterange_filters-8.x-1.0-alpha2.zip", - "reference": "8.x-1.0-alpha2", - "shasum": "db49e4478723d7c0be7f6cf01d03ab667285b4a1" + "url": "https://ftp.drupal.org/files/projects/views_daterange_filters-8.x-1.0-alpha1.zip", + "reference": "8.x-1.0-alpha1", + "shasum": "0d36c5e58f629aadb78ef0ffc04d4d0d356e7d85" }, "require": { - "drupal/core": "^8.7.7 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha2", - "datestamp": "1676585416", + "version": "8.x-1.0-alpha1", + "datestamp": "1619485630", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -18597,77 +15587,24 @@ "source": "https://git.drupalcode.org/project/views_field_compare" } }, - { - "name": "drupal/views_plain", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/views_plain.git", - "reference": "8.x-1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_plain-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "5eac9098aea2daf2e174cc271c2689263041f401" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0", - "datestamp": "1695650382", - "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": "colorfield", - "homepage": "https://www.drupal.org/user/2295486" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - }, - { - "name": "Raphael Larrinaga", - "homepage": "https://www.drupal.org/user/2873013" - }, - { - "name": "Rockabelly", - "homepage": "https://www.drupal.org/user/2649181" - } - ], - "description": "Views display style that removes all the wrapper markup.", - "homepage": "https://www.drupal.org/project/views_plain", - "keywords": [ - "Drupal" - ], - "support": { - "source": "http://cgit.drupalcode.org/views_plain", - "issues": "https://www.drupal.org/project/issues/views_plain" - } - }, { "name": "drupal/viewsreference", - "version": "dev-1.x", + "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/viewsreference.git", - "reference": "2ee107cd681a00f26ffe5382660d2298283ec978" + "reference": "8.x-1.8" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "8dd6b3828d40f4da413f73f956da528941e2ef52" }, "require": { - "drupal/core": "^9.3 || ^10", - "php": "^7.0|^8.0" + "drupal/core": "^8.6|^9.0", + "php": "^7.0|^8.0", + "squizlabs/php_codesniffer": "*" }, "conflict": { "drupal/viewsreferennce": "*" @@ -18680,15 +15617,12 @@ }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.8+2-dev", - "datestamp": "1691455445", + "version": "8.x-1.8", + "datestamp": "1652694596", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "installer-paths": { @@ -18708,12 +15642,16 @@ "GPL-2.0+" ], "authors": [ + { + "name": "jasonawant", + "homepage": "https://www.drupal.org/user/589890" + }, { "name": "joekers", "homepage": "https://www.drupal.org/user/2229066" }, { - "name": "NewZeal", + "name": "kent@passingphase.nz", "homepage": "https://www.drupal.org/user/93571" }, { @@ -18732,53 +15670,276 @@ } }, { - "name": "drupal/webform", - "version": "6.2.2", + "name": "drupal/virtual_event_bbb", + "version": "1.0.3", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/webform.git", - "reference": "6.2.2" + "url": "https://git.drupalcode.org/project/virtual_event_bbb.git", + "reference": "1.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-6.2.2.zip", - "reference": "6.2.2", - "shasum": "cfd766802232dfdf39edd5a1acf7c738d14dc6eb" + "url": "https://ftp.drupal.org/files/projects/virtual_event_bbb-1.0.3.zip", + "reference": "1.0.3", + "shasum": "a1b8ee2272ddd9db559bae0e36e9060a5e71c31a" }, "require": { - "drupal/core": "^9.4 || ^10", - "php": ">=8.1" + "bigbluebutton/bigbluebutton-api-php": "2.0.11", + "drupal/core": "^8 || ^9", + "drupal/key": "^1.0", + "drupal/virtual_events": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.3", + "datestamp": "1657893197", + "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": "ChrisZZ", + "homepage": "https://www.drupal.org/user/76271" + }, + { + "name": "danielwolf", + "homepage": "https://www.drupal.org/user/3705921" + }, + { + "name": "globexplorer", + "homepage": "https://www.drupal.org/user/632302" + }, + { + "name": "hodba", + "homepage": "https://www.drupal.org/user/396225" + }, + { + "name": "newtone", + "homepage": "https://www.drupal.org/user/2668589" + }, + { + "name": "stemiwe", + "homepage": "https://www.drupal.org/user/3656949" + }, + { + "name": "voleger", + "homepage": "https://www.drupal.org/user/3260314" + }, + { + "name": "waleedq", + "homepage": "https://www.drupal.org/user/375290" + } + ], + "description": "Bigbluebutton Virtual Event integration", + "homepage": "https://www.drupal.org/project/virtual_event_bbb", + "support": { + "source": "http://cgit.drupalcode.org/virtual_event_bbb", + "issues": "https://www.drupal.org/project/issues/virtual_event_bbb" + } + }, + { + "name": "drupal/virtual_event_bbb_local_keys", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/virtual_event_bbb_local_keys.git", + "reference": "1.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/virtual_event_bbb_local_keys-1.0.0.zip", + "reference": "1.0.0", + "shasum": "c5f64f8a59dde42f668da3704cada38d6369e7ed" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/key": "^1.0", + "drupal/virtual_event_bbb": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.0", + "datestamp": "1645557548", + "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": "ChrisZZ", + "homepage": "https://www.drupal.org/user/76271" + }, + { + "name": "danielwolf", + "homepage": "https://www.drupal.org/user/3705921" + }, + { + "name": "globexplorer", + "homepage": "https://www.drupal.org/user/632302" + }, + { + "name": "hodba", + "homepage": "https://www.drupal.org/user/396225" + }, + { + "name": "newtone", + "homepage": "https://www.drupal.org/user/2668589" + }, + { + "name": "stemiwe", + "homepage": "https://www.drupal.org/user/3656949" + }, + { + "name": "voleger", + "homepage": "https://www.drupal.org/user/3260314" + }, + { + "name": "waleedq", + "homepage": "https://www.drupal.org/user/375290" + } + ], + "description": "Virtual Event BBB Local Keys", + "homepage": "https://www.drupal.org/project/virtual_event_bbb_local_keys", + "support": { + "source": "http://cgit.drupalcode.org/virtual_event_bbb_local_keys", + "issues": "https://www.drupal.org/project/issues/virtual_event_bbb_local_keys" + } + }, + { + "name": "drupal/virtual_events", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/virtual_events.git", + "reference": "1.0.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/virtual_events-1.0.1.zip", + "reference": "1.0.1", + "shasum": "a55a2c74f962c53ac2fb3b59c994ed4f38575f6a" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.1", + "datestamp": "1657868215", + "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": "ChrisZZ", + "homepage": "https://www.drupal.org/user/76271" + }, + { + "name": "danielwolf", + "homepage": "https://www.drupal.org/user/3705921" + }, + { + "name": "globexplorer", + "homepage": "https://www.drupal.org/user/632302" + }, + { + "name": "hodba", + "homepage": "https://www.drupal.org/user/396225" + }, + { + "name": "newtone", + "homepage": "https://www.drupal.org/user/2668589" + }, + { + "name": "stemiwe", + "homepage": "https://www.drupal.org/user/3656949" + }, + { + "name": "voleger", + "homepage": "https://www.drupal.org/user/3260314" + }, + { + "name": "waleedq", + "homepage": "https://www.drupal.org/user/375290" + } + ], + "description": "Virtual events management", + "homepage": "https://www.drupal.org/project/virtual_events", + "support": { + "source": "http://cgit.drupalcode.org/virtual_events", + "issues": "https://www.drupal.org/project/issues/virtual_events" + } + }, + { + "name": "drupal/webform", + "version": "6.1.3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/webform.git", + "reference": "6.1.3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/webform-6.1.3.zip", + "reference": "6.1.3", + "shasum": "efd032eadc10a4752b9b0203152a5d20eefac175" + }, + "require": { + "drupal/core": "^8.8 || ^9" }, "require-dev": { - "drupal/address": "1.x-dev", - "drupal/bootstrap": "3.x-dev", - "drupal/captcha": "^1 || ^2", - "drupal/chosen": "3.0.x-dev", - "drupal/ckeditor": "1.0.x-dev", - "drupal/clientside_validation": "^3 || ^4", + "drupal/address": "~1.0", + "drupal/bootstrap": "~3.0", + "drupal/captcha": "~1.0", + "drupal/chosen": "~3.0", + "drupal/clientside_validation": "~3.0", "drupal/clientside_validation_jquery": "*", - "drupal/devel": "5.x-dev", - "drupal/entity": "1.x-dev", - "drupal/entity_print": "2.x-dev", - "drupal/group": "1.x-dev", - "drupal/hal": "1 - 2", - "drupal/jquery_ui": "1.x-dev", - "drupal/jquery_ui_checkboxradio": "2.x-dev", - "drupal/jquery_ui_datepicker": "2.x-dev", - "drupal/mailsystem": "4.x-dev", - "drupal/metatag": "1.x-dev", - "drupal/paragraphs": "1.x-dev", - "drupal/select2": "1.x-dev", - "drupal/smtp": "1.x-dev", - "drupal/styleguide": "^1 || ^2", - "drupal/telephone_validation": "2.x-dev", - "drupal/token": "1.x-dev", - "drupal/variationcache": "1.x-dev", + "drupal/devel": "~3.0", + "drupal/entity": "~1.0", + "drupal/entity_print": "~2.0", + "drupal/gnode": "*", + "drupal/group": "1.0", + "drupal/jquery_ui": "~1.0", + "drupal/jquery_ui_checkboxradio": "~1.0", + "drupal/jquery_ui_datepicker": "~1.0", + "drupal/lingotek": "~3.0", + "drupal/mailsystem": "~4.0", + "drupal/paragraphs": "~1.0", + "drupal/select2": "~1.0", + "drupal/smtp": "~1.0", + "drupal/styleguide": "~1.0", + "drupal/telephone_validation": "~2.0", + "drupal/token": "~1.0", + "drupal/variationcache": "~1.0", "drupal/webform_access": "*", "drupal/webform_attachment": "*", "drupal/webform_clientside_validation": "*", "drupal/webform_devel": "*", "drupal/webform_entity_print": "*", + "drupal/webform_group": "*", "drupal/webform_node": "*", "drupal/webform_options_limit": "*", "drupal/webform_scheduled_email": "*", @@ -18792,8 +15953,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "6.2.2", - "datestamp": "1701948363", + "version": "6.1.3", + "datestamp": "1644940723", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18801,7 +15962,7 @@ }, "drush": { "services": { - "drush.services.yml": ">=9" + "drush.services.yml": "^9 || ^10" } } }, @@ -18815,15 +15976,16 @@ "homepage": "https://www.drupal.org/u/jrockowitz", "role": "Maintainer" }, + { + "name": "Alexander Trotsenko (bucefal91)", + "homepage": "https://www.drupal.org/u/bucefal91", + "role": "Co-maintainer" + }, { "name": "Contributors", "homepage": "https://www.drupal.org/node/7404/committers", "role": "Contributor" }, - { - "name": "Liam Morland", - "homepage": "https://www.drupal.org/user/493050" - }, { "name": "quicksketch", "homepage": "https://www.drupal.org/user/35821" @@ -18844,28 +16006,28 @@ }, { "name": "drupal/webform_mailchimp", - "version": "5.10.0", + "version": "5.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/webform_mailchimp.git", - "reference": "8.x-5.10" + "reference": "8.x-5.9" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform_mailchimp-8.x-5.10.zip", - "reference": "8.x-5.10", - "shasum": "7bb6feb71207de8ca80f4e86adf773019dad39e7" + "url": "https://ftp.drupal.org/files/projects/webform_mailchimp-8.x-5.9.zip", + "reference": "8.x-5.9", + "shasum": "d39d231d6381306d7c92b3fa55c135e934740ea4" }, "require": { - "drupal/core": "^8 || ^9 || ^10", + "drupal/core": "^8 || ^9", "drupal/mailchimp": "*", "drupal/webform": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-5.10", - "datestamp": "1684354891", + "version": "8.x-5.9", + "datestamp": "1579957681", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18881,6 +16043,10 @@ "name": "Berdir", "homepage": "https://www.drupal.org/user/214652" }, + { + "name": "Todd Zebert", + "homepage": "https://www.drupal.org/user/762250" + }, { "name": "blackdog", "homepage": "https://www.drupal.org/user/110169" @@ -18908,10 +16074,6 @@ { "name": "miro_dietiker", "homepage": "https://www.drupal.org/user/227761" - }, - { - "name": "Todd Zebert", - "homepage": "https://www.drupal.org/user/762250" } ], "description": "Allows to send Webform submissions to MailChimp lists.", @@ -18922,26 +16084,26 @@ }, { "name": "drupal/weight", - "version": "3.4.0", + "version": "3.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/weight.git", - "reference": "8.x-3.4" + "reference": "8.x-3.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/weight-8.x-3.4.zip", - "reference": "8.x-3.4", - "shasum": "d53f3df1643993e87e2265953d8aea43b7cc041a" + "url": "https://ftp.drupal.org/files/projects/weight-8.x-3.3.zip", + "reference": "8.x-3.3", + "shasum": "b225d54d4a8ce409ca1a899c6de41806eb1348e3" }, "require": { - "drupal/core": "^8.8 || ^9 || ^10" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.4", - "datestamp": "1676997696", + "version": "8.x-3.3", + "datestamp": "1615219112", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -18954,12 +16116,8 @@ ], "authors": [ { - "name": "heddn", - "homepage": "https://www.drupal.org/user/1463982" - }, - { - "name": "kevinquillen", - "homepage": "https://www.drupal.org/user/317279" + "name": "Harry Slaughter", + "homepage": "https://www.drupal.org/user/28233" }, { "name": "NancyDru", @@ -18970,63 +16128,49 @@ "homepage": "https://www.drupal.org/user/3580850" }, { - "name": "VladimirAus", - "homepage": "https://www.drupal.org/user/673120" + "name": "Shreya Shetty", + "homepage": "https://www.drupal.org/user/2943029" + }, + { + "name": "davisben", + "homepage": "https://www.drupal.org/user/1204214" + }, + { + "name": "deviantintegral", + "homepage": "https://www.drupal.org/user/71291" + }, + { + "name": "jjeff", + "homepage": "https://www.drupal.org/user/17190" + }, + { + "name": "kevinquillen", + "homepage": "https://www.drupal.org/user/317279" + }, + { + "name": "ziomizar", + "homepage": "https://www.drupal.org/user/814348" } ], "description": "Allows arbitrary ordering of entities.", "homepage": "https://www.drupal.org/project/weight", - "keywords": [ - "Drupal" - ], "support": { - "source": "http://cgit.drupalcode.org/weight", - "issues": "https://www.drupal.org/project/issues/weight" + "source": "https://git.drupalcode.org/project/weight" } }, { "name": "drupal/workflow_buttons", - "version": "dev-1.x", + "version": "dev-8.x-1.x", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/workflow_buttons.git", - "reference": "96e0a4db7345088817d80463bf6d944b5408d3b0" - }, - "require": { - "drupal/core": "^9 || ^10" + "url": "git@git.drupal.org:project/workflow_buttons.git", + "reference": "5a1b01044dae4bad3d9858263590e84707406e9c" }, + "default-branch": true, "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, - "drupal": { - "version": "8.x-1.0-beta5+6-dev", - "datestamp": "1702437628", - "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+" ], - "authors": [ - { - "name": "beunerd", - "homepage": "https://www.drupal.org/user/1312798" - }, - { - "name": "gnuget", - "homepage": "https://www.drupal.org/user/992990" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - } - ], "description": "Provide workflow buttons for content moderation instead of a select dropdown of states. Button labels are taken from the transition names.", "homepage": "https://www.drupal.org/project/workflow_buttons", "keywords": [ @@ -19039,74 +16183,37 @@ "workflow" ], "support": { - "source": "https://git.drupalcode.org/project/workflow_buttons.git", - "issues": "https://www.drupal.org/project/issues/workflow_buttons" - } - }, - { - "name": "drupal/workflow_buttons_trash", - "version": "1.0.0-beta6", - "require": { - "drupal/core": "^9 || ^10", - "drupal/workflow_buttons": "^1" + "issues": "https://www.drupal.org/project/issues/workflow_buttons", + "source": "https://git.drupalcode.org/project/workflow_buttons.git" }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "8.x-1.0-beta6", - "datestamp": "1702440893", - "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-or-later" - ], - "authors": [ - { - "name": "beunerd", - "homepage": "https://www.drupal.org/user/1312798" - }, - { - "name": "gnuget", - "homepage": "https://www.drupal.org/user/992990" - }, - { - "name": "mlncn", - "homepage": "https://www.drupal.org/user/64383" - } - ], - "description": "Provides a trash (soft-delete) workflow which works well with (but does not require) Workflow buttons.", - "homepage": "https://www.drupal.org/project/workflow_buttons", - "support": { - "source": "https://git.drupalcode.org/project/workflow_buttons" - } + "time": "2022-09-27T14:44:41+00:00" }, { "name": "drupal/wysiwyg_linebreaks", - "version": "dev-2.0.x", + "version": "1.12.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/wysiwyg_linebreaks.git", - "reference": "b21621d823865c28584dbe0f876a16e00d9050ee" + "reference": "8.x-1.12" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/wysiwyg_linebreaks-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "21b881be137da509c5aca69d25f5990bdfd67b98" }, "require": { - "drupal/core": "^9.3 || ^10" + "drupal/ckeditor": "*", + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.0.x": "2.0.x-dev" - }, "drupal": { - "version": "2.0.0+1-dev", - "datestamp": "1672022257", + "version": "8.x-1.12", + "datestamp": "1667587531", "security-coverage": { - "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -19124,7 +16231,7 @@ "homepage": "https://www.drupal.org/user/64383" } ], - "description": "Allows you to use CKEditor WYSIWYG editors on legacy content that may not already have HTML formatting applied and to more easily edit WYSIWYG-edited content in plain text.", + "description": " allows you to use Wysiwyg editors on legacy content that may not already have HTML formatting applied.", "homepage": "https://www.drupal.org/project/wysiwyg_linebreaks", "support": { "source": "https://git.drupalcode.org/project/wysiwyg_linebreaks" @@ -19132,20 +16239,20 @@ }, { "name": "drupal/yaml_content", - "version": "1.0.0-alpha9", + "version": "1.0.0-alpha8", "source": { "type": "git", "url": "https://git.drupalcode.org/project/yaml_content.git", - "reference": "8.x-1.0-alpha9" + "reference": "8.x-1.0-alpha8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/yaml_content-8.x-1.0-alpha9.zip", - "reference": "8.x-1.0-alpha9", - "shasum": "21854b567ef6b9a17883da061c03850f136cc9d1" + "url": "https://ftp.drupal.org/files/projects/yaml_content-8.x-1.0-alpha8.zip", + "reference": "8.x-1.0-alpha8", + "shasum": "c18ea8f2aebf4fceb1e87e206988fbee9a6230ad" }, "require": { - "drupal/core": "^9 || ^10" + "drupal/core": "^8.7.7 || ^9" }, "require-dev": { "mikey179/vfsstream": "^1.0" @@ -19153,8 +16260,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-alpha9", - "datestamp": "1690397386", + "version": "8.x-1.0-alpha8", + "datestamp": "1658259314", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" @@ -19192,55 +16299,57 @@ }, { "name": "drush/drush", - "version": "12.4.3", + "version": "11.3.2", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971" + "reference": "57cd12235f0a8b3aaabc841fd6c82b64f3dffc02" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/8245acede57ecc62a90aa0f19ff3b29e5f11f971", - "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/57cd12235f0a8b3aaabc841fd6c82b64f3dffc02", + "reference": "57cd12235f0a8b3aaabc841fd6c82b64f3dffc02", "shasum": "" }, "require": { - "chi-teck/drupal-code-generator": "^3.0", - "composer-runtime-api": "^2.2", + "chi-teck/drupal-code-generator": "^2.4", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.9.1", - "consolidation/config": "^2.1.2", - "consolidation/filter-via-dot-access-data": "^2.0.2", - "consolidation/output-formatters": "^4.3.2", - "consolidation/robo": "^4.0.6", - "consolidation/site-alias": "^4", - "consolidation/site-process": "^5.2.0", + "consolidation/annotated-command": "^4.5.3", + "consolidation/config": "^2", + "consolidation/filter-via-dot-access-data": "^2", + "consolidation/robo": "^3.0.9 || ^4.0.1", + "consolidation/site-alias": "^3.1.6 || ^4", + "consolidation/site-process": "^4.1.3 || ^5", + "enlightn/security-checker": "^1", "ext-dom": "*", - "grasmash/yaml-cli": "^3.1", - "guzzlehttp/guzzle": "^7.0", - "league/container": "^4", - "php": ">=8.1", + "guzzlehttp/guzzle": "^6.5 || ^7.0", + "league/container": "^3.4 || ^4", + "php": ">=7.4", "psy/psysh": "~0.11", - "symfony/event-dispatcher": "^6", - "symfony/filesystem": "^6.1", - "symfony/finder": "^6", - "symfony/var-dumper": "^6.0", - "symfony/yaml": "^6.0", + "symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0", + "symfony/filesystem": "^4.4 || ^5.4 || ^6.1", + "symfony/finder": "^4.0 || ^5 || ^6", + "symfony/polyfill-php80": "^1.23", + "symfony/var-dumper": "^4.0 || ^5.0 || ^6.0", + "symfony/yaml": "^4.0 || ^5.0 || ^6.0", "webflo/drupal-finder": "^1.2" }, "conflict": { - "drupal/core": "< 10.0", + "drupal/core": "< 9.2", "drupal/migrate_run": "*", "drupal/migrate_tools": "<= 5" }, "require-dev": { - "composer/installers": "^2", + "composer/installers": "^1.7", "cweagans/composer-patches": "~1.0", - "drupal/core-recommended": "^10", + "david-garcia/phpwhois": "4.3.0", + "drupal/core-recommended": "^9 || ^10", "drupal/semver_example": "2.3.0", - "phpunit/phpunit": "^9", + "phpunit/phpunit": ">=7.5.20", "rector/rector": "^0.12", - "squizlabs/php_codesniffer": "^3.7" + "squizlabs/php_codesniffer": "^3.6", + "vlucas/phpdotenv": "^2.4", + "yoast/phpunit-polyfills": "^0.2.0" }, "bin": [ "drush" @@ -19322,9 +16431,8 @@ "support": { "forum": "http://drupal.stackexchange.com/questions/tagged/drush", "issues": "https://github.com/drush-ops/drush/issues", - "security": "https://github.com/drush-ops/drush/security/advisories", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/12.4.3" + "source": "https://github.com/drush-ops/drush/tree/11.3.2" }, "funding": [ { @@ -19332,61 +16440,61 @@ "type": "github" } ], - "time": "2023-11-16T22:57:24+00:00" + "time": "2022-10-24T14:01:14+00:00" }, { "name": "drutopia/drutopia", - "version": "2.0.x-dev", + "version": "dev-8.x-1.x", "source": { "type": "git", "url": "git@gitlab.com:drutopia/drutopia.git", - "reference": "04f95b36c8fb2a227fd4bf4526566feacb1dd81b" + "reference": "758b874c8285b1d251747ad3316e784695d2ae92" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=04f95b36c8fb2a227fd4bf4526566feacb1dd81b", - "reference": "04f95b36c8fb2a227fd4bf4526566feacb1dd81b", + "url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=758b874c8285b1d251747ad3316e784695d2ae92", + "reference": "758b874c8285b1d251747ad3316e784695d2ae92", "shasum": "" }, "require": { - "cweagans/composer-patches": "^1", - "drupal/antibot": "^2", - "drupal/block_visibility_groups": "^2", - "drupal/bulma_components": "^1.0@alpha", - "drupal/config_actions_provider": "^1", - "drupal/config_sync": "^3", - "drupal/config_update": "^2", - "drupal/default_content": "^2", - "drupal/drutopia_action": "^2", - "drupal/drutopia_article": "^2", - "drupal/drutopia_blog": "^2", - "drupal/drutopia_campaign": "^2", - "drupal/drutopia_comment": "^2", - "drupal/drutopia_core": "^2", - "drupal/drutopia_event": "^2", - "drupal/drutopia_group": "^2", - "drupal/drutopia_landing_page": "^2", - "drupal/drutopia_page": "^2", - "drupal/drutopia_people": "^2", - "drupal/drutopia_related_content": "^2", - "drupal/drutopia_resource": "^2", - "drupal/drutopia_search": "^2", - "drupal/drutopia_seo": "^2", - "drupal/drutopia_site": "^2", - "drupal/drutopia_social": "^2", - "drupal/drutopia_storyline": "^2", - "drupal/drutopia_user": "^2", + "cweagans/composer-patches": "^1.6", + "drupal/antibot": "^1.4", + "drupal/block_visibility_groups": "^1.3", + "drupal/bulma": "^1.0-rc1", + "drupal/config_actions_provider": "^1.0-rc1", + "drupal/config_sync": "^2.0-beta5", + "drupal/config_update": "^1.7", + "drupal/default_content": "^1.0-alpha9", + "drupal/drutopia_action": "^1.1", + "drupal/drutopia_article": "^1.1", + "drupal/drutopia_blog": "^1.1", + "drupal/drutopia_campaign": "^1.1", + "drupal/drutopia_comment": "^1.1", + "drupal/drutopia_core": "^1.1", + "drupal/drutopia_event": "^1.1", + "drupal/drutopia_group": "^1.1", + "drupal/drutopia_landing_page": "^1.1", + "drupal/drutopia_page": "^1.1", + "drupal/drutopia_people": "^1.1", + "drupal/drutopia_related_content": "^1.1", + "drupal/drutopia_resource": "^1.1", + "drupal/drutopia_search": "^1.1", + "drupal/drutopia_seo": "^1.1", + "drupal/drutopia_site": "^1.1", + "drupal/drutopia_social": "^1.1", + "drupal/drutopia_storyline": "^1.1", + "drupal/drutopia_user": "^1.1", "drupal/eu_cookie_compliance": "^1.9", - "drupal/features": "^3", + "drupal/features": "^3.11", "drupal/gdpr": "^3.0@alpha", "drupal/gin": "^3.0", "drupal/gin_toolbar": "^1.0@beta", "drupal/honeypot": "^2.0", "drupal/menu_block": "^1.6", - "drupal/octavia": "^2", + "drupal/octavia": "^1.1", "drupal/paranoia": "^1.0-rc1", - "drupal/riddler": "^3", - "drupal/subprofiles": "^2", + "drupal/riddler": "^1.1", + "drupal/subprofiles": "^1.0", "drupal/twigsuggest": "^1.0", "drupal/yaml_content": "^1.0-alpha7", "geeks4change/composer-pin": "*" @@ -19394,13 +16502,14 @@ "require-dev": { "drupal/devel": "^5", "drupal/drupal-extension": "^5", - "drush/drush": "^12", + "drush/drush": "^11", "jcalderonzumba/gastonjs": "~1.0.2", "mikey179/vfsstream": "~1.2", "se/selenium-server-standalone": "^2.53", "squizlabs/php_codesniffer": "2.*", "symfony/css-selector": "~2.8" }, + "default-branch": true, "type": "drupal-profile", "extra": { "drupal-scaffold": { @@ -19423,7 +16532,7 @@ "GPL-2.0-or-later" ], "description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.", - "time": "2023-11-30T23:44:28+00:00" + "time": "2022-10-05T20:10:42+00:00" }, { "name": "easyrdf/easyrdf", @@ -19502,26 +16611,27 @@ }, { "name": "egulias/email-validator", - "version": "4.0.2", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" + "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", - "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715", + "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715", "shasum": "" }, "require": { - "doctrine/lexer": "^2.0 || ^3.0", - "php": ">=8.1", - "symfony/polyfill-intl-idn": "^1.26" + "doctrine/lexer": "^1.2", + "php": ">=7.2", + "symfony/polyfill-intl-idn": "^1.15" }, "require-dev": { - "phpunit/phpunit": "^10.2", - "vimeo/psalm": "^5.12" + "php-coveralls/php-coveralls": "^2.2", + "phpunit/phpunit": "^8.5.8|^9.3.3", + "vimeo/psalm": "^4" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -19529,7 +16639,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -19557,7 +16667,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" + "source": "https://github.com/egulias/EmailValidator/tree/3.2.1" }, "funding": [ { @@ -19565,24 +16675,90 @@ "type": "github" } ], - "time": "2023-10-06T06:47:41+00:00" + "time": "2022-06-18T20:57:19+00:00" }, { - "name": "ezyang/htmlpurifier", - "version": "v4.17.0", + "name": "enlightn/security-checker", + "version": "v1.10.0", "source": { "type": "git", - "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" + "url": "https://github.com/enlightn/security-checker.git", + "reference": "196bacc76e7a72a63d0e1220926dbb190272db97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "url": "https://api.github.com/repos/enlightn/security-checker/zipball/196bacc76e7a72a63d0e1220926dbb190272db97", + "reference": "196bacc76e7a72a63d0e1220926dbb190272db97", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "ext-json": "*", + "guzzlehttp/guzzle": "^6.3|^7.0", + "php": ">=5.6", + "symfony/console": "^3.4|^4|^5|^6", + "symfony/finder": "^3|^4|^5|^6", + "symfony/process": "^3.4|^4|^5|^6", + "symfony/yaml": "^3.4|^4|^5|^6" + }, + "require-dev": { + "ext-zip": "*", + "friendsofphp/php-cs-fixer": "^2.18|^3.0", + "phpunit/phpunit": "^5.5|^6|^7|^8|^9" + }, + "bin": [ + "security-checker" + ], + "type": "library", + "autoload": { + "psr-4": { + "Enlightn\\SecurityChecker\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paras Malhotra", + "email": "paras@laravel-enlightn.com" + }, + { + "name": "Miguel Piedrafita", + "email": "soy@miguelpiedrafita.com" + } + ], + "description": "A PHP dependency vulnerabilities scanner based on the Security Advisories Database.", + "keywords": [ + "package", + "php", + "scanner", + "security", + "security advisories", + "vulnerability scanner" + ], + "support": { + "issues": "https://github.com/enlightn/security-checker/issues", + "source": "https://github.com/enlightn/security-checker/tree/v1.10.0" + }, + "time": "2022-02-21T22:40:16+00:00" + }, + { + "name": "ezyang/htmlpurifier", + "version": "v4.16.0", + "source": { + "type": "git", + "url": "https://github.com/ezyang/htmlpurifier.git", + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "shasum": "" + }, + "require": { + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", @@ -19624,16 +16800,16 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0" }, - "time": "2023-11-17T15:01:25+00:00" + "time": "2022-09-18T07:06:19+00:00" }, { "name": "geeks4change/composer-pin", "version": "dev-master", "source": { "type": "git", - "url": "https://gitlab.com/geeks4change/packages/composer-pin.git", + "url": "git@gitlab.com:geeks4change/packages/composer-pin.git", "reference": "e5c37b2b1c6041f6c5e1a86dc1c1c15dc7879ba8" }, "dist": { @@ -19663,32 +16839,154 @@ } ], "description": "Provides helper commands to do project level version/hash pinning.", - "support": { - "issues": "https://gitlab.com/api/v4/projects/12048815/issues", - "source": "https://gitlab.com/geeks4change/packages/composer-pin/-/tree/master" - }, "time": "2020-06-02T10:38:25+00:00" }, { - "name": "graham-campbell/result-type", - "version": "v1.1.2", + "name": "giggsey/libphonenumber-for-php", + "version": "8.13.0", "source": { "type": "git", - "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862" + "url": "https://github.com/giggsey/libphonenumber-for-php.git", + "reference": "eb1cea72dc8d020e149062371a2c6717457cf561" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862", - "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862", + "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/eb1cea72dc8d020e149062371a2c6717457cf561", + "reference": "eb1cea72dc8d020e149062371a2c6717457cf561", + "shasum": "" + }, + "require": { + "giggsey/locale": "^1.7|^2.0", + "php": ">=5.3.2", + "symfony/polyfill-mbstring": "^1.17" + }, + "require-dev": { + "pear/pear-core-minimal": "^1.9", + "pear/pear_exception": "^1.0", + "pear/versioncontrol_git": "^0.5", + "phing/phing": "^2.7", + "php-coveralls/php-coveralls": "^1.0|^2.0", + "symfony/console": "^2.8|^3.0|^v4.4|^v5.2", + "symfony/phpunit-bridge": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "8.x-dev" + } + }, + "autoload": { + "psr-4": { + "libphonenumber\\": "src/" + }, + "exclude-from-classmap": [ + "/src/data/", + "/src/carrier/data/", + "/src/geocoding/data/", + "/src/timezone/data/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Joshua Gigg", + "email": "giggsey@gmail.com", + "homepage": "https://giggsey.com/" + } + ], + "description": "PHP Port of Google's libphonenumber", + "homepage": "https://github.com/giggsey/libphonenumber-for-php", + "keywords": [ + "geocoding", + "geolocation", + "libphonenumber", + "mobile", + "phonenumber", + "validation" + ], + "support": { + "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", + "source": "https://github.com/giggsey/libphonenumber-for-php" + }, + "time": "2022-11-07T12:16:34+00:00" + }, + { + "name": "giggsey/locale", + "version": "2.3", + "source": { + "type": "git", + "url": "https://github.com/giggsey/Locale.git", + "reference": "5f035523740be40d40ac768a123c9bcc1ae12f56" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/giggsey/Locale/zipball/5f035523740be40d40ac768a123c9bcc1ae12f56", + "reference": "5f035523740be40d40ac768a123c9bcc1ae12f56", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "require-dev": { + "ext-json": "*", + "pear/pear-core-minimal": "^1.9", + "pear/pear_exception": "^1.0", + "pear/versioncontrol_git": "^0.5", + "phing/phing": "^2.7", + "php-coveralls/php-coveralls": "^2.0", + "phpunit/phpunit": "^8.5|^9.5", + "symfony/console": "^5.0|^6.0", + "symfony/filesystem": "^5.0|^6.0", + "symfony/finder": "^5.0|^6.0", + "symfony/process": "^5.0|^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Giggsey\\Locale\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Joshua Gigg", + "email": "giggsey@gmail.com", + "homepage": "https://giggsey.com/" + } + ], + "description": "Locale functions required by libphonenumber-for-php", + "support": { + "issues": "https://github.com/giggsey/Locale/issues", + "source": "https://github.com/giggsey/Locale/tree/2.3" + }, + "time": "2022-10-19T20:03:30+00:00" + }, + { + "name": "graham-campbell/result-type", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://github.com/GrahamCampbell/Result-Type.git", + "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8", + "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.2" + "phpoption/phpoption": "^1.9" }, "require-dev": { - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" + "phpunit/phpunit": "^8.5.28 || ^9.5.21" }, "type": "library", "autoload": { @@ -19717,7 +17015,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0" }, "funding": [ { @@ -19729,32 +17027,31 @@ "type": "tidelift" } ], - "time": "2023-11-12T22:16:48+00:00" + "time": "2022-07-30T15:56:11+00:00" }, { "name": "grasmash/expander", - "version": "3.0.0", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", - "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82" + "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/expander/zipball/bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", - "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", + "url": "https://api.github.com/repos/grasmash/expander/zipball/b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e", + "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e", "shasum": "" }, "require": { "dflydev/dot-access-data": "^3.0.0", - "php": ">=8.0", - "psr/log": "^2 | ^3" + "php": ">=7.1", + "psr/log": "^1 | ^2 | ^3" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", - "php-coveralls/php-coveralls": "^2.5", - "phpunit/phpunit": "^9", - "squizlabs/php_codesniffer": "^3.3" + "phpunit/phpunit": "^6.0 || ^8.0 || ^9", + "squizlabs/php_codesniffer": "^2.7 || ^3.3" }, "type": "library", "extra": { @@ -19779,109 +17076,43 @@ "description": "Expands internal property references in PHP arrays file.", "support": { "issues": "https://github.com/grasmash/expander/issues", - "source": "https://github.com/grasmash/expander/tree/3.0.0" + "source": "https://github.com/grasmash/expander/tree/2.0.3" }, - "time": "2022-05-10T13:14:49+00:00" - }, - { - "name": "grasmash/yaml-cli", - "version": "3.1.0", - "source": { - "type": "git", - "url": "https://github.com/grasmash/yaml-cli.git", - "reference": "00f3fd775f6abbfacd44432f1999c3c3b02791f0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/00f3fd775f6abbfacd44432f1999c3c3b02791f0", - "reference": "00f3fd775f6abbfacd44432f1999c3c3b02791f0", - "shasum": "" - }, - "require": { - "dflydev/dot-access-data": "^3", - "php": ">=8.0", - "symfony/console": "^6", - "symfony/filesystem": "^6", - "symfony/yaml": "^6" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2", - "phpunit/phpunit": "^9", - "squizlabs/php_codesniffer": "^3.0" - }, - "bin": [ - "bin/yaml-cli" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Grasmash\\YamlCli\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Matthew Grasmick" - } - ], - "description": "A command line tool for reading and manipulating yaml files.", - "support": { - "issues": "https://github.com/grasmash/yaml-cli/issues", - "source": "https://github.com/grasmash/yaml-cli/tree/3.1.0" - }, - "time": "2022-05-09T20:22:34+00:00" + "time": "2022-04-25T22:17:46+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.8.1", + "version": "6.5.8", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", - "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5.3 || ^2.0.1", - "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", - "php": "^7.2.5 || ^8.0", - "psr/http-client": "^1.0", - "symfony/deprecation-contracts": "^2.2 || ^3.0" - }, - "provide": { - "psr/http-client-implementation": "1.0" + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.9", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", - "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", - "php-http/message-factory": "^1.1", - "phpunit/phpunit": "^8.5.36 || ^9.6.15", - "psr/log": "^1.1 || ^2.0 || ^3.0" + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" }, "suggest": { - "ext-curl": "Required for CURL handler support", - "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false + "branch-alias": { + "dev-master": "6.5-dev" } }, "autoload": { @@ -19934,20 +17165,19 @@ } ], "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", - "psr-18", - "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.8.1" + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" }, "funding": [ { @@ -19963,37 +17193,38 @@ "type": "tidelift" } ], - "time": "2023-12-03T20:35:24+00:00" + "time": "2022-06-20T22:16:07+00:00" }, { "name": "guzzlehttp/promises", - "version": "2.0.2", + "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" + "reference": "b94b2807d85443f9719887892882d0329d1e2598" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", - "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", + "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", + "reference": "b94b2807d85443f9719887892882d0329d1e2598", "shasum": "" }, "require": { - "php": "^7.2.5 || ^8.0" + "php": ">=5.5" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.36 || ^9.6.15" + "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false + "branch-alias": { + "dev-master": "1.5-dev" } }, "autoload": { + "files": [ + "src/functions_include.php" + ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -20030,7 +17261,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.2" + "source": "https://github.com/guzzle/promises/tree/1.5.2" }, "funding": [ { @@ -20046,48 +17277,47 @@ "type": "tidelift" } ], - "time": "2023-12-03T20:19:20+00:00" + "time": "2022-08-28T14:55:35+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.6.2", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", - "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", "shasum": "" }, "require": { - "php": "^7.2.5 || ^8.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.1 || ^2.0", - "ralouphie/getallheaders": "^3.0" + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { - "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^8.5.36 || ^9.6.15" + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { - "bamarni-bin": { - "bin-links": true, - "forward-command": false + "branch-alias": { + "dev-master": "1.9-dev" } }, "autoload": { + "files": [ + "src/functions_include.php" + ], "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } @@ -20126,11 +17356,6 @@ "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" - }, - { - "name": "Márk Sági-Kazár", - "email": "mark.sagikazar@gmail.com", - "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", @@ -20146,7 +17371,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.6.2" + "source": "https://github.com/guzzle/psr7/tree/1.9.0" }, "funding": [ { @@ -20162,35 +17387,35 @@ "type": "tidelift" } ], - "time": "2023-12-03T20:05:35+00:00" + "time": "2022-06-20T21:43:03+00:00" }, { "name": "indieauth/client", - "version": "1.1.6", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/indieweb/indieauth-client-php.git", - "reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d" + "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/9f3f9cc71a752c371b44d40a979504ffd7026c7d", - "reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d", + "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/2ebd8396913ae8c72438dc24f037c8e1717b66ed", + "reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed", "shasum": "" }, "require": { "indieweb/representative-h-card": "^0.1.2", - "mf2/mf2": "^0.5", - "p3k/http": "^0.1", + "mf2/mf2": ">=0.3.2", + "p3k/http": ">=0.1.6", "php": ">5.6.0" }, "require-dev": { - "yoast/phpunit-polyfills": "^1.0" + "phpunit/phpunit": "4.8.*" }, "type": "library", "autoload": { - "psr-4": { - "IndieAuth\\": "src/IndieAuth/" + "psr-0": { + "IndieAuth": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -20206,7 +17431,7 @@ "description": "IndieAuth Client Library", "support": { "issues": "https://github.com/indieweb/indieauth-client-php/issues", - "source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.6" + "source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.5" }, "funding": [ { @@ -20214,7 +17439,7 @@ "type": "opencollective" } ], - "time": "2022-11-08T21:37:04+00:00" + "time": "2021-01-10T00:19:07+00:00" }, { "name": "indieweb/link-rel-parser", @@ -20314,16 +17539,16 @@ }, { "name": "indieweb/representative-h-card", - "version": "0.1.3", + "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/indieweb/representative-h-card-php.git", - "reference": "97731c6ccc0838418c775b867bf826aeaa91cd95" + "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/97731c6ccc0838418c775b867bf826aeaa91cd95", - "reference": "97731c6ccc0838418c775b867bf826aeaa91cd95", + "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38", + "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38", "shasum": "" }, "require": { @@ -20357,30 +17582,31 @@ ], "support": { "issues": "https://github.com/indieweb/representative-h-card-php/issues", - "source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.3" + "source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.2" }, - "time": "2023-05-24T15:33:06+00:00" + "time": "2015-12-23T18:11:19+00:00" }, { "name": "johngrogg/ics-parser", - "version": "v3.3.1", + "version": "v2.2.2", "source": { "type": "git", "url": "https://github.com/u01jmg3/ics-parser.git", - "reference": "eeb51c4c0c06e6df3266f85ea774ca314536aba4" + "reference": "69c80471a0a99142ebc72b21c2bc084e81a7c4f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/eeb51c4c0c06e6df3266f85ea774ca314536aba4", - "reference": "eeb51c4c0c06e6df3266f85ea774ca314536aba4", + "url": "https://api.github.com/repos/u01jmg3/ics-parser/zipball/69c80471a0a99142ebc72b21c2bc084e81a7c4f4", + "reference": "69c80471a0a99142ebc72b21c2bc084e81a7c4f4", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": ">=5.6.40" + "php": ">=5.3.9" }, "require-dev": { - "phpunit/phpunit": "^5|^9|^10" + "phpunit/phpunit": "^4", + "squizlabs/php_codesniffer": "~2.9.1" }, "type": "library", "autoload": { @@ -20415,7 +17641,7 @@ ], "support": { "issues": "https://github.com/u01jmg3/ics-parser/issues", - "source": "https://github.com/u01jmg3/ics-parser/tree/v3.3.1" + "source": "https://github.com/u01jmg3/ics-parser/tree/v2.2.2" }, "funding": [ { @@ -20423,90 +17649,136 @@ "type": "github" } ], - "time": "2023-10-10T09:58:49+00:00" + "time": "2020-11-02T10:28:33+00:00" }, { - "name": "kwn/number-to-words", - "version": "1.13.0", + "name": "laminas/laminas-diactoros", + "version": "2.11.3", "source": { "type": "git", - "url": "https://github.com/kwn/number-to-words.git", - "reference": "df61dc0f2fffe49f87319c9bcf1f7f44669152c7" + "url": "https://github.com/laminas/laminas-diactoros.git", + "reference": "1f97b0c52eafd108e09c76d6b29d83ef4a855f76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kwn/number-to-words/zipball/df61dc0f2fffe49f87319c9bcf1f7f44669152c7", - "reference": "df61dc0f2fffe49f87319c9bcf1f7f44669152c7", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/1f97b0c52eafd108e09c76d6b29d83ef4a855f76", + "reference": "1f97b0c52eafd108e09c76d6b29d83ef4a855f76", "shasum": "" }, "require": { - "php": ">=5.6|>=7.1" + "php": "^7.3 || ~8.0.0 || ~8.1.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0" + }, + "conflict": { + "phpspec/prophecy": "<1.9.0", + "zendframework/zend-diactoros": "*" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "^5.7.9", - "squizlabs/php_codesniffer": "^3.3.0" + "ext-curl": "*", + "ext-dom": "*", + "ext-gd": "*", + "ext-libxml": "*", + "http-interop/http-factory-tests": "^0.8.0", + "laminas/laminas-coding-standard": "~1.0.0", + "php-http/psr7-integration-tests": "^1.1", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.1", + "psalm/plugin-phpunit": "^0.14.0", + "vimeo/psalm": "^4.3" }, "type": "library", + "extra": { + "laminas": { + "config-provider": "Laminas\\Diactoros\\ConfigProvider", + "module": "Laminas\\Diactoros" + } + }, "autoload": { + "files": [ + "src/functions/create_uploaded_file.php", + "src/functions/marshal_headers_from_sapi.php", + "src/functions/marshal_method_from_sapi.php", + "src/functions/marshal_protocol_version_from_sapi.php", + "src/functions/marshal_uri_from_sapi.php", + "src/functions/normalize_server.php", + "src/functions/normalize_uploaded_files.php", + "src/functions/parse_cookie_header.php", + "src/functions/create_uploaded_file.legacy.php", + "src/functions/marshal_headers_from_sapi.legacy.php", + "src/functions/marshal_method_from_sapi.legacy.php", + "src/functions/marshal_protocol_version_from_sapi.legacy.php", + "src/functions/marshal_uri_from_sapi.legacy.php", + "src/functions/normalize_server.legacy.php", + "src/functions/normalize_uploaded_files.legacy.php", + "src/functions/parse_cookie_header.legacy.php" + ], "psr-4": { - "NumberToWords\\": "src" + "Laminas\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "authors": [ - { - "name": "Karol Wnuk", - "email": "k.wnuk@ascetic.pl" - } - ], - "description": "Multi language standalone PHP number to words converter. Fully tested, open for extensions and new languages.", + "description": "PSR HTTP Message implementations", + "homepage": "https://laminas.dev", "keywords": [ - "currency", - "money", - "number", - "numbers", - "string", - "to", - "words" + "http", + "laminas", + "psr", + "psr-17", + "psr-7" ], "support": { - "issues": "https://github.com/kwn/number-to-words/issues", - "source": "https://github.com/kwn/number-to-words/tree/1.13.0" + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-diactoros/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-diactoros/issues", + "rss": "https://github.com/laminas/laminas-diactoros/releases.atom", + "source": "https://github.com/laminas/laminas-diactoros" }, - "time": "2021-06-23T20:47:44+00:00" + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], + "time": "2022-07-06T09:24:53+00:00" }, { "name": "laminas/laminas-escaper", - "version": "2.13.0", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba" + "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba", - "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f", + "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f", "shasum": "" }, "require": { - "ext-ctype": "*", - "ext-mbstring": "*", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "require-dev": { - "infection/infection": "^0.27.0", - "laminas/laminas-coding-standard": "~2.5.0", - "maglnet/composer-require-checker": "^3.8.0", - "phpunit/phpunit": "^9.6.7", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.9" + "laminas/laminas-coding-standard": "~2.3.0", + "phpunit/phpunit": "^9.3", + "psalm/plugin-phpunit": "^0.12.2", + "vimeo/psalm": "^3.16" + }, + "suggest": { + "ext-iconv": "*", + "ext-mbstring": "*" }, "type": "library", "autoload": { @@ -20538,20 +17810,20 @@ "type": "community_bridge" } ], - "time": "2023-10-10T08:35:13+00:00" + "time": "2021-09-02T17:10:53+00:00" }, { "name": "laminas/laminas-feed", - "version": "2.22.0", + "version": "2.17.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-feed.git", - "reference": "669792b819fca7274698147ad7a2ecc1b0a9b141" + "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/669792b819fca7274698147ad7a2ecc1b0a9b141", - "reference": "669792b819fca7274698147ad7a2ecc1b0a9b141", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", + "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", "shasum": "" }, "require": { @@ -20559,24 +17831,23 @@ "ext-libxml": "*", "laminas/laminas-escaper": "^2.9", "laminas/laminas-stdlib": "^3.6", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "conflict": { "laminas/laminas-servicemanager": "<3.3", "zendframework/zend-feed": "*" }, "require-dev": { - "laminas/laminas-cache": "^2.13.2 || ^3.11", - "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.2", - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-db": "^2.18", - "laminas/laminas-http": "^2.18", - "laminas/laminas-servicemanager": "^3.21.0", - "laminas/laminas-validator": "^2.38", - "phpunit/phpunit": "^10.3.1", - "psalm/plugin-phpunit": "^0.18.4", - "psr/http-message": "^2.0", - "vimeo/psalm": "^5.14.1" + "laminas/laminas-cache": "^2.7.2", + "laminas/laminas-coding-standard": "~2.2.1", + "laminas/laminas-db": "^2.13.3", + "laminas/laminas-http": "^2.15", + "laminas/laminas-servicemanager": "^3.7", + "laminas/laminas-validator": "^2.15", + "phpunit/phpunit": "^9.5.5", + "psalm/plugin-phpunit": "^0.13.0", + "psr/http-message": "^1.0.1", + "vimeo/psalm": "^4.1" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", @@ -20596,13 +17867,11 @@ "license": [ "BSD-3-Clause" ], - "description": "provides functionality for creating and consuming RSS and Atom feeds", + "description": "provides functionality for consuming RSS and Atom feeds", "homepage": "https://laminas.dev", "keywords": [ - "atom", "feed", - "laminas", - "rss" + "laminas" ], "support": { "chat": "https://laminas.dev/chat", @@ -20618,34 +17887,34 @@ "type": "community_bridge" } ], - "time": "2023-10-11T20:16:37+00:00" + "time": "2022-03-24T10:26:04+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.19.0", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "6a192dd0882b514e45506f533b833b623b78fff3" + "reference": "bcd869e2fe88d567800057c1434f2380354fe325" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3", - "reference": "6a192dd0882b514e45506f533b833b623b78fff3", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/bcd869e2fe88d567800057c1434f2380354fe325", + "reference": "bcd869e2fe88d567800057c1434f2380354fe325", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "^2.5", - "phpbench/phpbench": "^1.2.15", - "phpunit/phpunit": "^10.5.8", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.20.0" + "laminas/laminas-coding-standard": "~2.3.0", + "phpbench/phpbench": "^1.0", + "phpunit/phpunit": "^9.3.7", + "psalm/plugin-phpunit": "^0.16.0", + "vimeo/psalm": "^4.7" }, "type": "library", "autoload": { @@ -20677,26 +17946,26 @@ "type": "community_bridge" } ], - "time": "2024-01-19T12:39:49+00:00" + "time": "2022-01-21T15:50:46+00:00" }, { "name": "laminas/laminas-xml", - "version": "1.6.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-xml.git", - "reference": "c35aab57d1d0a970b53965046d535b88c3dc8bea" + "reference": "30a4da5a003971de8f54e6810e742fe375e5d5d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/c35aab57d1d0a970b53965046d535b88c3dc8bea", - "reference": "c35aab57d1d0a970b53965046d535b88c3dc8bea", + "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/30a4da5a003971de8f54e6810e742fe375e5d5d3", + "reference": "30a4da5a003971de8f54e6810e742fe375e5d5d3", "shasum": "" }, "require": { "ext-dom": "*", "ext-simplexml": "*", - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "conflict": { "zendframework/zendxml": "*" @@ -20737,38 +18006,35 @@ "type": "community_bridge" } ], - "time": "2023-11-23T10:03:52+00:00" + "time": "2022-11-16T00:17:18+00:00" }, { "name": "lcobucci/clock", - "version": "2.3.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/lcobucci/clock.git", - "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876" + "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/clock/zipball/c7aadcd6fd97ed9e199114269c0be3f335e38876", - "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/fb533e093fd61321bfcbac08b131ce805fe183d3", + "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3", "shasum": "" }, "require": { - "php": "~8.1.0 || ~8.2.0", - "stella-maris/clock": "^0.1.7" - }, - "provide": { - "psr/clock-implementation": "1.0" + "php": "^8.0", + "stella-maris/clock": "^0.1.4" }, "require-dev": { "infection/infection": "^0.26", - "lcobucci/coding-standard": "^9.0", - "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.9.4", - "phpstan/phpstan-deprecation-rules": "^1.1.1", - "phpstan/phpstan-phpunit": "^1.3.2", - "phpstan/phpstan-strict-rules": "^1.4.4", - "phpunit/phpunit": "^9.5.27" + "lcobucci/coding-standard": "^8.0", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-deprecation-rules": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpstan/phpstan-strict-rules": "^0.12", + "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { @@ -20789,7 +18055,7 @@ "description": "Yet another clock abstraction", "support": { "issues": "https://github.com/lcobucci/clock/issues", - "source": "https://github.com/lcobucci/clock/tree/2.3.0" + "source": "https://github.com/lcobucci/clock/tree/2.2.0" }, "funding": [ { @@ -20801,7 +18067,7 @@ "type": "patreon" } ], - "time": "2022-12-19T14:38:11+00:00" + "time": "2022-04-19T19:34:17+00:00" }, { "name": "lcobucci/jwt", @@ -21056,39 +18322,34 @@ }, { "name": "league/csv", - "version": "9.14.0", + "version": "9.8.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "34bf0df7340b60824b9449b5c526fcc3325070d5" + "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/34bf0df7340b60824b9449b5c526fcc3325070d5", - "reference": "34bf0df7340b60824b9449b5c526fcc3325070d5", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47", + "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47", "shasum": "" }, "require": { - "ext-filter": "*", "ext-json": "*", "ext-mbstring": "*", - "php": "^8.1.2" + "php": "^7.4 || ^8.0" }, "require-dev": { - "doctrine/collections": "^2.1.4", + "ext-curl": "*", "ext-dom": "*", - "ext-xdebug": "*", - "friendsofphp/php-cs-fixer": "^v3.22.0", - "phpbench/phpbench": "^1.2.15", - "phpstan/phpstan": "^1.10.50", - "phpstan/phpstan-deprecation-rules": "^1.1.4", - "phpstan/phpstan-phpunit": "^1.3.15", - "phpstan/phpstan-strict-rules": "^1.5.2", - "phpunit/phpunit": "^10.5.3", - "symfony/var-dumper": "^6.4.0" + "friendsofphp/php-cs-fixer": "^v3.4.0", + "phpstan/phpstan": "^1.3.0", + "phpstan/phpstan-phpunit": "^1.0.0", + "phpstan/phpstan-strict-rules": "^1.1.0", + "phpunit/phpunit": "^9.5.11" }, "suggest": { - "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", + "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" }, "type": "library", @@ -21141,20 +18402,20 @@ "type": "github" } ], - "time": "2023-12-29T07:34:53+00:00" + "time": "2022-01-04T00:13:07+00:00" }, { "name": "league/oauth2-client", - "version": "2.7.0", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-client.git", - "reference": "160d6274b03562ebeb55ed18399281d8118b76c8" + "reference": "2334c249907190c132364f5dae0287ab8666aa19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8", - "reference": "160d6274b03562ebeb55ed18399281d8118b76c8", + "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19", + "reference": "2334c249907190c132364f5dae0287ab8666aa19", "shasum": "" }, "require": { @@ -21209,9 +18470,9 @@ ], "support": { "issues": "https://github.com/thephpleague/oauth2-client/issues", - "source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0" + "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1" }, - "time": "2023-04-16T18:19:15+00:00" + "time": "2021-12-22T16:42:49+00:00" }, { "name": "league/oauth2-facebook", @@ -21271,24 +18532,26 @@ }, { "name": "masterminds/html5", - "version": "2.8.1", + "version": "2.7.6", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf" + "reference": "897eb517a343a2281f11bc5556d6548db7d93947" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf", - "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", + "reference": "897eb517a343a2281f11bc5556d6548db7d93947", "shasum": "" }, "require": { + "ext-ctype": "*", "ext-dom": "*", + "ext-libxml": "*", "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8" + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" }, "type": "library", "extra": { @@ -21332,82 +18595,31 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.8.1" + "source": "https://github.com/Masterminds/html5-php/tree/2.7.6" }, - "time": "2023-05-10T11:58:31+00:00" - }, - { - "name": "mck89/peast", - "version": "v1.15.4", - "source": { - "type": "git", - "url": "https://github.com/mck89/peast.git", - "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mck89/peast/zipball/1df4dc28a6b5bb7ab117ab073c1712256e954e18", - "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.15.4-dev" - } - }, - "autoload": { - "psr-4": { - "Peast\\": "lib/Peast/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Marco Marchiò", - "email": "marco.mm89@gmail.com" - } - ], - "description": "Peast is PHP library that generates AST for JavaScript code", - "support": { - "issues": "https://github.com/mck89/peast/issues", - "source": "https://github.com/mck89/peast/tree/v1.15.4" - }, - "time": "2023-08-12T08:29:29+00:00" + "time": "2022-08-18T16:18:26+00:00" }, { "name": "mf2/mf2", - "version": "v0.5.0", + "version": "0.4.6", "source": { "type": "git", "url": "https://github.com/microformats/php-mf2.git", - "reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50" + "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/microformats/php-mf2/zipball/ddc56de6be62ed4a21f569de9b80e17af678ca50", - "reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50", + "url": "https://api.github.com/repos/microformats/php-mf2/zipball/00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23", + "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23", "shasum": "" }, "require": { - "php": ">=5.6.0" + "php": ">=5.4.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7", - "mf2/tests": "dev-master#e9e2b905821ba0a5b59dab1a8eaf40634ce9cd49", - "phpcompatibility/php-compatibility": "^9.3", - "phpunit/phpunit": "^5.7", - "squizlabs/php_codesniffer": "^3.6.2" + "mf2/tests": "@dev", + "phpdocumentor/phpdocumentor": "v2.8.4", + "phpunit/phpunit": "4.8.*" }, "suggest": { "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you", @@ -21443,22 +18655,22 @@ ], "support": { "issues": "https://github.com/microformats/php-mf2/issues", - "source": "https://github.com/microformats/php-mf2/tree/v0.5.0" + "source": "https://github.com/microformats/php-mf2/tree/master" }, - "time": "2022-02-10T01:05:27+00:00" + "time": "2018-08-24T14:47:04+00:00" }, { "name": "mikehaertl/php-shellcommand", - "version": "1.7.0", + "version": "1.6.4", "source": { "type": "git", "url": "https://github.com/mikehaertl/php-shellcommand.git", - "reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545" + "reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/e79ea528be155ffdec6f3bf1a4a46307bb49e545", - "reference": "e79ea528be155ffdec6f3bf1a4a46307bb49e545", + "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/3488d7803df1e8f1a343d3d0ca452d527ad8d5e5", + "reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5", "shasum": "" }, "require": { @@ -21489,104 +18701,9 @@ ], "support": { "issues": "https://github.com/mikehaertl/php-shellcommand/issues", - "source": "https://github.com/mikehaertl/php-shellcommand/tree/1.7.0" + "source": "https://github.com/mikehaertl/php-shellcommand/tree/1.6.4" }, - "time": "2023-04-19T08:25:22+00:00" - }, - { - "name": "mikehaertl/php-tmpfile", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/mikehaertl/php-tmpfile.git", - "reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mikehaertl/php-tmpfile/zipball/70a5b70b17bc0d9666388e6a551ecc93d0b40a10", - "reference": "70a5b70b17bc0d9666388e6a551ecc93d0b40a10", - "shasum": "" - }, - "require-dev": { - "php": ">=5.3.0", - "phpunit/phpunit": ">4.0 <=9.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "mikehaertl\\tmp\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Härtl", - "email": "haertl.mike@gmail.com" - } - ], - "description": "A convenience class for temporary files", - "keywords": [ - "files" - ], - "support": { - "issues": "https://github.com/mikehaertl/php-tmpfile/issues", - "source": "https://github.com/mikehaertl/php-tmpfile/tree/1.2.1" - }, - "time": "2021-03-01T18:26:25+00:00" - }, - { - "name": "mikehaertl/phpwkhtmltopdf", - "version": "2.5.0", - "source": { - "type": "git", - "url": "https://github.com/mikehaertl/phpwkhtmltopdf.git", - "reference": "17ee71341591415d942774eda2c98d8ba7ea9e90" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mikehaertl/phpwkhtmltopdf/zipball/17ee71341591415d942774eda2c98d8ba7ea9e90", - "reference": "17ee71341591415d942774eda2c98d8ba7ea9e90", - "shasum": "" - }, - "require": { - "mikehaertl/php-shellcommand": "^1.5.0", - "mikehaertl/php-tmpfile": "^1.2.1", - "php": ">=5.0.0" - }, - "require-dev": { - "phpunit/phpunit": ">4.0 <9.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "mikehaertl\\wkhtmlto\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Haertl", - "email": "haertl.mike@gmail.com" - } - ], - "description": "A slim PHP wrapper around wkhtmltopdf with an easy to use and clean OOP interface", - "homepage": "http://mikehaertl.github.com/phpwkhtmltopdf/", - "keywords": [ - "pdf", - "wkhtmltoimage", - "wkhtmltopdf" - ], - "support": { - "issues": "https://github.com/mikehaertl/phpwkhtmltopdf/issues", - "source": "https://github.com/mikehaertl/phpwkhtmltopdf/tree/2.5.0" - }, - "time": "2021-03-01T19:41:06+00:00" + "time": "2021-03-17T06:54:33+00:00" }, { "name": "mkalkbrenner/php-htmldiff-advanced", @@ -21629,245 +18746,6 @@ }, "time": "2016-07-25T17:07:32+00:00" }, - { - "name": "mpdf/mpdf", - "version": "v8.2.2", - "source": { - "type": "git", - "url": "https://github.com/mpdf/mpdf.git", - "reference": "596a87b876d7793be7be060a8ac13424de120dd5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mpdf/mpdf/zipball/596a87b876d7793be7be060a8ac13424de120dd5", - "reference": "596a87b876d7793be7be060a8ac13424de120dd5", - "shasum": "" - }, - "require": { - "ext-gd": "*", - "ext-mbstring": "*", - "mpdf/psr-http-message-shim": "^1.0 || ^2.0", - "mpdf/psr-log-aware-trait": "^2.0 || ^3.0", - "myclabs/deep-copy": "^1.7", - "paragonie/random_compat": "^1.4|^2.0|^9.99.99", - "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", - "psr/http-message": "^1.0 || ^2.0", - "psr/log": "^1.0 || ^2.0 || ^3.0", - "setasign/fpdi": "^2.1" - }, - "require-dev": { - "mockery/mockery": "^1.3.0", - "mpdf/qrcode": "^1.1.0", - "squizlabs/php_codesniffer": "^3.5.0", - "tracy/tracy": "~2.5", - "yoast/phpunit-polyfills": "^1.0" - }, - "suggest": { - "ext-bcmath": "Needed for generation of some types of barcodes", - "ext-xml": "Needed mainly for SVG manipulation", - "ext-zlib": "Needed for compression of embedded resources, such as fonts" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "Mpdf\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-only" - ], - "authors": [ - { - "name": "Matěj Humpál", - "role": "Developer, maintainer" - }, - { - "name": "Ian Back", - "role": "Developer (retired)" - } - ], - "description": "PHP library generating PDF files from UTF-8 encoded HTML", - "homepage": "https://mpdf.github.io", - "keywords": [ - "pdf", - "php", - "utf-8" - ], - "support": { - "docs": "http://mpdf.github.io", - "issues": "https://github.com/mpdf/mpdf/issues", - "source": "https://github.com/mpdf/mpdf" - }, - "funding": [ - { - "url": "https://www.paypal.me/mpdf", - "type": "custom" - } - ], - "time": "2023-11-07T13:52:14+00:00" - }, - { - "name": "mpdf/psr-http-message-shim", - "version": "v2.0.1", - "source": { - "type": "git", - "url": "https://github.com/mpdf/psr-http-message-shim.git", - "reference": "f25a0153d645e234f9db42e5433b16d9b113920f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mpdf/psr-http-message-shim/zipball/f25a0153d645e234f9db42e5433b16d9b113920f", - "reference": "f25a0153d645e234f9db42e5433b16d9b113920f", - "shasum": "" - }, - "require": { - "psr/http-message": "^2.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Mpdf\\PsrHttpMessageShim\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mark Dorison", - "email": "mark@chromatichq.com" - }, - { - "name": "Kristofer Widholm", - "email": "kristofer@chromatichq.com" - }, - { - "name": "Nigel Cunningham", - "email": "nigel.cunningham@technocrat.com.au" - } - ], - "description": "Shim to allow support of different psr/message versions.", - "support": { - "issues": "https://github.com/mpdf/psr-http-message-shim/issues", - "source": "https://github.com/mpdf/psr-http-message-shim/tree/v2.0.1" - }, - "time": "2023-10-02T14:34:03+00:00" - }, - { - "name": "mpdf/psr-log-aware-trait", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/mpdf/psr-log-aware-trait.git", - "reference": "a633da6065e946cc491e1c962850344bb0bf3e78" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mpdf/psr-log-aware-trait/zipball/a633da6065e946cc491e1c962850344bb0bf3e78", - "reference": "a633da6065e946cc491e1c962850344bb0bf3e78", - "shasum": "" - }, - "require": { - "psr/log": "^3.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Mpdf\\PsrLogAwareTrait\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mark Dorison", - "email": "mark@chromatichq.com" - }, - { - "name": "Kristofer Widholm", - "email": "kristofer@chromatichq.com" - } - ], - "description": "Trait to allow support of different psr/log versions.", - "support": { - "issues": "https://github.com/mpdf/psr-log-aware-trait/issues", - "source": "https://github.com/mpdf/psr-log-aware-trait/tree/v3.0.0" - }, - "time": "2023-05-03T06:19:36+00:00" - }, - { - "name": "mtdowling/jmespath.php", - "version": "2.7.0", - "source": { - "type": "git", - "url": "https://github.com/jmespath/jmespath.php.git", - "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b", - "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b", - "shasum": "" - }, - "require": { - "php": "^7.2.5 || ^8.0", - "symfony/polyfill-mbstring": "^1.17" - }, - "require-dev": { - "composer/xdebug-handler": "^3.0.3", - "phpunit/phpunit": "^8.5.33" - }, - "bin": [ - "bin/jp.php" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7-dev" - } - }, - "autoload": { - "files": [ - "src/JmesPath.php" - ], - "psr-4": { - "JmesPath\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Graham Campbell", - "email": "hello@gjcampbell.co.uk", - "homepage": "https://github.com/GrahamCampbell" - }, - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - } - ], - "description": "Declaratively specify how to extract elements from a JSON document", - "keywords": [ - "json", - "jsonpath" - ], - "support": { - "issues": "https://github.com/jmespath/jmespath.php/issues", - "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0" - }, - "time": "2023-08-25T10:54:48+00:00" - }, { "name": "mtownsend/xml-to-array", "version": "2.0.0", @@ -21921,77 +18799,18 @@ }, "time": "2021-02-27T22:39:18+00:00" }, - { - "name": "myclabs/deep-copy", - "version": "1.11.1", - "source": { - "type": "git", - "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", - "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" - }, - "require-dev": { - "doctrine/collections": "^1.6.8", - "doctrine/common": "^2.13.3 || ^3.2.2", - "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" - }, - "type": "library", - "autoload": { - "files": [ - "src/DeepCopy/deep_copy.php" - ], - "psr-4": { - "DeepCopy\\": "src/DeepCopy/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Create deep copies (clones) of your objects", - "keywords": [ - "clone", - "copy", - "duplicate", - "object", - "object graph" - ], - "support": { - "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" - }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", - "type": "tidelift" - } - ], - "time": "2023-03-08T13:26:56+00:00" - }, { "name": "nikic/php-parser", - "version": "v4.18.0", + "version": "v4.15.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" + "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", - "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", + "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", "shasum": "" }, "require": { @@ -22032,9 +18851,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2" }, - "time": "2023-12-10T21:03:43+00:00" + "time": "2022-11-12T15:38:23+00:00" }, { "name": "p3k/http", @@ -22338,16 +19157,16 @@ }, { "name": "p3k/xray", - "version": "v1.13.0", + "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/aaronpk/XRay.git", - "reference": "ea1f054bdc1e1008fc064d7cb3d44352992eb03b" + "reference": "3e63e841bf723b8decfa6d05049687a53c35698a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aaronpk/XRay/zipball/ea1f054bdc1e1008fc064d7cb3d44352992eb03b", - "reference": "ea1f054bdc1e1008fc064d7cb3d44352992eb03b", + "url": "https://api.github.com/repos/aaronpk/XRay/zipball/3e63e841bf723b8decfa6d05049687a53c35698a", + "reference": "3e63e841bf723b8decfa6d05049687a53c35698a", "shasum": "" }, "require": { @@ -22356,7 +19175,7 @@ "ezyang/htmlpurifier": "^4.10", "indieweb/link-rel-parser": "^0.1.0", "masterminds/html5": "^2.3", - "mf2/mf2": "^0.4||^0.5", + "mf2/mf2": "^0.4", "p3k/http": "^0.1.0", "p3k/picofeed": "^0.1.0", "p3k/timezone": "^0.1.0" @@ -22384,76 +19203,9 @@ "homepage": "https://github.com/aaronpk/XRay", "support": { "issues": "https://github.com/aaronpk/XRay/issues", - "source": "https://github.com/aaronpk/XRay/tree/v1.13.0" + "source": "https://github.com/aaronpk/XRay/tree/v1.12.0" }, - "time": "2024-02-02T15:26:02+00:00" - }, - { - "name": "paragonie/constant_time_encoding", - "version": "v2.6.3", - "source": { - "type": "git", - "url": "https://github.com/paragonie/constant_time_encoding.git", - "reference": "58c3f47f650c94ec05a151692652a868995d2938" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", - "reference": "58c3f47f650c94ec05a151692652a868995d2938", - "shasum": "" - }, - "require": { - "php": "^7|^8" - }, - "require-dev": { - "phpunit/phpunit": "^6|^7|^8|^9", - "vimeo/psalm": "^1|^2|^3|^4" - }, - "type": "library", - "autoload": { - "psr-4": { - "ParagonIE\\ConstantTime\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com", - "role": "Maintainer" - }, - { - "name": "Steve 'Sc00bz' Thomas", - "email": "steve@tobtu.com", - "homepage": "https://www.tobtu.com", - "role": "Original Developer" - } - ], - "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", - "keywords": [ - "base16", - "base32", - "base32_decode", - "base32_encode", - "base64", - "base64_decode", - "base64_encode", - "bin2hex", - "encoding", - "hex", - "hex2bin", - "rfc4648" - ], - "support": { - "email": "info@paragonie.com", - "issues": "https://github.com/paragonie/constant_time_encoding/issues", - "source": "https://github.com/paragonie/constant_time_encoding" - }, - "time": "2022-06-14T06:56:20+00:00" + "time": "2022-01-28T16:45:47+00:00" }, { "name": "paragonie/random_compat", @@ -22638,22 +19390,21 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.14", + "version": "v1.10.11", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32" + "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32", - "reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d", + "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d", "shasum": "" }, "require": { "pear/console_getopt": "~1.4", - "pear/pear_exception": "~1.0", - "php": ">=5.4" + "pear/pear_exception": "~1.0" }, "replace": { "rsky/pear-core-min": "self.version" @@ -22683,7 +19434,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2023-11-26T16:15:38+00:00" + "time": "2021-08-10T22:31:03+00:00" }, { "name": "pear/pear_exception", @@ -22744,200 +19495,6 @@ }, "time": "2021-03-21T15:43:46+00:00" }, - { - "name": "phenx/php-font-lib", - "version": "0.5.6", - "source": { - "type": "git", - "url": "https://github.com/dompdf/php-font-lib.git", - "reference": "a1681e9793040740a405ac5b189275059e2a9863" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863", - "reference": "a1681e9793040740a405ac5b189275059e2a9863", - "shasum": "" - }, - "require": { - "ext-mbstring": "*" - }, - "require-dev": { - "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6" - }, - "type": "library", - "autoload": { - "psr-4": { - "FontLib\\": "src/FontLib" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1-or-later" - ], - "authors": [ - { - "name": "Fabien Ménager", - "email": "fabien.menager@gmail.com" - } - ], - "description": "A library to read, parse, export and make subsets of different types of font files.", - "homepage": "https://github.com/PhenX/php-font-lib", - "support": { - "issues": "https://github.com/dompdf/php-font-lib/issues", - "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6" - }, - "time": "2024-01-29T14:45:26+00:00" - }, - { - "name": "phenx/php-svg-lib", - "version": "0.5.2", - "source": { - "type": "git", - "url": "https://github.com/dompdf/php-svg-lib.git", - "reference": "732faa9fb4309221e2bd9b2fda5de44f947133aa" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/732faa9fb4309221e2bd9b2fda5de44f947133aa", - "reference": "732faa9fb4309221e2bd9b2fda5de44f947133aa", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": "^7.1 || ^8.0", - "sabberworm/php-css-parser": "^8.4" - }, - "require-dev": { - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Svg\\": "src/Svg" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], - "authors": [ - { - "name": "Fabien Ménager", - "email": "fabien.menager@gmail.com" - } - ], - "description": "A library to read, parse and export to PDF SVG files.", - "homepage": "https://github.com/PhenX/php-svg-lib", - "support": { - "issues": "https://github.com/dompdf/php-svg-lib/issues", - "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.2" - }, - "time": "2024-02-07T12:49:40+00:00" - }, - { - "name": "phootwork/collection", - "version": "v3.2.2", - "source": { - "type": "git", - "url": "https://github.com/phootwork/collection.git", - "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phootwork/collection/zipball/46dde20420fba17766c89200bc3ff91d3e58eafa", - "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa", - "shasum": "" - }, - "require": { - "phootwork/lang": "^3.0", - "php": ">=8.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "phootwork\\collection\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Thomas Gossmann", - "homepage": "http://gos.si" - } - ], - "description": "The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.", - "homepage": "https://phootwork.github.io/collection/", - "keywords": [ - "Array object", - "Text object", - "collection", - "collections", - "json", - "list", - "map", - "queue", - "set", - "stack", - "xml" - ], - "support": { - "issues": "https://github.com/phootwork/phootwork/issues", - "source": "https://github.com/phootwork/collection/tree/v3.2.2" - }, - "time": "2022-08-27T12:51:24+00:00" - }, - { - "name": "phootwork/lang", - "version": "v3.2.2", - "source": { - "type": "git", - "url": "https://github.com/phootwork/lang.git", - "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phootwork/lang/zipball/baaf154ae7d521ebeee5e89105f5b12b0f234597", - "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597", - "shasum": "" - }, - "require": { - "php": ">=8.0", - "symfony/polyfill-mbstring": "^1.12", - "symfony/polyfill-php81": "^1.22" - }, - "type": "library", - "autoload": { - "psr-4": { - "phootwork\\lang\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Thomas Gossmann", - "homepage": "http://gos.si" - } - ], - "description": "Missing PHP language constructs", - "homepage": "https://phootwork.github.io/lang/", - "keywords": [ - "array", - "comparator", - "comparison", - "string" - ], - "support": { - "issues": "https://github.com/phootwork/phootwork/issues", - "source": "https://github.com/phootwork/lang/tree/v3.2.2" - }, - "time": "2023-05-26T05:37:59+00:00" - }, { "name": "phpcollection/phpcollection", "version": "0.6.0", @@ -22995,24 +19552,24 @@ }, { "name": "phpoption/phpoption", - "version": "1.9.2", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820" + "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820", - "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", + "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" + "bamarni/composer-bin-plugin": "^1.8", + "phpunit/phpunit": "^8.5.28 || ^9.5.21" }, "type": "library", "extra": { @@ -23054,7 +19611,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.2" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.0" }, "funding": [ { @@ -23066,88 +19623,36 @@ "type": "tidelift" } ], - "time": "2023-11-12T21:59:55+00:00" - }, - { - "name": "phpowermove/docblock", - "version": "v4.0", - "source": { - "type": "git", - "url": "https://github.com/phpowermove/docblock.git", - "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpowermove/docblock/zipball/a73f6e17b7d4e1b92ca5378c248c952c9fae7826", - "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826", - "shasum": "" - }, - "require": { - "phootwork/collection": "^3.0", - "phootwork/lang": "^3.0", - "php": ">=8.0" - }, - "require-dev": { - "phootwork/php-cs-fixer-config": "^0.4", - "phpunit/phpunit": "^9.0", - "psalm/phar": "^4.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "phpowermove\\docblock\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Thomas Gossmann", - "homepage": "http://gos.si" - } - ], - "description": "PHP Docblock parser and generator. An API to read and write Docblocks.", - "keywords": [ - "docblock", - "generator", - "parser" - ], - "support": { - "issues": "https://github.com/phpowermove/docblock/issues", - "source": "https://github.com/phpowermove/docblock/tree/v4.0" - }, - "time": "2021-09-22T16:57:06+00:00" + "time": "2022-07-30T15:51:26+00:00" }, { "name": "phpseclib/phpseclib", - "version": "3.0.35", + "version": "2.0.39", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "4b1827beabce71953ca479485c0ae9c51287f2fe" + "reference": "f3a0e2b715c40cf1fd270d444901b63311725d63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4b1827beabce71953ca479485c0ae9c51287f2fe", - "reference": "4b1827beabce71953ca479485c0ae9c51287f2fe", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f3a0e2b715c40cf1fd270d444901b63311725d63", + "reference": "f3a0e2b715c40cf1fd270d444901b63311725d63", "shasum": "" }, "require": { - "paragonie/constant_time_encoding": "^1|^2", - "paragonie/random_compat": "^1.4|^2.0|^9.99.99", - "php": ">=5.6.1" + "php": ">=5.3.3" }, "require-dev": { - "phpunit/phpunit": "*" + "phing/phing": "~2.7", + "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", + "squizlabs/php_codesniffer": "~2.0" }, "suggest": { - "ext-dom": "Install the DOM extension to load XML formatted public keys.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", - "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.", + "ext-xml": "Install the XML extension to load XML formatted public keys." }, "type": "library", "autoload": { @@ -23155,7 +19660,7 @@ "phpseclib/bootstrap.php" ], "psr-4": { - "phpseclib3\\": "phpseclib/" + "phpseclib\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -23212,7 +19717,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/3.0.35" + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.39" }, "funding": [ { @@ -23228,7 +19733,7 @@ "type": "tidelift" } ], - "time": "2023-12-29T01:59:53+00:00" + "time": "2022-10-24T10:49:03+00:00" }, { "name": "platformsh/client", @@ -23319,60 +19824,22 @@ }, "time": "2021-10-20T20:12:14+00:00" }, - { - "name": "politsin/jquery-ui-touch-punch", - "version": "1.0", - "source": { - "type": "git", - "url": "https://github.com/politsin/jquery-ui-touch-punch.git", - "reference": "2fe375e05821e267f0f3c0e063197f5c406896dd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/politsin/jquery-ui-touch-punch/zipball/2fe375e05821e267f0f3c0e063197f5c406896dd", - "reference": "2fe375e05821e267f0f3c0e063197f5c406896dd", - "shasum": "" - }, - "type": "drupal-library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dave Furfero", - "email": "furf@furf.com" - } - ], - "description": "Extension to jQuery UI for mobile touch event support.", - "homepage": "http://touchpunch.furf.com/", - "keywords": [ - "gestures", - "mobile", - "touch" - ], - "support": { - "issues": "https://github.com/politsin/jquery-ui-touch-punch/issues", - "source": "https://github.com/politsin/jquery-ui-touch-punch/tree/1.0" - }, - "time": "2020-12-15T10:26:18+00:00" - }, { "name": "psr/cache", - "version": "3.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", - "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { - "php": ">=8.0.0" + "php": ">=5.3.0" }, "type": "library", "extra": { @@ -23392,7 +19859,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", @@ -23402,81 +19869,28 @@ "psr-6" ], "support": { - "source": "https://github.com/php-fig/cache/tree/3.0.0" + "source": "https://github.com/php-fig/cache/tree/master" }, - "time": "2021-02-03T23:26:27+00:00" - }, - { - "name": "psr/clock", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/clock.git", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", - "shasum": "" - }, - "require": { - "php": "^7.0 || ^8.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Psr\\Clock\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for reading the clock.", - "homepage": "https://github.com/php-fig/clock", - "keywords": [ - "clock", - "now", - "psr", - "psr-20", - "time" - ], - "support": { - "issues": "https://github.com/php-fig/clock/issues", - "source": "https://github.com/php-fig/clock/tree/1.0.0" - }, - "time": "2022-11-25T14:36:26+00:00" + "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/container", - "version": "2.0.2", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", - "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" @@ -23503,129 +19917,27 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/2.0.2" + "source": "https://github.com/php-fig/container/tree/1.1.2" }, - "time": "2021-11-05T16:47:00+00:00" - }, - { - "name": "psr/event-dispatcher", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/php-fig/event-dispatcher.git", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", - "shasum": "" - }, - "require": { - "php": ">=7.2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\EventDispatcher\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Standard interfaces for event handling.", - "keywords": [ - "events", - "psr", - "psr-14" - ], - "support": { - "issues": "https://github.com/php-fig/event-dispatcher/issues", - "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" - }, - "time": "2019-01-08T18:20:26+00:00" - }, - { - "name": "psr/http-client", - "version": "1.0.3", - "source": { - "type": "git", - "url": "https://github.com/php-fig/http-client.git", - "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", - "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", - "shasum": "" - }, - "require": { - "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Http\\Client\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" - } - ], - "description": "Common interface for HTTP clients", - "homepage": "https://github.com/php-fig/http-client", - "keywords": [ - "http", - "http-client", - "psr", - "psr-18" - ], - "support": { - "source": "https://github.com/php-fig/http-client" - }, - "time": "2023-09-23T14:17:50+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/http-factory", - "version": "1.0.2", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "e616d01114759c4c489f93b099585439f795fe35" + "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", - "reference": "e616d01114759c4c489f93b099585439f795fe35", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "shasum": "" }, "require": { "php": ">=7.0.0", - "psr/http-message": "^1.0 || ^2.0" + "psr/http-message": "^1.0" }, "type": "library", "extra": { @@ -23645,7 +19957,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", @@ -23660,31 +19972,31 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/1.0.2" + "source": "https://github.com/php-fig/http-factory/tree/master" }, - "time": "2023-04-10T20:10:41+00:00" + "time": "2019-04-30T12:38:16+00:00" }, { "name": "psr/http-message", - "version": "2.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", - "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { @@ -23699,7 +20011,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -23713,36 +20025,36 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/2.0" + "source": "https://github.com/php-fig/http-message/tree/master" }, - "time": "2023-04-04T09:54:51+00:00" + "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", - "version": "3.0.0", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { - "php": ">=8.0.0" + "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "src" + "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", @@ -23763,31 +20075,31 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" + "source": "https://github.com/php-fig/log/tree/1.1.4" }, - "time": "2021-07-14T16:46:02+00:00" + "time": "2021-05-03T11:20:27+00:00" }, { "name": "psy/psysh", - "version": "v0.12.0", + "version": "v0.11.9", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d" + "reference": "1acec99d6684a54ff92f8b548a4e41b566963778" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d", - "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/1acec99d6684a54ff92f8b548a4e41b566963778", + "reference": "1acec99d6684a54ff92f8b548a4e41b566963778", "shasum": "" }, "require": { "ext-json": "*", "ext-tokenizer": "*", - "nikic/php-parser": "^5.0 || ^4.0", - "php": "^8.0 || ^7.4", - "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4", - "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4" + "nikic/php-parser": "^4.0 || ^3.1", + "php": "^8.0 || ^7.0.8", + "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", + "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" }, "conflict": { "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" @@ -23798,7 +20110,8 @@ "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well." + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." }, "bin": [ "bin/psysh" @@ -23806,11 +20119,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.12.x-dev" - }, - "bamarni-bin": { - "bin-links": false, - "forward-command": false + "dev-main": "0.11.x-dev" } }, "autoload": { @@ -23842,9 +20151,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.0" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.9" }, - "time": "2023-12-20T15:28:09+00:00" + "time": "2022-11-06T15:29:46+00:00" }, { "name": "ralouphie/getallheaders", @@ -23890,230 +20199,26 @@ }, "time": "2019-03-08T08:55:37+00:00" }, - { - "name": "sabberworm/php-css-parser", - "version": "v8.5.1", - "source": { - "type": "git", - "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git", - "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/4a3d572b0f8b28bb6fd016ae8bbfc445facef152", - "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152", - "shasum": "" - }, - "require": { - "ext-iconv": "*", - "php": ">=5.6.20" - }, - "require-dev": { - "phpunit/phpunit": "^5.7.27" - }, - "suggest": { - "ext-mbstring": "for parsing UTF-8 CSS" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "9.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Sabberworm\\CSS\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Raphael Schweikert" - }, - { - "name": "Oliver Klee", - "email": "github@oliverklee.de" - }, - { - "name": "Jake Hotson", - "email": "jake.github@qzdesign.co.uk" - } - ], - "description": "Parser for CSS Files written in PHP", - "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser", - "keywords": [ - "css", - "parser", - "stylesheet" - ], - "support": { - "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues", - "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.5.1" - }, - "time": "2024-02-15T16:41:13+00:00" - }, - { - "name": "sebastian/diff", - "version": "4.0.5", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", - "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.3", - "symfony/process": "^4.2 || ^5" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - } - ], - "description": "Diff implementation", - "homepage": "https://github.com/sebastianbergmann/diff", - "keywords": [ - "diff", - "udiff", - "unidiff", - "unified diff" - ], - "support": { - "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-05-07T05:35:17+00:00" - }, - { - "name": "setasign/fpdi", - "version": "v2.6.0", - "source": { - "type": "git", - "url": "https://github.com/Setasign/FPDI.git", - "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6db878129ec6c7e141316ee71872923e7f1b7ad", - "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad", - "shasum": "" - }, - "require": { - "ext-zlib": "*", - "php": "^5.6 || ^7.0 || ^8.0" - }, - "conflict": { - "setasign/tfpdf": "<1.31" - }, - "require-dev": { - "phpunit/phpunit": "~5.7", - "setasign/fpdf": "~1.8.6", - "setasign/tfpdf": "~1.33", - "squizlabs/php_codesniffer": "^3.5", - "tecnickcom/tcpdf": "~6.2" - }, - "suggest": { - "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured." - }, - "type": "library", - "autoload": { - "psr-4": { - "setasign\\Fpdi\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jan Slabon", - "email": "jan.slabon@setasign.com", - "homepage": "https://www.setasign.com" - }, - { - "name": "Maximilian Kresse", - "email": "maximilian.kresse@setasign.com", - "homepage": "https://www.setasign.com" - } - ], - "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.", - "homepage": "https://www.setasign.com/fpdi", - "keywords": [ - "fpdf", - "fpdi", - "pdf" - ], - "support": { - "issues": "https://github.com/Setasign/FPDI/issues", - "source": "https://github.com/Setasign/FPDI/tree/v2.6.0" - }, - "funding": [ - { - "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi", - "type": "tidelift" - } - ], - "time": "2023-12-11T16:03:32+00:00" - }, { "name": "simshaun/recurr", - "version": "v5.0.2", + "version": "v4.0.5", "source": { "type": "git", "url": "https://github.com/simshaun/recurr.git", - "reference": "1aff62e6e0ee875b3f2487352542605123ee9172" + "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simshaun/recurr/zipball/1aff62e6e0ee875b3f2487352542605123ee9172", - "reference": "1aff62e6e0ee875b3f2487352542605123ee9172", + "url": "https://api.github.com/repos/simshaun/recurr/zipball/08b0b46879f598cd11dd42b4c1a9c221a0562749", + "reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749", "shasum": "" }, "require": { - "doctrine/collections": "~1.6||^2.0", - "php": "^7.2||^8.0" + "doctrine/collections": "~1.3", + "php": ">=5.5.0" }, "require-dev": { - "phpunit/phpunit": "^8.5.16", - "symfony/yaml": "^5.3" + "phpunit/phpunit": "~5.7" }, "type": "library", "extra": { @@ -24148,39 +20253,98 @@ ], "support": { "issues": "https://github.com/simshaun/recurr/issues", - "source": "https://github.com/simshaun/recurr/tree/v5.0.2" + "source": "https://github.com/simshaun/recurr/tree/v4.0.5" }, - "time": "2023-09-26T20:31:33+00:00" + "time": "2021-03-25T23:00:49+00:00" }, { - "name": "softcreatr/jsonpath", - "version": "0.8.3", + "name": "squizlabs/php_codesniffer", + "version": "3.7.1", "source": { "type": "git", - "url": "https://github.com/SoftCreatR/JSONPath.git", - "reference": "fc12dee0b46f3fa3a175c4051dbab60984acef4b" + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SoftCreatR/JSONPath/zipball/fc12dee0b46f3fa3a175c4051dbab60984acef4b", - "reference": "fc12dee0b46f3fa3a175c4051dbab60984acef4b", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", "shasum": "" }, "require": { - "ext-json": "*", - "php": ">=8.0" - }, - "replace": { - "flow/jsonpath": "*" + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^9.6", - "roave/security-advisories": "dev-latest" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards" + ], + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2022-06-18T07:21:10+00:00" + }, + { + "name": "stack/builder", + "version": "v1.0.6", + "source": { + "type": "git", + "url": "https://github.com/stackphp/builder.git", + "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", + "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", + "shasum": "" + }, + "require": { + "php": ">=7.2.0", + "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0", + "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0" + }, + "require-dev": { + "phpunit/phpunit": "~8.0", + "symfony/routing": "^5.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, "autoload": { - "psr-4": { - "Flow\\JSONPath\\": "src/" + "psr-0": { + "Stack": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -24189,54 +20353,36 @@ ], "authors": [ { - "name": "Stephen Frank", - "email": "stephen@flowsa.com", - "homepage": "https://prismaticbytes.com", - "role": "Developer" - }, - { - "name": "Sascha Greuel", - "email": "hello@1-2.dev", - "homepage": "https://1-2.dev", - "role": "Developer" + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" } ], - "description": "JSONPath implementation for parsing, searching and flattening arrays", + "description": "Builder for stack middleware based on HttpKernelInterface.", + "keywords": [ + "stack" + ], "support": { - "email": "hello@1-2.dev", - "forum": "https://github.com/SoftCreatR/JSONPath/discussions", - "issues": "https://github.com/SoftCreatR/JSONPath/issues", - "source": "https://github.com/SoftCreatR/JSONPath" + "issues": "https://github.com/stackphp/builder/issues", + "source": "https://github.com/stackphp/builder/tree/v1.0.6" }, - "funding": [ - { - "url": "https://ecologi.com/softcreatr?r=61212ab3fc69b8eb8a2014f4", - "type": "custom" - }, - { - "url": "https://github.com/softcreatr", - "type": "github" - } - ], - "time": "2023-08-17T20:14:00+00:00" + "time": "2020-01-30T12:17:27+00:00" }, { "name": "stella-maris/clock", - "version": "0.1.7", + "version": "0.1.6", "source": { "type": "git", "url": "https://github.com/stella-maris-solutions/clock.git", - "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8" + "reference": "a94228dac03c9a8411198ce8c8dacbbe99c930c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8", - "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8", + "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/a94228dac03c9a8411198ce8c8dacbbe99c930c3", + "reference": "a94228dac03c9a8411198ce8c8dacbbe99c930c3", "shasum": "" }, "require": { - "php": "^7.0|^8.0", - "psr/clock": "^1.0" + "php": "^7.0|^8.0" }, "type": "library", "autoload": { @@ -24263,9 +20409,10 @@ "psr20" ], "support": { - "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7" + "issues": "https://github.com/stella-maris-solutions/clock/issues", + "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.6" }, - "time": "2022-11-25T16:15:06+00:00" + "time": "2022-09-27T15:03:11+00:00" }, { "name": "stripe/stripe-php", @@ -24328,48 +20475,113 @@ "time": "2022-05-05T17:18:02+00:00" }, { - "name": "symfony/console", - "version": "v6.4.3", + "name": "symfony-cmf/routing", + "version": "2.3.4", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e" + "url": "https://github.com/symfony-cmf/Routing.git", + "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e", - "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e", + "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", + "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^2.5|^3", - "symfony/string": "^5.4|^6.0|^7.0" - }, - "conflict": { - "symfony/dependency-injection": "<5.4", - "symfony/dotenv": "<5.4", - "symfony/event-dispatcher": "<5.4", - "symfony/lock": "<5.4", - "symfony/process": "<5.4" - }, - "provide": { - "psr/log-implementation": "1.0|2.0|3.0" + "php": "^7.2 || ^8.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "symfony/http-kernel": "^4.4 || ^5.0", + "symfony/routing": "^4.4 || ^5.0" }, "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/event-dispatcher": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/lock": "^5.4|^6.0|^7.0", - "symfony/messenger": "^5.4|^6.0|^7.0", - "symfony/process": "^5.4|^6.0|^7.0", - "symfony/stopwatch": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" + "symfony-cmf/testing": "^3@dev", + "symfony/config": "^4.4 || ^5.0", + "symfony/dependency-injection": "^4.4 || ^5.0", + "symfony/event-dispatcher": "^4.4 || ^5.0", + "symfony/phpunit-bridge": "^5.0" + }, + "suggest": { + "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Cmf\\Component\\Routing\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony CMF Community", + "homepage": "https://github.com/symfony-cmf/Routing/contributors" + } + ], + "description": "Extends the Symfony routing component for dynamic routes and chaining several routers", + "homepage": "http://cmf.symfony.com", + "keywords": [ + "database", + "routing" + ], + "support": { + "issues": "https://github.com/symfony-cmf/Routing/issues", + "source": "https://github.com/symfony-cmf/Routing/tree/2.3.4" + }, + "time": "2021-11-08T16:33:10+00:00" + }, + { + "name": "symfony/console", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "8e70c1cab07ac641b885ce80385b9824a293c623" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/8e70c1cab07ac641b885ce80385b9824a293c623", + "reference": "8e70c1cab07ac641b885ce80385b9824a293c623", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "psr/log": ">=3", + "symfony/dependency-injection": "<3.4", + "symfony/event-dispatcher": "<4.3|>=5", + "symfony/lock": "<4.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/log": "^1|^2", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/event-dispatcher": "^4.3", + "symfony/lock": "^4.4|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^4.3|^5.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" }, "type": "library", "autoload": { @@ -24396,14 +20608,8 @@ ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", - "keywords": [ - "cli", - "command-line", - "console", - "terminal" - ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.3" + "source": "https://github.com/symfony/console/tree/v4.4.48" }, "funding": [ { @@ -24419,29 +20625,36 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2022-10-26T16:02:45+00:00" }, { - "name": "symfony/css-selector", - "version": "v6.4.3", + "name": "symfony/debug", + "version": "v4.4.44", "source": { "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229" + "url": "https://github.com/symfony/debug.git", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/ee0f7ed5cf298cc019431bb3b3977ebc52b86229", - "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=7.1.3", + "psr/log": "^1|^2|^3" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\CssSelector\\": "" + "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -24456,19 +20669,15 @@ "name": "Fabien Potencier", "email": "fabien@symfony.com" }, - { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" - }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Converts CSS selectors to XPath expressions", + "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.4.3" + "source": "https://github.com/symfony/debug/tree/v4.4.44" }, "funding": [ { @@ -24484,44 +20693,50 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.4.3", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "6871811c5a5c5e180244ddb689746446db02c05b" + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6871811c5a5c5e180244ddb689746446db02c05b", - "reference": "6871811c5a5c5e180244ddb689746446db02c05b", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", "shasum": "" }, "require": { - "php": ">=8.1", - "psr/container": "^1.1|^2.0", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/service-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^6.2.10|^7.0" + "php": ">=7.1.3", + "psr/container": "^1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { - "ext-psr": "<1.1|>=2", - "symfony/config": "<6.1", - "symfony/finder": "<5.4", - "symfony/proxy-manager-bridge": "<6.3", - "symfony/yaml": "<5.4" + "symfony/config": "<4.3|>=5.0", + "symfony/finder": "<3.4", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<4.4.26" }, "provide": { - "psr/container-implementation": "1.1|2.0", - "symfony/service-implementation": "1.1|2.0|3.0" + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" }, "require-dev": { - "symfony/config": "^6.1|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/yaml": "^5.4|^6.0|^7.0" + "symfony/config": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/yaml": "^4.4.26|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" }, "type": "library", "autoload": { @@ -24549,7 +20764,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.4.3" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" }, "funding": [ { @@ -24565,29 +20780,29 @@ "type": "tidelift" } ], - "time": "2024-01-30T08:32:12+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.4.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -24616,7 +20831,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "funding": [ { @@ -24632,106 +20847,32 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" - }, - { - "name": "symfony/dom-crawler", - "version": "v6.4.3", - "source": { - "type": "git", - "url": "https://github.com/symfony/dom-crawler.git", - "reference": "6db31849011fefe091e94d0bb10cba26f7919894" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6db31849011fefe091e94d0bb10cba26f7919894", - "reference": "6db31849011fefe091e94d0bb10cba26f7919894", - "shasum": "" - }, - "require": { - "masterminds/html5": "^2.6", - "php": ">=8.1", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0" - }, - "require-dev": { - "symfony/css-selector": "^5.4|^6.0|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\DomCrawler\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Eases DOM navigation for HTML and XML documents", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v6.4.3" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/error-handler", - "version": "v6.4.3", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6" + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/6dc3c76a278b77f01d864a6005d640822c6f26a6", - "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=7.1.3", "psr/log": "^1|^2|^3", - "symfony/var-dumper": "^5.4|^6.0|^7.0" - }, - "conflict": { - "symfony/deprecation-contracts": "<2.5", - "symfony/http-kernel": "<6.4" + "symfony/debug": "^4.4.5", + "symfony/var-dumper": "^4.4|^5.0" }, "require-dev": { - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/serializer": "^5.4|^6.0|^7.0" + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" }, - "bin": [ - "Resources/bin/patch-type-declarations" - ], "type": "library", "autoload": { "psr-4": { @@ -24758,7 +20899,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.4.3" + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" }, "funding": [ { @@ -24774,43 +20915,47 @@ "type": "tidelift" } ], - "time": "2024-01-29T15:40:36+00:00" + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v6.4.3", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef" + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae9d3a6f3003a6caf56acd7466d8d52378d44fef", - "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/event-dispatcher-contracts": "^2.5|^3" + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1", + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "symfony/dependency-injection": "<5.4", - "symfony/service-contracts": "<2.5" + "symfony/dependency-injection": "<3.4" }, "provide": { "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "2.0|3.0" + "symfony/event-dispatcher-implementation": "1.1" }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/error-handler": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^5.4|^6.0|^7.0", - "symfony/service-contracts": "^2.5|^3", - "symfony/stopwatch": "^5.4|^6.0|^7.0" + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "~3.4|~4.4", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" }, "type": "library", "autoload": { @@ -24838,7 +20983,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.3" + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" }, "funding": [ { @@ -24854,30 +20999,33 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.4.0", + "version": "v1.1.13", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "a76aed96a42d2b521153fb382d418e30d18b59df" + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df", - "reference": "a76aed96a42d2b521153fb382d418e30d18b59df", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", "shasum": "" }, "require": { - "php": ">=8.1", - "psr/event-dispatcher": "^1" + "php": ">=7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "1.1-dev" }, "thanks": { "name": "symfony/contracts", @@ -24914,7 +21062,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" }, "funding": [ { @@ -24930,26 +21078,27 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2022-01-02T09:41:36+00:00" }, { "name": "symfony/filesystem", - "version": "v6.4.3", + "version": "v5.4.13", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb" + "reference": "ac09569844a9109a5966b9438fc29113ce77cf51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb", - "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51", + "reference": "ac09569844a9109a5966b9438fc29113ce77cf51", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8" + "symfony/polyfill-mbstring": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -24977,7 +21126,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.3" + "source": "https://github.com/symfony/filesystem/tree/v5.4.13" }, "funding": [ { @@ -24993,27 +21142,27 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2022-09-21T19:53:16+00:00" }, { "name": "symfony/finder", - "version": "v6.4.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "11d736e97f116ac375a81f96e662911a34cd50ce" + "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce", - "reference": "11d736e97f116ac375a81f96e662911a34cd50ce", + "url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709", + "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { - "symfony/filesystem": "^6.0|^7.0" + "symfony/filesystem": "^6.0" }, "type": "library", "autoload": { @@ -25041,7 +21190,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.0" + "source": "https://github.com/symfony/finder/tree/v6.1.3" }, "funding": [ { @@ -25057,40 +21206,109 @@ "type": "tidelift" } ], - "time": "2023-10-31T17:30:12+00:00" + "time": "2022-07-29T07:42:06+00:00" }, { - "name": "symfony/http-foundation", - "version": "v6.4.3", + "name": "symfony/http-client-contracts", + "version": "v2.5.2", "source": { "type": "git", - "url": "https://github.com/symfony/http-foundation.git", - "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9" + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5677bdf7cade4619cb17fc9e1e7b31ec392244a9", - "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php83": "^1.27" + "php": ">=7.2.5" }, - "conflict": { - "symfony/cache": "<6.3" + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-04-12T15:48:08+00:00" + }, + { + "name": "symfony/http-foundation", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/mime": "^4.3|^5.0", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "doctrine/dbal": "^2.13.1|^3|^4", - "predis/predis": "^1.1|^2.0", - "symfony/cache": "^6.3|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0", - "symfony/mime": "^5.4|^6.0|^7.0", - "symfony/rate-limiter": "^5.4|^6.0|^7.0" + "predis/predis": "~1.0", + "symfony/expression-language": "^3.4|^4.0|^5.0" }, "type": "library", "autoload": { @@ -25118,7 +21336,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.4.3" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.48" }, "funding": [ { @@ -25134,76 +21352,67 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2022-10-12T09:40:54+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.4.3", + "version": "v4.4.48", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2" + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9c6ec4e543044f7568a53a76ab1484ecd30637a2", - "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a6d5229dd9466e046674baad8449ad92ee24eddd", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd", "shasum": "" }, "require": { - "php": ">=8.1", - "psr/log": "^1|^2|^3", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/error-handler": "^6.4|^7.0", - "symfony/event-dispatcher": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/polyfill-ctype": "^1.8" + "php": ">=7.1.3", + "psr/log": "^1|^2", + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-client-contracts": "^1.1|^2", + "symfony/http-foundation": "^4.4.30|^5.3.7", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "symfony/browser-kit": "<5.4", - "symfony/cache": "<5.4", - "symfony/config": "<6.1", - "symfony/console": "<5.4", - "symfony/dependency-injection": "<6.4", - "symfony/doctrine-bridge": "<5.4", - "symfony/form": "<5.4", - "symfony/http-client": "<5.4", - "symfony/http-client-contracts": "<2.5", - "symfony/mailer": "<5.4", - "symfony/messenger": "<5.4", - "symfony/translation": "<5.4", - "symfony/translation-contracts": "<2.5", - "symfony/twig-bridge": "<5.4", - "symfony/validator": "<6.4", - "symfony/var-dumper": "<6.3", - "twig/twig": "<2.13" + "symfony/browser-kit": "<4.3", + "symfony/config": "<3.4", + "symfony/console": ">=5", + "symfony/dependency-injection": "<4.3", + "symfony/translation": "<4.2", + "twig/twig": "<1.43|<2.13,>=2" }, "provide": { - "psr/log-implementation": "1.0|2.0|3.0" + "psr/log-implementation": "1.0|2.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^5.4|^6.0|^7.0", - "symfony/clock": "^6.2|^7.0", - "symfony/config": "^6.1|^7.0", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/css-selector": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/dom-crawler": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", - "symfony/http-client-contracts": "^2.5|^3", - "symfony/process": "^5.4|^6.0|^7.0", - "symfony/property-access": "^5.4.5|^6.0.5|^7.0", - "symfony/routing": "^5.4|^6.0|^7.0", - "symfony/serializer": "^6.3|^7.0", - "symfony/stopwatch": "^5.4|^6.0|^7.0", - "symfony/translation": "^5.4|^6.0|^7.0", - "symfony/translation-contracts": "^2.5|^3", - "symfony/uid": "^5.4|^6.0|^7.0", - "symfony/validator": "^6.4|^7.0", - "symfony/var-exporter": "^6.2|^7.0", - "twig/twig": "^2.13|^3.0.4" + "symfony/browser-kit": "^4.3|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^4.3|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" }, "type": "library", "autoload": { @@ -25231,7 +21440,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.4.3" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.48" }, "funding": [ { @@ -25247,123 +21456,42 @@ "type": "tidelift" } ], - "time": "2024-01-31T07:21:29+00:00" - }, - { - "name": "symfony/mailer", - "version": "v6.4.3", - "source": { - "type": "git", - "url": "https://github.com/symfony/mailer.git", - "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/74412c62f88a85a41b61f0b71ab0afcaad6f03ee", - "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee", - "shasum": "" - }, - "require": { - "egulias/email-validator": "^2.1.10|^3|^4", - "php": ">=8.1", - "psr/event-dispatcher": "^1", - "psr/log": "^1|^2|^3", - "symfony/event-dispatcher": "^5.4|^6.0|^7.0", - "symfony/mime": "^6.2|^7.0", - "symfony/service-contracts": "^2.5|^3" - }, - "conflict": { - "symfony/http-client-contracts": "<2.5", - "symfony/http-kernel": "<5.4", - "symfony/messenger": "<6.2", - "symfony/mime": "<6.2", - "symfony/twig-bridge": "<6.2.1" - }, - "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/http-client": "^5.4|^6.0|^7.0", - "symfony/messenger": "^6.2|^7.0", - "symfony/twig-bridge": "^6.2|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Mailer\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Helps sending emails", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/mailer/tree/v6.4.3" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-01-29T15:01:07+00:00" + "time": "2022-10-28T16:49:22+00:00" }, { "name": "symfony/mime", - "version": "v6.4.3", + "version": "v5.4.13", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "5017e0a9398c77090b7694be46f20eb796262a34" + "reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/5017e0a9398c77090b7694be46f20eb796262a34", - "reference": "5017e0a9398c77090b7694be46f20eb796262a34", + "url": "https://api.github.com/repos/symfony/mime/zipball/bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd", + "reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0" + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.16" }, "conflict": { "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<5.4", - "symfony/serializer": "<6.3.2" + "symfony/mailer": "<4.4" }, "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1|^4", - "league/html-to-markdown": "^5.0", + "egulias/email-validator": "^2.1.10|^3.1", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/property-access": "^5.4|^6.0|^7.0", - "symfony/property-info": "^5.4|^6.0|^7.0", - "symfony/serializer": "^6.3.2|^7.0" + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/property-access": "^4.4|^5.1|^6.0", + "symfony/property-info": "^4.4|^5.1|^6.0", + "symfony/serializer": "^5.2|^6.0" }, "type": "library", "autoload": { @@ -25395,7 +21523,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.4.3" + "source": "https://github.com/symfony/mime/tree/v5.4.13" }, "funding": [ { @@ -25411,20 +21539,20 @@ "type": "tidelift" } ], - "time": "2024-01-30T08:32:12+00:00" + "time": "2022-09-01T18:18:29+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.28.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" + "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", + "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { @@ -25439,7 +21567,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.28-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -25477,7 +21605,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" }, "funding": [ { @@ -25493,20 +21621,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2021-10-20T20:35:02+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.28.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1" + "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6de50471469b8c9afc38164452ab2b6170ee71c1", - "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f1aed619e28cb077fc83fac8c4c0383578356e40", + "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40", "shasum": "" }, "require": { @@ -25521,7 +21649,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.28-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -25560,7 +21688,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.25.0" }, "funding": [ { @@ -25576,20 +21704,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2022-01-04T09:04:05+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.28.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "875e90aeea2777b6f135677f618529449334a612" + "reference": "511a08c03c1960e08a883f4cffcacd219b758354" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", - "reference": "875e90aeea2777b6f135677f618529449334a612", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", + "reference": "511a08c03c1960e08a883f4cffcacd219b758354", "shasum": "" }, "require": { @@ -25601,7 +21729,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.28-dev" + "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", @@ -25641,7 +21769,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" }, "funding": [ { @@ -25657,20 +21785,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.28.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "ecaafce9f77234a6a449d29e49267ba10499116d" + "reference": "749045c69efb97c70d25d7463abba812e91f3a44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d", - "reference": "ecaafce9f77234a6a449d29e49267ba10499116d", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", + "reference": "749045c69efb97c70d25d7463abba812e91f3a44", "shasum": "" }, "require": { @@ -25684,7 +21812,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.28-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -25728,7 +21856,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" }, "funding": [ { @@ -25744,20 +21872,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:30:37+00:00" + "time": "2021-09-14T14:02:44+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.28.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", - "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", "shasum": "" }, "require": { @@ -25769,7 +21897,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.28-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -25812,7 +21940,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0" }, "funding": [ { @@ -25828,20 +21956,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.28.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "42292d99c55abe617799667f454222c54c60e229" + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", - "reference": "42292d99c55abe617799667f454222c54c60e229", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "shasum": "" }, "require": { @@ -25856,7 +21984,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.28-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -25895,7 +22023,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" }, "funding": [ { @@ -25911,20 +22039,20 @@ "type": "tidelift" } ], - "time": "2023-07-28T09:04:16+00:00" + "time": "2021-11-30T18:21:41+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.29.0", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" + "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", + "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", "shasum": "" }, "require": { @@ -25932,6 +22060,9 @@ }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -25968,7 +22099,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" }, "funding": [ { @@ -25984,20 +22115,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { - "name": "symfony/polyfill-php80", - "version": "v1.29.0", + "name": "symfony/polyfill-php73", + "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "shasum": "" }, "require": { @@ -26005,6 +22136,88 @@ }, "type": "library", "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.25.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -26048,7 +22261,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" }, "funding": [ { @@ -26064,180 +22277,25 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" - }, - { - "name": "symfony/polyfill-php81", - "version": "v1.29.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-01-29T20:11:03+00:00" - }, - { - "name": "symfony/polyfill-php83", - "version": "v1.28.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11", - "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11", - "shasum": "" - }, - "require": { - "php": ">=7.1", - "symfony/polyfill-php80": "^1.14" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php83\\": "" - }, - "classmap": [ - "Resources/stubs" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2023-08-16T06:22:46+00:00" + "time": "2022-03-04T08:16:47+00:00" }, { "name": "symfony/process", - "version": "v6.4.3", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "31642b0818bfcff85930344ef93193f8c607e0a3" + "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/31642b0818bfcff85930344ef93193f8c607e0a3", - "reference": "31642b0818bfcff85930344ef93193f8c607e0a3", + "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", + "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -26265,7 +22323,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.3" + "source": "https://github.com/symfony/process/tree/v4.4.44" }, "funding": [ { @@ -26281,42 +22339,46 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2022-06-27T13:16:42+00:00" }, { "name": "symfony/psr-http-message-bridge", - "version": "v6.4.3", + "version": "v2.1.3", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "49cfb0223ec64379f7154214dcc1f7c46f3c7a47" + "reference": "d444f85dddf65c7e57c58d8e5b3a4dbb593b1840" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/49cfb0223ec64379f7154214dcc1f7c46f3c7a47", - "reference": "49cfb0223ec64379f7154214dcc1f7c46f3c7a47", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/d444f85dddf65c7e57c58d8e5b3a4dbb593b1840", + "reference": "d444f85dddf65c7e57c58d8e5b3a4dbb593b1840", "shasum": "" }, "require": { - "php": ">=8.1", - "psr/http-message": "^1.0|^2.0", - "symfony/http-foundation": "^5.4|^6.0|^7.0" - }, - "conflict": { - "php-http/discovery": "<1.15", - "symfony/http-kernel": "<6.2" + "php": ">=7.1", + "psr/http-message": "^1.0", + "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { "nyholm/psr7": "^1.1", - "php-http/discovery": "^1.15", - "psr/log": "^1.1.4|^2|^3", - "symfony/browser-kit": "^5.4|^6.0|^7.0", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/event-dispatcher": "^5.4|^6.0|^7.0", - "symfony/framework-bundle": "^6.2|^7.0", - "symfony/http-kernel": "^6.2|^7.0" + "psr/log": "^1.1 || ^2 || ^3", + "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0", + "symfony/config": "^4.4 || ^5.0 || ^6.0", + "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0", + "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.4@dev || ^6.0" + }, + "suggest": { + "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" }, "type": "symfony-bridge", + "extra": { + "branch-alias": { + "dev-main": "2.1-dev" + } + }, "autoload": { "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" @@ -26336,11 +22398,11 @@ }, { "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "homepage": "http://symfony.com/contributors" } ], "description": "PSR HTTP message bridge", - "homepage": "https://symfony.com", + "homepage": "http://symfony.com", "keywords": [ "http", "http-message", @@ -26348,7 +22410,8 @@ "psr-7" ], "support": { - "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.3" + "issues": "https://github.com/symfony/psr-http-message-bridge/issues", + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.3" }, "funding": [ { @@ -26364,40 +22427,46 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2022-09-05T10:34:54+00:00" }, { "name": "symfony/routing", - "version": "v6.4.3", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842" + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/3b2957ad54902f0f544df83e3d58b38d7e8e5842", - "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3" + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "doctrine/annotations": "<1.12", - "symfony/config": "<6.2", - "symfony/dependency-injection": "<5.4", - "symfony/yaml": "<5.4" + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" }, "require-dev": { - "doctrine/annotations": "^1.12|^2", + "doctrine/annotations": "^1.10.4", "psr/log": "^1|^2|^3", - "symfony/config": "^6.2|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^5.4|^6.0|^7.0", - "symfony/yaml": "^5.4|^6.0|^7.0" + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" }, "type": "library", "autoload": { @@ -26431,7 +22500,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.4.3" + "source": "https://github.com/symfony/routing/tree/v4.4.44" }, "funding": [ { @@ -26447,61 +22516,57 @@ "type": "tidelift" } ], - "time": "2024-01-30T13:55:02+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/serializer", - "version": "v6.4.3", + "version": "v4.4.47", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "51a06ee93c4d5ab5b9edaa0635d8b83953e3c14d" + "reference": "6e01d63c55657930a6de03d6e36aae50af98888d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/51a06ee93c4d5ab5b9edaa0635d8b83953e3c14d", - "reference": "51a06ee93c4d5ab5b9edaa0635d8b83953e3c14d", + "url": "https://api.github.com/repos/symfony/serializer/zipball/6e01d63c55657930a6de03d6e36aae50af98888d", + "reference": "6e01d63c55657930a6de03d6e36aae50af98888d", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-ctype": "~1.8" + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "doctrine/annotations": "<1.12", - "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<1.4.0", - "symfony/dependency-injection": "<5.4", - "symfony/property-access": "<5.4", - "symfony/property-info": "<5.4.24|>=6,<6.2.11", - "symfony/uid": "<5.4", - "symfony/validator": "<6.4", - "symfony/yaml": "<5.4" + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", + "symfony/dependency-injection": "<3.4", + "symfony/property-access": "<3.4", + "symfony/property-info": "<3.4", + "symfony/yaml": "<3.4" }, "require-dev": { - "doctrine/annotations": "^1.12|^2", + "doctrine/annotations": "^1.10.4", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", - "seld/jsonlint": "^1.10", - "symfony/cache": "^5.4|^6.0|^7.0", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/error-handler": "^5.4|^6.0|^7.0", - "symfony/filesystem": "^5.4|^6.0|^7.0", - "symfony/form": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/messenger": "^5.4|^6.0|^7.0", - "symfony/mime": "^5.4|^6.0|^7.0", - "symfony/property-access": "^5.4.26|^6.3|^7.0", - "symfony/property-info": "^5.4.24|^6.2.11|^7.0", - "symfony/translation-contracts": "^2.5|^3", - "symfony/uid": "^5.4|^6.0|^7.0", - "symfony/validator": "^6.4|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0", - "symfony/var-exporter": "^5.4|^6.0|^7.0", - "symfony/yaml": "^5.4|^6.0|^7.0" + "symfony/cache": "^3.4|^4.0|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "^4.4|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/property-access": "^4.4.36|^5.3.13", + "symfony/property-info": "^3.4.13|~4.0|^5.0", + "symfony/validator": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping.", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "For using the XML mapping loader.", + "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", + "symfony/property-access": "For using the ObjectNormalizer.", + "symfony/property-info": "To deserialize relations.", + "symfony/yaml": "For using the default YAML mapping loader." }, "type": "library", "autoload": { @@ -26529,7 +22594,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.4.3" + "source": "https://github.com/symfony/serializer/tree/v4.4.47" }, "funding": [ { @@ -26545,33 +22610,37 @@ "type": "tidelift" } ], - "time": "2024-01-30T08:32:12+00:00" + "time": "2022-09-19T08:38:33+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.4.1", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", - "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "shasum": "" }, "require": { - "php": ">=8.1", - "psr/container": "^1.1|^2.0" + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, + "suggest": { + "symfony/service-implementation": "" + }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -26581,10 +22650,7 @@ "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" - }, - "exclude-from-classmap": [ - "/Test/" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -26611,7 +22677,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.4.1" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" }, "funding": [ { @@ -26627,20 +22693,20 @@ "type": "tidelift" } ], - "time": "2023-12-26T14:02:43+00:00" + "time": "2022-05-30T19:17:29+00:00" }, { "name": "symfony/string", - "version": "v6.4.3", + "version": "v6.1.7", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "7a14736fb179876575464e4658fce0c304e8c15b" + "reference": "823f143370880efcbdfa2dbca946b3358c4707e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/7a14736fb179876575464e4658fce0c304e8c15b", - "reference": "7a14736fb179876575464e4658fce0c304e8c15b", + "url": "https://api.github.com/repos/symfony/string/zipball/823f143370880efcbdfa2dbca946b3358c4707e5", + "reference": "823f143370880efcbdfa2dbca946b3358c4707e5", "shasum": "" }, "require": { @@ -26651,14 +22717,13 @@ "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/translation-contracts": "<2.5" + "symfony/translation-contracts": "<2.0" }, "require-dev": { - "symfony/error-handler": "^5.4|^6.0|^7.0", - "symfony/http-client": "^5.4|^6.0|^7.0", - "symfony/intl": "^6.2|^7.0", - "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^5.4|^6.0|^7.0" + "symfony/error-handler": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/translation-contracts": "^2.0|^3.0", + "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -26697,7 +22762,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.3" + "source": "https://github.com/symfony/string/tree/v6.1.7" }, "funding": [ { @@ -26713,29 +22778,121 @@ "type": "tidelift" } ], - "time": "2024-01-25T09:26:29+00:00" + "time": "2022-10-10T09:34:31+00:00" }, { - "name": "symfony/translation-contracts", - "version": "v3.4.1", + "name": "symfony/translation", + "version": "v4.4.47", "source": { "type": "git", - "url": "https://github.com/symfony/translation-contracts.git", - "reference": "06450585bf65e978026bda220cdebca3f867fde7" + "url": "https://github.com/symfony/translation.git", + "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7", - "reference": "06450585bf65e978026bda220cdebca3f867fde7", + "url": "https://api.github.com/repos/symfony/translation/zipball/45036b1d53accc48fe9bab71ccd86d57eba0dd94", + "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/translation-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<3.4", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "symfony/translation-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/finder": "~2.8|~3.0|~4.0|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/intl": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1.2|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Translation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to internationalize your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/translation/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/translation-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/translation-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -26745,10 +22902,7 @@ "autoload": { "psr-4": { "Symfony\\Contracts\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Test/" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -26775,7 +22929,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2" }, "funding": [ { @@ -26791,59 +22945,69 @@ "type": "tidelift" } ], - "time": "2023-12-26T14:02:43+00:00" + "time": "2022-06-27T16:58:25+00:00" }, { "name": "symfony/validator", - "version": "v6.4.3", + "version": "v4.4.48", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "9c1d8bb4edce5304fcefca7923741085f1ca5b60" + "reference": "54781a4c41efbd283b779110bf8ae7f263737775" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/9c1d8bb4edce5304fcefca7923741085f1ca5b60", - "reference": "9c1d8bb4edce5304fcefca7923741085f1ca5b60", + "url": "https://api.github.com/repos/symfony/validator/zipball/54781a4c41efbd283b779110bf8ae7f263737775", + "reference": "54781a4c41efbd283b779110bf8ae7f263737775", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", + "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php83": "^1.27", - "symfony/translation-contracts": "^2.5|^3" + "symfony/polyfill-php80": "^1.16", + "symfony/translation-contracts": "^1.1|^2" }, "conflict": { - "doctrine/annotations": "<1.13", "doctrine/lexer": "<1.1", - "symfony/dependency-injection": "<5.4", - "symfony/expression-language": "<5.4", - "symfony/http-kernel": "<5.4", - "symfony/intl": "<5.4", - "symfony/property-info": "<5.4", - "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3|>=7.0,<7.0.3", - "symfony/yaml": "<5.4" + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4", + "symfony/intl": "<4.3", + "symfony/translation": ">=5.0", + "symfony/yaml": "<3.4" }, "require-dev": { - "doctrine/annotations": "^1.13|^2", - "egulias/email-validator": "^2.1.10|^3|^4", - "symfony/cache": "^5.4|^6.0|^7.0", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/expression-language": "^5.4|^6.0|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", - "symfony/http-client": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^5.4|^6.0|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/intl": "^5.4|^6.0|^7.0", - "symfony/mime": "^5.4|^6.0|^7.0", - "symfony/property-access": "^5.4|^6.0|^7.0", - "symfony/property-info": "^5.4|^6.0|^7.0", - "symfony/translation": "^5.4.35|~6.3.12|^6.4.3|^7.0.3", - "symfony/yaml": "^5.4|^6.0|^7.0" + "doctrine/annotations": "^1.10.4", + "doctrine/cache": "^1.0|^2.0", + "egulias/email-validator": "^2.1.10|^3", + "symfony/cache": "^3.4|^4.0|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.3|^5.0", + "symfony/http-foundation": "^4.1|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/intl": "^4.3|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the mapping cache.", + "symfony/config": "", + "symfony/expression-language": "For using the Expression validator", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For accessing properties within comparison constraints", + "symfony/property-info": "To automatically add NotNull and Type constraints", + "symfony/translation": "For translating validation errors.", + "symfony/yaml": "" }, "type": "library", "autoload": { @@ -26871,7 +23035,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.4.3" + "source": "https://github.com/symfony/validator/tree/v4.4.48" }, "funding": [ { @@ -26887,39 +23051,43 @@ "type": "tidelift" } ], - "time": "2024-01-29T15:01:07+00:00" + "time": "2022-10-25T13:54:11+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.4.3", + "version": "v5.4.14", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "0435a08f69125535336177c29d56af3abc1f69da" + "reference": "6894d06145fefebd9a4c7272baa026a1c394a430" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0435a08f69125535336177c29d56af3abc1f69da", - "reference": "0435a08f69125535336177c29d56af3abc1f69da", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6894d06145fefebd9a4c7272baa026a1c394a430", + "reference": "6894d06145fefebd9a4c7272baa026a1c394a430", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-mbstring": "~1.0" + "php": ">=7.2.5", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "symfony/console": "<5.4" + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<4.4" }, "require-dev": { "ext-iconv": "*", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/error-handler": "^6.3|^7.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/process": "^5.4|^6.0|^7.0", - "symfony/uid": "^5.4|^6.0|^7.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/uid": "^5.1|^6.0", "twig/twig": "^2.13|^3.0.4" }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, "bin": [ "Resources/bin/var-dump-server" ], @@ -26956,7 +23124,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.4.3" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.14" }, "funding": [ { @@ -26972,111 +23140,35 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:53:30+00:00" - }, - { - "name": "symfony/var-exporter", - "version": "v6.4.3", - "source": { - "type": "git", - "url": "https://github.com/symfony/var-exporter.git", - "reference": "a8c12b5448a5ac685347f5eeb2abf6a571ec16b8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/a8c12b5448a5ac685347f5eeb2abf6a571ec16b8", - "reference": "a8c12b5448a5ac685347f5eeb2abf6a571ec16b8", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3" - }, - "require-dev": { - "symfony/var-dumper": "^5.4|^6.0|^7.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\VarExporter\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Allows exporting any serializable PHP data structure to plain PHP code", - "homepage": "https://symfony.com", - "keywords": [ - "clone", - "construct", - "export", - "hydrate", - "instantiate", - "lazy-loading", - "proxy", - "serialize" - ], - "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.4.3" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2022-10-07T08:01:20+00:00" }, { "name": "symfony/yaml", - "version": "v6.4.3", + "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "d75715985f0f94f978e3a8fa42533e10db921b90" + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90", - "reference": "d75715985f0f94f978e3a8fa42533e10db921b90", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-ctype": "^1.8" + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8" }, "conflict": { - "symfony/console": "<5.4" + "symfony/console": "<3.4" }, "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0" + "symfony/console": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" }, - "bin": [ - "Resources/bin/yaml-lint" - ], "type": "library", "autoload": { "psr-4": { @@ -27103,7 +23195,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.3" + "source": "https://github.com/symfony/yaml/tree/v4.4.45" }, "funding": [ { @@ -27119,100 +23211,28 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" - }, - { - "name": "tecnickcom/tcpdf", - "version": "6.6.5", - "source": { - "type": "git", - "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5fce932fcee4371865314ab7f6c0d85423c5c7ce", - "reference": "5fce932fcee4371865314ab7f6c0d85423c5c7ce", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "autoload": { - "classmap": [ - "config", - "include", - "tcpdf.php", - "tcpdf_parser.php", - "tcpdf_import.php", - "tcpdf_barcodes_1d.php", - "tcpdf_barcodes_2d.php", - "include/tcpdf_colors.php", - "include/tcpdf_filters.php", - "include/tcpdf_font_data.php", - "include/tcpdf_fonts.php", - "include/tcpdf_images.php", - "include/tcpdf_static.php", - "include/barcodes/datamatrix.php", - "include/barcodes/pdf417.php", - "include/barcodes/qrcode.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0-or-later" - ], - "authors": [ - { - "name": "Nicola Asuni", - "email": "info@tecnick.com", - "role": "lead" - } - ], - "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", - "homepage": "http://www.tcpdf.org/", - "keywords": [ - "PDFD32000-2008", - "TCPDF", - "barcodes", - "datamatrix", - "pdf", - "pdf417", - "qrcode" - ], - "support": { - "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.6.5" - }, - "funding": [ - { - "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", - "type": "custom" - } - ], - "time": "2023-09-06T15:09:26+00:00" + "time": "2022-08-02T15:47:23+00:00" }, { "name": "thinkshout/mailchimp-api-php", - "version": "v3.0.0", + "version": "v2.1.3", "source": { "type": "git", "url": "https://github.com/thinkshout/mailchimp-api-php.git", - "reference": "2fcd4b550f8c9b78b872bc922fafbcf6f6d39085" + "reference": "b402bd67308974cae6186b386957d910cd808f0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/2fcd4b550f8c9b78b872bc922fafbcf6f6d39085", - "reference": "2fcd4b550f8c9b78b872bc922fafbcf6f6d39085", + "url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/b402bd67308974cae6186b386957d910cd808f0d", + "reference": "b402bd67308974cae6186b386957d910cd808f0d", "shasum": "" }, "require": { - "guzzlehttp/guzzle": "^6.5.8|^7.4.5", + "guzzlehttp/guzzle": "^6.2.1|^7.0.0", "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^6.2.2|^7.0|^8.0|^9.0" + "phpunit/phpunit": "^6.2.2" }, "type": "library", "autoload": { @@ -27233,36 +23253,44 @@ ], "support": { "issues": "https://github.com/thinkshout/mailchimp-api-php/issues", - "source": "https://github.com/thinkshout/mailchimp-api-php/tree/v3.0.0" + "source": "https://github.com/thinkshout/mailchimp-api-php/tree/v2.1.3" }, - "time": "2023-05-26T21:57:04+00:00" + "time": "2021-12-29T19:57:45+00:00" }, { "name": "twig/twig", - "version": "v3.8.0", + "version": "v2.15.3", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d" + "reference": "ab402673db8746cb3a4c46f3869d6253699f614a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", - "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/ab402673db8746cb3a4c46f3869d6253699f614a", + "reference": "ab402673db8746cb3a4c46f3869d6253699f614a", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=7.1.3", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php80": "^1.22" + "symfony/polyfill-php72": "^1.8" }, "require-dev": { - "psr/container": "^1.0|^2.0", - "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0" + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.15-dev" + } + }, "autoload": { + "psr-0": { + "Twig_": "lib/" + }, "psr-4": { "Twig\\": "src/" } @@ -27295,7 +23323,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.8.0" + "source": "https://github.com/twigphp/Twig/tree/v2.15.3" }, "funding": [ { @@ -27307,35 +23335,140 @@ "type": "tidelift" } ], - "time": "2023-11-21T18:54:41+00:00" + "time": "2022-09-28T08:40:08+00:00" }, { - "name": "vlucas/phpdotenv", - "version": "v5.6.0", + "name": "twilio/sdk", + "version": "5.4.2", "source": { "type": "git", - "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4" + "url": "https://github.com/twilio/twilio-php.git", + "reference": "354b5859cc7386642b8842a8b9e3dee01e957235" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", - "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", + "url": "https://api.github.com/repos/twilio/twilio-php/zipball/354b5859cc7386642b8842a8b9e3dee01e957235", + "reference": "354b5859cc7386642b8842a8b9e3dee01e957235", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "apigen/apigen": "^4.1", + "phpunit/phpunit": "4.5.*" + }, + "type": "library", + "autoload": { + "psr-4": { + "Twilio\\": "Twilio/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Twilio API Team", + "email": "api@twilio.com" + } + ], + "description": "A PHP wrapper for Twilio's API", + "homepage": "http://github.com/twilio/twilio-php", + "keywords": [ + "api", + "sms", + "twilio" + ], + "support": { + "issues": "https://github.com/twilio/twilio-php/issues", + "source": "https://github.com/twilio/twilio-php/tree/5.4.2" + }, + "time": "2016-10-12T17:28:31+00:00" + }, + { + "name": "typo3/phar-stream-wrapper", + "version": "v3.1.7", + "source": { + "type": "git", + "url": "https://github.com/TYPO3/phar-stream-wrapper.git", + "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c", + "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": "^7.0 || ^8.0" + }, + "require-dev": { + "ext-xdebug": "*", + "phpspec/prophecy": "^1.10", + "symfony/phpunit-bridge": "^5.1" + }, + "suggest": { + "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "v3.x-dev" + } + }, + "autoload": { + "psr-4": { + "TYPO3\\PharStreamWrapper\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Interceptors for PHP's native phar:// stream handling", + "homepage": "https://typo3.org/", + "keywords": [ + "phar", + "php", + "security", + "stream-wrapper" + ], + "support": { + "issues": "https://github.com/TYPO3/phar-stream-wrapper/issues", + "source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.7" + }, + "time": "2021-09-20T19:19:13+00:00" + }, + { + "name": "vlucas/phpdotenv", + "version": "v5.5.0", + "source": { + "type": "git", + "url": "https://github.com/vlucas/phpdotenv.git", + "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", + "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", "shasum": "" }, "require": { "ext-pcre": "*", - "graham-campbell/result-type": "^1.1.2", - "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.2", - "symfony/polyfill-ctype": "^1.24", - "symfony/polyfill-mbstring": "^1.24", - "symfony/polyfill-php80": "^1.24" + "graham-campbell/result-type": "^1.0.2", + "php": "^7.1.3 || ^8.0", + "phpoption/phpoption": "^1.8", + "symfony/polyfill-ctype": "^1.23", + "symfony/polyfill-mbstring": "^1.23.1", + "symfony/polyfill-php80": "^1.23.1" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", + "bamarni/composer-bin-plugin": "^1.4.1", "ext-filter": "*", - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" + "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25" }, "suggest": { "ext-filter": "Required to use the boolean validator." @@ -27347,7 +23480,7 @@ "forward-command": true }, "branch-alias": { - "dev-master": "5.6-dev" + "dev-master": "5.5-dev" } }, "autoload": { @@ -27379,7 +23512,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0" }, "funding": [ { @@ -27391,73 +23524,7 @@ "type": "tidelift" } ], - "time": "2023-11-12T22:43:29+00:00" - }, - { - "name": "wa72/htmlpagedom", - "version": "v3.0.0", - "source": { - "type": "git", - "url": "https://github.com/wasinger/htmlpagedom.git", - "reference": "568a7379e66c3a8cf973885b7811900487f11fbb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/wasinger/htmlpagedom/zipball/568a7379e66c3a8cf973885b7811900487f11fbb", - "reference": "568a7379e66c3a8cf973885b7811900487f11fbb", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "php": "^8.0", - "symfony/css-selector": "^6", - "symfony/dom-crawler": "^6" - }, - "require-dev": { - "mikey179/vfsstream": "^1.6.10", - "phpunit/phpunit": "^9", - "scrutinizer/ocular": "^1.9", - "wa72/html-pretty-min": "~0.1" - }, - "suggest": { - "wa72/html-pretty-min": "Minify or indent HTML documents" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "Wa72\\HtmlPageDom\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Christoph Singer", - "email": "singer@webagentur72.de", - "homepage": "http://www.webagentur72.de" - } - ], - "description": "jQuery-inspired DOM manipulation extension for Symfony's Crawler", - "homepage": "http://github.com/wasinger/htmlpagedom", - "keywords": [ - "crawler", - "dom", - "html" - ], - "support": { - "issues": "https://github.com/wasinger/htmlpagedom/issues", - "source": "https://github.com/wasinger/htmlpagedom/tree/v3.0.0" - }, - "time": "2022-04-13T15:28:55+00:00" + "time": "2022-10-16T01:01:54+00:00" }, { "name": "webflo/drupal-finder", @@ -27565,16 +23632,16 @@ "packages-dev": [ { "name": "behat/behat", - "version": "v3.14.0", + "version": "v3.11.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340" + "reference": "a19c72c78eb0cdf7b7c4dabfeec9eb3a282728fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/2a3832d9cb853a794af3a576f9e524ae460f3340", - "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340", + "url": "https://api.github.com/repos/Behat/Behat/zipball/a19c72c78eb0cdf7b7c4dabfeec9eb3a282728fc", + "reference": "a19c72c78eb0cdf7b7c4dabfeec9eb3a282728fc", "shasum": "" }, "require": { @@ -27583,18 +23650,17 @@ "ext-mbstring": "*", "php": "^7.2 || ^8.0", "psr/container": "^1.0 || ^2.0", - "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0", - "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0", - "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0", - "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0 || ^7.0", - "symfony/translation": "^4.4 || ^5.0 || ^6.0 || ^7.0", - "symfony/yaml": "^4.4 || ^5.0 || ^6.0 || ^7.0" + "symfony/config": "^4.4 || ^5.0 || ^6.0", + "symfony/console": "^4.4 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", + "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0", + "symfony/translation": "^4.4 || ^5.0 || ^6.0", + "symfony/yaml": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { "herrera-io/box": "~1.6.1", - "phpspec/prophecy": "^1.15", "phpunit/phpunit": "^8.5 || ^9.0", - "symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/process": "^4.4 || ^5.0 || ^6.0", "vimeo/psalm": "^4.8" }, "suggest": { @@ -27646,9 +23712,9 @@ ], "support": { "issues": "https://github.com/Behat/Behat/issues", - "source": "https://github.com/Behat/Behat/tree/v3.14.0" + "source": "https://github.com/Behat/Behat/tree/v3.11.0" }, - "time": "2023-12-09T13:55:02+00:00" + "time": "2022-07-07T09:49:27+00:00" }, { "name": "behat/gherkin", @@ -27715,28 +23781,26 @@ }, { "name": "behat/mink", - "version": "v1.11.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "d8527fdf8785aad38455fb426af457ab9937aece" + "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece", - "reference": "d8527fdf8785aad38455fb426af457ab9937aece", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/19e58905632e7cfdc5b2bafb9b950a3521af32c5", + "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5", "shasum": "" }, "require": { "php": ">=7.2", - "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0" + "symfony/css-selector": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { - "phpstan/phpstan": "^1.10", - "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^8.5.22 || ^9.5.11", - "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0", - "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0" + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.4 || ^6.0" }, "suggest": { "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation", @@ -27775,9 +23839,130 @@ ], "support": { "issues": "https://github.com/minkphp/Mink/issues", - "source": "https://github.com/minkphp/Mink/tree/v1.11.0" + "source": "https://github.com/minkphp/Mink/tree/v1.10.0" }, - "time": "2023-12-09T11:23:23+00:00" + "time": "2022-03-28T14:22:43+00:00" + }, + { + "name": "behat/mink-browserkit-driver", + "version": "v1.4.1", + "source": { + "type": "git", + "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", + "reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/057926c9da452bac5bfcffb92eb4f3e1ce74dae9", + "reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9", + "shasum": "" + }, + "require": { + "behat/mink": "^1.7.1@dev", + "php": ">=5.4", + "symfony/browser-kit": "~2.3|~3.0|~4.0", + "symfony/dom-crawler": "~2.3|~3.0|~4.0" + }, + "require-dev": { + "mink/driver-testsuite": "dev-master", + "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5 || ^9.5", + "symfony/debug": "^2.7|^3.0|^4.0", + "symfony/http-kernel": "~2.3|~3.0|~4.0", + "yoast/phpunit-polyfills": "^1.0" + }, + "type": "mink-driver", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Mink\\Driver\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Symfony2 BrowserKit driver for Mink framework", + "homepage": "https://mink.behat.org/", + "keywords": [ + "Mink", + "Symfony2", + "browser", + "testing" + ], + "support": { + "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues", + "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v1.4.1" + }, + "time": "2021-12-10T14:17:06+00:00" + }, + { + "name": "behat/mink-goutte-driver", + "version": "v1.3.0", + "source": { + "type": "git", + "url": "https://github.com/minkphp/MinkGoutteDriver.git", + "reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8139f520f417c81bf9d2f9a171fff400f6adc9ea", + "reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea", + "shasum": "" + }, + "require": { + "behat/mink-browserkit-driver": "~1.2@dev", + "fabpot/goutte": "~1.0.4|~2.0|~3.1", + "php": ">=5.4" + }, + "require-dev": { + "mink/driver-testsuite": "dev-master" + }, + "type": "mink-driver", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Behat\\Mink\\Driver\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + } + ], + "description": "Goutte driver for Mink framework", + "homepage": "https://mink.behat.org/", + "keywords": [ + "browser", + "goutte", + "headless", + "testing" + ], + "support": { + "issues": "https://github.com/minkphp/MinkGoutteDriver/issues", + "source": "https://github.com/minkphp/MinkGoutteDriver/tree/v1.3.0" + }, + "time": "2021-10-12T11:35:46+00:00" }, { "name": "behat/transliterator", @@ -27830,20 +24015,20 @@ }, { "name": "drupal/upgrade_status", - "version": "4.0.0", + "version": "3.17.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "4.0.0" + "reference": "8.x-3.17" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.0.0.zip", - "reference": "4.0.0", - "shasum": "013afdb46a03c9db0119cb1ce60ca49631d64368" + "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.17.zip", + "reference": "8.x-3.17", + "shasum": "b7961c580b48f5ad4e6b711fdf4283cc0063a5b9" }, "require": { - "drupal/core": "^9 || ^10", + "drupal/core": "^8 || ^9", "mathieuviossat/arraytotexttable": "~1.0.0", "mglaman/phpstan-drupal": "^1.0.0", "nikic/php-parser": "^4.0.0", @@ -27854,8 +24039,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.0", - "datestamp": "1678815090", + "version": "8.x-3.17", + "datestamp": "1662479791", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -27904,24 +24089,82 @@ } }, { - "name": "laminas/laminas-servicemanager", - "version": "3.15.0", + "name": "fabpot/goutte", + "version": "v3.3.1", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "65910ef6a8066b0369fab77fbec9e030be59c866" + "url": "https://github.com/FriendsOfPHP/Goutte.git", + "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/65910ef6a8066b0369fab77fbec9e030be59c866", - "reference": "65910ef6a8066b0369fab77fbec9e030be59c866", + "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5", + "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.0", + "php": ">=7.1.3", + "symfony/browser-kit": "^4.4|^5.0", + "symfony/css-selector": "^4.4|^5.0", + "symfony/dom-crawler": "^4.4|^5.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^5.0" + }, + "type": "application", + "extra": { + "branch-alias": { + "dev-master": "3.3-dev" + } + }, + "autoload": { + "psr-4": { + "Goutte\\": "Goutte" + }, + "exclude-from-classmap": [ + "Goutte/Tests" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "A simple PHP Web Scraper", + "homepage": "https://github.com/FriendsOfPHP/Goutte", + "keywords": [ + "scraper" + ], + "support": { + "issues": "https://github.com/FriendsOfPHP/Goutte/issues", + "source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1" + }, + "time": "2020-11-01T09:30:18+00:00" + }, + { + "name": "laminas/laminas-servicemanager", + "version": "3.19.0", + "source": { + "type": "git", + "url": "https://github.com/laminas/laminas-servicemanager.git", + "reference": "ed160729bb8721127efdaac799f9a298963345b1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/ed160729bb8721127efdaac799f9a298963345b1", + "reference": "ed160729bb8721127efdaac799f9a298963345b1", "shasum": "" }, "require": { - "composer-plugin-api": "^2.0", "laminas/laminas-stdlib": "^3.2.1", - "php": "~7.4.0 || ~8.0.0 || ~8.1.0", - "psr/container": "^1.1 || ^2.0.2" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0", + "psr/container": "^1.0" }, "conflict": { "ext-psr": "*", @@ -27930,21 +24173,22 @@ "zendframework/zend-servicemanager": "*" }, "provide": { - "psr/container-implementation": "^1.1 || ^2.0" + "psr/container-implementation": "^1.0" }, "replace": { "container-interop/container-interop": "^1.2.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", - "laminas/laminas-container-config-test": "^0.6", - "mikey179/vfsstream": "^1.6.10@alpha", - "ocramius/proxy-manager": "^2.11", - "phpbench/phpbench": "^1.1", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5.5", + "composer/package-versions-deprecated": "^1.11.99.5", + "laminas/laminas-coding-standard": "~2.4.0", + "laminas/laminas-container-config-test": "^0.7", + "laminas/laminas-dependency-plugin": "^2.2", + "mikey179/vfsstream": "^1.6.11@alpha", + "ocramius/proxy-manager": "^2.14.1", + "phpbench/phpbench": "^1.2.6", + "phpunit/phpunit": "^9.5.25", "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.8" + "vimeo/psalm": "^4.28" }, "suggest": { "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" @@ -27991,7 +24235,7 @@ "type": "community_bridge" } ], - "time": "2022-07-18T21:18:56+00:00" + "time": "2022-10-10T20:59:22+00:00" }, { "name": "laminas/laminas-text", @@ -28104,37 +24348,37 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.2.7", + "version": "1.1.25", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "32f79fcf48c74532014248687ae3850581a22416" + "reference": "480245d5d0bd1858e01c43d738718dab85be0ad2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/32f79fcf48c74532014248687ae3850581a22416", - "reference": "32f79fcf48c74532014248687ae3850581a22416", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/480245d5d0bd1858e01c43d738718dab85be0ad2", + "reference": "480245d5d0bd1858e01c43d738718dab85be0ad2", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^1.10.56", - "phpstan/phpstan-deprecation-rules": "^1.1.4", - "symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0", - "symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0", + "phpstan/phpstan": "^1.6.0", + "symfony/finder": "~3.4.5 ||^4.2 || ^5.0 || ^6.0", + "symfony/yaml": "~3.4.5 || ^4.2|| ^5.0 || ^6.0", "webflo/drupal-finder": "^1.2" }, "require-dev": { "behat/mink": "^1.8", "composer/installers": "^1.9", - "drupal/core-recommended": "^9.0", - "drush/drush": "^10.0 || ^11 || ^12", + "drupal/core-recommended": "^8.8@alpha || ^9.0", + "drush/drush": "^9.6 || ^10.0", "phpstan/extension-installer": "^1.1", + "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^8.5 || ^9", + "phpunit/phpunit": "^6.5 || ^7.5 || ^8.0 || ^9", "slevomat/coding-standard": "^7.1", "squizlabs/php_codesniffer": "^3.3", - "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0" + "symfony/phpunit-bridge": "^3.4.3 || ^4.4 || ^5.4 || ^6.0" }, "suggest": { "jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan.", @@ -28188,7 +24432,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.7" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.25" }, "funding": [ { @@ -28204,20 +24448,20 @@ "type": "tidelift" } ], - "time": "2024-02-14T04:38:08+00:00" + "time": "2022-07-18T17:17:55+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.58", + "version": "1.9.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "a23518379ec4defd9e47cbf81019526861623ec2" + "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a23518379ec4defd9e47cbf81019526861623ec2", - "reference": "a23518379ec4defd9e47cbf81019526861623ec2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa", + "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa", "shasum": "" }, "require": { @@ -28246,11 +24490,8 @@ "static analysis" ], "support": { - "docs": "https://phpstan.org/user-guide/getting-started", - "forum": "https://github.com/phpstan/phpstan/discussions", "issues": "https://github.com/phpstan/phpstan/issues", - "security": "https://github.com/phpstan/phpstan/security/policy", - "source": "https://github.com/phpstan/phpstan-src" + "source": "https://github.com/phpstan/phpstan/tree/1.9.2" }, "funding": [ { @@ -28266,34 +24507,36 @@ "type": "tidelift" } ], - "time": "2024-02-12T20:02:57+00:00" + "time": "2022-11-10T09:56:11+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "1.1.4", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa" + "reference": "e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa", - "reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682", + "reference": "e5ccafb0dd8d835dd65d8d7a1a0d2b1b75414682", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.10.3" + "php": "^7.1 || ^8.0", + "phpstan/phpstan": "^1.0" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-php-parser": "^1.1", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^9.5" }, "type": "phpstan-extension", "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + }, "phpstan": { "includes": [ "rules.neon" @@ -28312,40 +24555,115 @@ "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", "support": { "issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues", - "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.4" + "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.0.0" }, - "time": "2023-08-05T09:02:04+00:00" + "time": "2021-09-23T11:02:21+00:00" }, { - "name": "symfony/config", - "version": "v6.4.3", + "name": "symfony/browser-kit", + "version": "v4.4.44", "source": { "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "206482ff3ed450495b1d5b7bad1bc3a852def96f" + "url": "https://github.com/symfony/browser-kit.git", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/206482ff3ed450495b1d5b7bad1bc3a852def96f", - "reference": "206482ff3ed450495b1d5b7bad1bc3a852def96f", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/filesystem": "^5.4|^6.0|^7.0", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/finder": "<5.4", - "symfony/service-contracts": "<2.5" + "php": ">=7.1.3", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "symfony/event-dispatcher": "^5.4|^6.0|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", - "symfony/messenger": "^5.4|^6.0|^7.0", - "symfony/service-contracts": "^2.5|^3", - "symfony/yaml": "^5.4|^6.0|^7.0" + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.3|^5.0", + "symfony/mime": "^4.3|^5.0", + "symfony/process": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/browser-kit/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-25T12:56:14+00:00" + }, + { + "name": "symfony/config", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" + }, + "conflict": { + "symfony/finder": "<3.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/messenger": "^4.1|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "autoload": { @@ -28373,7 +24691,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v6.4.3" + "source": "https://github.com/symfony/config/tree/v4.4.44" }, "funding": [ { @@ -28389,63 +24707,108 @@ "type": "tidelift" } ], - "time": "2024-01-29T13:26:27+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { - "name": "symfony/translation", - "version": "v6.4.3", + "name": "symfony/css-selector", + "version": "v5.4.11", "source": { "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "637c51191b6b184184bbf98937702bcf554f7d04" + "url": "https://github.com/symfony/css-selector.git", + "reference": "c1681789f059ab756001052164726ae88512ae3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/637c51191b6b184184bbf98937702bcf554f7d04", - "reference": "637c51191b6b184184bbf98937702bcf554f7d04", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/c1681789f059ab756001052164726ae88512ae3d", + "reference": "c1681789f059ab756001052164726ae88512ae3d", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^2.5|^3.0" - }, - "conflict": { - "symfony/config": "<5.4", - "symfony/console": "<5.4", - "symfony/dependency-injection": "<5.4", - "symfony/http-client-contracts": "<2.5", - "symfony/http-kernel": "<5.4", - "symfony/service-contracts": "<2.5", - "symfony/twig-bundle": "<5.4", - "symfony/yaml": "<5.4" - }, - "provide": { - "symfony/translation-implementation": "2.3|3.0" - }, - "require-dev": { - "nikic/php-parser": "^4.18|^5.0", - "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/console": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/finder": "^5.4|^6.0|^7.0", - "symfony/http-client-contracts": "^2.5|^3.0", - "symfony/http-kernel": "^5.4|^6.0|^7.0", - "symfony/intl": "^5.4|^6.0|^7.0", - "symfony/polyfill-intl-icu": "^1.21", - "symfony/routing": "^5.4|^6.0|^7.0", - "symfony/service-contracts": "^2.5|^3", - "symfony/yaml": "^5.4|^6.0|^7.0" + "php": ">=7.2.5", + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { - "files": [ - "Resources/functions.php" - ], "psr-4": { - "Symfony\\Component\\Translation\\": "" + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts CSS selectors to XPath expressions", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/css-selector/tree/v5.4.11" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T16:58:25+00:00" + }, + { + "name": "symfony/dom-crawler", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "masterminds/html5": "<2.6" + }, + "require-dev": { + "masterminds/html5": "^2.6", + "symfony/css-selector": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -28465,10 +24828,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides tools to internationalize your application", + "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.4.3" + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" }, "funding": [ { @@ -28484,28 +24847,142 @@ "type": "tidelift" } ], - "time": "2024-01-29T13:11:52+00:00" + "time": "2022-08-03T12:57:57+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.27-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-11-03T14:55:06+00:00" + } + ], + "aliases": [ + { + "package": "drupal/drutopia_collection", + "version": "dev-8.x-1.x", + "alias": "1.x-dev", + "alias_normalized": "1.9999999.9999999.9999999-dev" + }, + { + "package": "drupal/drutopia_core", + "version": "dev-8.x-1.x", + "alias": "1.x-dev", + "alias_normalized": "1.9999999.9999999.9999999-dev" + }, + { + "package": "drupal/octavia_camouflage", + "version": "dev-8.x-1.x", + "alias": "1.x-dev", + "alias_normalized": "1.9999999.9999999.9999999-dev" + }, + { + "package": "drupal/workflow_buttons", + "version": "dev-8.x-1.x", + "alias": "1.x-dev", + "alias_normalized": "1.9999999.9999999.9999999-dev" } ], - "aliases": [], "minimum-stability": "dev", "stability-flags": { "drupal/auto_entitylabel": 10, "drupal/coffee": 20, + "drupal/comment_notify": 20, + "drupal/convert_bundles": 15, + "drupal/customerror": 20, "drupal/drutopia_collection": 20, "drupal/drutopia_core": 20, "drupal/drutopia_organization": 20, + "drupal/drutopia_paragraph_title": 20, "drupal/drutopia_site": 20, - "drupal/google_analytics": 20, + "drupal/entitygroupfield": 15, + "drupal/feeds": 10, + "drupal/filter_perms": 15, + "drupal/footnotes": 20, + "drupal/gin": 10, + "drupal/gin_toolbar": 10, "drupal/inline_entity_form": 5, "drupal/menu_link_config": 15, - "drupal/multiparagraph_flow": 20, + "drupal/mobile_number": 15, "drupal/notfoundpassthrough": 20, "drupal/octavia": 20, "drupal/octavia_camouflage": 20, "drupal/plausible": 10, "drupal/rabbit_hole": 10, - "drupal/search_api_entity_multiselect": 20, + "drupal/regionincontent": 20, + "drupal/search_api_saved_searches": 15, "drupal/social_post_facebook": 20, "drupal/social_post_twitter": 20, "drupal/subpathauto": 5, @@ -28519,5 +24996,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } diff --git a/config/block.block.agarica_group_operations.yml b/config/block.block.agarica_group_operations.yml new file mode 100644 index 0000000..83280d2 --- /dev/null +++ b/config/block.block.agarica_group_operations.yml @@ -0,0 +1,38 @@ +uuid: ffa31e4d-08cc-4580-8360-c6b77ecb5ade +langcode: en +status: true +dependencies: + module: + - block_visibility_groups + - ctools + - group + theme: + - agarica +_core: + default_config_hash: tFNrNdtnXTOnNWULWj6DqEc8-4I-DY9Z6JhS5AlHn24 +id: agarica_group_operations +theme: agarica +region: sidebar_first +weight: -20 +provider: null +plugin: group_operations +settings: + id: group_operations + label: 'Group operations' + label_display: visible + provider: group + context_mapping: + group: '@group.group_route_context:group' +visibility: + condition_group: + id: condition_group + negate: false + context_mapping: { } + block_visibility_group: '' + 'entity_bundle:group': + id: 'entity_bundle:group' + negate: false + context_mapping: + group: '@group.group_route_context:group' + bundles: + group: group diff --git a/config/block.block.group_operations.yml b/config/block.block.group_operations.yml new file mode 100644 index 0000000..6e6169b --- /dev/null +++ b/config/block.block.group_operations.yml @@ -0,0 +1,38 @@ +uuid: 327c7cdf-c88a-4ccc-8097-ddc9b226d985 +langcode: en +status: true +dependencies: + module: + - block_visibility_groups + - ctools + - group + theme: + - octavia +_core: + default_config_hash: tFNrNdtnXTOnNWULWj6DqEc8-4I-DY9Z6JhS5AlHn24 +id: group_operations +theme: octavia +region: sidebar_first +weight: -20 +provider: null +plugin: group_operations +settings: + id: group_operations + label: 'Group operations' + label_display: visible + provider: group + context_mapping: + group: '@group.group_route_context:group' +visibility: + condition_group: + id: condition_group + negate: false + context_mapping: { } + block_visibility_group: '' + 'entity_bundle:group': + id: 'entity_bundle:group' + negate: false + context_mapping: + group: '@group.group_route_context:group' + bundles: + group: group diff --git a/config/block.block.languageswitcher.yml b/config/block.block.languageswitcher.yml index 30d6989..e6c70a0 100644 --- a/config/block.block.languageswitcher.yml +++ b/config/block.block.languageswitcher.yml @@ -18,7 +18,7 @@ settings: label: 'Language:' label_display: visible provider: dropdown_language - labels: { } + labels: null visibility: condition_group: id: condition_group diff --git a/config/captcha.settings.yml b/config/captcha.settings.yml index 07feb0b..6e10d2e 100644 --- a/config/captcha.settings.yml +++ b/config/captcha.settings.yml @@ -1,15 +1,14 @@ _core: default_config_hash: hSAUW7BoAd9YUpKcVKyZpW4wY67g4XZAYlt3Vnz6SVA -enable_globally: 0 -enable_globally_on_admin_routes: false +enabled_default: 0 default_challenge: riddler/Riddler description: 'Please help us focus on people and not spambots by answering this question.' administration_mode: true -administration_mode_on_admin_routes: false +allow_on_admin_pages: false whitelist_ips: '' +add_captcha_description: true wrong_captcha_response_message: 'The answer you entered for the CAPTCHA was not correct. Do we need to make our website more clear about what we do?' default_validation: 1 persistence: 3 enable_stats: false log_wrong_responses: true -title: CAPTCHA diff --git a/config/config_snapshot.snapshot.config_sync.module.color.yml b/config/config_snapshot.snapshot.config_sync.module.color.yml new file mode 100644 index 0000000..b9e9026 --- /dev/null +++ b/config/config_snapshot.snapshot.config_sync.module.color.yml @@ -0,0 +1,11 @@ +uuid: 24d017a7-cecb-4edd-9621-ba4dafa21151 +langcode: en +status: true +dependencies: + module: + - color +id: config_sync.module.color +snapshotSet: config_sync +extensionType: module +extensionName: color +items: { } diff --git a/config/config_snapshot.snapshot.config_sync.module.drutopia.yml b/config/config_snapshot.snapshot.config_sync.module.drutopia.yml index 5ea3363..4838bd9 100644 --- a/config/config_snapshot.snapshot.config_sync.module.drutopia.yml +++ b/config/config_snapshot.snapshot.config_sync.module.drutopia.yml @@ -1044,75 +1044,6 @@ items: fontawesome: examples: '' visibility: { } - - - collection: '' - name: editor.editor.basic_html - data: - langcode: en - status: true - dependencies: - config: - - filter.format.basic_html - module: - - ckeditor5 - format: basic_html - editor: ckeditor5 - settings: - toolbar: - items: - - bold - - italic - - '|' - - link - - '|' - - bulletedList - - numberedList - - '|' - - blockQuote - - drupalInsertImage - - '|' - - heading - - code - - '|' - - sourceEditing - plugins: - ckeditor5_heading: - enabled_headings: - - heading2 - - heading3 - - heading4 - - heading5 - - heading6 - ckeditor5_imageResize: - allow_resize: true - ckeditor5_list: - reversed: false - startIndex: true - ckeditor5_sourceEditing: - allowed_tags: - - '' - - '
' - - '
' - - '
' - - '' - - '
' - - '