From ab30f7f4048753c5de919812be48b2c6bb012f65 Mon Sep 17 00:00:00 2001 From: "Peter Droogmans (attiks)" Date: Tue, 1 Aug 2023 11:23:14 +0200 Subject: [PATCH 01/21] chore: Prep update --- composer.json | 4 - composer.lock | 253 +------------ config/user.role.anonymous.yml | 22 -- config/user.role.authenticated.yml | 22 -- config/user.role.global_editor.yml | 14 - .../custom/fullcalendar_api/LICENSE.txt | 339 ++++++++++++++++++ .../modules/custom/fullcalendar_api/README.md | 54 +++ .../fullcalendar_api.info.yml | 13 + .../fullcalendar_api.libraries.yml | 36 ++ .../fullcalendar_api/fullcalendar_api.module | 79 ++++ .../fullcalendar_api/js/fullcalendar.load.js | 85 +++++ .../templates/fullcalendar.html.twig | 12 + .../fullcalendar-example-custom-callbacks.js | 29 ++ .../fullcalendar_api_example.ajax.inc | 72 ++++ .../fullcalendar_api_example.info.yml | 12 + .../fullcalendar_api_example.module | 58 +++ .../fullcalendar_api_example.pages.inc | 193 ++++++++++ .../fullcalendar_api_example.routing.yml | 7 + .../FullcalendarApiExampleController.php | 92 +++++ .../custom/fullcalendar_api/theme/theme.inc | 155 ++++++++ .../hr_paragraphs.post_update.php | 2 +- 21 files changed, 1238 insertions(+), 315 deletions(-) create mode 100644 html/modules/custom/fullcalendar_api/LICENSE.txt create mode 100644 html/modules/custom/fullcalendar_api/README.md create mode 100644 html/modules/custom/fullcalendar_api/fullcalendar_api.info.yml create mode 100644 html/modules/custom/fullcalendar_api/fullcalendar_api.libraries.yml create mode 100755 html/modules/custom/fullcalendar_api/fullcalendar_api.module create mode 100644 html/modules/custom/fullcalendar_api/js/fullcalendar.load.js create mode 100644 html/modules/custom/fullcalendar_api/templates/fullcalendar.html.twig create mode 100644 html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar-example-custom-callbacks.js create mode 100644 html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.ajax.inc create mode 100644 html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.info.yml create mode 100644 html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.module create mode 100644 html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.pages.inc create mode 100644 html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.routing.yml create mode 100644 html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/src/Controller/FullcalendarApiExampleController.php create mode 100755 html/modules/custom/fullcalendar_api/theme/theme.inc diff --git a/composer.json b/composer.json index 6917ab09..822b8c12 100644 --- a/composer.json +++ b/composer.json @@ -45,10 +45,8 @@ "drupal/dashboards": "^2.1", "drupal/date_recur": "^3.2", "drupal/environment_indicator": "^4.0", - "drupal/external_entities": "^2.0@alpha", "drupal/field_group": "^3.2", "drupal/flexible_permissions": "^1.0@beta", - "drupal/fullcalendar_api": "^2.0@alpha", "drupal/geofield": "^1.36", "drupal/google_tag": "^1.4", "drupal/group": "^2.0.0-rc1", @@ -62,7 +60,6 @@ "drupal/memcache": "^2.3", "drupal/override_node_options": "^2.6", "drupal/paragraphs_admin": "^1.4", - "drupal/paragraphs_asymmetric_translation_widgets": "^1.0@beta", "drupal/pathauto": "^1.8", "drupal/redirect": "^1.8", "drupal/select2": "^1.13", @@ -202,7 +199,6 @@ "drupal/core-dev": "^9", "drupal/dev_mode": "^2.3", "drupal/devel_php": "^1.3", - "drupal/entity_type_clone": "^1.7", "drupal/stage_file_proxy": "^2.0", "drupal/upgrade_status": "^3.18", "marcocesarato/php-conventional-changelog": "^1.13", diff --git a/composer.lock b/composer.lock index f0a763a7..09bee11a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "030b679ab85489070e9a0f3b0de8546d", + "content-hash": "57d990209c91168ba79036326d01c29a", "packages": [ { "name": "asm89/stack-cors", @@ -2659,87 +2659,6 @@ "source": "https://git.drupalcode.org/project/environment_indicator" } }, - { - "name": "drupal/external_entities", - "version": "2.0.0-alpha6", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/external_entities.git", - "reference": "8.x-2.0-alpha6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/external_entities-8.x-2.0-alpha6.zip", - "reference": "8.x-2.0-alpha6", - "shasum": "3c11cc7ac7a4130131a188f6c6fba33937ca5244" - }, - "require": { - "drupal/core": "^8.8 || ^9 || ^10", - "galbar/jsonpath": "^2.0" - }, - "require-dev": { - "drupal/inline_entity_form": "^1.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.0-alpha6", - "datestamp": "1684406076", - "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": "attiks", - "homepage": "https://www.drupal.org/user/105002" - }, - { - "name": "clemens.tolboom", - "homepage": "https://www.drupal.org/user/125814" - }, - { - "name": "Hanno", - "homepage": "https://www.drupal.org/user/18826" - }, - { - "name": "Jelle_S", - "homepage": "https://www.drupal.org/user/829198" - }, - { - "name": "pefferen", - "homepage": "https://www.drupal.org/user/993376" - }, - { - "name": "pgrond", - "homepage": "https://www.drupal.org/user/698374" - }, - { - "name": "rodrigoaguilera", - "homepage": "https://www.drupal.org/user/408170" - }, - { - "name": "rp7", - "homepage": "https://www.drupal.org/user/219330" - }, - { - "name": "Wim Leers", - "homepage": "https://www.drupal.org/user/99777" - } - ], - "description": "Allows using remote entities, for example through a REST interface.", - "homepage": "https://www.drupal.org/project/external_entities", - "support": { - "source": "http://cgit.drupalcode.org/external_entities", - "issues": "http://drupal.org/project/issues/external_entities" - } - }, { "name": "drupal/field_group", "version": "3.4.0", @@ -2853,54 +2772,6 @@ "issues": "https://drupal.org/project/issues/flexible_permissions" } }, - { - "name": "drupal/fullcalendar_api", - "version": "2.0.0-alpha1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/fullcalendar_api.git", - "reference": "2.0.0-alpha1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/fullcalendar_api-2.0.0-alpha1.zip", - "reference": "2.0.0-alpha1", - "shasum": "8cc3170c6cc15f855e00fbdbabc188b7a8d7e0e9" - }, - "require": { - "drupal/core": "^8.8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "2.0.0-alpha1", - "datestamp": "1634589654", - "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-or-later" - ], - "authors": [ - { - "name": "UsingSession", - "homepage": "https://www.drupal.org/user/3582050" - }, - { - "name": "earthday47", - "homepage": "https://www.drupal.org/user/605842" - } - ], - "description": "API interface for jQuery FullCalendar plugin, http://fullcalendar.io/.", - "homepage": "https://www.drupal.org/project/fullcalendar_api", - "support": { - "source": "https://git.drupalcode.org/project/fullcalendar_api" - } - }, { "name": "drupal/geofield", "version": "1.53.0", @@ -4155,77 +4026,6 @@ "source": "https://git.drupalcode.org/project/paragraphs_admin" } }, - { - "name": "drupal/paragraphs_asymmetric_translation_widgets", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/paragraphs_asymmetric_translation_widgets.git", - "reference": "8.x-1.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs_asymmetric_translation_widgets-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "019b4a318ba9354e3839036638d249e07322eea5" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10", - "drupal/paragraphs": "~1.15" - }, - "require-dev": { - "drupal/entity_browser": "2.x-dev", - "drupal/entity_usage": "2.x-dev", - "drupal/paragraphs": "*", - "drupal/search_api": "~1.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.2", - "datestamp": "1681378872", - "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": "efpapado", - "homepage": "https://www.drupal.org/user/1009348" - }, - { - "name": "esolitos", - "homepage": "https://www.drupal.org/user/1567500" - }, - { - "name": "Grayle", - "homepage": "https://www.drupal.org/user/3145497" - }, - { - "name": "penyaskito", - "homepage": "https://www.drupal.org/user/959536" - }, - { - "name": "Rajab Natshah", - "homepage": "https://www.drupal.org/user/1414312" - }, - { - "name": "weseze", - "homepage": "https://www.drupal.org/user/417521" - } - ], - "description": "Extends the paragraphs field widgets to support asymmetric translations.", - "homepage": "https://www.drupal.org/project/paragraphs_asymmetric_translation_widgets", - "support": { - "source": "https://git.drupalcode.org/project/paragraphs_asymmetric_translation_widgets" - } - }, { "name": "drupal/pathauto", "version": "1.11.0", @@ -12528,54 +12328,6 @@ "source": "https://git.drupalcode.org/project/devel_php" } }, - { - "name": "drupal/entity_type_clone", - "version": "1.7.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/entity_type_clone.git", - "reference": "8.x-1.7" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_type_clone-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "cad1536cbae4dd069bc78230fcd418ea07a6513c" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.7", - "datestamp": "1621579347", - "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": "ajay_reddy", - "homepage": "https://www.drupal.org/user/3261994" - }, - { - "name": "vuil", - "homepage": "https://www.drupal.org/user/3568458" - } - ], - "description": "This module provide option to clone entity types.", - "homepage": "https://www.drupal.org/project/entity_type_clone", - "support": { - "source": "https://git.drupalcode.org/project/entity_type_clone" - } - }, { "name": "drupal/stage_file_proxy", "version": "2.1.0", @@ -16646,16 +16398,13 @@ "stability-flags": { "drupal/components": 10, "drupal/config_split": 5, - "drupal/external_entities": 15, "drupal/flexible_permissions": 10, - "drupal/fullcalendar_api": 15, "drupal/group": 5, "drupal/inline_entity_form": 5, "drupal/layout_paragraphs": 10, "drupal/link_allowed_hosts": 10, "drupal/linkchecker": 10, "drupal/masquerade": 10, - "drupal/paragraphs_asymmetric_translation_widgets": 10, "drupal/subgroup": 10 }, "prefer-stable": true, diff --git a/config/user.role.anonymous.yml b/config/user.role.anonymous.yml index fecab49a..ab3e8d0e 100644 --- a/config/user.role.anonymous.yml +++ b/config/user.role.anonymous.yml @@ -13,22 +13,6 @@ weight: 0 is_admin: false permissions: - 'access content' - - 'view assessment external entity' - - 'view assessment_document external entity' - - 'view assessment_status external entity' - - 'view context external entity' - - 'view country external entity' - - 'view disaster external entity' - - 'view document_type external entity' - - 'view global_cluster external entity' - - 'view hpc_document_repository external entity' - - 'view life_cycle_step external entity' - - 'view local_group external entity' - - 'view location external entity' - - 'view office external entity' - - 'view operation external entity' - - 'view organization external entity' - - 'view paragraph content article_card_list' - 'view paragraph content call_to_action' - 'view paragraph content card_list' - 'view paragraph content child_groups' @@ -39,17 +23,11 @@ permissions: - 'view paragraph content iframe' - 'view paragraph content layout' - 'view paragraph content menu_block' - - 'view paragraph content offices' - - 'view paragraph content recent_assessments' - 'view paragraph content reliefweb_document' - 'view paragraph content reliefweb_key_figures' - 'view paragraph content reliefweb_river' - 'view paragraph content rss_feed' - - 'view paragraph content search_results' - 'view paragraph content table_of_contents' - 'view paragraph content text_block' - 'view paragraph content twitter_feed' - 'view paragraph content upcoming_events' - - 'view population_type external entity' - - 'view theme external entity' - - 'view unit_of_measurement external entity' diff --git a/config/user.role.authenticated.yml b/config/user.role.authenticated.yml index 427a7a6a..bb8405b1 100644 --- a/config/user.role.authenticated.yml +++ b/config/user.role.authenticated.yml @@ -34,23 +34,7 @@ permissions: - 'override page revision option' - 'use text format basic_html' - 'use text format hr_plain_text' - - 'view assessment external entity' - - 'view assessment_document external entity' - - 'view assessment_status external entity' - - 'view context external entity' - - 'view country external entity' - - 'view disaster external entity' - - 'view document_type external entity' - - 'view global_cluster external entity' - - 'view hpc_document_repository external entity' - - 'view life_cycle_step external entity' - - 'view local_group external entity' - - 'view location external entity' - - 'view office external entity' - - 'view operation external entity' - - 'view organization external entity' - 'view own unpublished content' - - 'view paragraph content article_card_list' - 'view paragraph content call_to_action' - 'view paragraph content card_list' - 'view paragraph content child_groups' @@ -61,19 +45,13 @@ permissions: - 'view paragraph content iframe' - 'view paragraph content layout' - 'view paragraph content menu_block' - - 'view paragraph content offices' - - 'view paragraph content recent_assessments' - 'view paragraph content reliefweb_document' - 'view paragraph content reliefweb_key_figures' - 'view paragraph content reliefweb_river' - 'view paragraph content rss_feed' - - 'view paragraph content search_results' - 'view paragraph content table_of_contents' - 'view paragraph content text_block' - 'view paragraph content twitter_feed' - 'view paragraph content upcoming_events' - - 'view population_type external entity' - 'view the administration theme' - - 'view theme external entity' - - 'view unit_of_measurement external entity' - 'view unpublished paragraphs' diff --git a/config/user.role.global_editor.yml b/config/user.role.global_editor.yml index 949abb11..b0894773 100644 --- a/config/user.role.global_editor.yml +++ b/config/user.role.global_editor.yml @@ -75,13 +75,10 @@ permissions: - 'create paragraph content iframe' - 'create paragraph content layout' - 'create paragraph content menu_block' - - 'create paragraph content offices' - - 'create paragraph content recent_assessments' - 'create paragraph content reliefweb_document' - 'create paragraph content reliefweb_key_figures' - 'create paragraph content reliefweb_river' - 'create paragraph content rss_feed' - - 'create paragraph content search_results' - 'create paragraph content table_of_contents' - 'create paragraph content text_block' - 'create paragraph content twitter_feed' @@ -97,7 +94,6 @@ permissions: - 'delete own landing_page content' - 'delete own page content' - 'delete page revisions' - - 'delete paragraph content article_card_list' - 'delete paragraph content call_to_action' - 'delete paragraph content card_list' - 'delete paragraph content featured_highlight' @@ -106,13 +102,10 @@ permissions: - 'delete paragraph content iframe' - 'delete paragraph content layout' - 'delete paragraph content menu_block' - - 'delete paragraph content offices' - - 'delete paragraph content recent_assessments' - 'delete paragraph content reliefweb_document' - 'delete paragraph content reliefweb_key_figures' - 'delete paragraph content reliefweb_river' - 'delete paragraph content rss_feed' - - 'delete paragraph content search_results' - 'delete paragraph content table_of_contents' - 'delete paragraph content text_block' - 'delete paragraph content twitter_feed' @@ -125,7 +118,6 @@ permissions: - 'edit terms in tags' - 'masquerade as any user' - 'masquerade as authenticated' - - 'masquerade as content_editor' - 'override landing_page authored by option' - 'override page authored by option' - 'revert all revisions' @@ -140,7 +132,6 @@ permissions: - 'translate page node' - 'translate paragraph' - 'update content translations' - - 'update paragraph content article_card_list' - 'update paragraph content call_to_action' - 'update paragraph content card_list' - 'update paragraph content featured_highlight' @@ -149,22 +140,17 @@ permissions: - 'update paragraph content iframe' - 'update paragraph content layout' - 'update paragraph content menu_block' - - 'update paragraph content offices' - - 'update paragraph content recent_assessments' - 'update paragraph content reliefweb_document' - 'update paragraph content reliefweb_key_figures' - 'update paragraph content reliefweb_river' - 'update paragraph content rss_feed' - - 'update paragraph content search_results' - 'update paragraph content table_of_contents' - 'update paragraph content text_block' - 'update paragraph content twitter_feed' - 'update paragraph content upcoming_events' - 'use text format hr_plain_text' - 'view all revisions' - - 'view expiring users report' - 'view landing_page revisions' - - 'view office external entity collection' - 'view own unpublished content' - 'view page revisions' - 'view paragraph content card_list' diff --git a/html/modules/custom/fullcalendar_api/LICENSE.txt b/html/modules/custom/fullcalendar_api/LICENSE.txt new file mode 100644 index 00000000..d159169d --- /dev/null +++ b/html/modules/custom/fullcalendar_api/LICENSE.txt @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/html/modules/custom/fullcalendar_api/README.md b/html/modules/custom/fullcalendar_api/README.md new file mode 100644 index 00000000..59bdb3b3 --- /dev/null +++ b/html/modules/custom/fullcalendar_api/README.md @@ -0,0 +1,54 @@ +CONTENTS OF THIS FILE +--------------------- + + * Introduction + * Recommended modules + * Installation + * Requirements + * Project page + * Maintainers + + + +INTRODUCTION +------------ + +This module provides Drupal API integration for the excellent FullCalendar jQuery plugin. +Simple, no-nonsense theme functions and AJAX integrations for FullCalendar events. + + +RECOMMENDED MODULES +------------------- + + * No extra module is required. + + +INSTALLATION +------------ +1. Install as usual, see + [Installing Modules](https://www.drupal.org/docs/8/extending-drupal-8/installing-contributed-modules-find-import-enable-configure-drupal-8) + for further information. +2. Download requirements +3. Enable FullCalendar API module. +4. Use the provided theme functions to integrate FullCalendar into your project. + +REQUIREMENTS +------------ + +This module requires no modules outside of Drupal core, +but require next js library: + + * Download the version 3.10 [FullCalendar](https://github.com/fullcalendar/fullcalendar/releases/tag/v3.10.0) unpack and place in /libraries. + * Download Moment.js at https://github.com/moment/moment/releases, unpack and place in /libraries. + + +PROJECT PAGE +------------ + +[drupal.org project page](https://www.drupal.org/project/fullcalendar_api) + +AUTHORS & MAINTAINERS +--------------------- + + * Wes Jones (earthday47) https://www.drupal.org/u/earthday47 + * UsingSession (https://www.drupal.org/u/usingsession) diff --git a/html/modules/custom/fullcalendar_api/fullcalendar_api.info.yml b/html/modules/custom/fullcalendar_api/fullcalendar_api.info.yml new file mode 100644 index 00000000..479c7d91 --- /dev/null +++ b/html/modules/custom/fullcalendar_api/fullcalendar_api.info.yml @@ -0,0 +1,13 @@ +name: 'FullCalendar API' +description: 'API interface for jQuery FullCalendar plugin, http://fullcalendar.io/.' +type: module +core_version_requirement: ^8.8 || ^9 || ^10 + +package: Calendar +dependencies: + - drupal:datetime + +# Information added by Drupal.org packaging script on 2021-10-18 +version: '2.0.0-alpha1' +project: 'fullcalendar_api' +datestamp: 1634589655 diff --git a/html/modules/custom/fullcalendar_api/fullcalendar_api.libraries.yml b/html/modules/custom/fullcalendar_api/fullcalendar_api.libraries.yml new file mode 100644 index 00000000..0c84332a --- /dev/null +++ b/html/modules/custom/fullcalendar_api/fullcalendar_api.libraries.yml @@ -0,0 +1,36 @@ +moment: + remote: https://github.com/moment/moment/releases + version: VERSION + license: + name: MIT + remote: https://github.com/moment/moment/blob/develop/LICENSE + gpl-compatible: true + js: + /libraries/moment/min/moment.min.js: {} + dependencies: + - core/jquery + +fullcalendar: + remote: http://fullcalendar.io/download/ + version: VERSION + license: + name: MIT + remote: https://github.com/fullcalendar/fullcalendar/blob/master/LICENSE.txt + gpl-compatible: true + js: + /libraries/fullcalendar/fullcalendar.min.js: {} + /libraries/fullcalendar/locale-all.js: {} + css: + component: + /libraries/fullcalendar/fullcalendar.min.css: {} + dependencies: + - core/jquery + - fullcalendar_api/moment + +fullcalendar_load: + version: VERSION + js: + js/fullcalendar.load.js: {} + dependencies: + - fullcalendar_api/fullcalendar + - core/drupalSettings diff --git a/html/modules/custom/fullcalendar_api/fullcalendar_api.module b/html/modules/custom/fullcalendar_api/fullcalendar_api.module new file mode 100755 index 00000000..9521f2bd --- /dev/null +++ b/html/modules/custom/fullcalendar_api/fullcalendar_api.module @@ -0,0 +1,79 @@ + [ + 'template' => 'fullcalendar', + 'variables' => [ + 'calendar_id' => NULL, + 'calendar_settings' => [], + ], + ], + 'fullcalendar_calendar_datasource' => [ + 'file' => 'theme.inc', + 'path' => "$path/theme", + 'variables' => [ + 'datasource_uri' => NULL, + 'calendar_id' => NULL, + 'calendar_settings' => [], + ], + ], + 'fullcalendar_calendar_entity' => [ + 'file' => 'theme.inc', + 'path' => "$path/theme", + 'variables' => [ + 'entities' => [], + 'date_field_map' => [], + 'calendar_id' => NULL, + 'calendar_settings' => [], + ], + ], + ]; +} + +/** + * Prepares variables for fullcalendar_calendar. + * + * Default template: fullcalendar.html.twig. + * + * @params array $vars + * an associative array containing: + * - calendar_id: string the CSS id of the calendar DOM object + * - calendar_settings: array of settings to override FullCalendar.js defaults + */ +function template_preprocess_fullcalendar_calendar(&$vars) { + $calendar_id = $vars['calendar_id']; + $user_settings = $vars['calendar_settings']; + + // Default settings. + $settings = [ + 'header' => [ + 'left' => 'month,agendaWeek', + 'right' => 'prev title next', + ], + 'defaultDate' => (new \DateTime)->format('Y-m-d'), + 'businessHours' => TRUE, + 'editable' => TRUE, + 'events' => [], + ]; + + // Override defaults with user submitted data. + $settings = array_replace_recursive($settings, $user_settings); + + // Have to make sure that html id and id in settings are identical. + $calendar_id = Html::getId($calendar_id); + + $vars['#attached']['library'][] = 'fullcalendar_api/fullcalendar_load'; + $vars['#attached']['drupalSettings']['fullcalendar_api']['instances'][$calendar_id] = $settings; +} diff --git a/html/modules/custom/fullcalendar_api/js/fullcalendar.load.js b/html/modules/custom/fullcalendar_api/js/fullcalendar.load.js new file mode 100644 index 00000000..33ebab42 --- /dev/null +++ b/html/modules/custom/fullcalendar_api/js/fullcalendar.load.js @@ -0,0 +1,85 @@ +/** + * @file + * Loads the full calendar. + */ + +(function ($) { + 'use strict'; + Drupal.behaviors.fullCalendarApi = { + attach: function (context, drupalSettings) { + + if ($.type(drupalSettings.fullcalendar_api) === 'undefined' || $.type(drupalSettings.fullcalendar_api.instances) === 'undefined') { + return false; + } + var id; + for (id in drupalSettings.fullcalendar_api.instances) { + if (drupalSettings.fullcalendar_api.instances.hasOwnProperty(id)) { + _fullCalendarApiInit(id, drupalSettings.fullcalendar_api.instances[id], context, drupalSettings); + + } + } + + } + }; + + /** + * Initialize the FullCalendar instance. + */ + function _fullCalendarApiInit(id, calendarSettings, context, drupalSettings) { + var calendar = $('#' + id, context); + + // Merge in event callbacks. + $.extend(calendarSettings, { + eventDrop: function (event, delta, revertFunc) { + + // Create a simple object to send to ajax function. + var dataObj = { + id: event.id, + title: event.title, + entityType: event.entityType ? event.entityType : null, + bundle: event.bundle ? event.bundle : null, + allDay: event.allDay, + dateField: event.dateField, + startTime: event.start.unix(), + endTime: event.end ? event.end.unix() : null + }; + + if (!confirm("Are you sure about this change?")) { + revertFunc(); + } else { + // Save the entity via AJAX. + $.ajax({ + method: 'POST', + url: '//' + window.location.hostname + drupalSettings.path.baseUrl + drupalSettings.path.pathPrefix + 'fullcalendar-api/ajax/update/drop/' + event.id, + data: dataObj + }).done(function (response) { + // @todo return success? + if (response === 'failure') { + revertFunc(); + } + }); + } + + } + }); + + // Use the hash parameters, if they exist. Hash is of the form: + // / + // Ex. month/2015-06 + var origHash = window.location.hash; + if (origHash.length > 1) { + var params = origHash.substring(1).split('/'); + // @todo validate + $.extend(calendarSettings, { + defaultView: params[0], + defaultDate: params[1] + }); + } + + // Run any custom actions before attaching the calendar. + $(document, context).trigger('fullCalendarApiCalendar.preprocess', [calendar, calendarSettings]); + + calendar.fullCalendar(calendarSettings); + + } +})(jQuery); diff --git a/html/modules/custom/fullcalendar_api/templates/fullcalendar.html.twig b/html/modules/custom/fullcalendar_api/templates/fullcalendar.html.twig new file mode 100644 index 00000000..c4899758 --- /dev/null +++ b/html/modules/custom/fullcalendar_api/templates/fullcalendar.html.twig @@ -0,0 +1,12 @@ +{# +/** + * @file + * Default theme implementation for fullcalendar attach object. + * + * Available variables: + * - calendar_id: Passed in settings. + * + * @see template_preprocess_fullcalendar_calendar() + */ +#} +
diff --git a/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar-example-custom-callbacks.js b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar-example-custom-callbacks.js new file mode 100644 index 00000000..8275d072 --- /dev/null +++ b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar-example-custom-callbacks.js @@ -0,0 +1,29 @@ +/** + * @file + * Example implementing custom callbacks. + */ + +(function ($) { + Drupal.behaviors.FullCalendarApiExample = { + attach: function (context, settings) { + + $(document, context).bind('fullCalendarApiCalendar.preprocess', function (event, calendar, $settings) { + $.extend($settings, { + viewRender: function (view, element) { + // Runs after the view has been fully rendered, but events have + // not yet been rendered. + // @see http://fullcalendar.io/docs/display/viewRender/ + $(calendar, context).find('.fc-day-header').wrapInner('

'); + }, // end viewRender + dayClick: function (date, jsEvent, view) { + // Runs when an event is clicked. + // @see http://fullcalendar.io/docs/mouse/dayClick/ + alert(`Clicked on: ${date.format()}Coordinates: ${jsEvent.pageX},${jsEvent.pageY}\nCurrent view: ${view.name}`); + // change the day's background color just for fun + $(this).css('background-color', 'red'); + } + }); + }); + } + } +})(jQuery); diff --git a/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.ajax.inc b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.ajax.inc new file mode 100644 index 00000000..3bb7df33 --- /dev/null +++ b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.ajax.inc @@ -0,0 +1,72 @@ + 'All Day Event', + 'start' => '2015-02-01', + ], + [ + 'title' => 'Long Event', + 'start' => '2015-02-07', + 'end' => '2015-02-10', + ], + [ + 'id' => 999, + 'title' => 'Repeating Event', + 'start' => '2015-02-09T16:00:00', + ], + [ + 'id' => 999, + 'title' => 'Repeating Event', + 'start' => '2015-02-16T16:00:00', + ], + [ + 'title' => 'Conference', + 'start' => '2015-02-11', + 'end' => '2015-02-13', + ], + [ + 'title' => 'Meeting', + 'start' => '2015-02-12T10:30:00', + 'end' => '2015-02-12T12:30:00', + ], + [ + 'title' => 'Lunch', + 'start' => '2015-02-12T12:00:00', + ], + [ + 'title' => 'Meeting', + 'start' => '2015-02-12T14:30:00', + ], + [ + 'title' => 'Happy Hour', + 'start' => '2015-02-12T17:30:00', + ], + [ + 'title' => 'Dinner', + 'start' => '2015-02-12T20:00:00', + ], + [ + 'title' => 'Birthday Party', + 'start' => '2015-02-13T07:00:00', + ], + [ + 'title' => 'Click for Google', + 'url' => 'http://google.com/', + 'start' => '2015-02-28', + ], + ]; + echo Json::encode($events); + drupal_exit(); +} diff --git a/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.info.yml b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.info.yml new file mode 100644 index 00000000..077c6066 --- /dev/null +++ b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.info.yml @@ -0,0 +1,12 @@ +name: 'FullCalendar API Examples' +description: 'Examples for using FullCalendar API module.' +core_version_requirement: ^8.8 || ^9 || ^10 +package: Calendar +requirements: + - fullcalendar_api +type: module + +# Information added by Drupal.org packaging script on 2021-10-18 +version: '2.0.0-alpha1' +project: 'fullcalendar_api' +datestamp: 1634589655 diff --git a/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.module b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.module new file mode 100644 index 00000000..2a3b23f0 --- /dev/null +++ b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.module @@ -0,0 +1,58 @@ + 'FullCalendar', + 'description' => 'FullCalendar basic implementation.', + 'page callback' => 'fullcalendar_api_example_calendar_page', + // Testing. + 'access callback' => TRUE, + 'file' => 'fullcalendar_api_example.pages.inc', + 'type' => MENU_CALLBACK, + ]; + $items['fullcalendar/datasource'] = [ + 'title' => 'FullCalendar Datasource', + 'description' => 'FullCalendar datasource implementation.', + 'page callback' => 'fullcalendar_api_example_datasource_page', + // Testing. + 'access callback' => TRUE, + 'file' => 'fullcalendar_api_example.pages.inc', + 'type' => MENU_CALLBACK, + ]; + $items['fullcalendar/json-data'] = [ + 'title' => 'JSON Data', + 'description' => 'Example JSON datasource feed', + 'page callback' => 'full_calendar_api_example_data_provider', + // Testing. + 'access callback' => TRUE, + 'delivery callback' => 'ajax_deliver', + 'file' => 'fullcalendar_api_example.ajax.inc', + ]; + $items['fullcalendar/entity'] = [ + 'title' => 'FullCalendar Entities', + 'description' => 'FullCalendar entity implementation.', + 'page callback' => 'fullcalendar_api_example_entity_page', + // Testing. + 'access callback' => TRUE, + 'file' => 'fullcalendar_api_example.pages.inc', + 'type' => MENU_CALLBACK, + ]; + $items['fullcalendar/callbacks'] = [ + 'title' => 'FullCalendar Callbacks', + 'description' => 'Example of using callbacks when a FullCalendar event fires.', + 'page callback' => 'fullcalendar_api_example_callbacks_page', + // Testing. + 'access callback' => TRUE, + 'file' => 'fullcalendar_api_example.pages.inc', + 'type' => MENU_CALLBACK, + ]; + return $items; +} diff --git a/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.pages.inc b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.pages.inc new file mode 100644 index 00000000..1cfcb871 --- /dev/null +++ b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.pages.inc @@ -0,0 +1,193 @@ + [ + 'left' => 'prev,next today', + 'center' => 'title', + 'right' => 'month,agendaWeek,agendaDay', + ], + 'defaultDate' => '2015-02-12', + 'editable' => TRUE, + // Allow "more" link when too many events. + 'eventLimit' => TRUE, + 'events' => [ + [ + 'title' => 'All Day Event', + 'start' => '2015-02-01', + ], + [ + 'title' => 'Long Event', + 'start' => '2015-02-07', + 'end' => '2015-02-10', + ], + [ + 'id' => 999, + 'title' => 'Repeating Event', + 'start' => '2015-02-09T16:00:00', + ], + [ + 'id' => 999, + 'title' => 'Repeating Event', + 'start' => '2015-02-16T16:00:00', + ], + [ + 'title' => 'Conference', + 'start' => '2015-02-11', + 'end' => '2015-02-13', + ], + [ + 'title' => 'Meeting', + 'start' => '2015-02-12T10:30:00', + 'end' => '2015-02-12T12:30:00', + ], + [ + 'title' => 'Lunch', + 'start' => '2015-02-12T12:00:00', + ], + [ + 'title' => 'Meeting', + 'start' => '2015-02-12T14:30:00', + ], + [ + 'title' => 'Happy Hour', + 'start' => '2015-02-12T17:30:00', + ], + [ + 'title' => 'Dinner', + 'start' => '2015-02-12T20:00:00', + ], + [ + 'title' => 'Birthday Party', + 'start' => '2015-02-13T07:00:00', + ], + [ + 'title' => 'Click for Google', + 'url' => 'http://google.com/', + 'start' => '2015-02-28', + ], + ], + ]; + + return _theme('fullcalendar_calendar', [ + 'calendar_id' => 'fullcalendar', + 'calendar_settings' => $settings, + ]); +} + +/** + * Page callback for /fullcalendar/datasource. + */ +function fullcalendar_api_example_datasource_page() { + // Array of FullCalendar settings. + $settings = [ + 'header' => [ + 'left' => 'prev,next today', + 'center' => 'title', + 'right' => 'month,agendaWeek,agendaDay', + ], + 'defaultDate' => '2015-02-12', + 'editable' => TRUE, + ]; + // @see fullcalendar_api_example.ajax.inc. + $datasource_uri = 'fullcalendar/json-data'; + return _theme('fullcalendar_calendar_datasource', [ + 'calendar_id' => 'fullcalendar', + 'calendar_settings' => $settings, + 'datasource_uri' => $datasource_uri, + ]); +} + +/** + * Page callback for /fullcalendar/entity. + */ +function fullcalendar_api_example_entity_page() { + $query = new EntityFieldQuery(); + $query->entityCondition('entity_type', 'node') + ->entityCondition('bundle', 'article'); + $result = $query->execute(); + if (isset($result['node'])) { + $entities = \Drupal::service('entity_type.manager')->getStorage('node'); + + // Array of custom calendar settings. These override the defaults set + // in the theme function. + $custom_settings = [ + 'header' => [ + 'left' => 'month,agendaWeek', + 'right' => 'prev title next', + ], + 'weekends' => TRUE, + 'firstDay' => 1, + 'defaultDate' => date('Y-m-d'), + ]; + + return _theme('fullcalendar_calendar_entity', [ + 'entities' => $entities, + 'date_field_map' => ['article' => 'field_date'], + 'calendar_id' => 'fullcalendar-entity', + 'calendar_settings' => $custom_settings, + ]); + } + + $markup = '

Calendar not available.

'; + $markup .= '
  1. Add a required field called field_date'; + $markup .= 'to the Article content type.
  2. Add some content.
  3. '; + $markup .= '
  4. Visit this page again.
  5. '; + + return [ + '#markup' => $markup, + ]; +} + +/** + * Page callback for /fullcalendar/callbacks. + */ +function fullcalendar_api_example_callbacks_page() { + $build = []; + + // Array of FullCalendar settings. + $settings = [ + 'header' => [ + 'left' => 'prev,next today', + 'center' => 'title', + 'right' => 'month,agendaWeek,agendaDay', + ], + 'defaultDate' => '2015-02-12', + 'editable' => TRUE, + // Allow "more" link when too many events. + 'eventLimit' => TRUE, + 'events' => [ + [ + 'title' => 'All Day Event', + 'start' => '2015-02-01', + ], + [ + 'title' => 'Long Event', + 'start' => '2015-02-07', + 'end' => '2015-02-10', + ], + [ + 'title' => 'Conference', + 'start' => '2015-02-11', + 'end' => '2015-02-13', + ], + ], + ]; + + // Add our custom js file which will implement FullCalendar's callbacks. + $build['calendar'] = _theme('fullcalendar_calendar', [ + 'calendar_id' => 'fullcalendar', + 'calendar_settings' => $settings, + ]); + return $build; +} diff --git a/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.routing.yml b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.routing.yml new file mode 100644 index 00000000..acd9dacd --- /dev/null +++ b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/fullcalendar_api_example.routing.yml @@ -0,0 +1,7 @@ +fullcalendar_api_example_calendar: + path: 'fullcalendar/calendar' + defaults: + _controller: '\Drupal\fullcalendar_api_example\Controller\FullcalendarApiExampleController::calendar' + _title: 'FullCalendar' + requirements: + _permission: 'access content' diff --git a/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/src/Controller/FullcalendarApiExampleController.php b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/src/Controller/FullcalendarApiExampleController.php new file mode 100644 index 00000000..8911594b --- /dev/null +++ b/html/modules/custom/fullcalendar_api/tests/modules/fullcalendar_api_example/src/Controller/FullcalendarApiExampleController.php @@ -0,0 +1,92 @@ + [ + 'left' => 'prev,next today', + 'center' => 'title', + 'right' => 'month,agendaWeek,agendaDay', + ], + 'defaultDate' => '2015-02-12', + 'editable' => TRUE, + // Allow "more" link when too many events. + 'eventLimit' => TRUE, + 'events' => [ + [ + 'title' => 'All Day Event', + 'start' => '2015-02-01', + ], + [ + 'title' => 'Long Event', + 'start' => '2015-02-07', + 'end' => '2015-02-10', + ], + [ + 'id' => 999, + 'title' => 'Repeating Event', + 'start' => '2015-02-09T16:00:00', + ], + [ + 'id' => 999, + 'title' => 'Repeating Event', + 'start' => '2015-02-16T16:00:00', + ], + [ + 'title' => 'Conference', + 'start' => '2015-02-11', + 'end' => '2015-02-13', + ], + [ + 'title' => 'Meeting', + 'start' => '2015-02-12T10:30:00', + 'end' => '2015-02-12T12:30:00', + ], + [ + 'title' => 'Lunch', + 'start' => '2015-02-12T12:00:00', + ], + [ + 'title' => 'Meeting', + 'start' => '2015-02-12T14:30:00', + ], + [ + 'title' => 'Happy Hour', + 'start' => '2015-02-12T17:30:00', + ], + [ + 'title' => 'Dinner', + 'start' => '2015-02-12T20:00:00', + ], + [ + 'title' => 'Birthday Party', + 'start' => '2015-02-13T07:00:00', + ], + [ + 'title' => 'Click for Google', + 'url' => 'http://google.com/', + 'start' => '2015-02-28', + ], + ], + ]; + + return [ + '#theme' => 'fullcalendar_calendar', + '#calendar_id' => 'fullcalendar', + '#calendar_settings' => $settings, + ]; + } + +} diff --git a/html/modules/custom/fullcalendar_api/theme/theme.inc b/html/modules/custom/fullcalendar_api/theme/theme.inc new file mode 100755 index 00000000..2bce0f10 --- /dev/null +++ b/html/modules/custom/fullcalendar_api/theme/theme.inc @@ -0,0 +1,155 @@ + TRUE]); + + $settings['events'] = $full_url; + + return [ + '#theme' => 'fullcalendar_calendar', + '#calendar_id' => $calendar_id, + '#calendar_settings' => $settings, + ]; +} + +/** + * Theme function for fullcalendar_calendar_entity. + * + * Renders an array of entities with date fields as calendar items. + * + * @params + * entities array of event objects + * date_field string field name of valid date field + * calendar_id string the CSS id of the calendar DOM object + * calendar_settings array of settings to override FullCalendar.js defaults + */ +function theme_fullcalendar_calendar_entity($vars) { + $entities = $vars['entities']; + $date_field_map = $vars['date_field_map']; + $calendar_id = $vars['calendar_id']; + $settings = $vars['calendar_settings']; + + if (!is_array($date_field_map)) { + throw new \Exception('Invalid parameter: Date field must be an array.'); + } + + foreach ($date_field_map as $date_field) { + // Check if field is valid date type. + $entity_type = 'node'; + $date_field_info = FieldStorageConfig::loadByName($entity_type, $date_field); + $haystack = ['date', 'datetime', 'datestamp', 'ep_datetime']; + if ( + !$date_field_info || + !in_array($date_field_info['type'], $haystack) + ) { + throw new \Exception(strtr('Field name %field_name is not a valid date field.', ['%field_name' => $date_field])); + } + } + + // Get entity_type -> bundle mappings so we can have mixed entity types + // in our calendar events. + $entity_info = \Drupal::service('entity_type.manager')->getDefinitions(); + $entity_bundle_types = []; + foreach ($entity_info as $entity_type => $data) { + foreach (array_keys($data['bundles']) as $bundle) { + $entity_bundle_types[$bundle] = $entity_type; + } + } + + foreach ($entities as $entity) { + // If "bundle" is not defined, use "type". + if (!isset($entity->bundle)) { + $entity->bundle = $entity->type; + } + $entity_type = $entity_bundle_types[$entity->bundle]; + $date_field = $date_field_map[$entity->bundle]; + + $start = NULL; + $end = NULL; + // If the date type is not "datestamp" (timestamp), pass the string to + // DateTime constructor. It will automatically detect the date format and + // give us a timestamp. + $date_field_value = $entity->{$date_field}[Language::LANGCODE_NOT_SPECIFIED][0]; + $date_type = $date_field_value['date_type']; + switch ($date_type) { + case 'date': + case 'datetime': + case 'ep_datetime': + $dateTime = new \DateTime($date_field_value['value']); + $start = $dateTime->getTimestamp(); + if (!empty($date_field_value['value2'])) { + $endDateTime = new \DateTime($date_field_value['value2']); + $end = $endDateTime->getTimestamp(); + } + break; + + case 'datestamp': + // Date value is already a timestamp. + $start = $date_field_value['value']; + if (!empty($date_field_value['value2'])) { + $end = $date_field_value['value2']; + } + break; + } + + [$entity_id] = entity_extract_ids($entity_type, $entity); + + $entity_array = [ + 'id' => $entity_id, + 'entityType' => $entity_type, + 'bundle' => $entity->bundle, + 'title' => $entity->title, + 'dateField' => $date_field, + 'start' => date('c', $start), + 'className' => [ + 'event-' . $entity_type . '-' . $entity->type, + ], + ]; + // If className has been passed in, append. + if (!empty($entity->className)) { + if (!is_array($entity->className)) { + $entity->className = [$entity->className]; + } + $entity_array['className'] = array_merge($entity_array['className'], $entity->className); + } + if (!empty($end)) { + $entity_array['end'] = date('c', $end); + } + + $settings['events'][] = $entity_array; + } + + // At this point validation is complete. + // Pass the settings data to the theme_fullcalendar_calendar function. + return [ + '#theme' => 'fullcalendar_calendar', + '#calendar_id' => $calendar_id, + '#calendar_settings' => $settings, + ]; + +} diff --git a/html/modules/custom/hr_paragraphs/hr_paragraphs.post_update.php b/html/modules/custom/hr_paragraphs/hr_paragraphs.post_update.php index 7c5c459a..d8d97339 100644 --- a/html/modules/custom/hr_paragraphs/hr_paragraphs.post_update.php +++ b/html/modules/custom/hr_paragraphs/hr_paragraphs.post_update.php @@ -182,7 +182,7 @@ function hr_paragraphs_post_update_afghanistan_aliases(&$sandbox) { $entity_type_manager = \Drupal::entityTypeManager(); $query = $entity_type_manager->getStorage('path_alias')->getQuery(); $query->condition('alias', '/afganistan/%', 'LIKE'); - $path_ids = $query->execute(); + $path_ids = $query->accessCheck(FALSE)->execute(); $aliases = PathAlias::loadMultiple($path_ids); foreach ($aliases as $alias) { From b06b492b0147e545b8f8eb9d3259e88a1ceded1c Mon Sep 17 00:00:00 2001 From: "Peter Droogmans (attiks)" Date: Tue, 1 Aug 2023 11:24:48 +0200 Subject: [PATCH 02/21] Chore: add seven, rdf, ckeditor --- composer.json | 3 + composer.lock | 384 ++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 311 insertions(+), 76 deletions(-) diff --git a/composer.json b/composer.json index 822b8c12..43eea7e2 100644 --- a/composer.json +++ b/composer.json @@ -35,6 +35,7 @@ "cweagans/composer-patches": "^1.7", "drupal/address": "^1.9", "drupal/admin_denied": "^2.0", + "drupal/ckeditor": "^1.0", "drupal/components": "^3.0@beta", "drupal/config_split": "^2.0.0-rc4", "drupal/content_lock": "^2.3", @@ -61,8 +62,10 @@ "drupal/override_node_options": "^2.6", "drupal/paragraphs_admin": "^1.4", "drupal/pathauto": "^1.8", + "drupal/rdf": "^2.1", "drupal/redirect": "^1.8", "drupal/select2": "^1.13", + "drupal/seven": "^1.0", "drupal/social_auth_hid": "^3.0", "drupal/subgroup": "^2.0.0-beta1", "drupal/theme_switcher": "^1.2", diff --git a/composer.lock b/composer.lock index 09bee11a..3df3a083 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "57d990209c91168ba79036326d01c29a", + "content-hash": "5d7891f696b31fd37e240a87edf86f50", "packages": [ { "name": "asm89/stack-cors", @@ -1563,6 +1563,101 @@ "source": "https://git.drupalcode.org/project/admin_denied" } }, + { + "name": "drupal/ckeditor", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ckeditor.git", + "reference": "1.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ckeditor-1.0.2.zip", + "reference": "1.0.2", + "shasum": "fec2ca9ad852a00c7b9584cb6040dc860364c481" + }, + "require": { + "drupal/core": "^9.4 || ^10" + }, + "require-dev": { + "drupal/classy": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "1.0.2", + "datestamp": "1687261951", + "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": "dczepierga", + "homepage": "https://www.drupal.org/user/911466" + }, + { + "name": "hass", + "homepage": "https://www.drupal.org/user/85918" + }, + { + "name": "jcisio", + "homepage": "https://www.drupal.org/user/210762" + }, + { + "name": "Jorrit", + "homepage": "https://www.drupal.org/user/161217" + }, + { + "name": "lauriii", + "homepage": "https://www.drupal.org/user/1078742" + }, + { + "name": "Magnus", + "homepage": "https://www.drupal.org/user/73919" + }, + { + "name": "mkesicki", + "homepage": "https://www.drupal.org/user/922884" + }, + { + "name": "nod_", + "homepage": "https://www.drupal.org/user/598310" + }, + { + "name": "p.wiaderny", + "homepage": "https://www.drupal.org/user/2956619" + }, + { + "name": "vokiel", + "homepage": "https://www.drupal.org/user/2793801" + }, + { + "name": "Wim Leers", + "homepage": "https://www.drupal.org/user/99777" + }, + { + "name": "wwalc", + "homepage": "https://www.drupal.org/user/184556" + }, + { + "name": "xjm", + "homepage": "https://www.drupal.org/user/65776" + } + ], + "description": "WYSIWYG editing for rich text fields using CKEditor.", + "homepage": "https://www.drupal.org/project/ckeditor", + "support": { + "source": "https://git.drupalcode.org/project/ckeditor" + } + }, { "name": "drupal/components", "version": "3.0.0-beta3", @@ -4094,6 +4189,83 @@ "documentation": "https://www.drupal.org/docs/8/modules/pathauto" } }, + { + "name": "drupal/rdf", + "version": "2.1.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/rdf.git", + "reference": "2.1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/rdf-2.1.1.zip", + "reference": "2.1.1", + "shasum": "9c897d1313abdabbe80806d79643faffaa0b2466" + }, + "require": { + "drupal/core": "^9.4 || ^10.0", + "easyrdf/easyrdf": "^0.9 || ^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.1.1", + "datestamp": "1666340902", + "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": "Arto", + "homepage": "https://www.drupal.org/user/26089" + }, + { + "name": "bbrala", + "homepage": "https://www.drupal.org/user/3366066" + }, + { + "name": "bhuga", + "homepage": "https://www.drupal.org/user/186547" + }, + { + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" + }, + { + "name": "jmiccolis", + "homepage": "https://www.drupal.org/user/31731" + }, + { + "name": "linclark", + "homepage": "https://www.drupal.org/user/396253" + }, + { + "name": "miglius", + "homepage": "https://www.drupal.org/user/18741" + }, + { + "name": "scor", + "homepage": "https://www.drupal.org/user/52142" + }, + { + "name": "smustgrave", + "homepage": "https://www.drupal.org/user/3252890" + } + ], + "description": "Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes", + "homepage": "https://www.drupal.org/project/rdf", + "support": { + "source": "https://git.drupalcode.org/project/rdf" + } + }, { "name": "drupal/redirect", "version": "1.8.0", @@ -4200,6 +4372,66 @@ "source": "https://git.drupalcode.org/project/select2" } }, + { + "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/social_api", "version": "3.1.0", @@ -5095,6 +5327,81 @@ ], "time": "2023-02-21T02:32:48+00:00" }, + { + "name": "easyrdf/easyrdf", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/easyrdf/easyrdf.git", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-xmlreader": "*", + "lib-libxml": "*", + "php": ">=7.1.0" + }, + "require-dev": { + "code-lts/doctum": "^5", + "ml/json-ld": "~1.0", + "phpunit/phpunit": "^7", + "semsol/arc2": "^2.4", + "squizlabs/php_codesniffer": "3.*", + "zendframework/zend-http": "~2.3" + }, + "suggest": { + "ml/json-ld": "~1.0", + "semsol/arc2": "~2.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "EasyRdf\\": "lib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "homepage": "http://indeyets.ru/", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "support": { + "forum": "http://groups.google.com/group/easyrdf/", + "issues": "http://github.com/easyrdf/easyrdf/issues", + "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1" + }, + "time": "2020-12-02T08:47:31+00:00" + }, { "name": "egulias/email-validator", "version": "3.2.6", @@ -12500,81 +12807,6 @@ "source": "https://git.drupalcode.org/project/upgrade_status" } }, - { - "name": "easyrdf/easyrdf", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://github.com/easyrdf/easyrdf.git", - "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", - "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-mbstring": "*", - "ext-pcre": "*", - "ext-xmlreader": "*", - "lib-libxml": "*", - "php": ">=7.1.0" - }, - "require-dev": { - "code-lts/doctum": "^5", - "ml/json-ld": "~1.0", - "phpunit/phpunit": "^7", - "semsol/arc2": "^2.4", - "squizlabs/php_codesniffer": "3.*", - "zendframework/zend-http": "~2.3" - }, - "suggest": { - "ml/json-ld": "~1.0", - "semsol/arc2": "~2.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "EasyRdf\\": "lib" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nicholas Humfrey", - "email": "njh@aelius.com", - "homepage": "http://www.aelius.com/njh/", - "role": "Developer" - }, - { - "name": "Alexey Zakhlestin", - "email": "indeyets@gmail.com", - "homepage": "http://indeyets.ru/", - "role": "Developer" - } - ], - "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", - "homepage": "http://www.easyrdf.org/", - "keywords": [ - "Linked Data", - "RDF", - "Semantic Web", - "Turtle", - "rdfa", - "sparql" - ], - "support": { - "forum": "http://groups.google.com/group/easyrdf/", - "issues": "http://github.com/easyrdf/easyrdf/issues", - "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1" - }, - "time": "2020-12-02T08:47:31+00:00" - }, { "name": "fabpot/goutte", "version": "v3.3.1", From ad527633e2c87eb108de620e120f76f2a557e48f Mon Sep 17 00:00:00 2001 From: "Peter Droogmans (attiks)" Date: Tue, 1 Aug 2023 11:35:54 +0200 Subject: [PATCH 03/21] chore: Admin css, markdown --- .../custom/hr_paragraphs/hr_paragraphs.module | 31 +-- .../hr_paragraphs.post_update.php | 2 +- .../src/Plugin/Filter/Markdown.php | 182 +----------------- 3 files changed, 21 insertions(+), 194 deletions(-) diff --git a/html/modules/custom/hr_paragraphs/hr_paragraphs.module b/html/modules/custom/hr_paragraphs/hr_paragraphs.module index 5c02c97a..5465fd55 100644 --- a/html/modules/custom/hr_paragraphs/hr_paragraphs.module +++ b/html/modules/custom/hr_paragraphs/hr_paragraphs.module @@ -1325,25 +1325,28 @@ function hr_paragraphs_validate_date_filter_values($code, array $values) { * Implements hook_library_info_alter(). */ function hr_paragraphs_library_info_alter(&$libraries, $extension) { - if ($extension !== 'fullcalendar_api') { - return; + if ($extension == 'claro') { + $module_path = \Drupal::service('module_handler')->getModule(basename(__FILE__, '.module'))->getPath(); + $libraries['global-styling']['css']['theme']['/' . $module_path . '/css/admin.css'] = []; } - $new_file = '/' . \Drupal::service('extension.list.module')->getPath('hr_paragraphs') . '/component/events/js/fullcalendar.js'; - $replacements = [ - 'js/fullcalendar.load.js' => $new_file, - ]; + if ($extension == 'fullcalendar_api') { + $new_file = '/' . \Drupal::service('extension.list.module')->getPath('hr_paragraphs') . '/component/events/js/fullcalendar.js'; + $replacements = [ + 'js/fullcalendar.load.js' => $new_file, + ]; - $new_js = []; - foreach ($libraries['fullcalendar_load']['js'] as $source => $options) { - if (isset($replacements[$source])) { - $new_js[$replacements[$source]] = $options; - } - else { - $new_js[$source] = $options; + $new_js = []; + foreach ($libraries['fullcalendar_load']['js'] as $source => $options) { + if (isset($replacements[$source])) { + $new_js[$replacements[$source]] = $options; + } + else { + $new_js[$source] = $options; + } } + $libraries['fullcalendar_load']['js'] = $new_js; } - $libraries['fullcalendar_load']['js'] = $new_js; } /** diff --git a/html/modules/custom/hr_paragraphs/hr_paragraphs.post_update.php b/html/modules/custom/hr_paragraphs/hr_paragraphs.post_update.php index d8d97339..84960e75 100644 --- a/html/modules/custom/hr_paragraphs/hr_paragraphs.post_update.php +++ b/html/modules/custom/hr_paragraphs/hr_paragraphs.post_update.php @@ -150,7 +150,7 @@ function hr_paragraphs_post_update_track_usage_on_node(&$sandbox) { function hr_paragraphs_post_update_rename_cameroun() { $query = Drupal::entityTypeManager()->getStorage('path_alias')->getQuery()->accessCheck(FALSE); $query->condition('alias', 'cameroun', 'CONTAINS'); - $ids = $query->execute(); + $ids = $query->accessCheck(FALSE)->execute(); if (empty($ids)) { return; diff --git a/html/modules/custom/hr_paragraphs/src/Plugin/Filter/Markdown.php b/html/modules/custom/hr_paragraphs/src/Plugin/Filter/Markdown.php index 9ddc4bc1..c04f5977 100644 --- a/html/modules/custom/hr_paragraphs/src/Plugin/Filter/Markdown.php +++ b/html/modules/custom/hr_paragraphs/src/Plugin/Filter/Markdown.php @@ -7,12 +7,6 @@ use Drupal\Core\Url; use Drupal\filter\FilterProcessResult; use Drupal\filter\Plugin\FilterBase; -use League\CommonMark\Environment\Environment; -use League\CommonMark\Extension\Attributes\AttributesExtension; -use League\CommonMark\Extension\Autolink\AutolinkExtension; -use League\CommonMark\Extension\ExternalLink\ExternalLinkExtension; -use League\CommonMark\Extension\Table\TableExtension; -use League\CommonMark\MarkdownConverter; /** * Provides a filter to display any HTML as plain text. @@ -20,7 +14,7 @@ * @Filter( * id = "filter_markdown", * title = @Translation("Convert a markdown text to HTML"), - * type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE, + * type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE, * weight = -20 * ) */ @@ -30,184 +24,14 @@ class Markdown extends FilterBase { * {@inheritdoc} */ public function process($text, $langcode) { - // Add a space before the heading '#' which is fine as ReliefWeb doesn't use - // hash tags. - // @see https://talk.commonmark.org/t/heading-not-working/819/42 - $text = preg_replace('/^(#+)([^# ])/m', '$1 $2', $text); - - // Obtain a pre-configured Environment with all the CommonMark - // parsers/renderers ready-to-go. - $environment = Environment::createCommonMarkEnvironment(); - - // Configuration to add attributes to external links. - $external_link_config = [ - 'external_link' => [ - 'internal_hosts' => [ - \Drupal::request()->getHost(), - 'reliefweb.int', - ], - 'open_in_new_window' => TRUE, - ], - ]; - $environment->mergeConfig($external_link_config); - - // Add the extension to convert external links. - $environment->addExtension(new ExternalLinkExtension()); - - // Add the extension to convert ID attributes. - $environment->addExtension(new AttributesExtension()); - - // Add the extension to convert links. - $environment->addExtension(new AutolinkExtension()); - - // Add the extension to convert the tables. - $environment->addExtension(new TableExtension()); - - // Create the converter with the extension(s). - $converter = new MarkdownConverter($environment); - - // Convert to HTML. - $html = $converter->convertToHtml($text); - - return new FilterProcessResult($html); + return new FilterProcessResult($text); } /** * {@inheritdoc} */ public function tips($long = FALSE) { - $help = '

    Markdown reference

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Type… to Get
    *Italic*Italic
    **Bold**Bold
    - # Heading 1 - -

    Heading 1

    -
    - ## Heading 2 - -

    Heading 2

    -
    - ### Heading 3 - -

    Heading 3

    -
    - #### Heading 4 - -

    Heading 4

    -
    - ##### Heading 5 - -
    Heading 5
    -
    - ###### Heading 6 - -
    Heading 6
    -
    - [Link](http://a.com) - Link
    - ![Image](http://url/reliefweb.png) - - -
    - > Blockquote - -
    Blockquote
    -
    -

    - - List
    - - List
    - - List -

    -
    -
      -
    • List
    • -
    • List
    • -
    • List
    • -
    -
    -

    - 1. One
    - 2. Two
    - 3. Three -

    -
    -
      -
    1. One
    2. -
    3. Two
    4. -
    5. Three
    6. -
    -
    - Horizontal rule: -
    - --- -
    - Horizontal rule: -
    -
    '; + $help = '

    Markdown reference - obsolete

    '; $tips = [ '#type' => 'container', From 88c6ef88a9935e0b15414d46e463c6498ee66837 Mon Sep 17 00:00:00 2001 From: "Peter Droogmans (attiks)" Date: Tue, 1 Aug 2023 12:09:49 +0200 Subject: [PATCH 04/21] chore: Add lenient and patch helper + update --- composer.json | 15 ++- composer.lock | 270 ++++++++++++++++++++++++++++++++++---------------- 2 files changed, 200 insertions(+), 85 deletions(-) diff --git a/composer.json b/composer.json index 43eea7e2..f5a9c8f0 100644 --- a/composer.json +++ b/composer.json @@ -80,9 +80,11 @@ "guzzlehttp/guzzle": "7.5.0 as 6.5.8", "league/commonmark": "^2.4", "mailchimp/marketing": "^3.0", + "mglaman/composer-drupal-lenient": "^1.0", "npm-asset/moment": "^2.29", "npm-asset/select2": "^4", "oomphinc/composer-installers-extender": "^2.0", + "orakili/composer-drupal-info-file-patch-helper": "^1.0", "rlanvin/php-rrule": "2.3.1", "unocha/common_design": "^8", "unocha/ocha_search": "^1.0" @@ -110,6 +112,9 @@ ], "post-update-cmd": [ "@git-hooks" + ], + "pre-pool-create": [ + "scripts\\composer\\DrupalLenientRequirement::changeVersionConstraint" ] }, "minimum-stability": "stable", @@ -126,7 +131,9 @@ "drupal/core-project-message": true, "drupal/console-extend-plugin": true, "symfony/flex": true, - "oomphinc/composer-installers-extender": true + "oomphinc/composer-installers-extender": true, + "mglaman/composer-drupal-lenient": true, + "orakili/composer-drupal-info-file-patch-helper": true } }, "extra": { @@ -193,6 +200,12 @@ " * Remove the plugin that prints this message:", " composer remove drupal/core-project-message" ] + }, + "drupal-lenient": { + "constraint": "^10", + "allowed-list": [ + "drupal/maintenance200" + ] } }, "require-dev": { diff --git a/composer.lock b/composer.lock index 3df3a083..1e90f786 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5d7891f696b31fd37e240a87edf86f50", + "content-hash": "40997a7229dc816c695858c81a7b720d", "packages": [ { "name": "asm89/stack-cors", @@ -421,25 +421,25 @@ }, { "name": "consolidation/annotated-command", - "version": "4.8.2", + "version": "4.9.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "7f5dd1aafb93a10593ed70f3caa6a0cd5a32f0e3" + "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/7f5dd1aafb93a10593ed70f3caa6a0cd5a32f0e3", - "reference": "7f5dd1aafb93a10593ed70f3caa6a0cd5a32f0e3", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", + "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9", "shasum": "" }, "require": { - "consolidation/output-formatters": "^4.1.1", + "consolidation/output-formatters": "^4.3.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", @@ -471,9 +471,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.8.2" + "source": "https://github.com/consolidation/annotated-command/tree/4.9.1" }, - "time": "2023-03-11T19:32:28+00:00" + "time": "2023-05-20T04:19:01+00:00" }, { "name": "consolidation/config", @@ -639,16 +639,16 @@ }, { "name": "consolidation/output-formatters", - "version": "4.2.4", + "version": "4.3.2", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "b377db7e9435c50c4e019c26ec164b547e754ca0" + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/b377db7e9435c50c4e019c26ec164b547e754ca0", - "reference": "b377db7e9435c50c4e019c26ec164b547e754ca0", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58", + "reference": "06711568b4cd169700ff7e8075db0a9a341ceb58", "shasum": "" }, "require": { @@ -687,9 +687,9 @@ "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.2.4" + "source": "https://github.com/consolidation/output-formatters/tree/4.3.2" }, - "time": "2023-02-24T03:39:10+00:00" + "time": "2023-07-06T04:45:41+00:00" }, { "name": "consolidation/robo", @@ -792,16 +792,16 @@ }, { "name": "consolidation/self-update", - "version": "2.1.0", + "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "714b09fdf0513f83292874bb12de0566066040c2" + "reference": "972a1016761c9b63314e040836a12795dff6953a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/714b09fdf0513f83292874bb12de0566066040c2", - "reference": "714b09fdf0513f83292874bb12de0566066040c2", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/972a1016761c9b63314e040836a12795dff6953a", + "reference": "972a1016761c9b63314e040836a12795dff6953a", "shasum": "" }, "require": { @@ -841,9 +841,9 @@ "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.1.0" + "source": "https://github.com/consolidation/self-update/tree/2.2.0" }, - "time": "2023-02-21T19:33:55+00:00" + "time": "2023-03-18T01:37:41+00:00" }, { "name": "consolidation/site-alias", @@ -1370,20 +1370,20 @@ }, { "name": "doctrine/reflection", - "version": "1.2.3", + "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", - "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb" + "reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/1034e5e71f89978b80f9c1570e7226f6c3b9b6fb", - "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7", + "reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0", + "doctrine/annotations": "^1.0 || ^2.0", "ext-tokenizer": "*", "php": "^7.1 || ^8.0" }, @@ -1441,10 +1441,10 @@ ], "support": { "issues": "https://github.com/doctrine/reflection/issues", - "source": "https://github.com/doctrine/reflection/tree/1.2.3" + "source": "https://github.com/doctrine/reflection/tree/1.2.4" }, "abandoned": "roave/better-reflection", - "time": "2022-05-31T18:46:25+00:00" + "time": "2023-07-27T18:11:59+00:00" }, { "name": "drupal/address", @@ -2869,17 +2869,17 @@ }, { "name": "drupal/geofield", - "version": "1.53.0", + "version": "1.54.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/geofield.git", - "reference": "8.x-1.53" + "reference": "8.x-1.54" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.53.zip", - "reference": "8.x-1.53", - "shasum": "b915c1374731f1f8c4ccfd81ea1c0ad0b1466c99" + "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.54.zip", + "reference": "8.x-1.54", + "shasum": "a9fd5434d50cfc50d0fdce716159728855bd36c9" }, "require": { "drupal/core": "^8.8 || ^9 || ^10", @@ -2888,8 +2888,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.53", - "datestamp": "1682551435", + "version": "8.x-1.54", + "datestamp": "1690796214", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3763,7 +3763,7 @@ "shasum": "b01ed2dd4371c9ff24dbbbe235bedfe44f0e008e" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { @@ -5184,22 +5184,22 @@ }, { "name": "drush/drush", - "version": "11.5.1", + "version": "11.6.0", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "3138f82baa3b0e29ac935893a444881a7332177d" + "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/3138f82baa3b0e29ac935893a444881a7332177d", - "reference": "3138f82baa3b0e29ac935893a444881a7332177d", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78", + "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^2.4", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.7.0", + "consolidation/annotated-command": "^4.8.2", "consolidation/config": "^2", "consolidation/filter-via-dot-access-data": "^2", "consolidation/robo": "^3.0.9 || ^4.0.1", @@ -5317,7 +5317,7 @@ "forum": "http://drupal.stackexchange.com/questions/tagged/drush", "issues": "https://github.com/drush-ops/drush/issues", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/11.5.1" + "source": "https://github.com/drush-ops/drush/tree/11.6.0" }, "funding": [ { @@ -5325,7 +5325,7 @@ "type": "github" } ], - "time": "2023-02-21T02:32:48+00:00" + "time": "2023-06-06T18:46:18+00:00" }, { "name": "easyrdf/easyrdf", @@ -6852,6 +6852,64 @@ }, "time": "2022-08-18T16:18:26+00:00" }, + { + "name": "mglaman/composer-drupal-lenient", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/mglaman/composer-drupal-lenient.git", + "reference": "9d9271499d86ceb1431de80f876800fadf10a9e1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mglaman/composer-drupal-lenient/zipball/9d9271499d86ceb1431de80f876800fadf10a9e1", + "reference": "9d9271499d86ceb1431de80f876800fadf10a9e1", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^2.0", + "php": ">=8.1" + }, + "require-dev": { + "composer/composer": "^2.3", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.6", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.2", + "phpunit/phpunit": "^9.5", + "squizlabs/php_codesniffer": "^3.6" + }, + "type": "composer-plugin", + "extra": { + "class": "ComposerDrupalLenient\\Plugin" + }, + "autoload": { + "psr-4": { + "ComposerDrupalLenient\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Matt Glaman", + "email": "nmd.matt@gmail.com" + } + ], + "support": { + "issues": "https://github.com/mglaman/composer-drupal-lenient/issues", + "source": "https://github.com/mglaman/composer-drupal-lenient/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/mglaman", + "type": "github" + } + ], + "time": "2023-03-21T19:06:37+00:00" + }, { "name": "nette/schema", "version": "v1.2.3", @@ -6916,20 +6974,20 @@ }, { "name": "nette/utils", - "version": "v4.0.0", + "version": "v4.0.1", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e" + "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/cacdbf5a91a657ede665c541eda28941d4b09c1e", - "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e", + "url": "https://api.github.com/repos/nette/utils/zipball/9124157137da01b1f5a5a22d6486cb975f26db7e", + "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e", "shasum": "" }, "require": { - "php": ">=8.0 <8.3" + "php": ">=8.0 <8.4" }, "conflict": { "nette/finder": "<3", @@ -6937,7 +6995,7 @@ }, "require-dev": { "jetbrains/phpstorm-attributes": "dev-master", - "nette/tester": "^2.4", + "nette/tester": "^2.5", "phpstan/phpstan": "^1.0", "tracy/tracy": "^2.9" }, @@ -6997,9 +7055,9 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.0" + "source": "https://github.com/nette/utils/tree/v4.0.1" }, - "time": "2023-02-02T10:41:53+00:00" + "time": "2023-07-30T15:42:21+00:00" }, { "name": "nikic/php-parser", @@ -7138,6 +7196,49 @@ }, "time": "2021-12-15T12:32:42+00:00" }, + { + "name": "orakili/composer-drupal-info-file-patch-helper", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/orakili/composer-drupal-info-file-patch-helper.git", + "reference": "26dc73c0ad6a55486c09c75fd1cd091c79f98967" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/orakili/composer-drupal-info-file-patch-helper/zipball/26dc73c0ad6a55486c09c75fd1cd091c79f98967", + "reference": "26dc73c0ad6a55486c09c75fd1cd091c79f98967", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^2.0", + "php": ">=8.1" + }, + "type": "composer-plugin", + "extra": { + "class": "ComposerDrupalInfoFilePatchHelper\\Plugin" + }, + "autoload": { + "psr-4": { + "ComposerDrupalInfoFilePatchHelper\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "orakili", + "homepage": "https://github.com/orakili" + } + ], + "support": { + "issues": "https://github.com/orakili/composer-drupal-info-file-patch-helper/issues", + "source": "https://github.com/orakili/composer-drupal-info-file-patch-helper/tree/1.0.1" + }, + "time": "2022-12-20T03:47:48+00:00" + }, { "name": "paragonie/random_compat", "version": "v9.99.100", @@ -7785,16 +7886,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.15", + "version": "v0.11.20", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "5350ce0ec8ecf2c5b5cf554cd2496f97b444af85" + "reference": "0fa27040553d1d280a67a4393194df5228afea5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/5350ce0ec8ecf2c5b5cf554cd2496f97b444af85", - "reference": "5350ce0ec8ecf2c5b5cf554cd2496f97b444af85", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b", + "reference": "0fa27040553d1d280a67a4393194df5228afea5b", "shasum": "" }, "require": { @@ -7855,9 +7956,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.15" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.20" }, - "time": "2023-04-07T21:57:09+00:00" + "time": "2023-07-31T14:32:22+00:00" }, { "name": "ralouphie/getallheaders", @@ -10226,16 +10327,16 @@ }, { "name": "symfony/string", - "version": "v6.3.0", + "version": "v6.3.2", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f" + "reference": "53d1a83225002635bca3482fcbf963001313fb68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/f2e190ee75ff0f5eced645ec0be5c66fac81f51f", - "reference": "f2e190ee75ff0f5eced645ec0be5c66fac81f51f", + "url": "https://api.github.com/repos/symfony/string/zipball/53d1a83225002635bca3482fcbf963001313fb68", + "reference": "53d1a83225002635bca3482fcbf963001313fb68", "shasum": "" }, "require": { @@ -10292,7 +10393,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.0" + "source": "https://github.com/symfony/string/tree/v6.3.2" }, "funding": [ { @@ -10308,7 +10409,7 @@ "type": "tidelift" } ], - "time": "2023-03-21T21:06:29+00:00" + "time": "2023-07-05T08:41:27+00:00" }, { "name": "symfony/translation", @@ -10585,16 +10686,16 @@ }, { "name": "symfony/var-dumper", - "version": "v5.4.25", + "version": "v5.4.26", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "82269f73c0f0f9859ab9b6900eebacbe54954ede" + "reference": "e706c99b4a6f4d9383b52b80dd8c74880501e314" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/82269f73c0f0f9859ab9b6900eebacbe54954ede", - "reference": "82269f73c0f0f9859ab9b6900eebacbe54954ede", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e706c99b4a6f4d9383b52b80dd8c74880501e314", + "reference": "e706c99b4a6f4d9383b52b80dd8c74880501e314", "shasum": "" }, "require": { @@ -10608,6 +10709,7 @@ "require-dev": { "ext-iconv": "*", "symfony/console": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^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" @@ -10653,7 +10755,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.25" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.26" }, "funding": [ { @@ -10669,7 +10771,7 @@ "type": "tidelift" } ], - "time": "2023-06-20T20:56:26+00:00" + "time": "2023-07-13T07:32:46+00:00" }, { "name": "symfony/yaml", @@ -14168,16 +14270,16 @@ }, { "name": "phpspec/prophecy-phpunit", - "version": "v2.0.1", + "version": "v2.0.2", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy-phpunit.git", - "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177" + "reference": "9f26c224a2fa335f33e6666cc078fbf388255e87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/2d7a9df55f257d2cba9b1d0c0963a54960657177", - "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177", + "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/9f26c224a2fa335f33e6666cc078fbf388255e87", + "reference": "9f26c224a2fa335f33e6666cc078fbf388255e87", "shasum": "" }, "require": { @@ -14214,9 +14316,9 @@ ], "support": { "issues": "https://github.com/phpspec/prophecy-phpunit/issues", - "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.0.1" + "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.0.2" }, - "time": "2020-07-09T08:33:42+00:00" + "time": "2023-04-18T11:58:05+00:00" }, { "name": "phpstan/phpdoc-parser", @@ -16417,16 +16519,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v5.4.25", + "version": "v5.4.26", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "ed279c7839967958ee152c32eaa0eaaeac819404" + "reference": "d04639b395e25efa4260fc5b12a9fa1eafb38a64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ed279c7839967958ee152c32eaa0eaaeac819404", - "reference": "ed279c7839967958ee152c32eaa0eaaeac819404", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d04639b395e25efa4260fc5b12a9fa1eafb38a64", + "reference": "d04639b395e25efa4260fc5b12a9fa1eafb38a64", "shasum": "" }, "require": { @@ -16480,7 +16582,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.25" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.26" }, "funding": [ { @@ -16496,7 +16598,7 @@ "type": "tidelift" } ], - "time": "2023-06-02T09:36:43+00:00" + "time": "2023-07-12T15:44:31+00:00" }, { "name": "theseer/tokenizer", From 1c731f8d93e423113c6b5f83d6750e987a0f7986 Mon Sep 17 00:00:00 2001 From: "Peter Droogmans (attiks)" Date: Tue, 1 Aug 2023 12:18:33 +0200 Subject: [PATCH 05/21] Chore: Add theme switcher --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f5a9c8f0..38e8058c 100644 --- a/composer.json +++ b/composer.json @@ -204,7 +204,8 @@ "drupal-lenient": { "constraint": "^10", "allowed-list": [ - "drupal/maintenance200" + "drupal/maintenance200", + "drupal/theme_switcher" ] } }, From 1035cc915259b5de04fc3e9802581bd9f5d934e8 Mon Sep 17 00:00:00 2001 From: "Peter Droogmans (attiks)" Date: Tue, 1 Aug 2023 12:36:17 +0200 Subject: [PATCH 06/21] Chore: Upgrade, themes --- composer.json | 62 +- composer.lock | 4016 +++++++---------- ....yml => block.block.claro_breadcrumbs.yml} | 10 +- ...tent.yml => block.block.claro_content.yml} | 10 +- ...en_help.yml => block.block.claro_help.yml} | 10 +- ...ml => block.block.claro_local_actions.yml} | 10 +- ...ges.yml => block.block.claro_messages.yml} | 10 +- ...e.yml => block.block.claro_page_title.yml} | 10 +- ...block.block.claro_primary_local_tasks.yml} | 10 +- ...ock.block.claro_secondary_local_tasks.yml} | 10 +- config/block.block.hri_admin_breadcrumbs.yml | 22 - config/block.block.hri_admin_content.yml | 22 - config/block.block.hri_admin_help.yml | 22 - .../block.block.hri_admin_local_actions.yml | 20 - config/block.block.hri_admin_local_tasks.yml | 31 - config/block.block.hri_admin_messages.yml | 22 - config/block.block.hri_admin_page_title.yml | 20 - config/block.block.tabs.yml | 20 - ...{seven.settings.yml => claro.settings.yml} | 0 config/core.extension.yml | 3 +- .../core.menu.static_menu_link_overrides.yml | 10 +- ...graph.iframe.field_iframe_aspect_ratio.yml | 2 +- ...aph.twitter_feed.field_twitter_account.yml | 2 +- config/filter.format.markdown.yml | 2 +- config/language.config.es.user.mail.yml | 2 +- config/language.config.fr.user.mail.yml | 2 +- .../es/block.block.seven_breadcrumbs.yml | 2 - .../language/es/block.block.seven_content.yml | 2 - config/language/es/block.block.seven_help.yml | 2 - .../es/block.block.seven_local_actions.yml | 2 - .../es/block.block.seven_messages.yml | 2 - .../es/block.block.seven_page_title.yml | 2 - .../block.block.seven_primary_local_tasks.yml | 2 - ...lock.block.seven_secondary_local_tasks.yml | 2 - .../fr/block.block.seven_breadcrumbs.yml | 2 - .../language/fr/block.block.seven_content.yml | 2 - config/language/fr/block.block.seven_help.yml | 2 - .../fr/block.block.seven_local_actions.yml | 2 - .../fr/block.block.seven_messages.yml | 2 - .../fr/block.block.seven_page_title.yml | 2 - .../block.block.seven_primary_local_tasks.yml | 2 - ...lock.block.seven_secondary_local_tasks.yml | 2 - .../core.entity_form_mode.user.register.yml | 2 +- ...re.entity_view_mode.taxonomy_term.full.yml | 2 +- .../fr/system.action.node_promote_action.yml | 2 +- .../system.action.node_unpromote_action.yml | 2 +- ...stem.action.pathauto_update_alias_node.yml | 2 +- ...stem.action.pathauto_update_alias_user.yml | 2 +- .../system.action.user_cancel_user_action.yml | 2 +- config/language/fr/system.menu.account.yml | 2 +- config/language/fr/system.menu.admin.yml | 2 +- config/language/fr/system.menu.footer.yml | 2 +- config/language/fr/system.menu.tools.yml | 2 +- config/language/fr/user.mail.yml | 6 +- .../fr/views.view.broken_links_report.yml | 4 +- config/language/fr/views.view.files.yml | 8 +- config/language/fr/views.view.frontpage.yml | 6 +- .../fr/views.view.user_admin_people.yml | 4 +- .../language/fr/views.view.who_s_online.yml | 6 +- config/system.theme.yml | 2 +- config/user.mail.yml | 2 +- config/views.view.who_s_new.yml | 8 +- config/views.view.who_s_online.yml | 8 +- 63 files changed, 1676 insertions(+), 2792 deletions(-) rename config/{block.block.seven_breadcrumbs.yml => block.block.claro_breadcrumbs.yml} (63%) rename config/{block.block.seven_content.yml => block.block.claro_content.yml} (63%) rename config/{block.block.seven_help.yml => block.block.claro_help.yml} (60%) rename config/{block.block.seven_local_actions.yml => block.block.claro_local_actions.yml} (61%) rename config/{block.block.seven_messages.yml => block.block.claro_messages.yml} (63%) rename config/{block.block.seven_page_title.yml => block.block.claro_page_title.yml} (59%) rename config/{block.block.seven_primary_local_tasks.yml => block.block.claro_primary_local_tasks.yml} (62%) rename config/{block.block.seven_secondary_local_tasks.yml => block.block.claro_secondary_local_tasks.yml} (62%) delete mode 100644 config/block.block.hri_admin_breadcrumbs.yml delete mode 100644 config/block.block.hri_admin_content.yml delete mode 100644 config/block.block.hri_admin_help.yml delete mode 100644 config/block.block.hri_admin_local_actions.yml delete mode 100644 config/block.block.hri_admin_local_tasks.yml delete mode 100644 config/block.block.hri_admin_messages.yml delete mode 100644 config/block.block.hri_admin_page_title.yml delete mode 100644 config/block.block.tabs.yml rename config/{seven.settings.yml => claro.settings.yml} (100%) delete mode 100644 config/language/es/block.block.seven_breadcrumbs.yml delete mode 100644 config/language/es/block.block.seven_content.yml delete mode 100644 config/language/es/block.block.seven_help.yml delete mode 100644 config/language/es/block.block.seven_local_actions.yml delete mode 100644 config/language/es/block.block.seven_messages.yml delete mode 100644 config/language/es/block.block.seven_page_title.yml delete mode 100644 config/language/es/block.block.seven_primary_local_tasks.yml delete mode 100644 config/language/es/block.block.seven_secondary_local_tasks.yml delete mode 100644 config/language/fr/block.block.seven_breadcrumbs.yml delete mode 100644 config/language/fr/block.block.seven_content.yml delete mode 100644 config/language/fr/block.block.seven_help.yml delete mode 100644 config/language/fr/block.block.seven_local_actions.yml delete mode 100644 config/language/fr/block.block.seven_messages.yml delete mode 100644 config/language/fr/block.block.seven_page_title.yml delete mode 100644 config/language/fr/block.block.seven_primary_local_tasks.yml delete mode 100644 config/language/fr/block.block.seven_secondary_local_tasks.yml diff --git a/composer.json b/composer.json index 38e8058c..bbe5c7e8 100644 --- a/composer.json +++ b/composer.json @@ -31,6 +31,7 @@ } ], "require": { + "php": "8.*", "composer/installers": "^1.9", "cweagans/composer-patches": "^1.7", "drupal/address": "^1.9", @@ -39,12 +40,14 @@ "drupal/components": "^3.0@beta", "drupal/config_split": "^2.0.0-rc4", "drupal/content_lock": "^2.3", - "drupal/core-composer-scaffold": "^9", - "drupal/core-project-message": "^9", - "drupal/core-recommended": "^9", + "drupal/core-composer-scaffold": "^10", + "drupal/core-project-message": "^10", + "drupal/core-recommended": "^10", "drupal/csp": "^1.16", + "drupal/csv_serialization": "^3.0@beta", "drupal/dashboards": "^2.1", "drupal/date_recur": "^3.2", + "drupal/dynamic_entity_reference": "^4.0@alpha", "drupal/environment_indicator": "^4.0", "drupal/field_group": "^3.2", "drupal/flexible_permissions": "^1.0@beta", @@ -55,17 +58,17 @@ "drupal/jquery_ui_dialog": "^2.0", "drupal/layout_paragraphs": "^2.0@beta", "drupal/link_allowed_hosts": "^1.0@beta", - "drupal/linkchecker": "^1.0@beta", + "drupal/linkchecker": "^2.0@alpha", "drupal/maintenance200": "^1.1", "drupal/masquerade": "^2.0@beta", "drupal/memcache": "^2.3", "drupal/override_node_options": "^2.6", "drupal/paragraphs_admin": "^1.4", "drupal/pathauto": "^1.8", - "drupal/rdf": "^2.1", + "drupal/rdf": "^2.0", "drupal/redirect": "^1.8", "drupal/select2": "^1.13", - "drupal/seven": "^1.0", + "drupal/seven": "^1.0@alpha", "drupal/social_auth_hid": "^3.0", "drupal/subgroup": "^2.0.0-beta1", "drupal/theme_switcher": "^1.2", @@ -78,7 +81,7 @@ "fullcalendar/fullcalendar": "^3.10.0", "galbar/jsonpath": "^2.0", "guzzlehttp/guzzle": "7.5.0 as 6.5.8", - "league/commonmark": "^2.4", + "league/commonmark": "1.6", "mailchimp/marketing": "^3.0", "mglaman/composer-drupal-lenient": "^1.0", "npm-asset/moment": "^2.29", @@ -89,6 +92,11 @@ "unocha/common_design": "^8", "unocha/ocha_search": "^1.0" }, + "autoload": { + "classmap": [ + "scripts/composer/DrupalLenientRequirement.php" + ] + }, "conflict": { "drupal/drupal": "*" }, @@ -132,11 +140,19 @@ "drupal/console-extend-plugin": true, "symfony/flex": true, "oomphinc/composer-installers-extender": true, - "mglaman/composer-drupal-lenient": true, - "orakili/composer-drupal-info-file-patch-helper": true + "orakili/composer-drupal-info-file-patch-helper": true, + "phpstan/extension-installer": true, + "mglaman/composer-drupal-lenient": true } }, "extra": { + "drupal-lenient": { + "constraint": "^10", + "allowed-list": [ + "drupal/maintenance200", + "drupal/theme_switcher" + ] + }, "enable-patching": true, "composer-exit-on-patch-failure": true, "patches-file": "composer.patches.json", @@ -200,31 +216,21 @@ " * Remove the plugin that prints this message:", " composer remove drupal/core-project-message" ] - }, - "drupal-lenient": { - "constraint": "^10", - "allowed-list": [ - "drupal/maintenance200", - "drupal/theme_switcher" - ] } }, + "version": "0.3.13", "require-dev": { "drupal/coder": "^8.3", "drupal/config_filter": "^2.4", - "drupal/config_inspector": "^2.0", - "drupal/core-dev": "^9", - "drupal/dev_mode": "^2.3", - "drupal/devel_php": "^1.3", - "drupal/stage_file_proxy": "^2.0", - "drupal/upgrade_status": "^3.18", - "marcocesarato/php-conventional-changelog": "^1.13", + "drupal/config_inspector": "^2.1", + "drupal/core-dev": "^10.0", + "drupal/devel_php": "^1.5", + "marcocesarato/php-conventional-changelog": "^1.16", "mglaman/drupal-check": "^1.4", "phpcompatibility/php-compatibility": "^9.3", - "phpspec/prophecy-phpunit": "^2", + "phpspec/prophecy-phpunit": "^2.0", "phpunit/php-code-coverage": "^9.2", - "phpunit/phpunit": "^9.5", - "weitzman/drupal-test-traits": "^1.5" - }, - "version": "0.3.15" + "phpunit/phpunit": "^9.6", + "weitzman/drupal-test-traits": "^2.0" + } } diff --git a/composer.lock b/composer.lock index 1e90f786..f1f70824 100644 --- a/composer.lock +++ b/composer.lock @@ -4,40 +4,40 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "40997a7229dc816c695858c81a7b720d", + "content-hash": "800177709356b1ecc36628810e04e0f6", "packages": [ { "name": "asm89/stack-cors", - "version": "1.3.0", + "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/asm89/stack-cors.git", - "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08" + "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08", - "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/73e5b88775c64ccc0b84fb60836b30dc9d92ac4a", + "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a", "shasum": "" }, "require": { - "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" + "php": "^7.2|^8.0", + "symfony/http-foundation": "^4|^5|^6", + "symfony/http-kernel": "^4|^5|^6" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8.10", - "squizlabs/php_codesniffer": "^2.3" + "phpunit/phpunit": "^7|^9", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "2.1-dev" } }, "autoload": { "psr-4": { - "Asm89\\Stack\\": "src/Asm89/Stack/" + "Asm89\\Stack\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -58,9 +58,9 @@ ], "support": { "issues": "https://github.com/asm89/stack-cors/issues", - "source": "https://github.com/asm89/stack-cors/tree/1.3.0" + "source": "https://github.com/asm89/stack-cors/tree/v2.1.1" }, - "time": "2019-12-24T22:41:47+00:00" + "time": "2022-01-18T09:12:03+00:00" }, { "name": "chi-teck/drupal-code-generator", @@ -587,22 +587,22 @@ }, { "name": "consolidation/log", - "version": "2.1.1", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", - "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9" + "reference": "caaad9d70dae54eb49002666f000e3c607066878" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/3ad08dc57e8aff9400111bad36beb0ed387fe6a9", - "reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9", + "url": "https://api.github.com/repos/consolidation/log/zipball/caaad9d70dae54eb49002666f000e3c607066878", + "reference": "caaad9d70dae54eb49002666f000e3c607066878", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1 || ^2", - "symfony/console": "^4 || ^5 || ^6" + "php": ">=8.0.0", + "psr/log": "^3", + "symfony/console": "^5 || ^6" }, "require-dev": { "phpunit/phpunit": ">=7.5.20", @@ -633,9 +633,9 @@ "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/2.1.1" + "source": "https://github.com/consolidation/log/tree/3.0.0" }, - "time": "2022-02-24T04:27:32+00:00" + "time": "2022-04-05T16:53:32+00:00" }, { "name": "consolidation/output-formatters", @@ -693,32 +693,33 @@ }, { "name": "consolidation/robo", - "version": "4.0.2", + "version": "4.0.6", "source": { "type": "git", "url": "https://github.com/consolidation/robo.git", - "reference": "ccf80963abf11bdb8e90659aa99a7449b21e9452" + "reference": "55a272370940607649e5c46eb173c5c54f7c166d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/robo/zipball/ccf80963abf11bdb8e90659aa99a7449b21e9452", - "reference": "ccf80963abf11bdb8e90659aa99a7449b21e9452", + "url": "https://api.github.com/repos/consolidation/robo/zipball/55a272370940607649e5c46eb173c5c54f7c166d", + "reference": "55a272370940607649e5c46eb173c5c54f7c166d", "shasum": "" }, "require": { - "consolidation/annotated-command": "^4.3", - "consolidation/config": "^1.2.1 || ^2.0.1", - "consolidation/log": "^1.1.1 || ^2.0.2", + "consolidation/annotated-command": "^4.8.1", + "consolidation/config": "^2.0.1", + "consolidation/log": "^2.0.2 || ^3", "consolidation/output-formatters": "^4.1.2", "consolidation/self-update": "^2.0", "league/container": "^3.3.1 || ^4.0", - "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" + "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" }, "conflict": { "codegyre/robo": "*" @@ -741,33 +742,6 @@ "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" @@ -786,9 +760,9 @@ "description": "Modern task runner", "support": { "issues": "https://github.com/consolidation/robo/issues", - "source": "https://github.com/consolidation/robo/tree/4.0.2" + "source": "https://github.com/consolidation/robo/tree/4.0.6" }, - "time": "2022-04-21T09:29:58+00:00" + "time": "2023-04-30T21:49:04+00:00" }, { "name": "consolidation/self-update", @@ -847,24 +821,23 @@ }, { "name": "consolidation/site-alias", - "version": "3.1.7", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "3b6519592c7e8557423f935806cd73adf69ed6c7" + "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/3b6519592c7e8557423f935806cd73adf69ed6c7", - "reference": "3b6519592c7e8557423f935806cd73adf69ed6c7", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5", + "reference": "b0eeb8c8f3d54d072824ee31b5e00cb5181f91c5", "shasum": "" }, "require": { "consolidation/config": "^1.2.1 || ^2", - "php": ">=5.5.0", - "symfony/filesystem": "^4.4 || ^5.4 || ^6", - "symfony/finder": "~2.3 || ^3 || ^4.4 || ^5 || ^6", - "webmozart/path-util": "^2.3" + "php": ">=7.4", + "symfony/filesystem": "^5.4 || ^6", + "symfony/finder": "^5 || ^6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", @@ -876,7 +849,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.x-dev" + "dev-main": "4.x-dev" } }, "autoload": { @@ -901,40 +874,39 @@ "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/3.1.7" + "source": "https://github.com/consolidation/site-alias/tree/4.0.1" }, - "time": "2022-10-15T01:21:09+00:00" + "time": "2023-04-29T17:18:10+00:00" }, { "name": "consolidation/site-process", - "version": "4.2.1", + "version": "5.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/site-process.git", - "reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234" + "reference": "6c44638d7af8a8b4abe12c3180701243f480539d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-process/zipball/ee3bf69001694b2117cc2f96c2ef70d8d45f1234", - "reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/6c44638d7af8a8b4abe12c3180701243f480539d", + "reference": "6c44638d7af8a8b4abe12c3180701243f480539d", "shasum": "" }, "require": { - "consolidation/config": "^1.2.1 || ^2", + "consolidation/config": "^2", "consolidation/site-alias": "^3 || ^4", - "php": ">=7.1.3", - "symfony/console": "^2.8.52 || ^3 || ^4.4 || ^5", - "symfony/process": "^4.3.4 || ^5" + "php": ">=8.0.14", + "symfony/console": "^5.4 || ^6", + "symfony/process": "^6" }, "require-dev": { - "phpunit/phpunit": "^7.5.20 || ^8.5.14", - "squizlabs/php_codesniffer": "^3", - "yoast/phpunit-polyfills": "^0.2.0" + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "4.x-dev" + "dev-main": "5.x-dev" } }, "autoload": { @@ -959,9 +931,9 @@ "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/4.2.1" + "source": "https://github.com/consolidation/site-process/tree/5.2.0" }, - "time": "2022-10-18T13:19:35+00:00" + "time": "2022-12-06T17:57:16+00:00" }, { "name": "cweagans/composer-patches", @@ -1368,84 +1340,6 @@ ], "time": "2022-02-28T11:07:21+00:00" }, - { - "name": "doctrine/reflection", - "version": "1.2.4", - "source": { - "type": "git", - "url": "https://github.com/doctrine/reflection.git", - "reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7", - "reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7", - "shasum": "" - }, - "require": { - "doctrine/annotations": "^1.0 || ^2.0", - "ext-tokenizer": "*", - "php": "^7.1 || ^8.0" - }, - "conflict": { - "doctrine/common": "<2.9" - }, - "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": { - "Doctrine\\Common\\": "lib/Doctrine/Common" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "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": "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/doctrine/reflection/issues", - "source": "https://github.com/doctrine/reflection/tree/1.2.4" - }, - "abandoned": "roave/better-reflection", - "time": "2023-07-27T18:11:59+00:00" - }, { "name": "drupal/address", "version": "1.12.0", @@ -1855,24 +1749,24 @@ }, { "name": "drupal/core", - "version": "9.5.10", + "version": "10.0.10", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "c84bab7403943fbc4ed90ffcdde4460a94642b06" + "reference": "f387645873271267b498e428774d1d5dd40147b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/c84bab7403943fbc4ed90ffcdde4460a94642b06", - "reference": "c84bab7403943fbc4ed90ffcdde4460a94642b06", + "url": "https://api.github.com/repos/drupal/core/zipball/f387645873271267b498e428774d1d5dd40147b0", + "reference": "f387645873271267b498e428774d1d5dd40147b0", "shasum": "" }, "require": { - "asm89/stack-cors": "^1.3", + "asm89/stack-cors": "^2.1", + "composer-runtime-api": "^2.1", "composer/semver": "^3.3", "doctrine/annotations": "^1.13", - "doctrine/reflection": "^1.2", - "egulias/email-validator": "^2.1.22|^3.2", + "egulias/email-validator": "^3.2.1", "ext-date": "*", "ext-dom": "*", "ext-filter": "*", @@ -1886,41 +1780,33 @@ "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", - "laminas/laminas-feed": "^2.17", - "longwave/laminas-diactoros": "^2.14", + "guzzlehttp/guzzle": "^7.5", + "guzzlehttp/psr7": "^2.4.5", "masterminds/html5": "^2.7", "pear/archive_tar": "^1.4.14", - "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", + "php": ">=8.1.0", + "psr/log": "^3.0", + "symfony/console": "^6.2", + "symfony/dependency-injection": "^6.2", + "symfony/event-dispatcher": "^6.2", + "symfony/http-foundation": "^6.2", + "symfony/http-kernel": "^6.2", + "symfony/mime": "^6.2", "symfony/polyfill-iconv": "^1.26", - "symfony/polyfill-php80": "^1.26", - "symfony/process": "^4.4", + "symfony/process": "^6.2", "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" + "symfony/routing": "^6.2", + "symfony/serializer": "~6.2.0", + "symfony/validator": "~6.2.0", + "symfony/yaml": "^6.2", + "twig/twig": "^3.4.3" }, "conflict": { - "drush/drush": "<8.1.10", - "symfony/http-foundation": "4.4.42" + "drush/drush": "<8.1.10" }, "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", @@ -1944,6 +1830,9 @@ "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": { @@ -1976,12 +1865,10 @@ }, "autoload": { "files": [ - "includes/bootstrap.inc", - "includes/guzzle_php81_shim.php" + "includes/bootstrap.inc" ], "psr-4": { "Drupal\\Core\\": "lib/Drupal/Core", - "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver", "Drupal\\Component\\": "lib/Drupal/Component" }, "classmap": [ @@ -2000,12 +1887,10 @@ "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" ] @@ -2016,26 +1901,26 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.5.10" + "source": "https://github.com/drupal/core/tree/10.0.10" }, - "time": "2023-07-05T09:26:59+00:00" + "time": "2023-07-05T09:11:29+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.5.10", + "version": "10.1.1", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7" + "reference": "1ccd7db5ff8a5425b5bbba9b9a05e366363c0a51" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7", - "reference": "08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/1ccd7db5ff8a5425b5bbba9b9a05e366363c0a51", + "reference": "1ccd7db5ff8a5425b5bbba9b9a05e366363c0a51", "shasum": "" }, "require": { - "composer-plugin-api": "^1 || ^2", + "composer-plugin-api": "^2", "php": ">=7.3.0" }, "conflict": { @@ -2066,26 +1951,26 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.10" + "source": "https://github.com/drupal/core-composer-scaffold/tree/10.1.1" }, - "time": "2023-04-30T16:17:33+00:00" + "time": "2023-04-30T16:15:32+00:00" }, { "name": "drupal/core-project-message", - "version": "9.5.10", + "version": "10.1.1", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", - "reference": "5dfa0b75a057caf6542be67f61e7531c737db48c" + "reference": "59b4475f01debd9a0f173938a06189982c8ebffd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-project-message/zipball/5dfa0b75a057caf6542be67f61e7531c737db48c", - "reference": "5dfa0b75a057caf6542be67f61e7531c737db48c", + "url": "https://api.github.com/repos/drupal/core-project-message/zipball/59b4475f01debd9a0f173938a06189982c8ebffd", + "reference": "59b4475f01debd9a0f173938a06189982c8ebffd", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1 || ^2", + "composer-plugin-api": "^2", "php": ">=7.3.0" }, "type": "composer-plugin", @@ -2107,78 +1992,74 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-project-message/tree/9.5.10" + "source": "https://github.com/drupal/core-project-message/tree/10.1.1" }, - "time": "2022-02-24T17:40:53+00:00" + "time": "2022-07-01T08:32:39+00:00" }, { "name": "drupal/core-recommended", - "version": "9.5.10", + "version": "10.0.10", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "d149750a704e63b40a7a26afed5ad1517d515fdc" + "reference": "52761f7f6b2816089e4310c4f700c5a6c4b340e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/d149750a704e63b40a7a26afed5ad1517d515fdc", - "reference": "d149750a704e63b40a7a26afed5ad1517d515fdc", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/52761f7f6b2816089e4310c4f700c5a6c4b340e1", + "reference": "52761f7f6b2816089e4310c4f700c5a6c4b340e1", "shasum": "" }, "require": { - "asm89/stack-cors": "~1.3.0", + "asm89/stack-cors": "~v2.1.1", "composer/semver": "~3.3.2", "doctrine/annotations": "~1.13.3", "doctrine/lexer": "~1.2.3", - "doctrine/reflection": "~1.2.3", - "drupal/core": "9.5.10", + "drupal/core": "10.0.10", "egulias/email-validator": "~3.2.1", - "guzzlehttp/guzzle": "~6.5.8", + "guzzlehttp/guzzle": "~7.5.0", "guzzlehttp/promises": "~1.5.2", - "guzzlehttp/psr7": "~1.9.1", - "longwave/laminas-diactoros": "~2.14.2", + "guzzlehttp/psr7": "~2.4.5", "masterminds/html5": "~2.7.6", "pear/archive_tar": "~1.4.14", "pear/console_getopt": "~v1.4.3", "pear/pear-core-minimal": "~v1.10.11", "pear/pear_exception": "~v1.0.2", - "psr/cache": "~1.0.1", - "psr/container": "~1.1.1", + "psr/cache": "~3.0.0", + "psr/container": "~2.0.2", + "psr/event-dispatcher": "~1.0.0", + "psr/http-client": "~1.0.1", "psr/http-factory": "~1.0.1", "psr/http-message": "~1.0.1", - "psr/log": "~1.1.4", + "psr/log": "~3.0.0", "ralouphie/getallheaders": "~3.0.3", - "stack/builder": "~v1.0.6", - "symfony-cmf/routing": "~2.3.4", - "symfony/console": "~v4.4.49", - "symfony/debug": "~v4.4.44", - "symfony/dependency-injection": "~v4.4.49", - "symfony/deprecation-contracts": "~v2.5.2", - "symfony/error-handler": "~v4.4.44", - "symfony/event-dispatcher": "~v4.4.44", - "symfony/event-dispatcher-contracts": "~v1.1.13", - "symfony/http-client-contracts": "~v2.5.2", - "symfony/http-foundation": "~v4.4.49", - "symfony/http-kernel": "~v4.4.50", - "symfony/mime": "~v5.4.13", + "symfony/console": "~v6.2.5", + "symfony/dependency-injection": "~v6.2.6", + "symfony/deprecation-contracts": "~v3.2.0", + "symfony/error-handler": "~v6.2.5", + "symfony/event-dispatcher": "~v6.2.5", + "symfony/event-dispatcher-contracts": "~v3.2.0", + "symfony/http-foundation": "~v6.2.6", + "symfony/http-kernel": "~v6.2.6", + "symfony/mime": "~v6.2.5", "symfony/polyfill-ctype": "~v1.27.0", "symfony/polyfill-iconv": "~v1.27.0", + "symfony/polyfill-intl-grapheme": "~v1.27.0", "symfony/polyfill-intl-idn": "~v1.27.0", "symfony/polyfill-intl-normalizer": "~v1.27.0", "symfony/polyfill-mbstring": "~v1.27.0", - "symfony/polyfill-php80": "~v1.27.0", - "symfony/process": "~v4.4.44", + "symfony/process": "~v6.2.5", "symfony/psr-http-message-bridge": "~v2.1.4", - "symfony/routing": "~v4.4.44", - "symfony/serializer": "~v4.4.47", - "symfony/service-contracts": "~v2.5.2", - "symfony/translation": "~v4.4.47", - "symfony/translation-contracts": "~v2.5.2", - "symfony/validator": "~v4.4.48", - "symfony/var-dumper": "~v5.4.19", - "symfony/yaml": "~v4.4.45", - "twig/twig": "~v2.15.4", - "typo3/phar-stream-wrapper": "~v3.1.7" + "symfony/routing": "~v6.2.5", + "symfony/serializer": "~v6.2.5", + "symfony/service-contracts": "~v3.2.0", + "symfony/string": "~v6.2.5", + "symfony/translation-contracts": "~v3.2.0", + "symfony/validator": "~v6.2.5", + "symfony/var-dumper": "~v6.2.5", + "symfony/var-exporter": "~v6.2.5", + "symfony/yaml": "~v6.2.5", + "twig/twig": "~v3.5.0" }, "conflict": { "webflo/drupal-core-strict": "*" @@ -2190,9 +2071,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/9.5.10" + "source": "https://github.com/drupal/core-recommended/tree/10.0.10" }, - "time": "2023-07-05T09:26:59+00:00" + "time": "2023-07-05T09:11:29+00:00" }, { "name": "drupal/csp", @@ -2246,31 +2127,30 @@ }, { "name": "drupal/csv_serialization", - "version": "2.1.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/csv_serialization.git", - "reference": "8.x-2.1" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csv_serialization-8.x-2.1.zip", - "reference": "8.x-2.1", - "shasum": "10b8629a5808ed1ecf358d5ca7054d6c14a476d4" + "url": "https://ftp.drupal.org/files/projects/csv_serialization-3.0.0.zip", + "reference": "3.0.0", + "shasum": "7365f98428ab26b3f94527388583e4da8c9dc2fc" }, "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^10", "league/csv": "^9.1" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "drupal/coder": "^8.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.1", - "datestamp": "1655054417", + "version": "3.0.0", + "datestamp": "1681824255", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2278,6 +2158,14 @@ } }, "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "phpcs": [ + "vendor/bin/phpcs" + ], + "test": [ + "@phpcs" + ] + }, "license": [ "GPL-2.0-or-later" ], @@ -2512,24 +2400,23 @@ }, { "name": "drupal/dynamic_entity_reference", - "version": "1.16.0", + "version": "4.0.0-alpha3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/dynamic_entity_reference.git", - "reference": "8.x-1.16" + "reference": "4.0.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.16.zip", - "reference": "8.x-1.16", - "shasum": "4155c11eac17ccd485888e6e5c52858358726415" + "url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-4.0.0-alpha3.zip", + "reference": "4.0.0-alpha3", + "shasum": "8f2399c134bc8f0112eefbe2b900cbcf90c9ce08" }, "require": { - "drupal/core": "^9.3", - "php": ">=7.4" + "drupal/core": "^10 || ^11", + "php": ">=8.1" }, "require-dev": { - "drupal/diff": "1.x-dev", "mglaman/phpstan-drupal": "^1.1", "phpstan/phpstan": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0" @@ -2537,11 +2424,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.16", - "datestamp": "1644273068", + "version": "4.0.0-alpha3", + "datestamp": "1688838696", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -3684,38 +3571,38 @@ }, { "name": "drupal/linkchecker", - "version": "1.1.0", + "version": "2.0.0-alpha1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/linkchecker.git", - "reference": "8.x-1.1" + "reference": "2.0.0-alpha1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkchecker-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "c23eeb94023da2da28678cc8d1de4f9a0d1a2797" + "url": "https://ftp.drupal.org/files/projects/linkchecker-2.0.0-alpha1.zip", + "reference": "2.0.0-alpha1", + "shasum": "ee0a058ca14a776284fdc3f784f5edac01a5ded3" }, "require": { - "drupal/core": "^8.9 || ^9.2", - "drupal/dynamic_entity_reference": "^1.0 || ^2.0@alpha || ^3.0@beta || ^4.0@alpha" + "drupal/core": "^9.4 || ^10.0", + "drupal/dynamic_entity_reference": "^3.0 || ^4.0" }, "require-dev": { - "drupal/redirect": "^1.6" + "drupal/redirect": "^1.8" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1674834761", + "version": "2.0.0-alpha1", + "datestamp": "1674444668", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." } }, "drush": { "services": { - "drush.services.yml": "^9" + "drush.services.yml": "^10 || ^11" } } }, @@ -3763,7 +3650,7 @@ "shasum": "b01ed2dd4371c9ff24dbbbe235bedfe44f0e008e" }, "require": { - "drupal/core": "^8 || ^9 || ^10" + "drupal/core": "^10" }, "type": "drupal-module", "extra": { @@ -4749,7 +4636,7 @@ "shasum": "c3ce3499cbbf31e4a47808478af890b47c4f41dd" }, "require": { - "drupal/core": "^8.5 || ^9", + "drupal/core": "^10", "php": ">=7.1" }, "type": "drupal-module", @@ -5597,27 +5484,28 @@ }, { "name": "grasmash/expander", - "version": "2.0.3", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", - "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e" + "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/expander/zipball/b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e", - "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e", + "url": "https://api.github.com/repos/grasmash/expander/zipball/bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", + "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", "shasum": "" }, "require": { "dflydev/dot-access-data": "^3.0.0", - "php": ">=7.1", - "psr/log": "^1 | ^2 | ^3" + "php": ">=8.0", + "psr/log": "^2 | ^3" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", - "phpunit/phpunit": "^6.0 || ^8.0 || ^9", - "squizlabs/php_codesniffer": "^2.7 || ^3.3" + "php-coveralls/php-coveralls": "^2.5", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.3" }, "type": "library", "extra": { @@ -5642,9 +5530,9 @@ "description": "Expands internal property references in PHP arrays file.", "support": { "issues": "https://github.com/grasmash/expander/issues", - "source": "https://github.com/grasmash/expander/tree/2.0.3" + "source": "https://github.com/grasmash/expander/tree/3.0.0" }, - "time": "2022-04-25T22:17:46+00:00" + "time": "2022-05-10T13:14:49+00:00" }, { "name": "guzzlehttp/guzzle", @@ -5855,38 +5743,44 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.9.1", + "version": "2.4.5", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" + "reference": "0454e12ef0cd597ccd2adb036f7bda4e7fface66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", - "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/0454e12ef0cd597ccd2adb036f7bda4e7fface66", + "reference": "0454e12ef0cd597ccd2adb036f7bda4e7fface66", "shasum": "" }, "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0", + "ralouphie/getallheaders": "^3.0" }, "provide": { + "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + "bamarni/composer-bin-plugin": "^1.8.1", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } @@ -5925,6 +5819,11 @@ "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", @@ -5940,7 +5839,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.9.1" + "source": "https://github.com/guzzle/psr7/tree/2.4.5" }, "funding": [ { @@ -5956,7 +5855,7 @@ "type": "tidelift" } ], - "time": "2023-04-17T16:00:37+00:00" + "time": "2023-04-17T16:00:45+00:00" }, { "name": "itamair/geophp", @@ -6207,54 +6106,42 @@ }, { "name": "league/commonmark", - "version": "2.4.0", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048" + "reference": "19a9673b833cc37770439097b381d86cd125bfe8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d44a24690f16b8c1808bf13b1bd54ae4c63ea048", - "reference": "d44a24690f16b8c1808bf13b1bd54ae4c63ea048", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/19a9673b833cc37770439097b381d86cd125bfe8", + "reference": "19a9673b833cc37770439097b381d86cd125bfe8", "shasum": "" }, "require": { "ext-mbstring": "*", - "league/config": "^1.1.1", - "php": "^7.4 || ^8.0", - "psr/event-dispatcher": "^1.0", - "symfony/deprecation-contracts": "^2.1 || ^3.0", - "symfony/polyfill-php80": "^1.16" + "php": "^7.1 || ^8.0" + }, + "conflict": { + "scrutinizer/ocular": "1.7.*" }, "require-dev": { - "cebe/markdown": "^1.0", - "commonmark/cmark": "0.30.0", - "commonmark/commonmark.js": "0.30.0", - "composer/package-versions-deprecated": "^1.8", - "embed/embed": "^4.4", - "erusev/parsedown": "^1.0", + "cebe/markdown": "~1.0", + "commonmark/commonmark.js": "0.29.2", + "erusev/parsedown": "~1.0", "ext-json": "*", "github/gfm": "0.29.0", - "michelf/php-markdown": "^1.4 || ^2.0", - "nyholm/psr7": "^1.5", - "phpstan/phpstan": "^1.8.2", - "phpunit/phpunit": "^9.5.21", - "scrutinizer/ocular": "^1.8.1", - "symfony/finder": "^5.3 | ^6.0", - "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0", - "unleashedtech/php-coding-standard": "^3.1.1", - "vimeo/psalm": "^4.24.0 || ^5.0.0" - }, - "suggest": { - "symfony/yaml": "v2.3+ required if using the Front Matter extension" + "michelf/php-markdown": "~1.4", + "mikehaertl/php-shellcommand": "^1.4", + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2", + "scrutinizer/ocular": "^1.5", + "symfony/finder": "^4.2" }, + "bin": [ + "bin/commonmark" + ], "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - } - }, "autoload": { "psr-4": { "League\\CommonMark\\": "src" @@ -6272,7 +6159,7 @@ "role": "Lead Developer" } ], - "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)", + "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)", "homepage": "https://commonmark.thephpleague.com", "keywords": [ "commonmark", @@ -6286,12 +6173,15 @@ ], "support": { "docs": "https://commonmark.thephpleague.com/", - "forum": "https://github.com/thephpleague/commonmark/discussions", "issues": "https://github.com/thephpleague/commonmark/issues", "rss": "https://github.com/thephpleague/commonmark/releases.atom", "source": "https://github.com/thephpleague/commonmark" }, "funding": [ + { + "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark", + "type": "custom" + }, { "url": "https://www.colinodell.com/sponsor", "type": "custom" @@ -6305,93 +6195,15 @@ "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/league/commonmark", - "type": "tidelift" - } - ], - "time": "2023-03-24T15:16:10+00:00" - }, - { - "name": "league/config", - "version": "v1.2.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/config.git", - "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", - "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", - "shasum": "" - }, - "require": { - "dflydev/dot-access-data": "^3.0.1", - "nette/schema": "^1.2", - "php": "^7.4 || ^8.0" - }, - "require-dev": { - "phpstan/phpstan": "^1.8.2", - "phpunit/phpunit": "^9.5.5", - "scrutinizer/ocular": "^1.8.1", - "unleashedtech/php-coding-standard": "^3.1", - "vimeo/psalm": "^4.7.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.2-dev" - } - }, - "autoload": { - "psr-4": { - "League\\Config\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Colin O'Dell", - "email": "colinodell@gmail.com", - "homepage": "https://www.colinodell.com", - "role": "Lead Developer" - } - ], - "description": "Define configuration arrays with strict schemas and access values with dot notation", - "homepage": "https://config.thephpleague.com", - "keywords": [ - "array", - "config", - "configuration", - "dot", - "dot-access", - "nested", - "schema" - ], - "support": { - "docs": "https://config.thephpleague.com/", - "issues": "https://github.com/thephpleague/config/issues", - "rss": "https://github.com/thephpleague/config/releases.atom", - "source": "https://github.com/thephpleague/config" - }, - "funding": [ - { - "url": "https://www.colinodell.com/sponsor", - "type": "custom" - }, - { - "url": "https://www.paypal.me/colinpodell/10.00", - "type": "custom" + "url": "https://www.patreon.com/colinodell", + "type": "patreon" }, { - "url": "https://github.com/colinodell", - "type": "github" + "url": "https://tidelift.com/funding/github/packagist/league/commonmark", + "type": "tidelift" } ], - "time": "2022-12-11T20:36:23+00:00" + "time": "2021-05-01T19:00:49+00:00" }, { "name": "league/container", @@ -6633,145 +6445,49 @@ "time": "2023-04-16T18:19:15+00:00" }, { - "name": "longwave/laminas-diactoros", - "version": "2.14.2", + "name": "mailchimp/marketing", + "version": "3.0.80", "source": { "type": "git", - "url": "https://github.com/longwave/laminas-diactoros.git", - "reference": "ae4f0becf249ae8eea8f2f8f9fb927104e55a885" + "url": "https://github.com/mailchimp/mailchimp-marketing-php.git", + "reference": "c1a38f7248d8de7de412418fed8dae759b9e4b97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/longwave/laminas-diactoros/zipball/ae4f0becf249ae8eea8f2f8f9fb927104e55a885", - "reference": "ae4f0becf249ae8eea8f2f8f9fb927104e55a885", + "url": "https://api.github.com/repos/mailchimp/mailchimp-marketing-php/zipball/c1a38f7248d8de7de412418fed8dae759b9e4b97", + "reference": "c1a38f7248d8de7de412418fed8dae759b9e4b97", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.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" - }, - "replace": { - "laminas/laminas-diactoros": "2.18.1" + "ext-curl": "*", + "ext-json": "*", + "ext-mbstring": "*", + "guzzlehttp/guzzle": "^6.4 || ^7.2", + "guzzlehttp/psr7": "^1.7 || ^2.0", + "php": ">=7.2" }, "require-dev": { - "ext-curl": "*", - "ext-dom": "*", - "ext-gd": "*", - "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.9.0", - "laminas/laminas-coding-standard": "~2.3.0", - "php-http/psr7-integration-tests": "^1.1.1", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.24.0" + "friendsofphp/php-cs-fixer": "~2.12", + "phpunit/phpunit": "^7", + "squizlabs/php_codesniffer": "~2.6" }, "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": { - "Laminas\\Diactoros\\": "src/" + "MailchimpMarketing\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "proprietary" ], - "description": "PSR HTTP Message implementations", - "homepage": "https://laminas.dev", - "keywords": [ - "http", - "laminas", - "psr", - "psr-17", - "psr-7" - ], - "support": { - "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": "2023-04-26T21:27:14+00:00" - }, - { - "name": "mailchimp/marketing", - "version": "3.0.80", - "source": { - "type": "git", - "url": "https://github.com/mailchimp/mailchimp-marketing-php.git", - "reference": "c1a38f7248d8de7de412418fed8dae759b9e4b97" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mailchimp/mailchimp-marketing-php/zipball/c1a38f7248d8de7de412418fed8dae759b9e4b97", - "reference": "c1a38f7248d8de7de412418fed8dae759b9e4b97", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "ext-json": "*", - "ext-mbstring": "*", - "guzzlehttp/guzzle": "^6.4 || ^7.2", - "guzzlehttp/psr7": "^1.7 || ^2.0", - "php": ">=7.2" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "~2.12", - "phpunit/phpunit": "^7", - "squizlabs/php_codesniffer": "~2.6" - }, - "type": "library", - "autoload": { - "psr-4": { - "MailchimpMarketing\\": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "proprietary" - ], - "authors": [ - { - "name": "Mailchimp", - "homepage": "https://github.com/mailchimp/mailchimp-marketing-php" - } - ], - "homepage": "http://swagger.io", + "authors": [ + { + "name": "Mailchimp", + "homepage": "https://github.com/mailchimp/mailchimp-marketing-php" + } + ], + "homepage": "http://swagger.io", "keywords": [ "api", "php", @@ -6910,155 +6626,6 @@ ], "time": "2023-03-21T19:06:37+00:00" }, - { - "name": "nette/schema", - "version": "v1.2.3", - "source": { - "type": "git", - "url": "https://github.com/nette/schema.git", - "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f", - "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f", - "shasum": "" - }, - "require": { - "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", - "php": ">=7.1 <8.3" - }, - "require-dev": { - "nette/tester": "^2.3 || ^2.4", - "phpstan/phpstan-nette": "^1.0", - "tracy/tracy": "^2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "📐 Nette Schema: validating data structures against a given Schema.", - "homepage": "https://nette.org", - "keywords": [ - "config", - "nette" - ], - "support": { - "issues": "https://github.com/nette/schema/issues", - "source": "https://github.com/nette/schema/tree/v1.2.3" - }, - "time": "2022-10-13T01:24:26+00:00" - }, - { - "name": "nette/utils", - "version": "v4.0.1", - "source": { - "type": "git", - "url": "https://github.com/nette/utils.git", - "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/9124157137da01b1f5a5a22d6486cb975f26db7e", - "reference": "9124157137da01b1f5a5a22d6486cb975f26db7e", - "shasum": "" - }, - "require": { - "php": ">=8.0 <8.4" - }, - "conflict": { - "nette/finder": "<3", - "nette/schema": "<1.2.2" - }, - "require-dev": { - "jetbrains/phpstorm-attributes": "dev-master", - "nette/tester": "^2.5", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.9" - }, - "suggest": { - "ext-gd": "to use Image", - "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", - "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", - "ext-json": "to use Nette\\Utils\\Json", - "ext-mbstring": "to use Strings::lower() etc...", - "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", - "ext-xml": "to use Strings::length() etc. when mbstring is not available" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause", - "GPL-2.0-only", - "GPL-3.0-only" - ], - "authors": [ - { - "name": "David Grudl", - "homepage": "https://davidgrudl.com" - }, - { - "name": "Nette Community", - "homepage": "https://nette.org/contributors" - } - ], - "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", - "homepage": "https://nette.org", - "keywords": [ - "array", - "core", - "datetime", - "images", - "json", - "nette", - "paginator", - "password", - "slugify", - "string", - "unicode", - "utf-8", - "utility", - "validation" - ], - "support": { - "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.1" - }, - "time": "2023-07-30T15:42:21+00:00" - }, { "name": "nikic/php-parser", "version": "v4.16.0", @@ -7528,31 +7095,27 @@ "time": "2021-03-21T15:43:46+00:00" }, { - "name": "psr/cache", - "version": "1.0.1", + "name": "phootwork/collection", + "version": "v3.2.2", "source": { "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + "url": "https://github.com/phootwork/collection.git", + "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "url": "https://api.github.com/repos/phootwork/collection/zipball/46dde20420fba17766c89200bc3ff91d3e58eafa", + "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa", "shasum": "" }, "require": { - "php": ">=5.3.0" + "phootwork/lang": "^3.0", + "php": ">=8.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { - "Psr\\Cache\\": "src/" + "phootwork\\collection\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -7561,42 +7124,54 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Thomas Gossmann", + "homepage": "http://gos.si" } ], - "description": "Common interface for caching libraries", + "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": [ - "cache", - "psr", - "psr-6" + "Array object", + "Text object", + "collection", + "collections", + "json", + "list", + "map", + "queue", + "set", + "stack", + "xml" ], "support": { - "source": "https://github.com/php-fig/cache/tree/master" + "issues": "https://github.com/phootwork/phootwork/issues", + "source": "https://github.com/phootwork/collection/tree/v3.2.2" }, - "time": "2016-08-06T20:24:11+00:00" + "time": "2022-08-27T12:51:24+00:00" }, { - "name": "psr/container", - "version": "1.1.2", + "name": "phootwork/lang", + "version": "v3.2.2", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + "url": "https://github.com/phootwork/lang.git", + "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", - "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "url": "https://api.github.com/repos/phootwork/lang/zipball/baaf154ae7d521ebeee5e89105f5b12b0f234597", + "reference": "baaf154ae7d521ebeee5e89105f5b12b0f234597", "shasum": "" }, "require": { - "php": ">=7.4.0" + "php": ">=8.0", + "symfony/polyfill-mbstring": "^1.12", + "symfony/polyfill-php81": "^1.22" }, "type": "library", "autoload": { "psr-4": { - "Psr\\Container\\": "src/" + "phootwork\\lang\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -7605,51 +7180,52 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "https://www.php-fig.org/" + "name": "Thomas Gossmann", + "homepage": "http://gos.si" } ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", + "description": "Missing PHP language constructs", + "homepage": "https://phootwork.github.io/lang/", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "array", + "comparator", + "comparison", + "string" ], "support": { - "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.2" + "issues": "https://github.com/phootwork/phootwork/issues", + "source": "https://github.com/phootwork/lang/tree/v3.2.2" }, - "time": "2021-11-05T16:50:12+00:00" + "time": "2023-05-26T05:37:59+00:00" }, { - "name": "psr/event-dispatcher", - "version": "1.0.0", + "name": "phpowermove/docblock", + "version": "v4.0", "source": { "type": "git", - "url": "https://github.com/php-fig/event-dispatcher.git", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" + "url": "https://github.com/phpowermove/docblock.git", + "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", - "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", + "url": "https://api.github.com/repos/phpowermove/docblock/zipball/a73f6e17b7d4e1b92ca5378c248c952c9fae7826", + "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826", "shasum": "" }, "require": { - "php": ">=7.2.0" + "phootwork/collection": "^3.0", + "phootwork/lang": "^3.0", + "php": ">=8.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "require-dev": { + "phootwork/php-cs-fixer-config": "^0.4", + "phpunit/phpunit": "^9.0", + "psalm/phar": "^4.3" }, + "type": "library", "autoload": { "psr-4": { - "Psr\\EventDispatcher\\": "src/" + "phpowermove\\docblock\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -7658,39 +7234,38 @@ ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Thomas Gossmann", + "homepage": "http://gos.si" } ], - "description": "Standard interfaces for event handling.", + "description": "PHP Docblock parser and generator. An API to read and write Docblocks.", "keywords": [ - "events", - "psr", - "psr-14" + "docblock", + "generator", + "parser" ], "support": { - "issues": "https://github.com/php-fig/event-dispatcher/issues", - "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" + "issues": "https://github.com/phpowermove/docblock/issues", + "source": "https://github.com/phpowermove/docblock/tree/v4.0" }, - "time": "2019-01-08T18:20:26+00:00" + "time": "2021-09-22T16:57:06+00:00" }, { - "name": "psr/http-client", - "version": "1.0.2", + "name": "psr/cache", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/php-fig/http-client.git", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" + "url": "https://github.com/php-fig/cache.git", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", - "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", "shasum": "" }, "require": { - "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0 || ^2.0" + "php": ">=8.0.0" }, "type": "library", "extra": { @@ -7700,7 +7275,7 @@ }, "autoload": { "psr-4": { - "Psr\\Http\\Client\\": "src/" + "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -7713,46 +7288,43 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "Common interface for HTTP clients", - "homepage": "https://github.com/php-fig/http-client", + "description": "Common interface for caching libraries", "keywords": [ - "http", - "http-client", + "cache", "psr", - "psr-18" + "psr-6" ], "support": { - "source": "https://github.com/php-fig/http-client/tree/1.0.2" + "source": "https://github.com/php-fig/cache/tree/3.0.0" }, - "time": "2023-04-10T20:12:12+00:00" + "time": "2021-02-03T23:26:27+00:00" }, { - "name": "psr/http-factory", - "version": "1.0.2", + "name": "psr/container", + "version": "2.0.2", "source": { "type": "git", - "url": "https://github.com/php-fig/http-factory.git", - "reference": "e616d01114759c4c489f93b099585439f795fe35" + "url": "https://github.com/php-fig/container.git", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "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/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { - "php": ">=7.0.0", - "psr/http-message": "^1.0 || ^2.0" + "php": ">=7.4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" + "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -7765,7 +7337,163 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "Common interfaces for PSR-7 HTTP message factories", + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/2.0.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.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31", + "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/tree/1.0.2" + }, + "time": "2023-04-10T20:12:12+00:00" + }, + { + "name": "psr/http-factory", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "e616d01114759c4c489f93b099585439f795fe35" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "psr/http-message": "^1.0 || ^2.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", @@ -7836,30 +7564,30 @@ }, { "name": "psr/log", - "version": "1.1.4", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", + "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -7880,9 +7608,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" + "source": "https://github.com/php-fig/log/tree/3.0.0" }, - "time": "2021-05-03T11:20:27+00:00" + "time": "2021-07-14T16:46:02+00:00" }, { "name": "psy/psysh", @@ -8053,162 +7781,45 @@ }, "time": "2022-04-22T08:45:04+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-0": { - "Stack": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - } - ], - "description": "Builder for stack middleware based on HttpKernelInterface.", - "keywords": [ - "stack" - ], - "support": { - "issues": "https://github.com/stackphp/builder/issues", - "source": "https://github.com/stackphp/builder/tree/v1.0.6" - }, - "time": "2020-01-30T12:17:27+00:00" - }, - { - "name": "symfony-cmf/routing", - "version": "2.3.4", - "source": { - "type": "git", - "url": "https://github.com/symfony-cmf/Routing.git", - "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", - "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", - "shasum": "" - }, - "require": { - "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": { - "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.49", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9" + "reference": "e30dfbceadb96cb67605b69b1277c41332fae185" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", - "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", + "url": "https://api.github.com/repos/symfony/console/zipball/e30dfbceadb96cb67605b69b1277c41332fae185", + "reference": "e30dfbceadb96cb67605b69b1277c41332fae185", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.8", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1|^2" + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/string": "^5.4|^6.0" }, "conflict": { - "psr/log": ">=3", - "symfony/dependency-injection": "<3.4", - "symfony/event-dispatcher": "<4.3|>=5", - "symfony/lock": "<4.4", - "symfony/process": "<3.3" + "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" + "psr/log-implementation": "1.0|2.0|3.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" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/lock": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" }, "suggest": { "psr/log": "For using the console logger", @@ -8241,8 +7852,14 @@ ], "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/v4.4.49" + "source": "https://github.com/symfony/console/tree/v6.2.13" }, "funding": [ { @@ -8258,36 +7875,55 @@ "type": "tidelift" } ], - "time": "2022-11-05T17:10:16+00:00" + "time": "2023-07-19T20:17:04+00:00" }, { - "name": "symfony/debug", - "version": "v4.4.44", + "name": "symfony/dependency-injection", + "version": "v6.2.13", "source": { "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "1a692492190773c5310bc7877cb590c04c2f05be" + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "d977404486b419bedf450739a9f8992a88c1d6e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", - "reference": "1a692492190773c5310bc7877cb590c04c2f05be", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d977404486b419bedf450739a9f8992a88c1d6e3", + "reference": "d977404486b419bedf450739a9f8992a88c1d6e3", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2|^3" + "php": ">=8.1", + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/service-contracts": "^1.1.6|^2.0|^3.0", + "symfony/var-exporter": "^6.2.7" }, "conflict": { - "symfony/http-kernel": "<3.4" + "ext-psr": "<1.1|>=2", + "symfony/config": "<6.1", + "symfony/finder": "<5.4", + "symfony/proxy-manager-bridge": "<6.2", + "symfony/yaml": "<5.4" + }, + "provide": { + "psr/container-implementation": "1.1|2.0", + "symfony/service-implementation": "1.1|2.0|3.0" }, "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "symfony/config": "^6.1", + "symfony/expression-language": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.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/yaml": "" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Debug\\": "" + "Symfony\\Component\\DependencyInjection\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -8307,10 +7943,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides tools to ease debugging PHP code", + "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/debug/tree/v4.4.44" + "source": "https://github.com/symfony/dependency-injection/tree/v6.2.13" }, "funding": [ { @@ -8326,116 +7962,29 @@ "type": "tidelift" } ], - "abandoned": "symfony/error-handler", - "time": "2022-07-28T16:29:46+00:00" - }, - { - "name": "symfony/dependency-injection", - "version": "v4.4.49", - "source": { - "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9065fe97dbd38a897e95ea254eb5ddfe1310f734", - "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "psr/container": "^1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1.6|^2" - }, - "conflict": { - "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.0", - "symfony/service-implementation": "1.0|2.0" - }, - "require-dev": { - "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": { - "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" - }, - "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": "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/v4.4.49" - }, - "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-16T16:18:09+00:00" + "time": "2023-07-19T20:17:04+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.2", + "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" + "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", - "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e", + "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.1" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -8464,7 +8013,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.1" }, "funding": [ { @@ -8480,32 +8029,35 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2023-03-01T10:25:55+00:00" }, { "name": "symfony/error-handler", - "version": "v4.4.44", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "be731658121ef2d8be88f3a1ec938148a9237291" + "reference": "69f92a208efc45a98fa240d0792d210ef5eef987" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", - "reference": "be731658121ef2d8be88f3a1ec938148a9237291", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/69f92a208efc45a98fa240d0792d210ef5eef987", + "reference": "69f92a208efc45a98fa240d0792d210ef5eef987", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", "psr/log": "^1|^2|^3", - "symfony/debug": "^4.4.5", - "symfony/var-dumper": "^4.4|^5.0" + "symfony/var-dumper": "^5.4|^6.0" }, "require-dev": { - "symfony/http-kernel": "^4.4|^5.0", - "symfony/serializer": "^4.4|^5.0" + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/serializer": "^5.4|^6.0" }, + "bin": [ + "Resources/bin/patch-type-declarations" + ], "type": "library", "autoload": { "psr-4": { @@ -8532,7 +8084,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/v4.4.44" + "source": "https://github.com/symfony/error-handler/tree/v6.2.13" }, "funding": [ { @@ -8548,43 +8100,42 @@ "type": "tidelift" } ], - "time": "2022-07-28T16:29:46+00:00" + "time": "2023-07-16T16:55:01+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.44", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" + "reference": "a6e533212c6c298c6a4d1e892e4cdbf45ea21f1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", - "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a6e533212c6c298c6a4d1e892e4cdbf45ea21f1c", + "reference": "a6e533212c6c298c6a4d1e892e4cdbf45ea21f1c", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/event-dispatcher-contracts": "^1.1", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/event-dispatcher-contracts": "^2|^3" }, "conflict": { - "symfony/dependency-injection": "<3.4" + "symfony/dependency-injection": "<5.4" }, "provide": { "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "1.1" + "symfony/event-dispatcher-implementation": "2.0|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", - "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" + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/stopwatch": "^5.4|^6.0" }, "suggest": { "symfony/dependency-injection": "", @@ -8616,7 +8167,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/v4.4.44" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.13" }, "funding": [ { @@ -8632,33 +8183,33 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2023-07-06T06:53:05+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.13", + "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" + "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", - "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ad3b6f1e4e2da5690fefe075cd53a238646d8dd", + "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd", "shasum": "" }, "require": { - "php": ">=7.1.3" + "php": ">=8.1", + "psr/event-dispatcher": "^1" }, "suggest": { - "psr/event-dispatcher": "", "symfony/event-dispatcher-implementation": "" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.1-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -8695,7 +8246,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.1" }, "funding": [ { @@ -8711,26 +8262,26 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2023-03-01T10:32:47+00:00" }, { "name": "symfony/filesystem", - "version": "v4.4.42", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" + "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", - "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/edd36776956f2a6fcf577edb5b05eb0e3bdc52ae", + "reference": "edd36776956f2a6fcf577edb5b05eb0e3bdc52ae", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "~1.8" }, "type": "library", "autoload": { @@ -8758,7 +8309,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.42" + "source": "https://github.com/symfony/filesystem/tree/v6.3.1" }, "funding": [ { @@ -8774,25 +8325,27 @@ "type": "tidelift" } ], - "time": "2022-05-20T08:49:14+00:00" + "time": "2023-06-01T08:30:39+00:00" }, { "name": "symfony/finder", - "version": "v4.4.44", + "version": "v6.3.3", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" + "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", - "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", + "url": "https://api.github.com/repos/symfony/finder/zipball/9915db259f67d21eefee768c1abcf1cc61b1fc9e", + "reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" + }, + "require-dev": { + "symfony/filesystem": "^6.0" }, "type": "library", "autoload": { @@ -8820,85 +8373,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/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-29T07:35:46+00:00" - }, - { - "name": "symfony/http-client-contracts", - "version": "v2.5.2", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", - "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", - "shasum": "" - }, - "require": { - "php": ">=7.2.5" - }, - "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" + "source": "https://github.com/symfony/finder/tree/v6.3.3" }, "funding": [ { @@ -8914,31 +8389,41 @@ "type": "tidelift" } ], - "time": "2022-04-12T15:48:08+00:00" + "time": "2023-07-31T08:31:44+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.4.49", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "191413c7b832c015bb38eae963f2e57498c3c173" + "reference": "d64109065a5283c96f1ccbe2f2eeedf75ef7d490" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173", - "reference": "191413c7b832c015bb38eae963f2e57498c3c173", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d64109065a5283c96f1ccbe2f2eeedf75ef7d490", + "reference": "d64109065a5283c96f1ccbe2f2eeedf75ef7d490", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/mime": "^4.3|^5.0", - "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-mbstring": "~1.1" + }, + "conflict": { + "symfony/cache": "<6.2" }, "require-dev": { "predis/predis": "~1.0", - "symfony/expression-language": "^3.4|^4.0|^5.0" + "symfony/cache": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", + "symfony/mime": "^5.4|^6.0", + "symfony/rate-limiter": "^5.2|^6.0" + }, + "suggest": { + "symfony/mime": "To use the file extension guesser" }, "type": "library", "autoload": { @@ -8966,7 +8451,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.49" + "source": "https://github.com/symfony/http-foundation/tree/v6.2.13" }, "funding": [ { @@ -8982,61 +8467,69 @@ "type": "tidelift" } ], - "time": "2022-11-04T16:17:57+00:00" + "time": "2023-07-23T21:58:00+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.50", + "version": "v6.2.14", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef" + "reference": "d05cebbc07478d37ff1e0f0079f06298a096b870" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aa6df6c045f034aa13ac752fc234bb300b9488ef", - "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d05cebbc07478d37ff1e0f0079f06298a096b870", + "reference": "d05cebbc07478d37ff1e0f0079f06298a096b870", "shasum": "" }, "require": { - "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" + "php": ">=8.1", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/error-handler": "^6.1", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/http-foundation": "^5.4.21|^6.2.7", + "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "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" + "symfony/browser-kit": "<5.4", + "symfony/cache": "<5.4", + "symfony/config": "<6.1", + "symfony/console": "<5.4", + "symfony/dependency-injection": "<6.2", + "symfony/doctrine-bridge": "<5.4", + "symfony/form": "<5.4", + "symfony/http-client": "<5.4", + "symfony/mailer": "<5.4", + "symfony/messenger": "<5.4", + "symfony/translation": "<5.4", + "symfony/twig-bridge": "<5.4", + "symfony/validator": "<5.4", + "twig/twig": "<2.13" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", - "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" + "symfony/browser-kit": "^5.4|^6.0", + "symfony/config": "^6.1", + "symfony/console": "^5.4|^6.0", + "symfony/css-selector": "^5.4|^6.0", + "symfony/dependency-injection": "^6.2", + "symfony/dom-crawler": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/http-client-contracts": "^1.1|^2|^3", + "symfony/process": "^5.4|^6.0", + "symfony/routing": "^5.4|^6.0", + "symfony/stopwatch": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.0", + "symfony/translation-contracts": "^1.1|^2|^3", + "symfony/uid": "^5.4|^6.0", + "symfony/var-exporter": "^6.2", + "twig/twig": "^2.13|^3.0.4" }, "suggest": { "symfony/browser-kit": "", @@ -9070,7 +8563,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v4.4.50" + "source": "https://github.com/symfony/http-kernel/tree/v6.2.14" }, "funding": [ { @@ -9086,42 +8579,42 @@ "type": "tidelift" } ], - "time": "2023-02-01T08:01:31+00:00" + "time": "2023-07-31T10:40:35+00:00" }, { "name": "symfony/mime", - "version": "v5.4.13", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd" + "reference": "32f2c5f8114fd778ed00fc54f684e805d7e48508" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd", - "reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd", + "url": "https://api.github.com/repos/symfony/mime/zipball/32f2c5f8114fd778ed00fc54f684e805d7e48508", + "reference": "32f2c5f8114fd778ed00fc54f684e805d7e48508", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.1", "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "^1.0" }, "conflict": { "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<4.4" + "symfony/mailer": "<5.4", + "symfony/serializer": "<6.2.13|>=6.3,<6.3.2" }, "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1", + "egulias/email-validator": "^2.1.10|^3.1|^4", + "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.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" + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/serializer": "~6.2.13|^6.3.2" }, "type": "library", "autoload": { @@ -9153,7 +8646,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.13" + "source": "https://github.com/symfony/mime/tree/v6.2.13" }, "funding": [ { @@ -9169,7 +8662,7 @@ "type": "tidelift" } ], - "time": "2022-09-01T18:18:29+00:00" + "time": "2023-07-27T06:30:34+00:00" }, { "name": "symfony/polyfill-ctype", @@ -9748,17 +9241,17 @@ "time": "2022-11-03T14:55:06+00:00" }, { - "name": "symfony/polyfill-php73", + "name": "symfony/polyfill-php80", "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { @@ -9779,7 +9272,7 @@ "bootstrap.php" ], "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" + "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" @@ -9790,6 +9283,10 @@ "MIT" ], "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" @@ -9799,7 +9296,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -9808,7 +9305,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" }, "funding": [ { @@ -9827,17 +9324,17 @@ "time": "2022-11-03T14:55:06+00:00" }, { - "name": "symfony/polyfill-php80", + "name": "symfony/polyfill-php81", "version": "v1.27.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", + "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", "shasum": "" }, "require": { @@ -9858,7 +9355,7 @@ "bootstrap.php" ], "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" + "Symfony\\Polyfill\\Php81\\": "" }, "classmap": [ "Resources/stubs" @@ -9869,10 +9366,6 @@ "MIT" ], "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" @@ -9882,7 +9375,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -9891,7 +9384,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" }, "funding": [ { @@ -9911,21 +9404,20 @@ }, { "name": "symfony/process", - "version": "v4.4.44", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" + "reference": "1603ae32487981c11b8d0bf5d7551b8b00f5a99b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", - "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", + "url": "https://api.github.com/repos/symfony/process/zipball/1603ae32487981c11b8d0bf5d7551b8b00f5a99b", + "reference": "1603ae32487981c11b8d0bf5d7551b8b00f5a99b", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" }, "type": "library", "autoload": { @@ -9953,7 +9445,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.44" + "source": "https://github.com/symfony/process/tree/v6.2.13" }, "funding": [ { @@ -9969,7 +9461,7 @@ "type": "tidelift" } ], - "time": "2022-06-27T13:16:42+00:00" + "time": "2023-07-12T15:50:46+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -10061,38 +9553,37 @@ }, { "name": "symfony/routing", - "version": "v4.4.44", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" + "reference": "1e54cc8e769d9aba461f0848bcbd17c81696bec9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", - "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "url": "https://api.github.com/repos/symfony/routing/zipball/1e54cc8e769d9aba461f0848bcbd17c81696bec9", + "reference": "1e54cc8e769d9aba461f0848bcbd17c81696bec9", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" }, "conflict": { - "symfony/config": "<4.2", - "symfony/dependency-injection": "<3.4", - "symfony/yaml": "<3.4" + "doctrine/annotations": "<1.12", + "symfony/config": "<6.2", + "symfony/dependency-injection": "<5.4", + "symfony/yaml": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.12|^2", "psr/log": "^1|^2|^3", - "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" + "symfony/config": "^6.2", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.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", @@ -10130,7 +9621,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v4.4.44" + "source": "https://github.com/symfony/routing/tree/v6.2.13" }, "funding": [ { @@ -10146,56 +9637,63 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2023-07-24T13:51:53+00:00" }, { "name": "symfony/serializer", - "version": "v4.4.47", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "6e01d63c55657930a6de03d6e36aae50af98888d" + "reference": "19083104e606ecf8a48baa8ed310c7a073887037" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/6e01d63c55657930a6de03d6e36aae50af98888d", - "reference": "6e01d63c55657930a6de03d6e36aae50af98888d", + "url": "https://api.github.com/repos/symfony/serializer/zipball/19083104e606ecf8a48baa8ed310c7a073887037", + "reference": "19083104e606ecf8a48baa8ed310c7a073887037", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/polyfill-ctype": "~1.8" }, "conflict": { - "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" + "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/yaml": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.12|^2", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.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" + "symfony/cache": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/filesystem": "^5.4|^6.0", + "symfony/form": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4.24|^6.2.11", + "symfony/uid": "^5.4|^6.0", + "symfony/validator": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0", + "symfony/var-exporter": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.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/mime": "For using a MIME type guesser within the DataUriNormalizer.", "symfony/property-access": "For using the ObjectNormalizer.", "symfony/property-info": "To deserialize relations.", + "symfony/var-exporter": "For using the metadata compiler.", "symfony/yaml": "For using the default YAML mapping loader." }, "type": "library", @@ -10224,7 +9722,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/v4.4.47" + "source": "https://github.com/symfony/serializer/tree/v6.2.13" }, "funding": [ { @@ -10240,26 +9738,25 @@ "type": "tidelift" } ], - "time": "2022-09-19T08:38:33+00:00" + "time": "2023-07-27T16:18:16+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.2", + "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + "reference": "a8c9cedf55f314f3a186041d19537303766df09a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", - "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a", + "reference": "a8c9cedf55f314f3a186041d19537303766df09a", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1|^3" + "php": ">=8.1", + "psr/container": "^2.0" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -10270,7 +9767,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "3.3-dev" }, "thanks": { "name": "symfony/contracts", @@ -10280,7 +9777,10 @@ "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" - } + }, + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -10307,7 +9807,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + "source": "https://github.com/symfony/service-contracts/tree/v3.2.1" }, "funding": [ { @@ -10323,20 +9823,20 @@ "type": "tidelift" } ], - "time": "2022-05-30T19:17:29+00:00" + "time": "2023-03-01T10:32:47+00:00" }, { "name": "symfony/string", - "version": "v6.3.2", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "53d1a83225002635bca3482fcbf963001313fb68" + "reference": "d0a29e15c4225c128d8de89241f923345393c0cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/53d1a83225002635bca3482fcbf963001313fb68", - "reference": "53d1a83225002635bca3482fcbf963001313fb68", + "url": "https://api.github.com/repos/symfony/string/zipball/d0a29e15c4225c128d8de89241f923345393c0cf", + "reference": "d0a29e15c4225c128d8de89241f923345393c0cf", "shasum": "" }, "require": { @@ -10347,13 +9847,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", "symfony/http-client": "^5.4|^6.0", "symfony/intl": "^6.2", - "symfony/translation-contracts": "^2.5|^3.0", + "symfony/translation-contracts": "^2.0|^3.0", "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", @@ -10393,7 +9893,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.2" + "source": "https://github.com/symfony/string/tree/v6.2.13" }, "funding": [ { @@ -10409,60 +9909,44 @@ "type": "tidelift" } ], - "time": "2023-07-05T08:41:27+00:00" + "time": "2023-07-05T08:41:15+00:00" }, { - "name": "symfony/translation", - "version": "v4.4.47", + "name": "symfony/translation-contracts", + "version": "v3.2.1", "source": { "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94" + "url": "https://github.com/symfony/translation-contracts.git", + "reference": "dfec258b9dd17a6b24420d464c43bffe347441c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/45036b1d53accc48fe9bab71ccd86d57eba0dd94", - "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/dfec258b9dd17a6b24420d464c43bffe347441c8", + "reference": "dfec258b9dd17a6b24420d464c43bffe347441c8", "shasum": "" }, "require": { - "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" + "php": ">=8.1" }, "suggest": { - "psr/log-implementation": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" + "symfony/translation-implementation": "" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.3-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Translation\\": "" + "Symfony\\Contracts\\Translation\\": "" }, "exclude-from-classmap": [ - "/Tests/" + "/Test/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -10471,85 +9955,15 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.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": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\Translation\\": "" - } - }, - "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 translation", + "description": "Generic abstractions related to translation", "homepage": "https://symfony.com", "keywords": [ "abstractions", @@ -10560,7 +9974,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2" + "source": "https://github.com/symfony/translation-contracts/tree/v3.2.1" }, "funding": [ { @@ -10576,63 +9990,64 @@ "type": "tidelift" } ], - "time": "2022-06-27T16:58:25+00:00" + "time": "2023-03-01T10:32:47+00:00" }, { "name": "symfony/validator", - "version": "v4.4.48", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "54781a4c41efbd283b779110bf8ae7f263737775" + "reference": "f7c4a05e3f5bcbef2fb8a02bc41a2f4121cb3b79" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/54781a4c41efbd283b779110bf8ae7f263737775", - "reference": "54781a4c41efbd283b779110bf8ae7f263737775", + "url": "https://api.github.com/repos/symfony/validator/zipball/f7c4a05e3f5bcbef2fb8a02bc41a2f4121cb3b79", + "reference": "f7c4a05e3f5bcbef2fb8a02bc41a2f4121cb3b79", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation-contracts": "^1.1|^2" + "symfony/translation-contracts": "^1.1|^2|^3" }, "conflict": { + "doctrine/annotations": "<1.13", "doctrine/lexer": "<1.1", - "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.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" + "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", + "symfony/yaml": "<5.4" + }, + "require-dev": { + "doctrine/annotations": "^1.13|^2", + "egulias/email-validator": "^2.1.10|^3|^4", + "symfony/cache": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/finder": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/intl": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/property-info": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.0", + "symfony/yaml": "^5.4|^6.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/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints", "symfony/http-foundation": "", "symfony/intl": "", "symfony/property-access": "For accessing properties within comparison constraints", @@ -10666,7 +10081,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v4.4.48" + "source": "https://github.com/symfony/validator/tree/v6.2.13" }, "funding": [ { @@ -10682,36 +10097,35 @@ "type": "tidelift" } ], - "time": "2022-10-25T13:54:11+00:00" + "time": "2023-07-26T17:38:53+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.26", + "version": "v6.2.13", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "e706c99b4a6f4d9383b52b80dd8c74880501e314" + "reference": "297051faddf4fd701dea09df1bf9da47a387346c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e706c99b4a6f4d9383b52b80dd8c74880501e314", - "reference": "e706c99b4a6f4d9383b52b80dd8c74880501e314", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/297051faddf4fd701dea09df1bf9da47a387346c", + "reference": "297051faddf4fd701dea09df1bf9da47a387346c", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/console": "<4.4" + "symfony/console": "<5.4" }, "require-dev": { "ext-iconv": "*", - "symfony/console": "^4.4|^5.0|^6.0", - "symfony/http-kernel": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/uid": "^5.1|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/uid": "^5.4|^6.0", "twig/twig": "^2.13|^3.0.4" }, "suggest": { @@ -10755,7 +10169,81 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.26" + "source": "https://github.com/symfony/var-dumper/tree/v6.2.13" + }, + "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-07-21T07:04:05+00:00" + }, + { + "name": "symfony/var-exporter", + "version": "v6.2.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "e14c23915fdb9dfb4343d82e0094dec41a466c0a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/e14c23915fdb9dfb4343d82e0094dec41a466c0a", + "reference": "e14c23915fdb9dfb4343d82e0094dec41a466c0a", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "symfony/var-dumper": "^5.4|^6.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.2.13" }, "funding": [ { @@ -10771,35 +10259,38 @@ "type": "tidelift" } ], - "time": "2023-07-13T07:32:46+00:00" + "time": "2023-07-26T17:35:55+00:00" }, { "name": "symfony/yaml", - "version": "v4.4.45", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" + "reference": "61916f3861b1e9705b18cfde723921a71dd1559d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", - "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "url": "https://api.github.com/repos/symfony/yaml/zipball/61916f3861b1e9705b18cfde723921a71dd1559d", + "reference": "61916f3861b1e9705b18cfde723921a71dd1559d", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8" + "php": ">=8.1", + "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<3.4" + "symfony/console": "<5.4" }, "require-dev": { - "symfony/console": "^3.4|^4.0|^5.0" + "symfony/console": "^5.4|^6.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, + "bin": [ + "Resources/bin/yaml-lint" + ], "type": "library", "autoload": { "psr-4": { @@ -10826,7 +10317,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.45" + "source": "https://github.com/symfony/yaml/tree/v6.2.10" }, "funding": [ { @@ -10842,27 +10333,26 @@ "type": "tidelift" } ], - "time": "2022-08-02T15:47:23+00:00" + "time": "2023-04-28T13:25:36+00:00" }, { "name": "twig/twig", - "version": "v2.15.5", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "fc02a6af3eeb97c4bf5650debc76c2eda85ac22e" + "reference": "a6e0510cc793912b451fd40ab983a1d28f611c15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/fc02a6af3eeb97c4bf5650debc76c2eda85ac22e", - "reference": "fc02a6af3eeb97c4bf5650debc76c2eda85ac22e", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/a6e0510cc793912b451fd40ab983a1d28f611c15", + "reference": "a6e0510cc793912b451fd40ab983a1d28f611c15", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.8" + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { "psr/container": "^1.0", @@ -10871,13 +10361,10 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.15-dev" + "dev-master": "3.5-dev" } }, "autoload": { - "psr-0": { - "Twig_": "lib/" - }, "psr-4": { "Twig\\": "src/" } @@ -10910,7 +10397,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.15.5" + "source": "https://github.com/twigphp/Twig/tree/v3.5.1" }, "funding": [ { @@ -10922,62 +10409,7 @@ "type": "tidelift" } ], - "time": "2023-05-03T17:49:41+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" + "time": "2023-02-08T07:49:20+00:00" }, { "name": "un-ocha/oauth2-hid", @@ -11142,41 +10574,47 @@ "source": "https://github.com/webflo/drupal-finder/tree/1.2.2" }, "time": "2020-10-27T09:42:17+00:00" - }, + } + ], + "packages-dev": [ { - "name": "webmozart/assert", - "version": "1.11.0", + "name": "behat/mink", + "version": "v1.10.0", "source": { "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" + "url": "https://github.com/minkphp/Mink.git", + "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", - "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/19e58905632e7cfdc5b2bafb9b950a3521af32c5", + "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5", "shasum": "" }, "require": { - "ext-ctype": "*", - "php": "^7.2 || ^8.0" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<4.6.1 || 4.6.2" + "php": ">=7.2", + "symfony/css-selector": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { - "phpunit/phpunit": "^8.5.13" + "phpunit/phpunit": "^8.5.22 || ^9.5.11", + "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", + "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", + "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", + "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.10-dev" + "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { - "Webmozart\\Assert\\": "src/" + "Behat\\Mink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -11185,53 +10623,62 @@ ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" } ], - "description": "Assertions to validate method input/output with nice error messages.", + "description": "Browser controller/emulator abstraction for PHP", + "homepage": "https://mink.behat.org/", "keywords": [ - "assert", - "check", - "validate" + "browser", + "testing", + "web" ], "support": { - "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.11.0" + "issues": "https://github.com/minkphp/Mink/issues", + "source": "https://github.com/minkphp/Mink/tree/v1.10.0" }, - "time": "2022-06-03T18:03:27+00:00" + "time": "2022-03-28T14:22:43+00:00" }, { - "name": "webmozart/path-util", - "version": "2.3.0", + "name": "behat/mink-browserkit-driver", + "version": "v2.1.0", "source": { "type": "git", - "url": "https://github.com/webmozart/path-util.git", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" + "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", + "reference": "d2768e6c17b293d86d8fcff54cbb9e6ad938fee1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", + "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/d2768e6c17b293d86d8fcff54cbb9e6ad938fee1", + "reference": "d2768e6c17b293d86d8fcff54cbb9e6ad938fee1", "shasum": "" }, "require": { - "php": ">=5.3.3", - "webmozart/assert": "~1.0" + "behat/mink": "^1.9.0@dev", + "php": ">=7.2", + "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0", + "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0" }, "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" + "mink/driver-testsuite": "dev-master", + "phpunit/phpunit": "^8.5 || ^9.5", + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0", + "symfony/http-client": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0", + "symfony/mime": "^4.4 || ^5.0 || ^6.0", + "yoast/phpunit-polyfills": "^1.0" }, - "type": "library", + "type": "mink-driver", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { - "Webmozart\\PathUtil\\": "src/" + "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -11240,143 +10687,25 @@ ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" } ], - "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", + "description": "Symfony2 BrowserKit driver for Mink framework", + "homepage": "https://mink.behat.org/", + "keywords": [ + "Mink", + "Symfony2", + "browser", + "testing" + ], "support": { - "issues": "https://github.com/webmozart/path-util/issues", - "source": "https://github.com/webmozart/path-util/tree/2.3.0" + "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues", + "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v2.1.0" }, - "abandoned": "symfony/filesystem", - "time": "2015-12-17T08:42:14+00:00" - } - ], - "packages-dev": [ - { - "name": "behat/mink", - "version": "v1.10.0", - "source": { - "type": "git", - "url": "https://github.com/minkphp/Mink.git", - "reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5" - }, - "dist": { - "type": "zip", - "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" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.22 || ^9.5.11", - "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", - "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", - "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", - "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Behat\\Mink\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - } - ], - "description": "Browser controller/emulator abstraction for PHP", - "homepage": "https://mink.behat.org/", - "keywords": [ - "browser", - "testing", - "web" - ], - "support": { - "issues": "https://github.com/minkphp/Mink/issues", - "source": "https://github.com/minkphp/Mink/tree/v1.10.0" - }, - "time": "2022-03-28T14:22:43+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" - }, - "abandoned": "behat/mink-browserkit-driver", - "time": "2021-10-12T11:35:46+00:00" - }, + "time": "2022-03-28T14:33:51+00:00" + }, { "name": "behat/mink-selenium2-driver", "version": "v1.6.0", @@ -11521,41 +10850,123 @@ ], "time": "2023-06-06T12:02:59+00:00" }, + { + "name": "composer/class-map-generator", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/composer/class-map-generator.git", + "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/953cc4ea32e0c31f2185549c7d216d7921f03da9", + "reference": "953cc4ea32e0c31f2185549c7d216d7921f03da9", + "shasum": "" + }, + "require": { + "composer/pcre": "^2.1 || ^3.1", + "php": "^7.2 || ^8.0", + "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7" + }, + "require-dev": { + "phpstan/phpstan": "^1.6", + "phpstan/phpstan-deprecation-rules": "^1", + "phpstan/phpstan-phpunit": "^1", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/filesystem": "^5.4 || ^6", + "symfony/phpunit-bridge": "^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\ClassMapGenerator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "https://seld.be" + } + ], + "description": "Utilities to scan PHP code and generate class maps.", + "keywords": [ + "classmap" + ], + "support": { + "issues": "https://github.com/composer/class-map-generator/issues", + "source": "https://github.com/composer/class-map-generator/tree/1.1.0" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2023-06-30T13:58:57+00:00" + }, { "name": "composer/composer", - "version": "2.2.21", + "version": "2.5.8", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "978198befc71de0b18fc1fc5a472c03b184b504a" + "reference": "4c516146167d1392c8b9b269bb7c24115d262164" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/978198befc71de0b18fc1fc5a472c03b184b504a", - "reference": "978198befc71de0b18fc1fc5a472c03b184b504a", + "url": "https://api.github.com/repos/composer/composer/zipball/4c516146167d1392c8b9b269bb7c24115d262164", + "reference": "4c516146167d1392c8b9b269bb7c24115d262164", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", + "composer/class-map-generator": "^1.0", "composer/metadata-minifier": "^1.0", - "composer/pcre": "^1.0", + "composer/pcre": "^2.1 || ^3.1", "composer/semver": "^3.0", - "composer/spdx-licenses": "^1.2", - "composer/xdebug-handler": "^2.0 || ^3.0", + "composer/spdx-licenses": "^1.5.7", + "composer/xdebug-handler": "^2.0.2 || ^3.0.3", "justinrainbow/json-schema": "^5.2.11", - "php": "^5.3.2 || ^7.0 || ^8.0", - "psr/log": "^1.0 || ^2.0", - "react/promise": "^1.2 || ^2.7", + "php": "^7.2.5 || ^8.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", + "react/promise": "^2.8", "seld/jsonlint": "^1.4", - "seld/phar-utils": "^1.0", - "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", - "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", - "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", - "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0" - }, - "require-dev": { - "phpspec/prophecy": "^1.10", - "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0" + "seld/phar-utils": "^1.2", + "seld/signal-handler": "^2.0", + "symfony/console": "^5.4.11 || ^6.0.11", + "symfony/filesystem": "^5.4 || ^6.0", + "symfony/finder": "^5.4 || ^6.0", + "symfony/polyfill-php73": "^1.24", + "symfony/polyfill-php80": "^1.24", + "symfony/polyfill-php81": "^1.24", + "symfony/process": "^5.4 || ^6.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.9.3", + "phpstan/phpstan-deprecation-rules": "^1", + "phpstan/phpstan-phpunit": "^1.0", + "phpstan/phpstan-strict-rules": "^1", + "phpstan/phpstan-symfony": "^1.2.10", + "symfony/phpunit-bridge": "^6.0" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", @@ -11568,7 +10979,12 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.2-dev" + "dev-main": "2.5-dev" + }, + "phpstan": { + "includes": [ + "phpstan/rules.neon" + ] } }, "autoload": { @@ -11602,7 +11018,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.2.21" + "source": "https://github.com/composer/composer/tree/2.5.8" }, "funding": [ { @@ -11618,7 +11034,7 @@ "type": "tidelift" } ], - "time": "2023-02-15T12:07:40+00:00" + "time": "2023-06-09T15:13:21+00:00" }, { "name": "composer/metadata-minifier", @@ -11691,30 +11107,30 @@ }, { "name": "composer/pcre", - "version": "1.0.1", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560" + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560", - "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560", + "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", "shasum": "" }, "require": { - "php": "^5.3.2 || ^7.0 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.3", "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^4.2 || ^5" + "symfony/phpunit-bridge": "^5" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { @@ -11742,7 +11158,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/1.0.1" + "source": "https://github.com/composer/pcre/tree/3.1.0" }, "funding": [ { @@ -11758,7 +11174,7 @@ "type": "tidelift" } ], - "time": "2022-01-21T20:24:37+00:00" + "time": "2022-11-17T09:50:14+00:00" }, { "name": "composer/spdx-licenses", @@ -12523,39 +11939,41 @@ }, { "name": "drupal/core-dev", - "version": "9.5.10", + "version": "10.0.10", "source": { "type": "git", "url": "https://github.com/drupal/core-dev.git", - "reference": "60196e12909624e168c482660c0f5795df67a6d7" + "reference": "bd56c4060c1bd968835073cdf359fc07f486d11d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-dev/zipball/60196e12909624e168c482660c0f5795df67a6d7", - "reference": "60196e12909624e168c482660c0f5795df67a6d7", + "url": "https://api.github.com/repos/drupal/core-dev/zipball/bd56c4060c1bd968835073cdf359fc07f486d11d", + "reference": "bd56c4060c1bd968835073cdf359fc07f486d11d", "shasum": "" }, "require": { - "behat/mink": "^1.8", + "behat/mink": "^1.10", + "behat/mink-browserkit-driver": "^2.1", "behat/mink-selenium2-driver": "^1.4", - "composer/composer": "^2.2.12", + "composer/composer": "^2.4", "drupal/coder": "^8.3.10", - "easyrdf/easyrdf": "^0.9 || ^1.0", - "friends-of-behat/mink-browserkit-driver": "^1.4", "instaclick/php-webdriver": "^1.4.1", "justinrainbow/json-schema": "^5.2", + "mglaman/phpstan-drupal": "^1.1.35", "mikey179/vfsstream": "^1.6.11", - "phpspec/prophecy": "^1.12", - "phpunit/phpunit": "^8.5.14 || ^9", - "symfony/browser-kit": "^4.4", - "symfony/css-selector": "^4.4", - "symfony/dom-crawler": "^4.4 !=4.4.5", - "symfony/error-handler": "^4.4", - "symfony/filesystem": "^4.4", - "symfony/finder": "^4.4", - "symfony/lock": "^4.4", - "symfony/phpunit-bridge": "^5.4", - "symfony/var-dumper": "^5.4" + "phpspec/prophecy-phpunit": "^2", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.10.1", + "phpunit/phpunit": "^9.5", + "symfony/browser-kit": "^6.2", + "symfony/css-selector": "^6.2", + "symfony/dom-crawler": "^6.2", + "symfony/error-handler": "^6.2", + "symfony/filesystem": "^6.2", + "symfony/finder": "^6.2", + "symfony/lock": "^6.2", + "symfony/phpunit-bridge": "^6.2", + "symfony/var-dumper": "^6.2" }, "conflict": { "webflo/drupal-core-require-dev": "*" @@ -12567,59 +11985,9 @@ ], "description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", "support": { - "source": "https://github.com/drupal/core-dev/tree/9.5.10" - }, - "time": "2022-07-27T00:23:55+00:00" - }, - { - "name": "drupal/dev_mode", - "version": "2.6.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/dev_mode.git", - "reference": "8.x-2.6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dev_mode-8.x-2.6.zip", - "reference": "8.x-2.6", - "shasum": "7dfa949130c4add242a91604c4f0fd8e75317c54" - }, - "require": { - "drupal/core": "^8 || ^9 || ^10" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.6", - "datestamp": "1673374613", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } + "source": "https://github.com/drupal/core-dev/tree/10.0.10" }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "George Anderson (geoanders)", - "homepage": "https://www.drupal.org/u/geoanders", - "role": "Maintainer" - }, - { - "name": "rduplock", - "homepage": "https://www.drupal.org/user/3506644" - } - ], - "description": "Enable this module to activate development mode on your Drupal site.", - "homepage": "https://drupal.org/project/dev_mode", - "support": { - "source": "https://git.drupalcode.org/project/dev_mode", - "issues": "https://drupal.org/project/issues/dev_mode" - } + "time": "2023-06-16T16:18:48+00:00" }, { "name": "drupal/devel", @@ -12738,325 +12106,31 @@ } }, { - "name": "drupal/stage_file_proxy", - "version": "2.1.0", + "name": "instaclick/php-webdriver", + "version": "1.4.16", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/stage_file_proxy.git", - "reference": "2.1.0" + "url": "https://github.com/instaclick/php-webdriver.git", + "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-2.1.0.zip", - "reference": "2.1.0", - "shasum": "7a9011aef604bb2d071b3dbdf6b3d98bd3c55625" + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606", + "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606", + "shasum": "" }, "require": { - "drupal/core": "^9 || ^10", - "php": ">=8" + "ext-curl": "*", + "php": ">=5.3.2" }, "require-dev": { - "drupal/coder": "^8.3", - "drush/drush": "^11" + "phpunit/phpunit": "^8.5 || ^9.5", + "satooshi/php-coveralls": "^1.0 || ^2.0" }, - "type": "drupal-module", + "type": "library", "extra": { - "drupal": { - "version": "2.1.0", - "datestamp": "1688746220", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "drush": { - "services": { - "stage_file_proxy.drush.services.yml": "^11" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "scripts": { - "phpcs": [ - "vendor/bin/phpcs -p ." - ], - "phpcbf": [ - "vendor/bin/phpcbf -p ." - ], - "test": [ - "@phpcs" - ] - }, - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "BarisW", - "homepage": "https://www.drupal.org/user/107229" - }, - { - "name": "geek-merlin", - "homepage": "https://www.drupal.org/user/229048" - }, - { - "name": "greggles", - "homepage": "https://www.drupal.org/user/36762" - }, - { - "name": "markdorison", - "homepage": "https://www.drupal.org/user/346106" - }, - { - "name": "moshe weitzman", - "homepage": "https://www.drupal.org/user/23" - }, - { - "name": "msonnabaum", - "homepage": "https://www.drupal.org/user/75278" - }, - { - "name": "netaustin", - "homepage": "https://www.drupal.org/user/199298" - }, - { - "name": "robwilmshurst", - "homepage": "https://www.drupal.org/user/144488" - }, - { - "name": "smustgrave", - "homepage": "https://www.drupal.org/user/3252890" - } - ], - "description": "Provides stage_file_proxy module.", - "homepage": "https://www.drupal.org/project/stage_file_proxy", - "support": { - "source": "https://git.drupalcode.org/project/stage_file_proxy" - } - }, - { - "name": "drupal/upgrade_status", - "version": "3.19.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/upgrade_status.git", - "reference": "8.x-3.19" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.19.zip", - "reference": "8.x-3.19", - "shasum": "e155b34b80f2782778b841d72639bd0ac8b923f9" - }, - "require": { - "drupal/core": "^8 || ^9", - "mathieuviossat/arraytotexttable": "~1.0.0", - "mglaman/phpstan-drupal": "^1.0.0", - "nikic/php-parser": "^4.0.0", - "phpstan/phpstan-deprecation-rules": "^1.0.0", - "symfony/process": "^3.4|^4.0|^5.0|^6.0", - "webflo/drupal-finder": "^1.2" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-3.19", - "datestamp": "1678815320", - "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", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "colan", - "homepage": "https://www.drupal.org/user/58704" - }, - { - "name": "Gábor Hojtsy", - "homepage": "https://www.drupal.org/user/4166" - }, - { - "name": "herczogzoltan", - "homepage": "https://www.drupal.org/user/3528391" - }, - { - "name": "sun", - "homepage": "https://www.drupal.org/user/54136" - }, - { - "name": "webchick", - "homepage": "https://www.drupal.org/user/24967" - }, - { - "name": "xjm", - "homepage": "https://www.drupal.org/user/65776" - } - ], - "description": "Review Drupal major upgrade readiness of the environment and components of the site.", - "homepage": "http://drupal.org/project/upgrade_status", - "support": { - "source": "https://git.drupalcode.org/project/upgrade_status" - } - }, - { - "name": "fabpot/goutte", - "version": "v3.3.1", - "source": { - "type": "git", - "url": "https://github.com/FriendsOfPHP/Goutte.git", - "reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5" - }, - "dist": { - "type": "zip", - "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" - }, - "abandoned": "symfony/browser-kit", - "time": "2020-11-01T09:30:18+00:00" - }, - { - "name": "friends-of-behat/mink-browserkit-driver", - "version": "v1.6.1", - "source": { - "type": "git", - "url": "https://github.com/FriendsOfBehat/MinkBrowserKitDriver.git", - "reference": "b3c29f18fe20487846e4c2733b066ec5e47f4f76" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/FriendsOfBehat/MinkBrowserKitDriver/zipball/b3c29f18fe20487846e4c2733b066ec5e47f4f76", - "reference": "b3c29f18fe20487846e4c2733b066ec5e47f4f76", - "shasum": "" - }, - "require": { - "behat/mink": "^1.7", - "php": "^7.4|^8.0", - "symfony/browser-kit": "^4.4|^5.0|^6.0", - "symfony/dom-crawler": "^4.4|^5.0|^6.0" - }, - "replace": { - "behat/mink-browserkit-driver": "self.version" - }, - "require-dev": { - "friends-of-behat/mink-driver-testsuite": "dev-master", - "symfony/http-kernel": "^4.4|^5.0|^6.0" - }, - "type": "mink-driver", - "extra": { - "branch-alias": { - "dev-master": "1.3.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": "http://mink.behat.org/", - "keywords": [ - "Mink", - "Symfony2", - "browser", - "testing" - ], - "support": { - "source": "https://github.com/FriendsOfBehat/MinkBrowserKitDriver/tree/v1.6.1" - }, - "time": "2021-12-13T10:41:57+00:00" - }, - { - "name": "instaclick/php-webdriver", - "version": "1.4.16", - "source": { - "type": "git", - "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606", - "reference": "a39a1f6dc0f4ddd8b2438fa5eb1f67755730d606", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": ">=5.3.2" - }, - "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.5", - "satooshi/php-coveralls": "^1.0 || ^2.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" + "branch-alias": { + "dev-master": "1.4.x-dev" } }, "autoload": { @@ -13223,157 +12297,6 @@ }, "time": "2022-04-13T08:02:27+00:00" }, - { - "name": "laminas/laminas-servicemanager", - "version": "3.21.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-servicemanager.git", - "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/625f2aa3bc6dd02688b2da5155b3a69870812bda", - "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda", - "shasum": "" - }, - "require": { - "laminas/laminas-stdlib": "^3.17", - "php": "~8.1.0 || ~8.2.0", - "psr/container": "^1.0" - }, - "conflict": { - "ext-psr": "*", - "laminas/laminas-code": "<4.10.0", - "zendframework/zend-code": "<3.3.1", - "zendframework/zend-servicemanager": "*" - }, - "provide": { - "psr/container-implementation": "^1.0" - }, - "replace": { - "container-interop/container-interop": "^1.2.0" - }, - "require-dev": { - "composer/package-versions-deprecated": "^1.11.99.5", - "friendsofphp/proxy-manager-lts": "^1.0.14", - "laminas/laminas-code": "^4.10.0", - "laminas/laminas-coding-standard": "~2.5.0", - "laminas/laminas-container-config-test": "^0.8", - "laminas/laminas-dependency-plugin": "^2.2", - "mikey179/vfsstream": "^1.6.11", - "phpbench/phpbench": "^1.2.9", - "phpunit/phpunit": "^10.0.17", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.8.0" - }, - "suggest": { - "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services" - }, - "bin": [ - "bin/generate-deps-for-config-factory", - "bin/generate-factory-for-class" - ], - "type": "library", - "autoload": { - "files": [ - "src/autoload.php" - ], - "psr-4": { - "Laminas\\ServiceManager\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Factory-Driven Dependency Injection Container", - "homepage": "https://laminas.dev", - "keywords": [ - "PSR-11", - "dependency-injection", - "di", - "dic", - "laminas", - "service-manager", - "servicemanager" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-servicemanager/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-servicemanager/issues", - "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", - "source": "https://github.com/laminas/laminas-servicemanager" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2023-05-14T12:24:54+00:00" - }, - { - "name": "laminas/laminas-text", - "version": "2.10.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-text.git", - "reference": "40f7acdb284d41553d32db811e704d6e15e415b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-text/zipball/40f7acdb284d41553d32db811e704d6e15e415b4", - "reference": "40f7acdb284d41553d32db811e704d6e15e415b4", - "shasum": "" - }, - "require": { - "laminas/laminas-servicemanager": "^3.19.0", - "laminas/laminas-stdlib": "^3.7.1", - "php": "~8.0.0 || ~8.1.0 || ~8.2.0" - }, - "conflict": { - "zendframework/zend-text": "*" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", - "phpunit/phpunit": "^9.5", - "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\Text\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Create FIGlets and text-based tables", - "homepage": "https://laminas.dev", - "keywords": [ - "laminas", - "text" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-text/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-text/issues", - "rss": "https://github.com/laminas/laminas-text/releases.atom", - "source": "https://github.com/laminas/laminas-text" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2022-12-11T15:36:27+00:00" - }, { "name": "marcocesarato/php-conventional-changelog", "version": "1.17.0", @@ -13438,69 +12361,18 @@ "conventional-commit", "conventional-commits", "conventionalcommits", - "generation", - "git", - "history", - "php", - "readme", - "tag" - ], - "support": { - "issues": "https://github.com/marcocesarato/php-conventional-changelog/issues", - "source": "https://github.com/marcocesarato/php-conventional-changelog/tree/v1.17.0" - }, - "time": "2023-03-26T16:59:30+00:00" - }, - { - "name": "mathieuviossat/arraytotexttable", - "version": "v1.0.9", - "source": { - "type": "git", - "url": "https://github.com/viossat/arraytotexttable.git", - "reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", - "reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", - "shasum": "" - }, - "require": { - "laminas/laminas-text": "^2.9", - "php": ">=5.3.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "MathieuViossat\\Util\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mathieu Viossat", - "email": "mathieu@viossat.fr", - "homepage": "https://viossat.fr" - } - ], - "description": "Display arrays in terminal", - "homepage": "https://github.com/viossat/arraytotexttable", - "keywords": [ - "array", - "ascii", - "table", - "terminal", - "text", - "unicode" + "generation", + "git", + "history", + "php", + "readme", + "tag" ], "support": { - "issues": "https://github.com/viossat/arraytotexttable/issues", - "source": "https://github.com/viossat/arraytotexttable/tree/v1.0.9" + "issues": "https://github.com/marcocesarato/php-conventional-changelog/issues", + "source": "https://github.com/marcocesarato/php-conventional-changelog/tree/v1.17.0" }, - "time": "2022-08-30T15:33:10+00:00" + "time": "2023-03-26T16:59:30+00:00" }, { "name": "mglaman/drupal-check", @@ -14320,6 +13192,50 @@ }, "time": "2023-04-18T11:58:05+00:00" }, + { + "name": "phpstan/extension-installer", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/phpstan/extension-installer.git", + "reference": "f45734bfb9984c6c56c4486b71230355f066a58a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f45734bfb9984c6c56c4486b71230355f066a58a", + "reference": "f45734bfb9984c6c56c4486b71230355f066a58a", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^2.0", + "php": "^7.2 || ^8.0", + "phpstan/phpstan": "^1.9.0" + }, + "require-dev": { + "composer/composer": "^2.0", + "php-parallel-lint/php-parallel-lint": "^1.2.0", + "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0" + }, + "type": "composer-plugin", + "extra": { + "class": "PHPStan\\ExtensionInstaller\\Plugin" + }, + "autoload": { + "psr-4": { + "PHPStan\\ExtensionInstaller\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Composer plugin for automatic installation of PHPStan extensions", + "support": { + "issues": "https://github.com/phpstan/extension-installer/issues", + "source": "https://github.com/phpstan/extension-installer/tree/1.3.1" + }, + "time": "2023-05-24T08:59:17+00:00" + }, { "name": "phpstan/phpdoc-parser", "version": "1.23.0", @@ -16047,6 +14963,67 @@ }, "time": "2022-08-31T10:31:18+00:00" }, + { + "name": "seld/signal-handler", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/signal-handler.git", + "reference": "f69d119511dc0360440cdbdaa71829c149b7be75" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/f69d119511dc0360440cdbdaa71829c149b7be75", + "reference": "f69d119511dc0360440cdbdaa71829c149b7be75", + "shasum": "" + }, + "require": { + "php": ">=7.2.0" + }, + "require-dev": { + "phpstan/phpstan": "^1", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "^7.5.20 || ^8.5.23", + "psr/log": "^1 || ^2 || ^3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "Seld\\Signal\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", + "keywords": [ + "posix", + "sigint", + "signal", + "sigterm", + "unix" + ], + "support": { + "issues": "https://github.com/Seldaek/signal-handler/issues", + "source": "https://github.com/Seldaek/signal-handler/tree/2.0.1" + }, + "time": "2022-07-20T18:31:45+00:00" + }, { "name": "sirbrillig/phpcs-variable-analysis", "version": "v2.11.16", @@ -16229,31 +15206,27 @@ }, { "name": "symfony/browser-kit", - "version": "v4.4.44", + "version": "v6.3.2", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb" + "reference": "ca4a988488f61ac18f8f845445eabdd36f89aa8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", - "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ca4a988488f61ac18f8f845445eabdd36f89aa8d", + "reference": "ca4a988488f61ac18f8f845445eabdd36f89aa8d", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/dom-crawler": "^3.4|^4.0|^5.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/dom-crawler": "^5.4|^6.0" }, "require-dev": { - "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": "" + "symfony/css-selector": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -16281,7 +15254,7 @@ "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" + "source": "https://github.com/symfony/browser-kit/tree/v6.3.2" }, "funding": [ { @@ -16297,25 +15270,24 @@ "type": "tidelift" } ], - "time": "2022-07-25T12:56:14+00:00" + "time": "2023-07-06T06:56:43+00:00" }, { "name": "symfony/css-selector", - "version": "v4.4.44", + "version": "v6.3.2", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed" + "reference": "883d961421ab1709877c10ac99451632a3d6fa57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", - "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57", + "reference": "883d961421ab1709877c10ac99451632a3d6fa57", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" }, "type": "library", "autoload": { @@ -16347,7 +15319,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v4.4.44" + "source": "https://github.com/symfony/css-selector/tree/v6.3.2" }, "funding": [ { @@ -16363,37 +15335,30 @@ "type": "tidelift" } ], - "time": "2022-06-27T13:16:42+00:00" + "time": "2023-07-12T16:00:22+00:00" }, { "name": "symfony/dom-crawler", - "version": "v4.4.45", + "version": "v6.3.1", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" + "reference": "8aa333f41f05afc7fc285a976b58272fd90fc212" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", - "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/8aa333f41f05afc7fc285a976b58272fd90fc212", + "reference": "8aa333f41f05afc7fc285a976b58272fd90fc212", "shasum": "" }, "require": { - "php": ">=7.1.3", + "masterminds/html5": "^2.6", + "php": ">=8.1", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" - }, - "conflict": { - "masterminds/html5": "<2.6" + "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { - "masterminds/html5": "^2.6", - "symfony/css-selector": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/css-selector": "" + "symfony/css-selector": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -16421,7 +15386,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" + "source": "https://github.com/symfony/dom-crawler/tree/v6.3.1" }, "funding": [ { @@ -16437,33 +15402,34 @@ "type": "tidelift" } ], - "time": "2022-08-03T12:57:57+00:00" + "time": "2023-06-05T15:30:22+00:00" }, { "name": "symfony/lock", - "version": "v4.4.46", + "version": "v6.3.2", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "8b060dd4e10f05219698ceb3a4ad735b19c1be4f" + "reference": "cde6dbd72d217024b1049d42a4519e713e2f18af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/8b060dd4e10f05219698ceb3a4ad735b19c1be4f", - "reference": "8b060dd4e10f05219698ceb3a4ad735b19c1be4f", + "url": "https://api.github.com/repos/symfony/lock/zipball/cde6dbd72d217024b1049d42a4519e713e2f18af", + "reference": "cde6dbd72d217024b1049d42a4519e713e2f18af", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.1", "psr/log": "^1|^2|^3", - "symfony/polyfill-php80": "^1.16" + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { - "doctrine/dbal": "<2.7" + "doctrine/dbal": "<2.13", + "symfony/cache": "<6.2" }, "require-dev": { - "doctrine/dbal": "^2.7|^3.0", - "predis/predis": "~1.0" + "doctrine/dbal": "^2.13|^3.0", + "predis/predis": "^1.1|^2.0" }, "type": "library", "autoload": { @@ -16499,7 +15465,7 @@ "semaphore" ], "support": { - "source": "https://github.com/symfony/lock/tree/v4.4.46" + "source": "https://github.com/symfony/lock/tree/v6.3.2" }, "funding": [ { @@ -16515,34 +15481,32 @@ "type": "tidelift" } ], - "time": "2022-09-19T08:41:12+00:00" + "time": "2023-06-28T15:25:15+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v5.4.26", + "version": "v6.3.2", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "d04639b395e25efa4260fc5b12a9fa1eafb38a64" + "reference": "e020e1efbd1b42cb670fcd7d19a25abbddba035d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d04639b395e25efa4260fc5b12a9fa1eafb38a64", - "reference": "d04639b395e25efa4260fc5b12a9fa1eafb38a64", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e020e1efbd1b42cb670fcd7d19a25abbddba035d", + "reference": "e020e1efbd1b42cb670fcd7d19a25abbddba035d", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/deprecation-contracts": "^2.1|^3" + "php": ">=7.1.3" }, "conflict": { "phpunit/phpunit": "<7.5|9.1.2" }, "require-dev": { - "symfony/error-handler": "^4.4|^5.0|^6.0" - }, - "suggest": { - "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + "symfony/deprecation-contracts": "^2.5|^3.0", + "symfony/error-handler": "^5.4|^6.0", + "symfony/polyfill-php81": "^1.27" }, "bin": [ "bin/simple-phpunit" @@ -16582,7 +15546,86 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.26" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.3.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": "2023-07-12T16:00:22+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.27.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "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\\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": [ { @@ -16598,7 +15641,7 @@ "type": "tidelift" } ], - "time": "2023-07-12T15:44:31+00:00" + "time": "2022-11-03T14:55:06+00:00" }, { "name": "theseer/tokenizer", @@ -16651,37 +15694,79 @@ "time": "2021-07-28T10:34:58+00:00" }, { - "name": "weitzman/drupal-test-traits", - "version": "1.6.0", + "name": "webmozart/assert", + "version": "1.11.0", "source": { "type": "git", - "url": "git@gitlab.com:weitzman/drupal-test-traits.git", - "reference": "e7076173db0daa256ec7daab92ad6685ccffdca4" + "url": "https://github.com/webmozarts/assert.git", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/weitzman%2Fdrupal-test-traits/repository/archive.zip?sha=e7076173db0daa256ec7daab92ad6685ccffdca4", - "reference": "e7076173db0daa256ec7daab92ad6685ccffdca4", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { - "behat/mink": "^1.8 | 1.7.1 | 1.7.x-dev", - "behat/mink-goutte-driver": "^1.2", - "php": ">=7.0.8", - "phpunit/phpunit": ">=6.5", - "webflo/drupal-finder": "^1.1" + "ext-ctype": "*", + "php": "^7.2 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" }, "require-dev": { - "behat/mink-selenium2-driver": "1.4.0 | 1.3.1 | 1.3.x-dev", - "composer/installers": "^1.2", - "dmore/chrome-mink-driver": "^2.6", - "drupal/core-composer-scaffold": "^9", - "drupal/core-dev": "^9", - "drupal/core-recommended": "^9", - "drush/drush": "^10", - "jakub-onderka/php-parallel-lint": "^1.0", - "squizlabs/php_codesniffer": "^3.2", - "zaporylie/composer-drupal-optimizations": "^1.0" + "phpunit/phpunit": "^8.5.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.11.0" + }, + "time": "2022-06-03T18:03:27+00:00" + }, + { + "name": "weitzman/drupal-test-traits", + "version": "2.1.0", + "source": { + "type": "git", + "url": "git@gitlab.com:weitzman/drupal-test-traits.git", + "reference": "e40ee4e8e41f229d297c5e714fd63c4a00c633a2" + }, + "dist": { + "type": "zip", + "url": "https://gitlab.com/api/v4/projects/weitzman%2Fdrupal-test-traits/repository/archive.zip?sha=e40ee4e8e41f229d297c5e714fd63c4a00c633a2", + "reference": "e40ee4e8e41f229d297c5e714fd63c4a00c633a2", + "shasum": "" + }, + "require": { + "php": ">=8.1" }, "type": "library", "extra": { @@ -16717,7 +15802,7 @@ } ], "description": "Traits for testing Drupal sites that have user content (versus unpopulated sites).", - "time": "2022-05-31T12:57:35+00:00" + "time": "2023-04-23T03:17:53+00:00" } ], "aliases": [ @@ -16732,18 +15817,23 @@ "stability-flags": { "drupal/components": 10, "drupal/config_split": 5, + "drupal/csv_serialization": 10, + "drupal/dynamic_entity_reference": 15, "drupal/flexible_permissions": 10, "drupal/group": 5, "drupal/inline_entity_form": 5, "drupal/layout_paragraphs": 10, "drupal/link_allowed_hosts": 10, - "drupal/linkchecker": 10, + "drupal/linkchecker": 15, "drupal/masquerade": 10, + "drupal/seven": 15, "drupal/subgroup": 10 }, "prefer-stable": true, "prefer-lowest": false, - "platform": [], + "platform": { + "php": "8.*" + }, "platform-dev": [], "plugin-api-version": "2.3.0" } diff --git a/config/block.block.seven_breadcrumbs.yml b/config/block.block.claro_breadcrumbs.yml similarity index 63% rename from config/block.block.seven_breadcrumbs.yml rename to config/block.block.claro_breadcrumbs.yml index 504bd61c..dd56c1e1 100644 --- a/config/block.block.seven_breadcrumbs.yml +++ b/config/block.block.claro_breadcrumbs.yml @@ -1,15 +1,15 @@ -uuid: e4870509-75c7-4ca5-85ff-26cabebd1bbf +uuid: 4e1ada60-acca-46ab-8099-52b85e4e7b2f langcode: en status: true dependencies: module: - system theme: - - seven + - claro _core: - default_config_hash: 2rIN97Rd7-rjv3P4h0-xrZnAgPJHyXFEwrB--sS2_qE -id: seven_breadcrumbs -theme: seven + default_config_hash: NjcxOBrPOiK5-38t56DwFBDVY4yer7YSlbRWXFuHe7A +id: claro_breadcrumbs +theme: claro region: breadcrumb weight: 0 provider: null diff --git a/config/block.block.seven_content.yml b/config/block.block.claro_content.yml similarity index 63% rename from config/block.block.seven_content.yml rename to config/block.block.claro_content.yml index 4e41d9e5..b8166438 100644 --- a/config/block.block.seven_content.yml +++ b/config/block.block.claro_content.yml @@ -1,15 +1,15 @@ -uuid: 922bcf94-02bc-4d5c-82c5-5ad3334256ef +uuid: 57134811-5575-4cad-9eb9-4be9a9fa1a02 langcode: en status: true dependencies: module: - system theme: - - seven + - claro _core: - default_config_hash: 6_eJxtyfANKFE_nfriHKgrARRIPHH88sI6jvQ4EHbBc -id: seven_content -theme: seven + default_config_hash: a0Yyx1GeyKarZ4T_yXQBR_ZFKnXiFLtxAb6gWLd8nr0 +id: claro_content +theme: claro region: content weight: 0 provider: null diff --git a/config/block.block.seven_help.yml b/config/block.block.claro_help.yml similarity index 60% rename from config/block.block.seven_help.yml rename to config/block.block.claro_help.yml index 024320d6..6a5d8463 100644 --- a/config/block.block.seven_help.yml +++ b/config/block.block.claro_help.yml @@ -1,15 +1,15 @@ -uuid: 54d7a9b8-ed6a-4ebf-bad5-f0a8eb678222 +uuid: 14a6d42b-d324-4b3a-b7d2-365a91a4966d langcode: en status: true dependencies: module: - help theme: - - seven + - claro _core: - default_config_hash: bYvyEzJ7UcmjXZAYLxb4Qb_J77K9bPbk4ealdap31FY -id: seven_help -theme: seven + default_config_hash: jccFSSVqV0WCDb6NtML1VWAWTtDbZ-zn5YgTRMgMrIM +id: claro_help +theme: claro region: help weight: 0 provider: null diff --git a/config/block.block.seven_local_actions.yml b/config/block.block.claro_local_actions.yml similarity index 61% rename from config/block.block.seven_local_actions.yml rename to config/block.block.claro_local_actions.yml index 0d218d04..e4d7a4c0 100644 --- a/config/block.block.seven_local_actions.yml +++ b/config/block.block.claro_local_actions.yml @@ -1,13 +1,13 @@ -uuid: 7aba8e05-e9e5-47d0-9686-286a159237ce +uuid: fef9cc11-a029-498d-9e38-a9ab0acaf048 langcode: en status: true dependencies: theme: - - seven + - claro _core: - default_config_hash: gv5JXTvQXjlMY6PXrfxzcLMjMg4074WiEQCy7ZSMvK4 -id: seven_local_actions -theme: seven + default_config_hash: CdXfDmRgAvms7EQovxxWPdYi0GitxeRbVtScYK16ZH0 +id: claro_local_actions +theme: claro region: content weight: -10 provider: null diff --git a/config/block.block.seven_messages.yml b/config/block.block.claro_messages.yml similarity index 63% rename from config/block.block.seven_messages.yml rename to config/block.block.claro_messages.yml index 59dde479..2e01876c 100644 --- a/config/block.block.seven_messages.yml +++ b/config/block.block.claro_messages.yml @@ -1,15 +1,15 @@ -uuid: febdca3d-9050-4fcb-8428-0edf22f29b6e +uuid: 7de42d71-a4c0-4982-bb9f-b4eb202e9fc1 langcode: en status: true dependencies: module: - system theme: - - seven + - claro _core: - default_config_hash: bZvFlENVti4PpqT6kqoC86B5_lXp6aE-d4nrvLMU4CY -id: seven_messages -theme: seven + default_config_hash: '-Ac3ISpIT0PQ-whzD7_dw0SdKi6dAbRFNWdSjOiVDqg' +id: claro_messages +theme: claro region: highlighted weight: 0 provider: null diff --git a/config/block.block.seven_page_title.yml b/config/block.block.claro_page_title.yml similarity index 59% rename from config/block.block.seven_page_title.yml rename to config/block.block.claro_page_title.yml index 6347fe46..48de5906 100644 --- a/config/block.block.seven_page_title.yml +++ b/config/block.block.claro_page_title.yml @@ -1,13 +1,13 @@ -uuid: 55b626b2-36c2-4419-abdf-2f1cc21aa41d +uuid: 8ac15043-64d6-426d-9ed8-9365d518c1ed langcode: en status: true dependencies: theme: - - seven + - claro _core: - default_config_hash: P-2PK2v3yJQRI4Mg1RqKQ0Ki0wP_UUErIvahd_MtMVc -id: seven_page_title -theme: seven + default_config_hash: fNwDdW063tk_ktzSWzZVeQS9wzvLooVO280BQ9WrsIs +id: claro_page_title +theme: claro region: header weight: -30 provider: null diff --git a/config/block.block.seven_primary_local_tasks.yml b/config/block.block.claro_primary_local_tasks.yml similarity index 62% rename from config/block.block.seven_primary_local_tasks.yml rename to config/block.block.claro_primary_local_tasks.yml index 186a17ec..89574778 100644 --- a/config/block.block.seven_primary_local_tasks.yml +++ b/config/block.block.claro_primary_local_tasks.yml @@ -1,13 +1,13 @@ -uuid: 702bd252-de21-4dea-adf5-5263b408259e +uuid: e845897e-2bcc-440b-abc7-39b002e31224 langcode: en status: true dependencies: theme: - - seven + - claro _core: - default_config_hash: ouwsNHI1V3bwV1G1vl0EcbWy8AB9V62vgLOSjTpoCSI -id: seven_primary_local_tasks -theme: seven + default_config_hash: ACjBZI5shAMiiUpsz-inLYVXDqNNXRnSzAWV3kV_8Hw +id: claro_primary_local_tasks +theme: claro region: header weight: 0 provider: null diff --git a/config/block.block.seven_secondary_local_tasks.yml b/config/block.block.claro_secondary_local_tasks.yml similarity index 62% rename from config/block.block.seven_secondary_local_tasks.yml rename to config/block.block.claro_secondary_local_tasks.yml index f0ce0780..24f6a395 100644 --- a/config/block.block.seven_secondary_local_tasks.yml +++ b/config/block.block.claro_secondary_local_tasks.yml @@ -1,13 +1,13 @@ -uuid: aca07594-9911-41ac-905f-35816040196b +uuid: 1dd5ff60-2fd0-4b09-b8b5-f070f3c25942 langcode: en status: true dependencies: theme: - - seven + - claro _core: - default_config_hash: W8ripr8GQI0o3eaaD7lcd4687nUrcHoYdu4yIjzVN3o -id: seven_secondary_local_tasks -theme: seven + default_config_hash: 2L0geP-ixCbCkEpW6BVF6H7vDUZN4ea07_Y9CociQm4 +id: claro_secondary_local_tasks +theme: claro region: pre_content weight: 0 provider: null diff --git a/config/block.block.hri_admin_breadcrumbs.yml b/config/block.block.hri_admin_breadcrumbs.yml deleted file mode 100644 index 98e90e57..00000000 --- a/config/block.block.hri_admin_breadcrumbs.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: d8e49c4d-ae82-48af-b029-d0d9b1482618 -langcode: en -status: true -dependencies: - module: - - system - theme: - - hri_admin -_core: - default_config_hash: y0bXRvKYQQKkf_RVxA3aOPGpIfKKsDOzzrWYCgjxJ9Y -id: hri_admin_breadcrumbs -theme: hri_admin -region: header -weight: -3 -provider: null -plugin: system_breadcrumb_block -settings: - id: system_breadcrumb_block - label: Breadcrumbs - label_display: '0' - provider: system -visibility: { } diff --git a/config/block.block.hri_admin_content.yml b/config/block.block.hri_admin_content.yml deleted file mode 100644 index 0ec44c15..00000000 --- a/config/block.block.hri_admin_content.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: fa649ad3-28e8-4490-894d-d17520a2145c -langcode: en -status: true -dependencies: - module: - - system - theme: - - hri_admin -_core: - default_config_hash: kigu8pTxXt1qGR2NJ5HHdC4G2G1wsDrIjLPKBT5wUBc -id: hri_admin_content -theme: hri_admin -region: content -weight: 0 -provider: null -plugin: system_main_block -settings: - id: system_main_block - label: 'Main page content' - label_display: '0' - provider: system -visibility: { } diff --git a/config/block.block.hri_admin_help.yml b/config/block.block.hri_admin_help.yml deleted file mode 100644 index 86255cde..00000000 --- a/config/block.block.hri_admin_help.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 6c861719-cd1b-4d96-b327-ed03b1d1f5fc -langcode: en -status: true -dependencies: - module: - - help - theme: - - hri_admin -_core: - default_config_hash: '-laWx8WA-ikiIEH3NJQ0hVbjqk3iEuBms91LB0B4IQU' -id: hri_admin_help -theme: hri_admin -region: content -weight: -2 -provider: null -plugin: help_block -settings: - id: help_block - label: Help - label_display: '0' - provider: help -visibility: { } diff --git a/config/block.block.hri_admin_local_actions.yml b/config/block.block.hri_admin_local_actions.yml deleted file mode 100644 index a002461e..00000000 --- a/config/block.block.hri_admin_local_actions.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: b58196f0-7cb8-4a06-8cec-20ca9f3ae31d -langcode: en -status: true -dependencies: - theme: - - hri_admin -_core: - default_config_hash: XRdb8LpbArVA6CpuuEZxzi50JIdjsJaCCZ5o3fH0Blk -id: hri_admin_local_actions -theme: hri_admin -region: content -weight: -1 -provider: null -plugin: local_actions_block -settings: - id: local_actions_block - label: 'Primary admin actions' - label_display: '0' - provider: core -visibility: { } diff --git a/config/block.block.hri_admin_local_tasks.yml b/config/block.block.hri_admin_local_tasks.yml deleted file mode 100644 index b6287cbd..00000000 --- a/config/block.block.hri_admin_local_tasks.yml +++ /dev/null @@ -1,31 +0,0 @@ -uuid: 6ca85dfc-f75d-4862-b211-605beda16309 -langcode: en -status: true -dependencies: - module: - - user - theme: - - hri_admin -_core: - default_config_hash: Qf2BoIzd9py5AYXZj8fJzCYDyVk1-AWXcu-AqQeDZKA -id: hri_admin_local_tasks -theme: hri_admin -region: header -weight: -1 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: 'Primary Tabs' - label_display: '0' - provider: core - primary: true - secondary: false -visibility: - user_role: - id: user_role - negate: false - context_mapping: - user: '@user.current_user_context:current_user' - roles: - authenticated: authenticated diff --git a/config/block.block.hri_admin_messages.yml b/config/block.block.hri_admin_messages.yml deleted file mode 100644 index 97c11fc4..00000000 --- a/config/block.block.hri_admin_messages.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 38f94081-817d-4ce5-baf6-08ba7d44cc6b -langcode: en -status: true -dependencies: - module: - - system - theme: - - hri_admin -_core: - default_config_hash: KC12e0aosUnBBs5bd374JVcQjJaFNOSIHzu0dUGf22o -id: hri_admin_messages -theme: hri_admin -region: pre_content -weight: -3 -provider: null -plugin: system_messages_block -settings: - id: system_messages_block - label: 'Status messages' - label_display: '0' - provider: system -visibility: { } diff --git a/config/block.block.hri_admin_page_title.yml b/config/block.block.hri_admin_page_title.yml deleted file mode 100644 index da853e59..00000000 --- a/config/block.block.hri_admin_page_title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 6268b4ba-26d3-4cbb-aca1-d9e9388de7df -langcode: en -status: true -dependencies: - theme: - - hri_admin -_core: - default_config_hash: ItFhhiUOoeR7oIq73ZaCV7PAYrOwXZ-9fazMzF5DJXM -id: hri_admin_page_title -theme: hri_admin -region: header -weight: -2 -provider: null -plugin: page_title_block -settings: - id: page_title_block - label: 'Page title' - label_display: '0' - provider: core -visibility: { } diff --git a/config/block.block.tabs.yml b/config/block.block.tabs.yml deleted file mode 100644 index bb113186..00000000 --- a/config/block.block.tabs.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 43a4c776-d8ac-4e5b-9121-82945c1dd612 -langcode: en -status: true -dependencies: - theme: - - hri_admin -id: tabs -theme: hri_admin -region: pre_content -weight: -2 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: 'Secondary Tabs' - label_display: '0' - provider: core - primary: false - secondary: true -visibility: { } diff --git a/config/seven.settings.yml b/config/claro.settings.yml similarity index 100% rename from config/seven.settings.yml rename to config/claro.settings.yml diff --git a/config/core.extension.yml b/config/core.extension.yml index e91d3fa1..93b5a927 100644 --- a/config/core.extension.yml +++ b/config/core.extension.yml @@ -106,9 +106,8 @@ module: paragraphs: 11 minimal: 1000 theme: - seven: 0 stable: 0 common_design: 0 common_design_subtheme: 0 - hri_admin: 0 + claro: 0 profile: minimal diff --git a/config/core.menu.static_menu_link_overrides.yml b/config/core.menu.static_menu_link_overrides.yml index b1d48def..5bdbf856 100644 --- a/config/core.menu.static_menu_link_overrides.yml +++ b/config/core.menu.static_menu_link_overrides.yml @@ -8,17 +8,17 @@ definitions: expanded: false enabled: true masquerade__unmasquerade: - weight: -49 - parent: user.page menu_name: account + parent: user.page + weight: -49 expanded: false enabled: false hr_paragraphs__unmasquerade: - weight: -50 - parent: user.page menu_name: account - enabled: true + parent: user.page + weight: -50 expanded: false + enabled: true user__logout: menu_name: account parent: '' diff --git a/config/field.field.paragraph.iframe.field_iframe_aspect_ratio.yml b/config/field.field.paragraph.iframe.field_iframe_aspect_ratio.yml index 41f470c1..9219730c 100644 --- a/config/field.field.paragraph.iframe.field_iframe_aspect_ratio.yml +++ b/config/field.field.paragraph.iframe.field_iframe_aspect_ratio.yml @@ -12,7 +12,7 @@ field_name: field_iframe_aspect_ratio entity_type: paragraph bundle: iframe label: 'Aspect Ratio' -description: 'Force a particular aspect ratio. If you supply an embed code (not a URL) and the embed code contains explicit values, you can choose ''Automatically detect''' +description: "Force a particular aspect ratio. If you supply an embed code (not a URL) and the embed code contains explicit values, you can choose 'Automatically detect'" required: false translatable: true default_value: diff --git a/config/field.field.paragraph.twitter_feed.field_twitter_account.yml b/config/field.field.paragraph.twitter_feed.field_twitter_account.yml index feb7fbad..5c3bcfb0 100644 --- a/config/field.field.paragraph.twitter_feed.field_twitter_account.yml +++ b/config/field.field.paragraph.twitter_feed.field_twitter_account.yml @@ -10,7 +10,7 @@ field_name: field_twitter_account entity_type: paragraph bundle: twitter_feed label: 'Twitter account' -description: 'Enter the Twitter account you''d like to embed. Omit the @ symbol.' +description: "Enter the Twitter account you'd like to embed. Omit the @ symbol." required: false translatable: false default_value: { } diff --git a/config/filter.format.markdown.yml b/config/filter.format.markdown.yml index 7e1c8944..17a3f928 100644 --- a/config/filter.format.markdown.yml +++ b/config/filter.format.markdown.yml @@ -20,7 +20,7 @@ filters: status: true weight: -10 settings: - allowed_html: '