diff --git a/.changelog b/.changelog
new file mode 100644
index 00000000..d99a566c
--- /dev/null
+++ b/.changelog
@@ -0,0 +1,11 @@
+ ['build', 'ci', 'docs', 'refactor', 'revert', 'style', 'test'],
+ 'tagPrefix' => 'v',
+ 'tagSuffix' => '',
+ 'commitUrlFormat' => '{{host}}/{{owner}}/{{repository}}/commit/{{hash}}',
+ 'compareUrlFormat' => '{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}',
+ 'issueUrlFormat' => 'https://humanitarian.atlassian.net/browse/{{id}}',
+ 'hiddenVersionSeparator' => true,
+];
diff --git a/.docksal/docksal.env b/.docksal/docksal.env
index 46a3ab3c..813c530b 100644
--- a/.docksal/docksal.env
+++ b/.docksal/docksal.env
@@ -12,7 +12,7 @@ DOCKSAL_STACK=default
# This will prevent images from being updated when Docksal is updated
#WEB_IMAGE='docksal/web:x.x-apache2.4'
#DB_IMAGE='docksal/db:x.x-mysql-5.6'
-CLI_IMAGE='docksal/cli:php8.2-build'
+CLI_IMAGE='docksal/cli:php8.3-build'
# Override virtual host (matches project folder name by default)
#VIRTUAL_HOST=iasc8.local.docksal
diff --git a/.github/workflows/composer-update.yml b/.github/workflows/composer-update.yml
index 1f9bf37d..c42c1de0 100644
--- a/.github/workflows/composer-update.yml
+++ b/.github/workflows/composer-update.yml
@@ -13,8 +13,10 @@ jobs:
id: update-action
uses: UN-OCHA/actions/composer-update@main
with:
+ aws_access_key_id: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
+ aws_secret_access_key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
github_access_token: ${{ secrets.PAT }}
- patch_branch: ${{ github.ref_name }}
+ patch_branch: ${{ github.head_ref || github.ref_name }}
patch_maintainers: ${{ secrets.DRUPAL_MAINTAINERS }}
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel_name: ${{ vars.SLACK_CHANNEL }}
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index 6334fb86..a3935cb6 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -167,6 +167,14 @@ jobs:
threshold_metric: "lines"
comment_footer: false
+ - name: PHP Logs
+ id: phplog
+ if: failure()
+ uses: cafuego/command-output@main
+ with:
+ run: |
+ docker compose -f tests/docker-compose.yml exec -T drupal grep -i fatal /var/log/php/error.log
+
- name: DB Logs
id: dblog
if: failure()
@@ -204,10 +212,15 @@ jobs:
Software Versions
${{ steps.versions.outputs.stdout }}
+
Drupal Logs
${{ steps.dblog.outputs.stdout }}
+ PHP Logs
+ ${{ steps.phplog.outputs.stdout }}
+
+
*Pusher: @${{ github.actor }}, Action: `${{ github.event_name }}`, Workflow: `${{ github.workflow }}`*
edit-mode: replace
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..4cb75806
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,753 @@
+
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+
+## [15.1.3](https://github.com/UN-OCHA/iasc8/compare/v15.1.2...v15.1.3) (2024-09-17)
+
+### Bug Fixes
+
+* Add patch for facets issue ([7cf1bb](https://github.com/UN-OCHA/iasc8/commit/7cf1bb197716313b288f1c10761e6a9352bee8c0))
+* Capitalization change ([c0db04](https://github.com/UN-OCHA/iasc8/commit/c0db04f5d3ac87c641bfc0e881801d209d0fa642))
+* Include core patch for aggregation error ([95edf3](https://github.com/UN-OCHA/iasc8/commit/95edf3f6ba72c9eae397dcebb6f2cc2288952ca6))
+
+### Chores
+
+* Add tools [#OPS-10867](https://https://humanitarian.atlassian.net/browse/OPS-10867), [#OPS-10867](https://https://humanitarian.atlassian.net/browse/OPS-10867), [#OPS-10867](https://https://humanitarian.atlassian.net/browse/OPS-10867) ([c2d308](https://github.com/UN-OCHA/iasc8/commit/c2d3080f22006b243ba03dd26851ebe9abf5dcd2), [40ae59](https://github.com/UN-OCHA/iasc8/commit/40ae5968f23ed322ed50821bc73afd472e6cd1dd), [54590b](https://github.com/UN-OCHA/iasc8/commit/54590bb3f8c8b6c6e4672381f7380f3d66db3e36))
+* Include php logs if tests fail ([71e85d](https://github.com/UN-OCHA/iasc8/commit/71e85defb797936771ec018b5bcb3018a66f2078))
+* Pass on credentials to action ([68b9b5](https://github.com/UN-OCHA/iasc8/commit/68b9b5cf68862594238e1fd42f243b9f8999b7c9))
+* Remove patch which is blocking core update ([931f6d](https://github.com/UN-OCHA/iasc8/commit/931f6d8f79dc354e308e94933aaead2d216c191a))
+* Update all outdated drupal/* unocha/* drush/* packages. ([f516f8](https://github.com/UN-OCHA/iasc8/commit/f516f8cb1af756b0fb19c1b7a2acfe4213b11deb), [411318](https://github.com/UN-OCHA/iasc8/commit/4113182bc691d9e25db6d6e413e30f929a9463dc), [b21a3b](https://github.com/UN-OCHA/iasc8/commit/b21a3b1c16caa44c2181f92ed167c0a9d0d93aae))
+* Update phpspreadsheet package ([022870](https://github.com/UN-OCHA/iasc8/commit/022870c2bdc61d8598307239468711f805716445))
+
+##### Deps
+
+* Bump micromatch in /html/themes/custom/iasc_common_design ([58b465](https://github.com/UN-OCHA/iasc8/commit/58b46503c4e1c8752d031135b072cd160c09af5f))
+
+## [15.0.8](https://github.com/UN-OCHA/iasc8/compare/v15.0.7...v15.0.8) (2024-04-16)
+
+
+---
+
+## [15.0.7](https://github.com/UN-OCHA/iasc8/compare/v15.0.6...v15.0.7) (2024-03-19)
+
+### Bug Fixes
+
+* Rename test urls file ([4ec3e7](https://github.com/UN-OCHA/iasc8/commit/4ec3e7d05a2cf4bf7f42c0b3d58640551aef11cd))
+
+
+---
+
+## [15.0.6](https://github.com/UN-OCHA/iasc8/compare/v15.0.5...v15.0.6) (2024-02-20)
+
+### Features
+
+* Disable chosen lib, no longer in use ([860662](https://github.com/UN-OCHA/iasc8/commit/86066213d49f3af98bc11432134e43250c67be53))
+
+
+---
+
+## [15.0.5](https://github.com/UN-OCHA/iasc8/compare/v15.0.4...v15.0.5) (2024-01-18)
+
+
+---
+
+## [15.0.4](https://github.com/UN-OCHA/iasc8/compare/v15.0.3...v15.0.4) (2024-01-16)
+
+
+---
+
+## [15.0.3](https://github.com/UN-OCHA/iasc8/compare/v15.0.2...v15.0.3) (2023-12-12)
+
+
+---
+
+## [15.0.2](https://github.com/UN-OCHA/iasc8/compare/v15.0.1...v15.0.2) (2023-11-28)
+
+### Features
+
+* Update base theme to v9 to avail of x icon replacing twitter ([c7e8a8](https://github.com/UN-OCHA/iasc8/commit/c7e8a8d0423cc9eae725ec3cc23b2725fb595457))
+
+
+---
+
+## [15.0.1](https://github.com/UN-OCHA/iasc8/compare/v15.0.0...v15.0.1) (2023-11-14)
+
+
+---
+
+## [15.0.0](https://github.com/UN-OCHA/iasc8/compare/v14.1.2...v15.0.0) (2023-11-07)
+
+### Features
+
+* Convert private files to public and add redirect [#IASC-780](https://github.com/UN-OCHA/iasc8/issues/IASC-780), [#IASC-780](https://github.com/UN-OCHA/iasc8/issues/IASC-780) ([d1b4e2](https://github.com/UN-OCHA/iasc8/commit/d1b4e218b61591f0230f6473a67a9994bd30a929), [00d73b](https://github.com/UN-OCHA/iasc8/commit/00d73b71081a5af2184f2201708f7837aada958f))
+* Proxy private files [#IASC-777](https://github.com/UN-OCHA/iasc8/issues/IASC-777) ([d170a8](https://github.com/UN-OCHA/iasc8/commit/d170a8dbafdfab3400a194c7c996bd00aeb4dc06))
+* Skip non-existing files [#IASC-780](https://github.com/UN-OCHA/iasc8/issues/IASC-780) ([6ad575](https://github.com/UN-OCHA/iasc8/commit/6ad575d05ac05320b609d3e51c95f06f8c23e579))
+
+
+---
+
+## [14.1.2](https://github.com/UN-OCHA/iasc8/compare/v14.1.1...v14.1.2) (2023-10-18)
+
+
+---
+
+## [14.1.1](https://github.com/UN-OCHA/iasc8/compare/v14.1.0...v14.1.1) (2023-09-25)
+
+### Bug Fixes
+
+
+##### Ui
+
+* Another sidebar fix ([f7f139](https://github.com/UN-OCHA/iasc8/commit/f7f13941fc9e7cf025e5981f789315e33d7b7596))
+* Column layout for facets page ([5b00a7](https://github.com/UN-OCHA/iasc8/commit/5b00a769339418fdcaa3811f119eca1bfed4c9ae))
+* Restore facets on documents page ([8c3e13](https://github.com/UN-OCHA/iasc8/commit/8c3e133f75490e866991194ac37de4162d73d740))
+* Update CD Alert templates ([21229e](https://github.com/UN-OCHA/iasc8/commit/21229efdc34d793f69815b524c2114286a9e709f))
+
+
+---
+
+## [14.1.0](https://github.com/UN-OCHA/iasc8/compare/v14.0.0...v14.1.0) (2023-09-25)
+
+### Bug Fixes
+
+
+##### A11y
+
+* ARIA label for sidebars ([85a67a](https://github.com/UN-OCHA/iasc8/commit/85a67a8697be867985a72b23e9ec8264c9d7b2ed))
+
+##### Ui
+
+* Make CSS for sidebars more generic ([66c958](https://github.com/UN-OCHA/iasc8/commit/66c958d86f0346b03fa8a0e45586af75e213fa5f))
+* Make the sidebars skinny again ([7bd93e](https://github.com/UN-OCHA/iasc8/commit/7bd93e599d2329ac72b55986310fbe56c219523c))
+* Move sidebars to the end of reading-dir ([cd37ff](https://github.com/UN-OCHA/iasc8/commit/cd37ffb5d9f60b1367731e7f9b3ab719bdd79d67))
+* Output Contact list fields in correct order ([4be4fa](https://github.com/UN-OCHA/iasc8/commit/4be4fa8fca06787234d1a44c0a0b1b90d2a31b6d))
+* Properly translate ARIA labels in twig ([a77d69](https://github.com/UN-OCHA/iasc8/commit/a77d691ae7cea9241ef000e56b99380ca2d4e1f5))
+* Upgrade Twig to use CD v8 layout classes ([ea9a18](https://github.com/UN-OCHA/iasc8/commit/ea9a180fc2c133349a2874cb41be9bf84183ea55))
+* Use CD v8 page layout classnames ([17957e](https://github.com/UN-OCHA/iasc8/commit/17957e276814b60e3bbcf420dd5d6d33f5cba520))
+
+
+---
+
+## [14.0.0](https://github.com/UN-OCHA/iasc8/compare/v13.2.16...v14.0.0) (2023-09-20)
+
+### Bug Fixes
+
+
+##### A11y
+
+* ARIA label for sidebars ([85a67a](https://github.com/UN-OCHA/iasc8/commit/85a67a8697be867985a72b23e9ec8264c9d7b2ed))
+
+##### Ui
+
+* Make CSS for sidebars more generic ([66c958](https://github.com/UN-OCHA/iasc8/commit/66c958d86f0346b03fa8a0e45586af75e213fa5f))
+* Make the sidebars skinny again ([7bd93e](https://github.com/UN-OCHA/iasc8/commit/7bd93e599d2329ac72b55986310fbe56c219523c))
+* Move sidebars to the end of reading-dir ([cd37ff](https://github.com/UN-OCHA/iasc8/commit/cd37ffb5d9f60b1367731e7f9b3ab719bdd79d67))
+* Output Contact list fields in correct order ([4be4fa](https://github.com/UN-OCHA/iasc8/commit/4be4fa8fca06787234d1a44c0a0b1b90d2a31b6d))
+* Properly translate ARIA labels in twig ([a77d69](https://github.com/UN-OCHA/iasc8/commit/a77d691ae7cea9241ef000e56b99380ca2d4e1f5))
+* Upgrade Twig to use CD v8 layout classes ([ea9a18](https://github.com/UN-OCHA/iasc8/commit/ea9a180fc2c133349a2874cb41be9bf84183ea55))
+* Use CD v8 page layout classnames ([17957e](https://github.com/UN-OCHA/iasc8/commit/17957e276814b60e3bbcf420dd5d6d33f5cba520))
+
+
+---
+
+## [13.2.16](https://github.com/UN-OCHA/iasc8/compare/v13.2.15...v13.2.16) (2023-09-25)
+
+### Bug Fixes
+
+* Update CD footer templates for 9.x ([02f394](https://github.com/UN-OCHA/iasc8/commit/02f394bcd61bad31c1b52a3ec1a10a9097cc55eb))
+* Update CD header templates for 9.x ([a78ef2](https://github.com/UN-OCHA/iasc8/commit/a78ef25bfd22229fac5e5435b7deb92a4cd6e84b))
+* Update CD layout templates for 9.x ([4be36e](https://github.com/UN-OCHA/iasc8/commit/4be36ec8aeeb233d025668e30f925ef79b760835))
+
+##### A11y
+
+* ARIA label for sidebars ([85a67a](https://github.com/UN-OCHA/iasc8/commit/85a67a8697be867985a72b23e9ec8264c9d7b2ed))
+
+##### Ui
+
+* Make CSS for sidebars more generic ([66c958](https://github.com/UN-OCHA/iasc8/commit/66c958d86f0346b03fa8a0e45586af75e213fa5f))
+* Make the sidebars skinny again ([7bd93e](https://github.com/UN-OCHA/iasc8/commit/7bd93e599d2329ac72b55986310fbe56c219523c))
+* Move sidebars to the end of reading-dir ([cd37ff](https://github.com/UN-OCHA/iasc8/commit/cd37ffb5d9f60b1367731e7f9b3ab719bdd79d67))
+* Output Contact list fields in correct order ([4be4fa](https://github.com/UN-OCHA/iasc8/commit/4be4fa8fca06787234d1a44c0a0b1b90d2a31b6d))
+* Properly translate ARIA labels in twig ([a77d69](https://github.com/UN-OCHA/iasc8/commit/a77d691ae7cea9241ef000e56b99380ca2d4e1f5))
+* Upgrade Twig to use CD v8 layout classes ([ea9a18](https://github.com/UN-OCHA/iasc8/commit/ea9a180fc2c133349a2874cb41be9bf84183ea55))
+* Use CD v8 page layout classnames ([17957e](https://github.com/UN-OCHA/iasc8/commit/17957e276814b60e3bbcf420dd5d6d33f5cba520))
+
+
+---
+
+## [13.2.15](https://github.com/UN-OCHA/iasc8/compare/v13.2.14...v13.2.15) (2023-08-16)
+
+
+---
+
+## [13.2.14](https://github.com/UN-OCHA/iasc8/compare/v13.2.13...v13.2.14) (2023-07-19)
+
+
+---
+
+## [13.2.13](https://github.com/UN-OCHA/iasc8/compare/v13.2.12...v13.2.13) (2023-07-11)
+
+
+---
+
+## [13.2.12](https://github.com/UN-OCHA/iasc8/compare/v13.2.11...v13.2.12) (2023-06-21)
+
+### Bug Fixes
+
+* Include php detection action ([0dbca3](https://github.com/UN-OCHA/iasc8/commit/0dbca3ac61aeb73a4f06dc20dbcd64e383f47544))
+
+
+---
+
+## [13.2.11](https://github.com/UN-OCHA/iasc8/compare/v13.2.10...v13.2.11) (2023-04-24)
+
+
+---
+
+## [13.2.10](https://github.com/UN-OCHA/iasc8/compare/v13.2.9...v13.2.10) (2023-04-03)
+
+
+---
+
+## [13.2.9](https://github.com/UN-OCHA/iasc8/compare/v13.2.8...v13.2.9) (2023-03-30)
+
+
+---
+
+## [13.2.8](https://github.com/UN-OCHA/iasc8/compare/v13.2.7...v13.2.8) (2023-03-17)
+
+
+---
+
+## [13.2.7](https://github.com/UN-OCHA/iasc8/compare/v13.2.6...v13.2.7) (2023-02-15)
+
+
+---
+
+## [13.2.6](https://github.com/UN-OCHA/iasc8/compare/v13.2.5...v13.2.6) (2023-02-06)
+
+
+---
+
+## [13.2.5](https://github.com/UN-OCHA/iasc8/compare/v13.2.4...v13.2.5) (2023-01-25)
+
+### Bug Fixes
+
+* Avoid randomly cached content when using the meetings pager. ([026b64](https://github.com/UN-OCHA/iasc8/commit/026b64932f85b7a98c3d278eadd4ed8e1bc57c5e))
+
+
+---
+
+## [13.2.4](https://github.com/UN-OCHA/iasc8/compare/v13.2.3...v13.2.4) (2022-12-20)
+
+### Features
+
+* Add export button [#IASC-764](https://github.com/UN-OCHA/iasc8/issues/IASC-764) ([00e9d2](https://github.com/UN-OCHA/iasc8/commit/00e9d23edf870d0625adf26665ae4a84f3cabcfe))
+* Add result url on search box [#IASC-764](https://github.com/UN-OCHA/iasc8/issues/IASC-764) ([80aaeb](https://github.com/UN-OCHA/iasc8/commit/80aaeba700b90bca8bce9e59c94230362079cfaf))
+* Extra fields for export [#IASC-769](https://github.com/UN-OCHA/iasc8/issues/IASC-769) ([a91d60](https://github.com/UN-OCHA/iasc8/commit/a91d609e1b678340633096f11da20d18e101e49f))
+* GCSE for services ([44be74](https://github.com/UN-OCHA/iasc8/commit/44be74fbbf7850f7f19619567186dbcfa0739cb5))
+* Google search as component, script in template overrides ([e91801](https://github.com/UN-OCHA/iasc8/commit/e9180167538970eaf46d405bdf0103b7c9c3a112))
+* Paragraph type for GCSE with ID, template override for script and library ([64266e](https://github.com/UN-OCHA/iasc8/commit/64266e3711ef8defc80a2afb6d888980794c82a6))
+* Remove search api attachment ([8ca265](https://github.com/UN-OCHA/iasc8/commit/8ca2655b7871dbc2cea72a9534457f598df45899))
+* Use search API DB [#IASC-761](https://github.com/UN-OCHA/iasc8/issues/IASC-761) ([009db6](https://github.com/UN-OCHA/iasc8/commit/009db63644145de665154cbbfd827bd3d02710e2))
+
+### Bug Fixes
+
+* Apply committed patch for search_api_solr ([d0d5cc](https://github.com/UN-OCHA/iasc8/commit/d0d5cc3a22e3af37ea5bcdadde5c9b1757edbe81))
+* Configure the patched search_api_attachments module to use a file cache. ([4fa013](https://github.com/UN-OCHA/iasc8/commit/4fa013728cc7f66488d94c768b26a40b072da149))
+* Move the giant search_api_attachments cache data to disk. ([b6b4d9](https://github.com/UN-OCHA/iasc8/commit/b6b4d99530776e8872e4815d14b1932a7711d334))
+* Try enabling the new search_api_solr config ([8745f1](https://github.com/UN-OCHA/iasc8/commit/8745f1ddd098b21a40b2a39b0e50b579e253d6ba))
+* Try more general handling of new specific_languages config ([98813f](https://github.com/UN-OCHA/iasc8/commit/98813f3751b4767bf40ed30f0c130878874cdfb6))
+* Update search_api_solr config ([68d380](https://github.com/UN-OCHA/iasc8/commit/68d380d5e97dc4d6bd4755c89efd33f2d4ba6f6d))
+
+
+---
+
+## [13.2.3](https://github.com/UN-OCHA/iasc8/compare/v13.2.2...v13.2.3) (2022-12-14)
+
+### Features
+
+* Extra fields [#IASC-769](https://github.com/UN-OCHA/iasc8/issues/IASC-769) ([453b9e](https://github.com/UN-OCHA/iasc8/commit/453b9e7a89546f616f86ccfe27be739c5ba6927e))
+* Remove logged in block [#IASC-742](https://github.com/UN-OCHA/iasc8/issues/IASC-742) ([f6ba5f](https://github.com/UN-OCHA/iasc8/commit/f6ba5f7d6fe0e2b91d33f776f286ecd4d809feb4))
+* Remove private field [#IASC-742](https://github.com/UN-OCHA/iasc8/issues/IASC-742) ([8f0e24](https://github.com/UN-OCHA/iasc8/commit/8f0e24634ea85d5321c1e926c064ad595968f29c))
+* Remove view [#IASC-742](https://github.com/UN-OCHA/iasc8/issues/IASC-742) ([0d72e8](https://github.com/UN-OCHA/iasc8/commit/0d72e83f278339eea6d015ec08f3c497e9911030))
+
+### Bug Fixes
+
+* Stagger the auto-updates task. ([e60008](https://github.com/UN-OCHA/iasc8/commit/e60008ec81fa03189679b319d2dc649e7b9e90eb))
+
+
+---
+
+## [13.2.2](https://github.com/UN-OCHA/iasc8/compare/v13.2.1...v13.2.2) (2022-11-16)
+
+### Features
+
+* Add XML sitemap [#IASC-766](https://github.com/UN-OCHA/iasc8/issues/IASC-766) ([156f57](https://github.com/UN-OCHA/iasc8/commit/156f57b1ac295859091a1547dad5d46e56e3906f))
+
+### Bug Fixes
+
+* Configure the patched search_api_attachments module to use a file cache. ([9491c8](https://github.com/UN-OCHA/iasc8/commit/9491c87d6032a7346d7343396d42f6b601286f51))
+* Move the giant search_api_attachments cache data to disk. ([7db504](https://github.com/UN-OCHA/iasc8/commit/7db504a865a41a382905c83c48dc86b5e24fde30))
+
+
+---
+
+## [13.2.1](https://github.com/UN-OCHA/iasc8/compare/v13.2.0...v13.2.1) (2022-11-02)
+
+### Bug Fixes
+
+* Apply committed patch for search_api_solr ([d27167](https://github.com/UN-OCHA/iasc8/commit/d271673bbf1d62091998f5f26b518011038b018a))
+* Try enabling the new search_api_solr config ([be6b51](https://github.com/UN-OCHA/iasc8/commit/be6b517cebcead09e882867131fef08247cb3518))
+* Try more general handling of new specific_languages config ([5734bf](https://github.com/UN-OCHA/iasc8/commit/5734bf47d439a218241c06b10df01d7c09294110))
+* Update search_api_solr config ([089144](https://github.com/UN-OCHA/iasc8/commit/089144141f002174181340c4d313ec39dddee527))
+
+
+---
+
+## [13.2.0](https://github.com/UN-OCHA/iasc8/compare/v13.1.12...v13.2.0) (2022-10-05)
+
+### Features
+
+* Allow user create so admin can add editors [#IASC-760](https://github.com/UN-OCHA/iasc8/issues/IASC-760), [#IASC-748](https://github.com/UN-OCHA/iasc8/issues/IASC-748) ([7969f7](https://github.com/UN-OCHA/iasc8/commit/7969f70d57fb0185b277671c3eec8186621581c4))
+
+
+---
+
+## [13.1.12](https://github.com/UN-OCHA/iasc8/compare/v13.1.11...v13.1.12) (2022-10-04)
+
+### Features
+
+* Allow updates to be run manually ([00600b](https://github.com/UN-OCHA/iasc8/commit/00600b1ef4870cb764ce1141e49bfaa31f7e9274))
+
+
+---
+
+## [13.1.11](https://github.com/UN-OCHA/iasc8/compare/v13.1.10...v13.1.11) (2022-09-14)
+
+### Bug Fixes
+
+* Bail when we have no group ([040aef](https://github.com/UN-OCHA/iasc8/commit/040aef474151051488a313288b964d2154876940))
+* Only display h2 if paragraph title field has a value ([bc93b5](https://github.com/UN-OCHA/iasc8/commit/bc93b578297f751d5678fd8f10972d992d522e8b))
+* Set colour for visual hidden heading, remove label for input type submit, add attributes to hidden input ([d5aa3e](https://github.com/UN-OCHA/iasc8/commit/d5aa3eabe88dc323ad42128360790111f538816d))
+* Switch to our packagist-hosted file_checker module, which does D9. ([e729be](https://github.com/UN-OCHA/iasc8/commit/e729bebedb7914a09ee9635a7ac8c4923d41cb54))
+* Turn ocha_security into a Packagist asset, to avoid GitHub fails in Travis ([eeadbd](https://github.com/UN-OCHA/iasc8/commit/eeadbd0cbf09133190f95b2518d632a7c35a540e))
+* Unpin memcache module and uninstall deprecated color module ([f441c1](https://github.com/UN-OCHA/iasc8/commit/f441c12761234fb2065769944e550a398dad1ddc))
+* Use the contrib select_a11y so phpcs will not hang on the custom version. ([5cb54e](https://github.com/UN-OCHA/iasc8/commit/5cb54eb1abe4292df45e113316adadfc04f1cab7))
+* Use the current stable PHP8.0 image and drop the unused "outdated" action. ([c7f527](https://github.com/UN-OCHA/iasc8/commit/c7f5278d30eec5b5e793b0423c116e531d091cb6))
+
+
+---
+
+## [13.1.10](https://github.com/UN-OCHA/iasc8/compare/v13.1.9...v13.1.10) (2022-08-17)
+
+### Bug Fixes
+
+* Add unsafe-inline exception for csp settings ([d8b1ae](https://github.com/UN-OCHA/iasc8/commit/d8b1aea085c74923844e0e141fdfee8cb806e0e3))
+* Revert memcache version until fix is in place ([b98f27](https://github.com/UN-OCHA/iasc8/commit/b98f27a8073b9db27fb40c252af7ac4c02cb481f))
+* Revert to 9.4.5 ([bd7c6a](https://github.com/UN-OCHA/iasc8/commit/bd7c6a5b217a4dc19e3a57c1fa6dbebb9d8ab0be))
+* Update pathauto config ([822042](https://github.com/UN-OCHA/iasc8/commit/822042feb567bac6c8378c6f7c69976290725f81))
+* Use correct plugin name ([2d8f44](https://github.com/UN-OCHA/iasc8/commit/2d8f44e23bf46f17e2d61bc10bf841e168620b0f))
+
+
+---
+
+## [13.1.9](https://github.com/UN-OCHA/iasc8/compare/v13.1.8...v13.1.9) (2022-07-28)
+
+### Features
+
+* Default to UTC [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753) ([a64912](https://github.com/UN-OCHA/iasc8/commit/a6491212a7a600ef68d472f7426432bd0d44f058))
+* Display human readable rrule [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753), [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753) ([c90ae9](https://github.com/UN-OCHA/iasc8/commit/c90ae9770ec13516f5885c5769c83d0635404e0e), [a6cd72](https://github.com/UN-OCHA/iasc8/commit/a6cd72c341d4f7205206d6b2145c19621be7c87f))
+* Do not repeat date [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753) ([82680c](https://github.com/UN-OCHA/iasc8/commit/82680c99ef0cbc9fefa79621637a526357e25588))
+* Google search script in html template override for frontpage ([bc2b50](https://github.com/UN-OCHA/iasc8/commit/bc2b50bd6bf6155b12663476a1d14a79e70ac175))
+* More links with fragment [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753) ([f6c4e7](https://github.com/UN-OCHA/iasc8/commit/f6c4e76ee20c004c0de09efc2c3e060efbae34fa))
+* Multi day event [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753) ([794c19](https://github.com/UN-OCHA/iasc8/commit/794c193d843f48709dcbf4d902b434ffa573c17d))
+* Remove until [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753) ([bf87ec](https://github.com/UN-OCHA/iasc8/commit/bf87ec1cc1a3ffb2a36ea6e1c9f5c629f8eb6082))
+* Replace all event blocks with new ones [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753) ([ef74e8](https://github.com/UN-OCHA/iasc8/commit/ef74e8f5d2180bc2d6076f8e123e9573a9f41563))
+* RRule to human text [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753) ([d8a4b2](https://github.com/UN-OCHA/iasc8/commit/d8a4b22c9a989363d47f9b1f3057425666aa8a29))
+* Use js utc methods [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753) ([868f8f](https://github.com/UN-OCHA/iasc8/commit/868f8fb69e29731d043ae45b933f998fe3a3ec9b))
+* Various fixes [#IASC-753](https://github.com/UN-OCHA/iasc8/issues/IASC-753) ([deb6a0](https://github.com/UN-OCHA/iasc8/commit/deb6a0728d5eaf5bbe9249910b078698628c0275))
+
+### Bug Fixes
+
+* Enable csp module and remove seckit ([130374](https://github.com/UN-OCHA/iasc8/commit/13037437df6a47758108dfca41c7d2f35f6fb663))
+* Include patch for clearer logging ([4fe187](https://github.com/UN-OCHA/iasc8/commit/4fe18767293c9fcbd7a3b1612c33a1aaadaa68ef))
+
+
+---
+
+## [13.1.8](https://github.com/UN-OCHA/iasc8/compare/v13.1.7...v13.1.8) (2022-07-11)
+
+### Features
+
+* Export dial meeting info [#IASC-742](https://github.com/UN-OCHA/iasc8/issues/IASC-742) ([3297df](https://github.com/UN-OCHA/iasc8/commit/3297dff2aae3b4363d8cefac4782fa452a6a598a))
+* Hide archive banner [#IASC-752](https://github.com/UN-OCHA/iasc8/issues/IASC-752), [#IASC-752](https://github.com/UN-OCHA/iasc8/issues/IASC-752), [#IASC-752](https://github.com/UN-OCHA/iasc8/issues/IASC-752), [#IASC-752](https://github.com/UN-OCHA/iasc8/issues/IASC-752) ([789027](https://github.com/UN-OCHA/iasc8/commit/7890279d34cf42842c380ca08419233ece97a786), [ed9fdf](https://github.com/UN-OCHA/iasc8/commit/ed9fdffe5d57ad99f46601a169bc7848e1ec05f7), [8f0ee9](https://github.com/UN-OCHA/iasc8/commit/8f0ee941388a2340e05b10c16c12d90391273f34), [90dc36](https://github.com/UN-OCHA/iasc8/commit/90dc36b9993ad16786b6b8c453d5658a33fe68c4))
+* Update base theme to recent version v7.2.0 ([3b87ac](https://github.com/UN-OCHA/iasc8/commit/3b87acc2911ef45edc66c7cc4231590bfe7db00d))
+
+### Bug Fixes
+
+* Correct alignment in facet selects in sidebar ([ea5f78](https://github.com/UN-OCHA/iasc8/commit/ea5f78b1f8e56667312c36d161f2ea36c8778aa9))
+* Enable new mysql module ([f79962](https://github.com/UN-OCHA/iasc8/commit/f79962e8c2b52102bdc967a087af29325710115a))
+* Update ctools module and include symfony changes ([622e1b](https://github.com/UN-OCHA/iasc8/commit/622e1bb05d683f9bffb27eb66fbe107da7f8cfa3))
+
+
+---
+
+## [13.1.7](https://github.com/UN-OCHA/iasc8/compare/v13.1.6...v13.1.7) (2022-06-22)
+
+
+---
+
+## [13.1.6](https://github.com/UN-OCHA/iasc8/compare/v13.1.5...v13.1.6) (2022-06-22)
+
+### Features
+
+* Generate lists of documents for IASC Meetings. ([7bdc42](https://github.com/UN-OCHA/iasc8/commit/7bdc423246d1f1c1e575e2d1b35f50722c7270e8))
+
+### Bug Fixes
+
+* Disable user menu items in config ([aa9656](https://github.com/UN-OCHA/iasc8/commit/aa9656385396792558d22b2e435aefbedb134e56))
+
+
+---
+
+## [13.1.5](https://github.com/UN-OCHA/iasc8/compare/v13.1.4...v13.1.5) (2022-06-21)
+
+### Features
+
+* Add paths and export to views ([455da8](https://github.com/UN-OCHA/iasc8/commit/455da8096f6b627debdadafd3adfa8a89014eb31))
+* Add template for pager [#IASC-747](https://github.com/UN-OCHA/iasc8/issues/IASC-747) ([b5fc33](https://github.com/UN-OCHA/iasc8/commit/b5fc331eba6c302273bd15047a882c09f7c28e7a))
+* Also export the actual view, cheers. ([7dfedf](https://github.com/UN-OCHA/iasc8/commit/7dfedf9a8a8da0aa43004a0714da1351cf6afaf8))
+* Create a view that lists all file attachments on events for the IASC Principals group. ([62fbc3](https://github.com/UN-OCHA/iasc8/commit/62fbc32154d2476fa326df25fabadde4ba80cc46))
+* Disable account creation [#IASC-748](https://github.com/UN-OCHA/iasc8/issues/IASC-748) ([9d20ab](https://github.com/UN-OCHA/iasc8/commit/9d20ab13968b0d9f1f2a9b3dfb2ae020b878412c))
+* Export users [#IASC-733](https://github.com/UN-OCHA/iasc8/issues/IASC-733) ([81b181](https://github.com/UN-OCHA/iasc8/commit/81b1813248640860edbce6777a0910c676dc71b8))
+* Migrate old meeting blocks to paragrahps [#IASC-747](https://github.com/UN-OCHA/iasc8/issues/IASC-747) ([716bb3](https://github.com/UN-OCHA/iasc8/commit/716bb3bd1d5dc874598aabf10aea21873fbe40d0))
+* New paragraphs for meetings ([b699a8](https://github.com/UN-OCHA/iasc8/commit/b699a8fb3ca29b4a27605a73f14c6a59a5219a0c))
+* Notify of builds via Slack. ([d1736c](https://github.com/UN-OCHA/iasc8/commit/d1736c53ed79c6802b768cf35ddd2550f6eec969))
+* Paging by months [#IASC-747](https://github.com/UN-OCHA/iasc8/issues/IASC-747) ([69b5a4](https://github.com/UN-OCHA/iasc8/commit/69b5a4cd51ec6c270751d54cf318ab6abd4a77f5))
+* Paragraph blocks for meetings [#IASC-747](https://github.com/UN-OCHA/iasc8/issues/IASC-747) ([300e8e](https://github.com/UN-OCHA/iasc8/commit/300e8e5b076987d498a56eb9e591eea7a1f2304b))
+* Show all occurences of events [#IASC-747](https://github.com/UN-OCHA/iasc8/issues/IASC-747) ([ebaf96](https://github.com/UN-OCHA/iasc8/commit/ebaf96fb2ea1630108bfc9dae7909b00f8d5d92d))
+
+### Bug Fixes
+
+* Enable Views UI, so we do not need to re-enable it after each deploy. ([a92097](https://github.com/UN-OCHA/iasc8/commit/a92097d6ae8282d2f157b8b2957d31d47befbfca))
+* Override header top region template to remove the conditional so div displays even when user menu items are disabled. ([05b545](https://github.com/UN-OCHA/iasc8/commit/05b545baec0573fbfacc68212aa15ca5af4a2368))
+* Patch core so we can access files attached to content via Views. ([08af7a](https://github.com/UN-OCHA/iasc8/commit/08af7a2f9639fbd61ee1d720c65e11f1821444e5))
+* Update packages that were blocking composer install ([13da52](https://github.com/UN-OCHA/iasc8/commit/13da5240ade8db5caae425ce79ab13277f813173))
+
+
+---
+
+## [13.1.4](https://github.com/UN-OCHA/iasc8/compare/v13.1.3...v13.1.4) (2022-06-07)
+
+### Features
+
+* Add export ([f80574](https://github.com/UN-OCHA/iasc8/commit/f8057468c78868b32967c726d3d652f9f2b6cd10), [c29c78](https://github.com/UN-OCHA/iasc8/commit/c29c78e7f99693457e88b9725514791b8e9aca58))
+
+
+---
+
+## [13.1.3](https://github.com/UN-OCHA/iasc8/compare/v13.1.2...v13.1.3) (2022-05-30)
+
+### Features
+
+* Private files used on nodes [#OPS-8324](https://github.com/UN-OCHA/iasc8/issues/OPS-8324), [#OPS-8324](https://github.com/UN-OCHA/iasc8/issues/OPS-8324) ([53a757](https://github.com/UN-OCHA/iasc8/commit/53a757b5ac417755b3354c3620520f46c39e8213), [da0997](https://github.com/UN-OCHA/iasc8/commit/da099740f250e730a7cead207c0e5778ae5eeb48))
+
+
+---
+
+## [13.1.2](https://github.com/UN-OCHA/iasc8/compare/v13.1.1...v13.1.2) (2022-04-28)
+
+
+---
+
+## [13.1.1](https://github.com/UN-OCHA/iasc8/compare/v13.1.0...v13.1.1) (2022-04-26)
+
+
+---
+
+## [13.1.0](https://github.com/UN-OCHA/iasc8/compare/v13.0.9...v13.1.0) (2022-04-20)
+
+
+---
+
+## [13.0.9](https://github.com/UN-OCHA/iasc8/compare/v13.0.8...v13.0.9) (2022-03-31)
+
+### Features
+
+* Add archive fields ([fdb44e](https://github.com/UN-OCHA/iasc8/commit/fdb44eaf8210cdc30791e185fce6f36a95038cca))
+* Add config form ([99016b](https://github.com/UN-OCHA/iasc8/commit/99016b017ec031e18a44b237c67c904266bf8467))
+* Add default message, config ([af1af9](https://github.com/UN-OCHA/iasc8/commit/af1af9d5d1743ef7149cb3ca60fc82fee20bbfdd))
+* Display message on group and group content ([f282f8](https://github.com/UN-OCHA/iasc8/commit/f282f88f888ac76fefeb001ed024a286dfa2a285))
+* Rename label, change order ([3fd301](https://github.com/UN-OCHA/iasc8/commit/3fd3018096ff9ddc31aa1cb7ae9053b0b19f0b8d), [23486d](https://github.com/UN-OCHA/iasc8/commit/23486d08bca5413e5bb401f519423b723074313b))
+
+
+---
+
+## [13.0.8](https://github.com/UN-OCHA/iasc8/compare/v13.0.7...v13.0.8) (2022-03-23)
+
+
+---
+
+## [13.0.7](https://github.com/UN-OCHA/iasc8/compare/v13.0.6...v13.0.7) (2022-03-21)
+
+
+---
+
+## [13.0.6](https://github.com/UN-OCHA/iasc8/compare/v13.0.5...v13.0.6) (2022-02-22)
+
+
+---
+
+## [13.0.5](https://github.com/UN-OCHA/iasc8/compare/v13.0.4...v13.0.5) (2022-02-14)
+
+
+---
+
+## [13.0.4](https://github.com/UN-OCHA/iasc8/compare/v13.0.3...v13.0.4) (2022-02-07)
+
+
+---
+
+## [13.0.3](https://github.com/UN-OCHA/iasc8/compare/v13.0.2...v13.0.3) (2022-02-02)
+
+
+---
+
+## [13.0.2](https://github.com/UN-OCHA/iasc8/compare/v13.0.1...v13.0.2) (2022-01-31)
+
+
+---
+
+## [13.0.1](https://github.com/UN-OCHA/iasc8/compare/v13.0.0...v13.0.1) (2022-01-26)
+
+
+---
+
+## [13.0.0](https://github.com/UN-OCHA/iasc8/compare/v12.0.4...v13.0.0) (2022-01-21)
+
+
+---
+
+## [12.0.4](https://github.com/UN-OCHA/iasc8/compare/v10.3.3...v12.0.4) (2021-12-15)
+
+
+---
+
+## [10.3.3](https://github.com/UN-OCHA/iasc8/compare/v10.3.2...v10.3.3) (2021-11-23)
+
+
+---
+
+## [10.3.2](https://github.com/UN-OCHA/iasc8/compare/v10.3.1...v10.3.2) (2021-08-17)
+
+
+---
+
+## [10.3.1](https://github.com/UN-OCHA/iasc8/compare/v10.3.0...v10.3.1) (2021-08-03)
+
+
+---
+
+## [10.3.0](https://github.com/UN-OCHA/iasc8/compare/v10.2.0...v10.3.0) (2021-07-22)
+
+
+---
+
+## [10.2.0](https://github.com/UN-OCHA/iasc8/compare/v10.1.0...v10.2.0) (2021-06-23)
+
+
+---
+
+## [10.1.0](https://github.com/UN-OCHA/iasc8/compare/v10.0.24...v10.1.0) (2021-05-27)
+
+
+---
+
+## [10.0.24](https://github.com/UN-OCHA/iasc8/compare/v2.0.3...v10.0.24) (2021-05-19)
+
+
+---
+
+## [2.0.3](https://github.com/UN-OCHA/iasc8/compare/v2.0.2...v2.0.3) (2021-11-23)
+
+
+---
+
+## [2.0.2](https://github.com/UN-OCHA/iasc8/compare/v2.0.1...v2.0.2) (2021-10-04)
+
+
+---
+
+## [2.0.1](https://github.com/UN-OCHA/iasc8/compare/v2.0.0...v2.0.1) (2021-09-27)
+
+
+---
+
+## [2.0.0](https://github.com/UN-OCHA/iasc8/compare/v1.3.1...v2.0.0) (2021-09-21)
+
+
+---
+
+## [1.3.1](https://github.com/UN-OCHA/iasc8/compare/v1.3.0...v1.3.1) (2019-06-11)
+
+
+---
+
+## [1.3.0](https://github.com/UN-OCHA/iasc8/compare/v1.2.1...v1.3.0) (2019-05-29)
+
+
+---
+
+## [1.2.1](https://github.com/UN-OCHA/iasc8/compare/v1.2.0...v1.2.1) (2019-03-05)
+
+
+---
+
+## [1.2.0](https://github.com/UN-OCHA/iasc8/compare/v1.1.0...v1.2.0) (2018-11-12)
+
+
+---
+
+## [1.1.0](https://github.com/UN-OCHA/iasc8/compare/v1.0.23...v1.1.0) (2018-11-06)
+
+
+---
+
+## [1.0.23](https://github.com/UN-OCHA/iasc8/compare/v1.0.22...v1.0.23) (2021-05-10)
+
+
+---
+
+## [1.0.22](https://github.com/UN-OCHA/iasc8/compare/v1.0.21...v1.0.22) (2021-05-10)
+
+
+---
+
+## [1.0.21](https://github.com/UN-OCHA/iasc8/compare/v1.0.20...v1.0.21) (2021-05-10)
+
+
+---
+
+## [1.0.20](https://github.com/UN-OCHA/iasc8/compare/v1.0.19...v1.0.20) (2021-04-29)
+
+
+---
+
+## [1.0.19](https://github.com/UN-OCHA/iasc8/compare/v1.0.18...v1.0.19) (2021-01-27)
+
+
+---
+
+## [1.0.18](https://github.com/UN-OCHA/iasc8/compare/v1.0.17...v1.0.18) (2020-12-15)
+
+
+---
+
+## [1.0.17](https://github.com/UN-OCHA/iasc8/compare/v1.0.16...v1.0.17) (2020-12-02)
+
+
+---
+
+## [1.0.16](https://github.com/UN-OCHA/iasc8/compare/v1.0.15...v1.0.16) (2020-11-16)
+
+
+---
+
+## [1.0.15](https://github.com/UN-OCHA/iasc8/compare/v1.0.14...v1.0.15) (2020-10-26)
+
+
+---
+
+## [1.0.14](https://github.com/UN-OCHA/iasc8/compare/v1.0.13...v1.0.14) (2020-10-26)
+
+
+---
+
+## [1.0.13](https://github.com/UN-OCHA/iasc8/compare/v1.0.12...v1.0.13) (2020-10-14)
+
+
+---
+
+## [1.0.12](https://github.com/UN-OCHA/iasc8/compare/v1.0.11...v1.0.12) (2020-09-22)
+
+
+---
+
+## [1.0.11](https://github.com/UN-OCHA/iasc8/compare/v1.0.10...v1.0.11) (2020-09-14)
+
+
+---
+
+## [1.0.10](https://github.com/UN-OCHA/iasc8/compare/v1.0.9...v1.0.10) (2020-07-07)
+
+
+---
+
+## [1.0.9](https://github.com/UN-OCHA/iasc8/compare/v1.0.8...v1.0.9) (2020-04-23)
+
+
+---
+
+## [1.0.8](https://github.com/UN-OCHA/iasc8/compare/v1.0.7...v1.0.8) (2020-04-02)
+
+
+---
+
+## [1.0.7](https://github.com/UN-OCHA/iasc8/compare/v1.0.6...v1.0.7) (2020-03-23)
+
+
+---
+
+## [1.0.6](https://github.com/UN-OCHA/iasc8/compare/v1.0.5...v1.0.6) (2020-01-22)
+
+
+---
+
+## [1.0.5](https://github.com/UN-OCHA/iasc8/compare/v1.0.4...v1.0.5) (2020-01-22)
+
+
+---
+
+## [1.0.4](https://github.com/UN-OCHA/iasc8/compare/v1.0.3...v1.0.4) (2020-01-21)
+
+
+---
+
+## [1.0.3](https://github.com/UN-OCHA/iasc8/compare/v1.0.2...v1.0.3) (2019-12-16)
+
+
+---
+
+## [1.0.2](https://github.com/UN-OCHA/iasc8/compare/v1.0.1...v1.0.2) (2019-12-09)
+
+
+---
+
+## [1.0.1](https://github.com/UN-OCHA/iasc8/compare/v1.0.0...v1.0.1) (2019-12-02)
+
+
+---
+
+## [1.0.0](https://github.com/UN-OCHA/iasc8/compare/v0.0.3...v1.0.0) (2019-11-27)
+
+
+---
+
+## [0.0.3](https://github.com/UN-OCHA/iasc8/compare/v0.0.2...v0.0.3) (2019-11-20)
+
+
+---
+
+## [0.0.2](https://github.com/UN-OCHA/iasc8/compare/v0.0.1...v0.0.2) (2019-11-14)
+
+
+---
+
+## [0.0.1](https://github.com/UN-OCHA/iasc8/compare/b0b16bc9ffadf18329f1a13916b5a2b3f2684c7c...v0.0.1) (2019-10-03)
+
+
+---
+
diff --git a/composer.json b/composer.json
index a56febcb..23cb4fb2 100755
--- a/composer.json
+++ b/composer.json
@@ -1,208 +1,228 @@
{
- "name": "unocha/iasc8",
- "description": "IASC 8",
- "type": "project",
- "license": "GPL-2.0-or-later",
- "authors": [
- {
- "name": "UNOCHA",
- "role": ""
- }
- ],
- "repositories": [
- {
- "type": "composer",
- "url": "https://packages.drupal.org/8"
- },
- {
- "type": "composer",
- "url": "https://asset-packagist.org"
- }
- ],
- "require": {
- "php": ">=8.2",
- "cweagans/composer-patches": "^1.6.5",
- "drupal/address": "^2",
- "drupal/admin_denied": "^2",
- "drupal/amazon_ses": "^3",
- "drupal/aws": "dev-2.0.x",
- "drupal/bartik": "^1.0",
- "drupal/components": "^3.0@beta",
- "drupal/conditional_fields": "^4.0@alpha",
- "drupal/config_filter": "^2.4",
- "drupal/config_split": "^2.0.0-beta4",
- "drupal/core-composer-scaffold": "^10",
- "drupal/core-project-message": "^10",
- "drupal/core-recommended": "^10",
- "drupal/csp": "^1.16",
- "drupal/csv_serialization": "^4.0",
- "drupal/ctools": "^4.0",
- "drupal/date_recur": "^3.0",
- "drupal/date_recur_modular": "^3.0",
- "drupal/diff": "^1.0@RC",
- "drupal/dynamic_entity_reference": "^1.16 || ^3.1",
- "drupal/entityqueue": "^1.0",
- "drupal/environment_indicator": "^4.0",
- "drupal/facets": "^2.0",
- "drupal/facets_pretty_paths": "^2",
- "drupal/field_group": "^3.0",
- "drupal/field_permissions": "^1.0@RC",
- "drupal/file_entity": "^2.0@beta",
- "drupal/flag": "^4.0@alpha",
- "drupal/flexible_permissions": "^1.0@beta",
- "drupal/geocoder": "^3.2 || ^4.9",
- "drupal/geofield": "^1.3",
- "drupal/geofield_map": "^3",
- "drupal/geophp": "^1.0@beta",
- "drupal/group": "^2.0.0-rc1",
- "drupal/honeypot": "^2.0",
- "drupal/linkit": "^6.0@beta",
- "drupal/mailsystem": "^4.4",
- "drupal/maintenance200": "^2",
- "drupal/media_entity_file_replace": "^1.0",
- "drupal/memcache": "^2.4",
- "drupal/node_view_permissions": "^1.4",
- "drupal/paragraphs": "^1.8",
- "drupal/paragraphs_edit": "^3",
- "drupal/paragraphs_modal_edit": "^1.0@alpha",
- "drupal/paragraphs_viewmode": "^1.0@alpha",
- "drupal/pathauto": "^1.4",
- "drupal/rdf": "^2.1",
- "drupal/realname": "^2.0@beta",
- "drupal/redirect": "^1.7",
- "drupal/search_api": "^1.14",
- "drupal/seckit": "^2.0",
- "drupal/select2": "^1.6",
- "drupal/select_a11y": "^1.0 || ^2.0",
- "drupal/select_or_other": "^4.0",
- "drupal/seven": "^1.0",
- "drupal/social_auth_hid": "^3.1",
- "drupal/spamspan": "^3.1",
- "drupal/stable": "^2.0",
- "drupal/stage_file_proxy": "^3",
- "drupal/tablefield": "^2.1",
- "drupal/token": "^1.5",
- "drupal/token_filter": "^2.0",
- "drupal/twig_tweak": "^3.2",
- "drupal/user_expire": "^1.0",
- "drupal/username_enumeration_prevention": "^1.3",
- "drupal/variationcache": "^1.0",
- "drupal/views_data_export": "^1.1",
- "drupal/viewsreference": "^2.0@beta",
- "drupal/webform": "^6.2@beta",
- "drupal/xmlsitemap": "^1.4",
- "drush/drush": "^12",
- "jjj/chosen": "^2.2",
- "mglaman/composer-drupal-lenient": "^1.0",
- "npm-asset/select2": "^4.0",
- "oomphinc/composer-installers-extender": "^2.0",
- "orakili/composer-drupal-info-file-patch-helper": "^1.0",
- "phpoffice/phpspreadsheet": "^1.16",
- "symfony/flex": "^1.17",
- "unocha/common_design": "^9",
- "unocha/file_checker": "dev-8.x-1.x",
- "unocha/gtm_barebones": "^1.0",
- "unocha/ocha_integrations": "^2",
- "unocha/ocha_monitoring": "^1.0",
- "unocha/ocha_search": "^1.0",
- "unocha/un_date": "^2",
- "vlucas/phpdotenv": "^2.4",
- "webflo/drupal-finder": "^1.0.0",
- "wikimedia/composer-merge-plugin": "^2.1"
- },
- "require-dev": {
- "drupal/coder": "^8.3",
- "drupal/core-dev": "^10",
- "drupal/dev_mode": "^2.6",
- "drupal/devel": "^5.1",
- "drupal/devel_php": "^1.5",
- "kint-php/kint": "^5",
- "phpmd/phpmd": "^2.6",
- "phpspec/prophecy-phpunit": "^2",
- "slevomat/coding-standard": "^8",
- "weitzman/drupal-test-traits": "^2.1",
- "weitzman/logintrait": "^1.1"
- },
- "conflict": {
- "drupal/drupal": "*"
- },
- "minimum-stability": "stable",
- "prefer-stable": true,
- "config": {
- "bin-dir": "vendor/bin/",
- "sort-packages": true,
- "allow-plugins": {
- "composer/installers": true,
- "cweagans/composer-patches": true,
- "dealerdirect/phpcodesniffer-composer-installer": true,
- "drupal/core-composer-scaffold": true,
- "drupal/core-project-message": true,
- "drupal/console-extend-plugin": true,
- "oomphinc/composer-installers-extender": true,
- "symfony/flex": true,
- "wikimedia/composer-merge-plugin": true,
- "mglaman/composer-drupal-lenient": true,
- "orakili/composer-drupal-info-file-patch-helper": true,
- "phpstan/extension-installer": true,
- "php-http/discovery": true
- }
- },
- "extra": {
- "drupal-lenient": {
- "constraint": "^10",
- "allowed-list": [
- "drupal/maintenance200",
- "drupal/theme_switcher"
- ]
- },
- "drush": {
- "services": {
- "drush.services.yml": "^10"
- }
+ "name": "unocha/iasc8",
+ "description": "IASC 8",
+ "type": "project",
+ "license": "GPL-2.0-or-later",
+ "authors": [
+ {
+ "name": "UNOCHA",
+ "role": ""
+ }
+ ],
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "https://packages.drupal.org/8"
+ },
+ {
+ "type": "composer",
+ "url": "https://asset-packagist.org"
+ }
+ ],
+ "require": {
+ "php": ">=8.2",
+ "cweagans/composer-patches": "^1.6.5",
+ "drupal/address": "^2",
+ "drupal/admin_denied": "^2",
+ "drupal/amazon_ses": "^3",
+ "drupal/aws": "dev-2.0.x",
+ "drupal/bartik": "^1.0",
+ "drupal/components": "^3.0@beta",
+ "drupal/conditional_fields": "^4.0@alpha",
+ "drupal/config_filter": "^2.4",
+ "drupal/config_split": "^2.0.0-beta4",
+ "drupal/core-composer-scaffold": "^10",
+ "drupal/core-project-message": "^10",
+ "drupal/core-recommended": "^10",
+ "drupal/csp": "^1.16",
+ "drupal/csv_serialization": "^4.0",
+ "drupal/ctools": "^4.0",
+ "drupal/date_recur": "^3.0",
+ "drupal/date_recur_modular": "^3.0",
+ "drupal/diff": "^1.0@RC",
+ "drupal/dynamic_entity_reference": "^1.16 || ^3.1",
+ "drupal/entityqueue": "^1.0",
+ "drupal/environment_indicator": "^4.0",
+ "drupal/facets": "^2.0",
+ "drupal/facets_pretty_paths": "^2",
+ "drupal/field_group": "^3.0",
+ "drupal/field_permissions": "^1.0@RC",
+ "drupal/file_entity": "^2.0@beta",
+ "drupal/flag": "^4.0@alpha",
+ "drupal/flexible_permissions": "^1.0@beta",
+ "drupal/geocoder": "^3.2 || ^4.9",
+ "drupal/geofield": "^1.3",
+ "drupal/geofield_map": "^3",
+ "drupal/geophp": "^1.0@beta",
+ "drupal/group": "^2.0.0-rc1",
+ "drupal/honeypot": "^2.0",
+ "drupal/linkit": "^6.0@beta",
+ "drupal/mailsystem": "^4.4",
+ "drupal/maintenance200": "^2",
+ "drupal/media_entity_file_replace": "^1.0",
+ "drupal/memcache": "^2.4",
+ "drupal/node_view_permissions": "^1.4",
+ "drupal/paragraphs": "^1.8",
+ "drupal/paragraphs_edit": "^3",
+ "drupal/paragraphs_modal_edit": "^1.0@alpha",
+ "drupal/paragraphs_viewmode": "^1.0@alpha",
+ "drupal/pathauto": "^1.4",
+ "drupal/rdf": "^2.1",
+ "drupal/realname": "^2.0@beta",
+ "drupal/redirect": "^1.7",
+ "drupal/search_api": "^1.14",
+ "drupal/seckit": "^2.0",
+ "drupal/select2": "^1.6",
+ "drupal/select_a11y": "^1.0 || ^2.0",
+ "drupal/select_or_other": "^4.0",
+ "drupal/seven": "^1.0",
+ "drupal/social_auth_hid": "^3.1",
+ "drupal/spamspan": "^3.1",
+ "drupal/stable": "^2.0",
+ "drupal/stage_file_proxy": "^3",
+ "drupal/tablefield": "^2.1",
+ "drupal/token": "^1.5",
+ "drupal/token_filter": "^2.0",
+ "drupal/twig_tweak": "^3.2",
+ "drupal/user_expire": "^1.0",
+ "drupal/username_enumeration_prevention": "^1.3",
+ "drupal/variationcache": "^1.0",
+ "drupal/views_data_export": "^1.1",
+ "drupal/viewsreference": "^2.0@beta",
+ "drupal/webform": "^6.2@beta",
+ "drupal/xmlsitemap": "^1.4",
+ "drush/drush": "^12",
+ "jjj/chosen": "^2.2",
+ "mglaman/composer-drupal-lenient": "^1.0",
+ "npm-asset/select2": "^4.0",
+ "oomphinc/composer-installers-extender": "^2.0",
+ "orakili/composer-drupal-info-file-patch-helper": "^1.0",
+ "phpoffice/phpspreadsheet": "^2",
+ "symfony/flex": "^1.17",
+ "unocha/common_design": "^9",
+ "unocha/file_checker": "dev-8.x-1.x",
+ "unocha/gtm_barebones": "^1.0",
+ "unocha/ocha_integrations": "^2",
+ "unocha/ocha_monitoring": "^1.0",
+ "unocha/ocha_search": "^1.0",
+ "unocha/un_date": "^2",
+ "vlucas/phpdotenv": "^2.4",
+ "webflo/drupal-finder": "^1.0.0",
+ "wikimedia/composer-merge-plugin": "^2.1"
},
- "enable-patching": true,
- "composer-exit-on-patch-failure": true,
- "patchLevel": {
- "drupal/core": "-p2"
+ "require-dev": {
+ "davidrjonas/composer-lock-diff": "^1.7",
+ "drupal/coder": "^8.3",
+ "drupal/core-dev": "^10",
+ "drupal/dev_mode": "^2.6",
+ "drupal/devel": "^5.1",
+ "drupal/devel_php": "^1.5",
+ "kint-php/kint": "^5",
+ "marcocesarato/php-conventional-changelog": "^1.17",
+ "phpmd/phpmd": "^2.6",
+ "phpspec/prophecy-phpunit": "^2",
+ "slevomat/coding-standard": "^8",
+ "weitzman/drupal-test-traits": "^2.1",
+ "weitzman/logintrait": "^1.1"
},
- "patches-file": "composer.patches.json",
- "installer-types": ["bower-asset", "npm-asset"],
- "installer-paths": {
- "html/core": ["type:drupal-core"],
- "html/libraries/{$name}": [
- "type:drupal-library",
- "type:bower-asset",
- "type:npm-asset"
- ],
- "html/modules/contrib/{$name}": ["type:drupal-module"],
- "html/profiles/contrib/{$name}": ["type:drupal-profile"],
- "html/themes/contrib/{$name}": ["type:drupal-theme"],
- "drush/Commands/{$name}": ["type:drupal-drush"],
- "html/modules/custom/{$name}": ["type:drupal-custom-module"],
- "html/themes/custom/{$name}": ["type:drupal-custom-theme"]
+ "conflict": {
+ "drupal/drupal": "*"
},
- "merge-plugin": {
- "include": [
- "html/modules/contrib/chosen/composer.libraries.json",
- "html/modules/contrib/webform/composer.libraries.json"
- ],
- "merge-extra": true,
- "merge-extra-deep": true,
- "merge-scripts": true
+ "minimum-stability": "stable",
+ "prefer-stable": true,
+ "config": {
+ "bin-dir": "vendor/bin/",
+ "sort-packages": true,
+ "allow-plugins": {
+ "composer/installers": true,
+ "cweagans/composer-patches": true,
+ "dealerdirect/phpcodesniffer-composer-installer": true,
+ "drupal/core-composer-scaffold": true,
+ "drupal/core-project-message": true,
+ "drupal/console-extend-plugin": true,
+ "oomphinc/composer-installers-extender": true,
+ "symfony/flex": true,
+ "wikimedia/composer-merge-plugin": true,
+ "mglaman/composer-drupal-lenient": true,
+ "orakili/composer-drupal-info-file-patch-helper": true,
+ "phpstan/extension-installer": true,
+ "php-http/discovery": true
+ }
},
- "drupal-scaffold": {
- "initial": {
- ".editorconfig": "../.editorconfig",
- ".gitattributes": "../.gitattributes"
- },
- "locations": {
- "web-root": "html/"
- },
- "file-mapping": {
- "[web-root]/robots.txt": {
- "append": "PATCHES/robots.txt.append"
+ "extra": {
+ "drupal-lenient": {
+ "constraint": "^10",
+ "allowed-list": [
+ "drupal/maintenance200",
+ "drupal/theme_switcher"
+ ]
+ },
+ "drush": {
+ "services": {
+ "drush.services.yml": "^10"
+ }
+ },
+ "enable-patching": true,
+ "composer-exit-on-patch-failure": true,
+ "patchLevel": {
+ "drupal/core": "-p2"
+ },
+ "patches-file": "composer.patches.json",
+ "installer-types": [
+ "bower-asset",
+ "npm-asset"
+ ],
+ "installer-paths": {
+ "html/core": [
+ "type:drupal-core"
+ ],
+ "html/libraries/{$name}": [
+ "type:drupal-library",
+ "type:bower-asset",
+ "type:npm-asset"
+ ],
+ "html/modules/contrib/{$name}": [
+ "type:drupal-module"
+ ],
+ "html/profiles/contrib/{$name}": [
+ "type:drupal-profile"
+ ],
+ "html/themes/contrib/{$name}": [
+ "type:drupal-theme"
+ ],
+ "drush/Commands/{$name}": [
+ "type:drupal-drush"
+ ],
+ "html/modules/custom/{$name}": [
+ "type:drupal-custom-module"
+ ],
+ "html/themes/custom/{$name}": [
+ "type:drupal-custom-theme"
+ ]
+ },
+ "merge-plugin": {
+ "include": [
+ "html/modules/contrib/chosen/composer.libraries.json",
+ "html/modules/contrib/webform/composer.libraries.json"
+ ],
+ "merge-extra": true,
+ "merge-extra-deep": true,
+ "merge-scripts": true
+ },
+ "drupal-scaffold": {
+ "initial": {
+ ".editorconfig": "../.editorconfig",
+ ".gitattributes": "../.gitattributes"
+ },
+ "locations": {
+ "web-root": "html/"
+ },
+ "file-mapping": {
+ "[web-root]/robots.txt": {
+ "append": "PATCHES/robots.txt.append"
+ }
+ }
}
- }
- }
- }
+ },
+ "version": "15.1.3"
}
diff --git a/composer.lock b/composer.lock
index 5c4a152c..59a026d3 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": "2d7de131da960dedb03148694a38f8e1",
+ "content-hash": "4743ca0d798fbe38a6dc50fb3bbc5a43",
"packages": [
{
"name": "algolia/places",
@@ -133,16 +133,16 @@
},
{
"name": "aws/aws-sdk-php",
- "version": "3.320.5",
+ "version": "3.321.11",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
- "reference": "afda5aefd59da90208d2f59427ce81e91535b1f2"
+ "reference": "bbd357d246350ffcd0dd8df30951d2d46c5ddadb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/afda5aefd59da90208d2f59427ce81e91535b1f2",
- "reference": "afda5aefd59da90208d2f59427ce81e91535b1f2",
+ "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/bbd357d246350ffcd0dd8df30951d2d46c5ddadb",
+ "reference": "bbd357d246350ffcd0dd8df30951d2d46c5ddadb",
"shasum": ""
},
"require": {
@@ -225,9 +225,9 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
- "source": "https://github.com/aws/aws-sdk-php/tree/3.320.5"
+ "source": "https://github.com/aws/aws-sdk-php/tree/3.321.11"
},
- "time": "2024-08-21T18:14:31+00:00"
+ "time": "2024-09-13T18:05:10+00:00"
},
{
"name": "caxy/php-htmldiff",
@@ -1437,16 +1437,16 @@
},
{
"name": "doctrine/annotations",
- "version": "1.14.3",
+ "version": "1.14.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
- "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
+ "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
- "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
+ "url": "https://api.github.com/repos/doctrine/annotations/zipball/253dca476f70808a5aeed3a47cc2cc88c5cab915",
+ "reference": "253dca476f70808a5aeed3a47cc2cc88c5cab915",
"shasum": ""
},
"require": {
@@ -1457,11 +1457,11 @@
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
- "doctrine/coding-standard": "^9 || ^10",
- "phpstan/phpstan": "~1.4.10 || ^1.8.0",
+ "doctrine/coding-standard": "^9 || ^12",
+ "phpstan/phpstan": "~1.4.10 || ^1.10.28",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
- "symfony/cache": "^4.4 || ^5.4 || ^6",
- "vimeo/psalm": "^4.10"
+ "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7",
+ "vimeo/psalm": "^4.30 || ^5.14"
},
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
@@ -1507,9 +1507,9 @@
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
- "source": "https://github.com/doctrine/annotations/tree/1.14.3"
+ "source": "https://github.com/doctrine/annotations/tree/1.14.4"
},
- "time": "2023-02-01T09:20:38+00:00"
+ "time": "2024-09-05T10:15:52+00:00"
},
{
"name": "doctrine/collections",
@@ -1895,11 +1895,11 @@
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/aws.git",
- "reference": "5c8371feefd3ea641cca486925e3db9e628b07ba"
+ "reference": "8189f4bf5967349815fdac013fe6c331a956b24b"
},
"require": {
"aws/aws-sdk-php": "^3.54",
- "drupal/core": "^9.2 || ^10"
+ "drupal/core": "^9.2 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
@@ -1907,8 +1907,8 @@
"dev-2.0.x": "2.0.x-dev"
},
"drupal": {
- "version": "2.0.3+4-dev",
- "datestamp": "1690752016",
+ "version": "2.0.4+1-dev",
+ "datestamp": "1725630062",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
@@ -2003,29 +2003,29 @@
},
{
"name": "drupal/components",
- "version": "3.0.0-beta3",
+ "version": "3.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/components.git",
- "reference": "3.0.0-beta3"
+ "reference": "3.1.0"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/components-3.0.0-beta3.zip",
- "reference": "3.0.0-beta3",
- "shasum": "47ced4332f0a655ca38ae1b54e97a8e78d59f0bc"
+ "url": "https://ftp.drupal.org/files/projects/components-3.1.0.zip",
+ "reference": "3.1.0",
+ "shasum": "a9d9f7517f54038d0d6fa68185d80e26d2ad1d8d"
},
"require": {
- "drupal/core": "^9 || ^10"
+ "drupal/core": "^10.2 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "3.0.0-beta3",
- "datestamp": "1651759488",
+ "version": "3.1.0",
+ "datestamp": "1725921122",
"security-coverage": {
- "status": "not-covered",
- "message": "Beta releases are not covered by Drupal security advisories."
+ "status": "covered",
+ "message": "Covered by Drupal's security advisory policy"
}
}
},
@@ -2036,9 +2036,13 @@
"authors": [
{
"name": "JohnAlbin",
- "homepage": "https://www.drupal.org/user/32095",
+ "homepage": "https://www.drupal.org/user/1036766",
"email": "virtually.johnalbin@gmail.com"
},
+ {
+ "name": "johnalbin",
+ "homepage": "https://www.drupal.org/user/32095"
+ },
{
"name": "robloach",
"homepage": "https://www.drupal.org/user/61114"
@@ -2294,16 +2298,16 @@
},
{
"name": "drupal/core",
- "version": "10.3.2",
+ "version": "10.3.5",
"source": {
"type": "git",
"url": "https://github.com/drupal/core.git",
- "reference": "10e79c67a903844bef02a5cf10475d9a8b623e7a"
+ "reference": "831a269a4d99957638977ec325c3346f896d9f08"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drupal/core/zipball/10e79c67a903844bef02a5cf10475d9a8b623e7a",
- "reference": "10e79c67a903844bef02a5cf10475d9a8b623e7a",
+ "url": "https://api.github.com/repos/drupal/core/zipball/831a269a4d99957638977ec325c3346f896d9f08",
+ "reference": "831a269a4d99957638977ec325c3346f896d9f08",
"shasum": ""
},
"require": {
@@ -2349,7 +2353,7 @@
"symfony/serializer": "^6.4",
"symfony/validator": "^6.4",
"symfony/yaml": "^6.4",
- "twig/twig": "^3.9.3"
+ "twig/twig": "^3.14.0"
},
"conflict": {
"drush/drush": "<12.4.3"
@@ -2452,22 +2456,22 @@
],
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"support": {
- "source": "https://github.com/drupal/core/tree/10.3.2"
+ "source": "https://github.com/drupal/core/tree/10.3.5"
},
- "time": "2024-08-08T09:23:57+00:00"
+ "time": "2024-09-12T09:45:37+00:00"
},
{
"name": "drupal/core-composer-scaffold",
- "version": "10.3.2",
+ "version": "10.3.5",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-composer-scaffold.git",
- "reference": "a1a186caeb89899143e0c6912ccee9d3d7181dbe"
+ "reference": "f58ab5c0d02d275c5aa226c4505b457e41b161cc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/a1a186caeb89899143e0c6912ccee9d3d7181dbe",
- "reference": "a1a186caeb89899143e0c6912ccee9d3d7181dbe",
+ "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/f58ab5c0d02d275c5aa226c4505b457e41b161cc",
+ "reference": "f58ab5c0d02d275c5aa226c4505b457e41b161cc",
"shasum": ""
},
"require": {
@@ -2502,13 +2506,13 @@
"drupal"
],
"support": {
- "source": "https://github.com/drupal/core-composer-scaffold/tree/10.3.2"
+ "source": "https://github.com/drupal/core-composer-scaffold/tree/10.3.5"
},
- "time": "2024-05-11T08:21:39+00:00"
+ "time": "2024-08-22T14:31:34+00:00"
},
{
"name": "drupal/core-project-message",
- "version": "10.3.2",
+ "version": "10.3.5",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-project-message.git",
@@ -2543,22 +2547,22 @@
"drupal"
],
"support": {
- "source": "https://github.com/drupal/core-project-message/tree/11.0.1"
+ "source": "https://github.com/drupal/core-project-message/tree/11.0.3"
},
"time": "2023-07-24T07:55:25+00:00"
},
{
"name": "drupal/core-recommended",
- "version": "10.3.2",
+ "version": "10.3.5",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-recommended.git",
- "reference": "18b7288d2e661afadfff4a714c5a166bf2554124"
+ "reference": "055a27d032e1fdcbac90976a14bdd152b368d761"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drupal/core-recommended/zipball/18b7288d2e661afadfff4a714c5a166bf2554124",
- "reference": "18b7288d2e661afadfff4a714c5a166bf2554124",
+ "url": "https://api.github.com/repos/drupal/core-recommended/zipball/055a27d032e1fdcbac90976a14bdd152b368d761",
+ "reference": "055a27d032e1fdcbac90976a14bdd152b368d761",
"shasum": ""
},
"require": {
@@ -2567,7 +2571,7 @@
"doctrine/annotations": "~1.14.3",
"doctrine/deprecations": "~1.1.3",
"doctrine/lexer": "~2.1.1",
- "drupal/core": "10.3.2",
+ "drupal/core": "10.3.5",
"egulias/email-validator": "~4.0.2",
"guzzlehttp/guzzle": "~7.8.1",
"guzzlehttp/promises": "~2.0.2",
@@ -2616,7 +2620,7 @@
"symfony/var-dumper": "~v6.4.7",
"symfony/var-exporter": "~v6.4.7",
"symfony/yaml": "~v6.4.7",
- "twig/twig": "~v3.10.2"
+ "twig/twig": "~v3.14.0"
},
"conflict": {
"webflo/drupal-core-strict": "*"
@@ -2628,9 +2632,9 @@
],
"description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.",
"support": {
- "source": "https://github.com/drupal/core-recommended/tree/10.3.2"
+ "source": "https://github.com/drupal/core-recommended/tree/10.3.5"
},
- "time": "2024-08-08T09:23:57+00:00"
+ "time": "2024-09-12T09:45:37+00:00"
},
{
"name": "drupal/csp",
@@ -2837,31 +2841,41 @@
},
{
"name": "drupal/date_recur",
- "version": "3.4.0",
+ "version": "3.7.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/date_recur.git",
- "reference": "3.4.0"
+ "reference": "3.7.0"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/date_recur-3.4.0.zip",
- "reference": "3.4.0",
- "shasum": "1029eecf977fdded8987ab91b2da0286dd6d3bdc"
+ "url": "https://ftp.drupal.org/files/projects/date_recur-3.7.0.zip",
+ "reference": "3.7.0",
+ "shasum": "f2b46b7394d4d9c2f9f4e731fd0575deed5efc23"
},
"require": {
- "drupal/core": "^10",
- "php": ">=8.1",
+ "drupal/core": "^10.3",
+ "php": ">=8.3",
"rlanvin/php-rrule": "^2"
},
+ "conflict": {
+ "drupal/drupal": "10.2.*",
+ "drupal/drupal-dev": "10.2.*"
+ },
"require-dev": {
+ "composer/installers": "^2",
"dealerdirect/phpcodesniffer-composer-installer": "^1",
- "drupal/coder": "^8.3",
+ "drupal/core-dev": "^10.3",
"drupal/token": "^1.5",
- "mglaman/phpstan-drupal": "^1",
- "phpstan/phpstan": "^1",
+ "micheh/phpcs-gitlab": "^1.1",
+ "mockery/mockery": "^1.5",
+ "phpstan/extension-installer": "^1.3",
+ "phpstan/phpstan": "^1.11",
"phpstan/phpstan-deprecation-rules": "*",
- "previousnext/coding-standard": "^0.1.0"
+ "phpstan/phpstan-phpunit": "1.4.x-dev",
+ "phpstan/phpstan-strict-rules": "^1@stable",
+ "phpunit/phpunit": ">=9",
+ "previousnext/coding-standard": "^1"
},
"suggest": {
"drupal/date_recur_interactive": "Provides an interactive recurring date widget."
@@ -2869,17 +2883,27 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "3.4.0",
- "datestamp": "1706510514",
+ "version": "3.7.0",
+ "datestamp": "1724686360",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
+ },
+ "drupal-scaffold": {
+ "locations": {
+ "web-root": "web/"
+ }
+ },
+ "installer-paths": {
+ "web/core": [
+ "type:drupal-core"
+ ]
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
- "GPL-2.0+"
+ "GPL-2.0-or-later"
],
"authors": [
{
@@ -3549,13 +3573,21 @@
],
"authors": [
{
- "name": "Anybody",
+ "name": "anybody",
"homepage": "https://www.drupal.org/user/291091"
},
{
- "name": "Hydra",
+ "name": "grevil",
+ "homepage": "https://www.drupal.org/user/3668491"
+ },
+ {
+ "name": "hydra",
"homepage": "https://www.drupal.org/user/647364"
},
+ {
+ "name": "joevagyok",
+ "homepage": "https://www.drupal.org/user/2876343"
+ },
{
"name": "jyve",
"homepage": "https://www.drupal.org/user/591438"
@@ -3692,7 +3724,7 @@
"homepage": "https://www.drupal.org/user/27259"
},
{
- "name": "Berdir",
+ "name": "berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
@@ -3700,15 +3732,15 @@
"homepage": "https://www.drupal.org/user/657902"
},
{
- "name": "DamienMcKenna",
+ "name": "damienmckenna",
"homepage": "https://www.drupal.org/user/108450"
},
{
- "name": "Dave Reid",
+ "name": "dave reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
- "name": "Devin Carlson",
+ "name": "devin carlson",
"homepage": "https://www.drupal.org/user/290182"
},
{
@@ -3736,7 +3768,7 @@
"homepage": "https://www.drupal.org/user/68912"
},
{
- "name": "JeffM2001",
+ "name": "jeffm2001",
"homepage": "https://www.drupal.org/user/262092"
},
{
@@ -3776,26 +3808,26 @@
},
{
"name": "drupal/flag",
- "version": "4.0.0-beta4",
+ "version": "4.0.0-beta5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/flag.git",
- "reference": "8.x-4.0-beta4"
+ "reference": "8.x-4.0-beta5"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/flag-8.x-4.0-beta4.zip",
- "reference": "8.x-4.0-beta4",
- "shasum": "2779804f23685e1bb68a2a7b9517932dde3b1d4e"
+ "url": "https://ftp.drupal.org/files/projects/flag-8.x-4.0-beta5.zip",
+ "reference": "8.x-4.0-beta5",
+ "shasum": "da40eefe0f3a5603fff25f8f4626c462bb75cf7a"
},
"require": {
- "drupal/core": "^9.1 || ^10"
+ "drupal/core": "^9.1 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-4.0-beta4",
- "datestamp": "1670487892",
+ "version": "8.x-4.0-beta5",
+ "datestamp": "1724579446",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
@@ -3808,7 +3840,7 @@
],
"authors": [
{
- "name": "Berdir",
+ "name": "berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
@@ -3823,6 +3855,10 @@
"name": "joachim",
"homepage": "https://www.drupal.org/user/107701"
},
+ {
+ "name": "mandclu",
+ "homepage": "https://www.drupal.org/user/52136"
+ },
{
"name": "merlinofchaos",
"homepage": "https://www.drupal.org/user/26979"
@@ -4000,17 +4036,17 @@
},
{
"name": "drupal/geofield",
- "version": "1.60.0",
+ "version": "1.61.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/geofield.git",
- "reference": "8.x-1.60"
+ "reference": "8.x-1.61"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.60.zip",
- "reference": "8.x-1.60",
- "shasum": "ffb1891148b343208e7a190c8cc606a339c74ee1"
+ "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.61.zip",
+ "reference": "8.x-1.61",
+ "shasum": "b204f101ee536597b9c293f66f75102d6ea2d268"
},
"require": {
"drupal/core": "^9 || ^10 || ^11",
@@ -4023,8 +4059,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.60",
- "datestamp": "1722078200",
+ "version": "8.x-1.61",
+ "datestamp": "1725441883",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -4062,17 +4098,17 @@
},
{
"name": "drupal/geofield_map",
- "version": "3.0.22",
+ "version": "3.0.23",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/geofield_map.git",
- "reference": "3.0.22"
+ "reference": "3.0.23"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/geofield_map-3.0.22.zip",
- "reference": "3.0.22",
- "shasum": "9eaee7ca7a3535973cf4c583f90c2e460aa81e6b"
+ "url": "https://ftp.drupal.org/files/projects/geofield_map-3.0.23.zip",
+ "reference": "3.0.23",
+ "shasum": "9ee63ca5584a616e6b509918d4c4a36fab608434"
},
"require": {
"drupal/core": "^9.3 || ^10",
@@ -4081,8 +4117,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "3.0.22",
- "datestamp": "1723497307",
+ "version": "3.0.23",
+ "datestamp": "1725636407",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -4150,7 +4186,7 @@
"homepage": "https://www.drupal.org/user/3546872"
},
{
- "name": "Neslee Canil Pinto",
+ "name": "neslee canil pinto",
"homepage": "https://www.drupal.org/user/3580850"
},
{
@@ -4267,7 +4303,7 @@
"homepage": "https://www.drupal.org/user/213194"
},
{
- "name": "TR",
+ "name": "tr",
"homepage": "https://www.drupal.org/user/202830"
},
{
@@ -4487,26 +4523,26 @@
},
{
"name": "drupal/media_entity_file_replace",
- "version": "1.2.0",
+ "version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/media_entity_file_replace.git",
- "reference": "8.x-1.2"
+ "reference": "8.x-1.3"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/media_entity_file_replace-8.x-1.2.zip",
- "reference": "8.x-1.2",
- "shasum": "e5e1aa2519c3e3f65e8a8291c324bc527f649147"
+ "url": "https://ftp.drupal.org/files/projects/media_entity_file_replace-8.x-1.3.zip",
+ "reference": "8.x-1.3",
+ "shasum": "cfc0d500aba8b6ade547c9a17173f9a89fde02d0"
},
"require": {
- "drupal/core": "^9 || ^10"
+ "drupal/core": "^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.2",
- "datestamp": "1701092779",
+ "version": "8.x-1.3",
+ "datestamp": "1724336085",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -5338,26 +5374,26 @@
},
{
"name": "drupal/seckit",
- "version": "2.0.1",
+ "version": "2.0.3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/seckit.git",
- "reference": "2.0.1"
+ "reference": "2.0.3"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/seckit-2.0.1.zip",
- "reference": "2.0.1",
- "shasum": "2eee3b9719bdd5951c2b78f419c86f4765010439"
+ "url": "https://ftp.drupal.org/files/projects/seckit-2.0.3.zip",
+ "reference": "2.0.3",
+ "shasum": "34d38f2daaf99781ef6b7e7fbe2eeabc73a7ca16"
},
"require": {
- "drupal/core": "^9.3 || ^10"
+ "drupal/core": "^9.5 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "2.0.1",
- "datestamp": "1671195208",
+ "version": "2.0.3",
+ "datestamp": "1726075930",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -5366,7 +5402,7 @@
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
- "GPL-2.0+"
+ "GPL-2.0-or-later"
],
"authors": [
{
@@ -5393,7 +5429,7 @@
"security"
],
"support": {
- "source": "http://cgit.drupalcode.org/seckit",
+ "source": "https://git.drupalcode.org/project/seckit",
"issues": "http://drupal.org/project/issues/seckit"
}
},
@@ -5833,26 +5869,26 @@
},
{
"name": "drupal/spamspan",
- "version": "3.1.7",
+ "version": "3.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/spamspan.git",
- "reference": "3.1.7"
+ "reference": "3.2.0"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/spamspan-3.1.7.zip",
- "reference": "3.1.7",
- "shasum": "2ab508b64e94a7c2a6d382304a87e4cd906074d9"
+ "url": "https://ftp.drupal.org/files/projects/spamspan-3.2.0.zip",
+ "reference": "3.2.0",
+ "shasum": "c80df2508d0d015579ab739775d82b526720e630"
},
"require": {
- "drupal/core": "^9.5 || ^10"
+ "drupal/core": "^9.5 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "3.1.7",
- "datestamp": "1719505181",
+ "version": "3.2.0",
+ "datestamp": "1724413112",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -5865,11 +5901,11 @@
],
"authors": [
{
- "name": "Anybody",
+ "name": "anybody",
"homepage": "https://www.drupal.org/user/291091"
},
{
- "name": "Grevil",
+ "name": "grevil",
"homepage": "https://www.drupal.org/user/3668491"
},
{
@@ -6250,7 +6286,7 @@
"homepage": "https://www.drupal.org/user/1068770"
},
{
- "name": "Dave Reid",
+ "name": "dave reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
@@ -6334,20 +6370,20 @@
},
{
"name": "drupal/user_expire",
- "version": "1.2.0",
+ "version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/user_expire.git",
- "reference": "8.x-1.2"
+ "reference": "8.x-1.3"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/user_expire-8.x-1.2.zip",
- "reference": "8.x-1.2",
- "shasum": "0abbcabf84426b9c7e7a18c87b155e10a040e8a2"
+ "url": "https://ftp.drupal.org/files/projects/user_expire-8.x-1.3.zip",
+ "reference": "8.x-1.3",
+ "shasum": "58f6225567a854a3d7f7b5eaa7c15bf37873cb49"
},
"require": {
- "drupal/core": "^9 || ^10 || ^11"
+ "drupal/core": "^9 || ^10"
},
"require-dev": {
"drupal/rules": "^3.0@alpha"
@@ -6355,8 +6391,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.2",
- "datestamp": "1721765636",
+ "version": "8.x-1.3",
+ "datestamp": "1725558574",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -6392,26 +6428,26 @@
},
{
"name": "drupal/username_enumeration_prevention",
- "version": "1.3.0",
+ "version": "1.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/username_enumeration_prevention.git",
- "reference": "8.x-1.3"
+ "reference": "8.x-1.4"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/username_enumeration_prevention-8.x-1.3.zip",
- "reference": "8.x-1.3",
- "shasum": "fa3f1f57a9d5ad77943c484ff7e1e40f5cd73df7"
+ "url": "https://ftp.drupal.org/files/projects/username_enumeration_prevention-8.x-1.4.zip",
+ "reference": "8.x-1.4",
+ "shasum": "29fab36a86de64694b3074d42ac948547459aea6"
},
"require": {
- "drupal/core": "^8 || ^9 || ^10"
+ "drupal/core": "^9.5 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.3",
- "datestamp": "1670892402",
+ "version": "8.x-1.4",
+ "datestamp": "1725566327",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -6560,20 +6596,20 @@
},
{
"name": "drupal/viewsreference",
- "version": "2.0.0-beta9",
+ "version": "2.0.0-beta10",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/viewsreference.git",
- "reference": "8.x-2.0-beta9"
+ "reference": "8.x-2.0-beta10"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-2.0-beta9.zip",
- "reference": "8.x-2.0-beta9",
- "shasum": "3ccf5039a67a66a5530b12894b14c9391b01550f"
+ "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-2.0-beta10.zip",
+ "reference": "8.x-2.0-beta10",
+ "shasum": "699c3f790d3dbe6ebcd890916409c66562a04eb4"
},
"require": {
- "drupal/core": "^9.3 || ^10 || ^11"
+ "drupal/core": "^10 || ^11"
},
"conflict": {
"drupal/viewsreferennce": "*"
@@ -6584,8 +6620,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-2.0-beta9",
- "datestamp": "1722575139",
+ "version": "8.x-2.0-beta10",
+ "datestamp": "1725510905",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
@@ -6715,7 +6751,7 @@
"role": "Contributor"
},
{
- "name": "Liam Morland",
+ "name": "liam morland",
"homepage": "https://www.drupal.org/user/493050"
},
{
@@ -8499,16 +8535,16 @@
},
{
"name": "mtdowling/jmespath.php",
- "version": "2.7.0",
+ "version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
- "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
+ "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
- "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
+ "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
+ "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
"shasum": ""
},
"require": {
@@ -8525,7 +8561,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.7-dev"
+ "dev-master": "2.8-dev"
}
},
"autoload": {
@@ -8559,22 +8595,22 @@
],
"support": {
"issues": "https://github.com/jmespath/jmespath.php/issues",
- "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
+ "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0"
},
- "time": "2023-08-25T10:54:48+00:00"
+ "time": "2024-09-04T18:46:31+00:00"
},
{
"name": "nikic/php-parser",
- "version": "v5.1.0",
+ "version": "v5.2.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
+ "reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
- "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb",
+ "reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb",
"shasum": ""
},
"require": {
@@ -8617,9 +8653,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.2.0"
},
- "time": "2024-07-01T20:03:41+00:00"
+ "time": "2024-09-15T16:40:33+00:00"
},
{
"name": "npm-asset/select2",
@@ -9358,16 +9394,16 @@
},
{
"name": "phpoffice/phpspreadsheet",
- "version": "1.29.0",
+ "version": "2.2.2",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
- "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
+ "reference": "ffbcee68069b073bff07a71eb321dcd9f2763513"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
- "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
+ "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/ffbcee68069b073bff07a71eb321dcd9f2763513",
+ "reference": "ffbcee68069b073bff07a71eb321dcd9f2763513",
"shasum": ""
},
"require": {
@@ -9384,25 +9420,24 @@
"ext-xmlwriter": "*",
"ext-zip": "*",
"ext-zlib": "*",
- "ezyang/htmlpurifier": "^4.15",
"maennchen/zipstream-php": "^2.1 || ^3.0",
"markbaker/complex": "^3.0",
"markbaker/matrix": "^3.0",
- "php": "^7.4 || ^8.0",
+ "php": "^8.1",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",
- "dompdf/dompdf": "^1.0 || ^2.0",
+ "dompdf/dompdf": "^2.0 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.2",
"mitoteam/jpgraph": "^10.3",
"mpdf/mpdf": "^8.1.1",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-phpunit": "^1.0",
- "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
+ "phpunit/phpunit": "^9.6 || ^10.5",
"squizlabs/php_codesniffer": "^3.7",
"tecnickcom/tcpdf": "^6.5"
},
@@ -9457,9 +9492,9 @@
],
"support": {
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
- "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
+ "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/2.2.2"
},
- "time": "2023-06-14T22:48:31+00:00"
+ "time": "2024-08-08T02:31:26+00:00"
},
{
"name": "phpowermove/docblock",
@@ -9857,16 +9892,16 @@
},
{
"name": "psr/log",
- "version": "3.0.1",
+ "version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
- "reference": "79dff0b268932c640297f5208d6298f71855c03e"
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/79dff0b268932c640297f5208d6298f71855c03e",
- "reference": "79dff0b268932c640297f5208d6298f71855c03e",
+ "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"shasum": ""
},
"require": {
@@ -9901,9 +9936,9 @@
"psr-3"
],
"support": {
- "source": "https://github.com/php-fig/log/tree/3.0.1"
+ "source": "https://github.com/php-fig/log/tree/3.0.2"
},
- "time": "2024-08-21T13:31:24+00:00"
+ "time": "2024-09-11T13:17:53+00:00"
},
{
"name": "psr/simple-cache",
@@ -10226,16 +10261,16 @@
},
{
"name": "symfony/console",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "504974cbe43d05f83b201d6498c206f16fc0cdbc"
+ "reference": "42686880adaacdad1835ee8fc2a9ec5b7bd63998"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/504974cbe43d05f83b201d6498c206f16fc0cdbc",
- "reference": "504974cbe43d05f83b201d6498c206f16fc0cdbc",
+ "url": "https://api.github.com/repos/symfony/console/zipball/42686880adaacdad1835ee8fc2a9ec5b7bd63998",
+ "reference": "42686880adaacdad1835ee8fc2a9ec5b7bd63998",
"shasum": ""
},
"require": {
@@ -10300,7 +10335,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.4.10"
+ "source": "https://github.com/symfony/console/tree/v6.4.11"
},
"funding": [
{
@@ -10316,20 +10351,20 @@
"type": "tidelift"
}
],
- "time": "2024-07-26T12:30:32+00:00"
+ "time": "2024-08-15T22:48:29+00:00"
},
{
"name": "symfony/dependency-injection",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "5caf9c5f6085f13b27d70a236b776c07e4a1c3eb"
+ "reference": "e93c8368dc9915c2fe12018ff22fcbbdd32c9a9e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5caf9c5f6085f13b27d70a236b776c07e4a1c3eb",
- "reference": "5caf9c5f6085f13b27d70a236b776c07e4a1c3eb",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e93c8368dc9915c2fe12018ff22fcbbdd32c9a9e",
+ "reference": "e93c8368dc9915c2fe12018ff22fcbbdd32c9a9e",
"shasum": ""
},
"require": {
@@ -10381,7 +10416,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v6.4.10"
+ "source": "https://github.com/symfony/dependency-injection/tree/v6.4.11"
},
"funding": [
{
@@ -10397,7 +10432,7 @@
"type": "tidelift"
}
],
- "time": "2024-07-26T07:32:07+00:00"
+ "time": "2024-08-29T08:15:38+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -10765,16 +10800,16 @@
},
{
"name": "symfony/finder",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "af29198d87112bebdd397bd7735fbd115997824c"
+ "reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/af29198d87112bebdd397bd7735fbd115997824c",
- "reference": "af29198d87112bebdd397bd7735fbd115997824c",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/d7eb6daf8cd7e9ac4976e9576b32042ef7253453",
+ "reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453",
"shasum": ""
},
"require": {
@@ -10809,7 +10844,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v6.4.10"
+ "source": "https://github.com/symfony/finder/tree/v6.4.11"
},
"funding": [
{
@@ -10825,20 +10860,20 @@
"type": "tidelift"
}
],
- "time": "2024-07-24T07:06:38+00:00"
+ "time": "2024-08-13T14:27:37+00:00"
},
{
"name": "symfony/flex",
- "version": "v1.21.2",
+ "version": "v1.21.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
- "reference": "f1cf4014ffac79e0c031cc40d6d66354e7de5da5"
+ "reference": "33ce7c1c0fe78f8c3a106f193b6c0a7d82384462"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/flex/zipball/f1cf4014ffac79e0c031cc40d6d66354e7de5da5",
- "reference": "f1cf4014ffac79e0c031cc40d6d66354e7de5da5",
+ "url": "https://api.github.com/repos/symfony/flex/zipball/33ce7c1c0fe78f8c3a106f193b6c0a7d82384462",
+ "reference": "33ce7c1c0fe78f8c3a106f193b6c0a7d82384462",
"shasum": ""
},
"require": {
@@ -10874,7 +10909,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
- "source": "https://github.com/symfony/flex/tree/v1.21.2"
+ "source": "https://github.com/symfony/flex/tree/v1.21.7"
},
"funding": [
{
@@ -10890,7 +10925,7 @@
"type": "tidelift"
}
],
- "time": "2023-10-30T18:34:59+00:00"
+ "time": "2024-04-27T10:20:37+00:00"
},
{
"name": "symfony/http-foundation",
@@ -10971,16 +11006,16 @@
},
{
"name": "symfony/http-kernel",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "147e0daf618d7575b5007055340d09aece5cf068"
+ "reference": "1ba6b89d781cb47448155cc70dd2e0f1b0584c79"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/147e0daf618d7575b5007055340d09aece5cf068",
- "reference": "147e0daf618d7575b5007055340d09aece5cf068",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1ba6b89d781cb47448155cc70dd2e0f1b0584c79",
+ "reference": "1ba6b89d781cb47448155cc70dd2e0f1b0584c79",
"shasum": ""
},
"require": {
@@ -11065,7 +11100,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v6.4.10"
+ "source": "https://github.com/symfony/http-kernel/tree/v6.4.11"
},
"funding": [
{
@@ -11081,7 +11116,7 @@
"type": "tidelift"
}
],
- "time": "2024-07-26T14:52:04+00:00"
+ "time": "2024-08-30T16:57:20+00:00"
},
{
"name": "symfony/mailer",
@@ -11165,16 +11200,16 @@
},
{
"name": "symfony/mime",
- "version": "v6.4.9",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "7d048964877324debdcb4e0549becfa064a20d43"
+ "reference": "dba5d5f6073baf7a3576b580cc4a208b4ca00553"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/7d048964877324debdcb4e0549becfa064a20d43",
- "reference": "7d048964877324debdcb4e0549becfa064a20d43",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/dba5d5f6073baf7a3576b580cc4a208b4ca00553",
+ "reference": "dba5d5f6073baf7a3576b580cc4a208b4ca00553",
"shasum": ""
},
"require": {
@@ -11230,7 +11265,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v6.4.9"
+ "source": "https://github.com/symfony/mime/tree/v6.4.11"
},
"funding": [
{
@@ -11246,7 +11281,7 @@
"type": "tidelift"
}
],
- "time": "2024-06-28T09:49:33+00:00"
+ "time": "2024-08-13T12:15:02+00:00"
},
{
"name": "symfony/polyfill-ctype",
@@ -11732,36 +11767,28 @@
},
{
"name": "symfony/polyfill-php72",
- "version": "v1.30.0",
+ "version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "10112722600777e02d2745716b70c5db4ca70442"
+ "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442",
- "reference": "10112722600777e02d2745716b70c5db4ca70442",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
+ "reference": "fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2"
},
- "type": "library",
+ "type": "metapackage",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Php72\\": ""
- }
- },
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
@@ -11785,7 +11812,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0"
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.31.0"
},
"funding": [
{
@@ -11801,24 +11828,24 @@
"type": "tidelift"
}
],
- "time": "2024-06-19T12:30:46+00:00"
+ "time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php80",
- "version": "v1.30.0",
+ "version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
+ "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
- "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
+ "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2"
},
"type": "library",
"extra": {
@@ -11865,7 +11892,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
},
"funding": [
{
@@ -11881,24 +11908,24 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T15:07:36+00:00"
+ "time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php81",
- "version": "v1.30.0",
+ "version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
- "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af"
+ "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af",
- "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af",
+ "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
+ "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2"
},
"type": "library",
"extra": {
@@ -11941,7 +11968,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0"
+ "source": "https://github.com/symfony/polyfill-php81/tree/v1.31.0"
},
"funding": [
{
@@ -11957,7 +11984,7 @@
"type": "tidelift"
}
],
- "time": "2024-06-19T12:30:46+00:00"
+ "time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php83",
@@ -12099,16 +12126,16 @@
},
{
"name": "symfony/psr-http-message-bridge",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
- "reference": "89a24648d73e4eee30893b0da16abc454a65c53b"
+ "reference": "74835ba54eca99a38f374f7a6d932fa510124773"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/89a24648d73e4eee30893b0da16abc454a65c53b",
- "reference": "89a24648d73e4eee30893b0da16abc454a65c53b",
+ "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/74835ba54eca99a38f374f7a6d932fa510124773",
+ "reference": "74835ba54eca99a38f374f7a6d932fa510124773",
"shasum": ""
},
"require": {
@@ -12162,7 +12189,7 @@
"psr-7"
],
"support": {
- "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.10"
+ "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.11"
},
"funding": [
{
@@ -12178,20 +12205,20 @@
"type": "tidelift"
}
],
- "time": "2024-07-15T09:36:38+00:00"
+ "time": "2024-08-14T13:55:58+00:00"
},
{
"name": "symfony/routing",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "aad19fe10753ba842f0d653a8db819c4b3affa87"
+ "reference": "8ee0c24c1bf61c263a26f1b9b6d19e83b1121f2a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/aad19fe10753ba842f0d653a8db819c4b3affa87",
- "reference": "aad19fe10753ba842f0d653a8db819c4b3affa87",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/8ee0c24c1bf61c263a26f1b9b6d19e83b1121f2a",
+ "reference": "8ee0c24c1bf61c263a26f1b9b6d19e83b1121f2a",
"shasum": ""
},
"require": {
@@ -12245,7 +12272,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v6.4.10"
+ "source": "https://github.com/symfony/routing/tree/v6.4.11"
},
"funding": [
{
@@ -12261,20 +12288,20 @@
"type": "tidelift"
}
],
- "time": "2024-07-15T09:26:24+00:00"
+ "time": "2024-08-29T08:15:38+00:00"
},
{
"name": "symfony/serializer",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "9a67fcf320561e96f94d62bbe0e169ac534a5718"
+ "reference": "a75d03d7720417f8a654e73e8f02acdea8779cd0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/9a67fcf320561e96f94d62bbe0e169ac534a5718",
- "reference": "9a67fcf320561e96f94d62bbe0e169ac534a5718",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/a75d03d7720417f8a654e73e8f02acdea8779cd0",
+ "reference": "a75d03d7720417f8a654e73e8f02acdea8779cd0",
"shasum": ""
},
"require": {
@@ -12343,7 +12370,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/serializer/tree/v6.4.10"
+ "source": "https://github.com/symfony/serializer/tree/v6.4.11"
},
"funding": [
{
@@ -12359,7 +12386,7 @@
"type": "tidelift"
}
],
- "time": "2024-07-26T13:13:26+00:00"
+ "time": "2024-08-17T07:51:47+00:00"
},
{
"name": "symfony/service-contracts",
@@ -12446,16 +12473,16 @@
},
{
"name": "symfony/string",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "ccf9b30251719567bfd46494138327522b9a9446"
+ "reference": "5bc3eb632cf9c8dbfd6529d89be9950d1518883b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/ccf9b30251719567bfd46494138327522b9a9446",
- "reference": "ccf9b30251719567bfd46494138327522b9a9446",
+ "url": "https://api.github.com/repos/symfony/string/zipball/5bc3eb632cf9c8dbfd6529d89be9950d1518883b",
+ "reference": "5bc3eb632cf9c8dbfd6529d89be9950d1518883b",
"shasum": ""
},
"require": {
@@ -12512,7 +12539,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v6.4.10"
+ "source": "https://github.com/symfony/string/tree/v6.4.11"
},
"funding": [
{
@@ -12528,7 +12555,7 @@
"type": "tidelift"
}
],
- "time": "2024-07-22T10:21:14+00:00"
+ "time": "2024-08-12T09:55:28+00:00"
},
{
"name": "symfony/translation-contracts",
@@ -12610,16 +12637,16 @@
},
{
"name": "symfony/validator",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
- "reference": "bcf939a9d1acd7d2912e9474c0c3d7840a03cbcd"
+ "reference": "4ff41cf10af1de99ad92895411b55c9f309bc2d8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/validator/zipball/bcf939a9d1acd7d2912e9474c0c3d7840a03cbcd",
- "reference": "bcf939a9d1acd7d2912e9474c0c3d7840a03cbcd",
+ "url": "https://api.github.com/repos/symfony/validator/zipball/4ff41cf10af1de99ad92895411b55c9f309bc2d8",
+ "reference": "4ff41cf10af1de99ad92895411b55c9f309bc2d8",
"shasum": ""
},
"require": {
@@ -12687,7 +12714,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/validator/tree/v6.4.10"
+ "source": "https://github.com/symfony/validator/tree/v6.4.11"
},
"funding": [
{
@@ -12703,20 +12730,20 @@
"type": "tidelift"
}
],
- "time": "2024-07-26T12:30:32+00:00"
+ "time": "2024-08-30T15:57:55+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "a71cc3374f5fb9759da1961d28c452373b343dd4"
+ "reference": "ee14c8254a480913268b1e3b1cba8045ed122694"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/a71cc3374f5fb9759da1961d28c452373b343dd4",
- "reference": "a71cc3374f5fb9759da1961d28c452373b343dd4",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ee14c8254a480913268b1e3b1cba8045ed122694",
+ "reference": "ee14c8254a480913268b1e3b1cba8045ed122694",
"shasum": ""
},
"require": {
@@ -12772,7 +12799,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v6.4.10"
+ "source": "https://github.com/symfony/var-dumper/tree/v6.4.11"
},
"funding": [
{
@@ -12788,7 +12815,7 @@
"type": "tidelift"
}
],
- "time": "2024-07-26T12:30:32+00:00"
+ "time": "2024-08-30T16:03:21+00:00"
},
{
"name": "symfony/var-exporter",
@@ -12869,16 +12896,16 @@
},
{
"name": "symfony/yaml",
- "version": "v6.4.8",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "52903de178d542850f6f341ba92995d3d63e60c9"
+ "reference": "be37e7f13195e05ab84ca5269365591edd240335"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/52903de178d542850f6f341ba92995d3d63e60c9",
- "reference": "52903de178d542850f6f341ba92995d3d63e60c9",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/be37e7f13195e05ab84ca5269365591edd240335",
+ "reference": "be37e7f13195e05ab84ca5269365591edd240335",
"shasum": ""
},
"require": {
@@ -12921,7 +12948,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v6.4.8"
+ "source": "https://github.com/symfony/yaml/tree/v6.4.11"
},
"funding": [
{
@@ -12937,7 +12964,7 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:49:08+00:00"
+ "time": "2024-08-12T09:55:28+00:00"
},
{
"name": "tabby/tabby",
@@ -12971,24 +12998,24 @@
},
{
"name": "twig/twig",
- "version": "v3.10.3",
+ "version": "v3.14.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
- "reference": "67f29781ffafa520b0bbfbd8384674b42db04572"
+ "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/67f29781ffafa520b0bbfbd8384674b42db04572",
- "reference": "67f29781ffafa520b0bbfbd8384674b42db04572",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/126b2c97818dbff0cdf3fbfc881aedb3d40aae72",
+ "reference": "126b2c97818dbff0cdf3fbfc881aedb3d40aae72",
"shasum": ""
},
"require": {
- "php": ">=7.2.5",
+ "php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3",
- "symfony/polyfill-php80": "^1.22"
+ "symfony/polyfill-php81": "^1.29"
},
"require-dev": {
"psr/container": "^1.0|^2.0",
@@ -13034,7 +13061,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
- "source": "https://github.com/twigphp/Twig/tree/v3.10.3"
+ "source": "https://github.com/twigphp/Twig/tree/v3.14.0"
},
"funding": [
{
@@ -13046,7 +13073,7 @@
"type": "tidelift"
}
],
- "time": "2024-05-16T10:04:27+00:00"
+ "time": "2024-09-09T17:55:12+00:00"
},
{
"name": "un-ocha/oauth2-hid",
@@ -13927,48 +13954,48 @@
},
{
"name": "composer/composer",
- "version": "2.7.7",
+ "version": "2.7.9",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
- "reference": "291942978f39435cf904d33739f98d7d4eca7b23"
+ "reference": "e30ccdd665828ae66eb1be78f056e39e1d5f55ab"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/composer/zipball/291942978f39435cf904d33739f98d7d4eca7b23",
- "reference": "291942978f39435cf904d33739f98d7d4eca7b23",
+ "url": "https://api.github.com/repos/composer/composer/zipball/e30ccdd665828ae66eb1be78f056e39e1d5f55ab",
+ "reference": "e30ccdd665828ae66eb1be78f056e39e1d5f55ab",
"shasum": ""
},
"require": {
- "composer/ca-bundle": "^1.0",
+ "composer/ca-bundle": "^1.5",
"composer/class-map-generator": "^1.3.3",
"composer/metadata-minifier": "^1.0",
- "composer/pcre": "^2.1 || ^3.1",
+ "composer/pcre": "^2.2 || ^3.2",
"composer/semver": "^3.3",
"composer/spdx-licenses": "^1.5.7",
"composer/xdebug-handler": "^2.0.2 || ^3.0.3",
- "justinrainbow/json-schema": "^5.2.11",
+ "justinrainbow/json-schema": "^5.3",
"php": "^7.2.5 || ^8.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
- "react/promise": "^2.8 || ^3",
+ "react/promise": "^3.2",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.2",
"seld/signal-handler": "^2.0",
- "symfony/console": "^5.4.11 || ^6.0.11 || ^7",
- "symfony/filesystem": "^5.4 || ^6.0 || ^7",
- "symfony/finder": "^5.4 || ^6.0 || ^7",
+ "symfony/console": "^5.4.35 || ^6.3.12 || ^7.0.3",
+ "symfony/filesystem": "^5.4.35 || ^6.3.12 || ^7.0.3",
+ "symfony/finder": "^5.4.35 || ^6.3.12 || ^7.0.3",
"symfony/polyfill-php73": "^1.24",
"symfony/polyfill-php80": "^1.24",
"symfony/polyfill-php81": "^1.24",
- "symfony/process": "^5.4 || ^6.0 || ^7"
+ "symfony/process": "^5.4.35 || ^6.3.12 || ^7.0.3"
},
"require-dev": {
- "phpstan/phpstan": "^1.11.0",
+ "phpstan/phpstan": "^1.11.8",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.0",
"phpstan/phpstan-symfony": "^1.4.0",
- "symfony/phpunit-bridge": "^6.4.1 || ^7.0.1"
+ "symfony/phpunit-bridge": "^6.4.3 || ^7.0.1"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
@@ -14021,7 +14048,7 @@
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/composer/issues",
"security": "https://github.com/composer/composer/security/policy",
- "source": "https://github.com/composer/composer/tree/2.7.7"
+ "source": "https://github.com/composer/composer/tree/2.7.9"
},
"funding": [
{
@@ -14037,7 +14064,7 @@
"type": "tidelift"
}
],
- "time": "2024-06-10T20:11:12+00:00"
+ "time": "2024-09-04T12:43:28+00:00"
},
{
"name": "composer/metadata-minifier",
@@ -14110,16 +14137,16 @@
},
{
"name": "composer/pcre",
- "version": "3.3.0",
+ "version": "3.3.1",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
- "reference": "1637e067347a0c40bbb1e3cd786b20dcab556a81"
+ "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/pcre/zipball/1637e067347a0c40bbb1e3cd786b20dcab556a81",
- "reference": "1637e067347a0c40bbb1e3cd786b20dcab556a81",
+ "url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4",
+ "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4",
"shasum": ""
},
"require": {
@@ -14169,7 +14196,7 @@
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
- "source": "https://github.com/composer/pcre/tree/3.3.0"
+ "source": "https://github.com/composer/pcre/tree/3.3.1"
},
"funding": [
{
@@ -14185,7 +14212,7 @@
"type": "tidelift"
}
],
- "time": "2024-08-19T19:43:53+00:00"
+ "time": "2024-08-27T18:44:43+00:00"
},
{
"name": "composer/spdx-licenses",
@@ -14333,6 +14360,46 @@
],
"time": "2024-05-06T16:37:16+00:00"
},
+ {
+ "name": "davidrjonas/composer-lock-diff",
+ "version": "1.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/davidrjonas/composer-lock-diff.git",
+ "reference": "3c39a39849e6d235e588c6ae273d97c8785e9008"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/davidrjonas/composer-lock-diff/zipball/3c39a39849e6d235e588c6ae273d97c8785e9008",
+ "reference": "3c39a39849e6d235e588c6ae273d97c8785e9008",
+ "shasum": ""
+ },
+ "bin": [
+ "composer-lock-diff"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "David Jonas",
+ "homepage": "https://github.com/davidrjonas"
+ }
+ ],
+ "description": "See what has changed after a composer update.",
+ "support": {
+ "issues": "https://github.com/davidrjonas/composer-lock-diff/issues",
+ "source": "https://github.com/davidrjonas/composer-lock-diff/tree/1.7.0"
+ },
+ "time": "2022-03-11T17:43:07+00:00"
+ },
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
"version": "v1.0.0",
@@ -14813,7 +14880,7 @@
},
{
"name": "drupal/core-dev",
- "version": "10.3.2",
+ "version": "10.3.5",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-dev.git",
@@ -14863,7 +14930,7 @@
],
"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/10.3.2"
+ "source": "https://github.com/drupal/core-dev/tree/10.3.5"
},
"time": "2024-07-04T10:19:29+00:00"
},
@@ -15322,6 +15389,84 @@
},
"time": "2024-08-05T13:00:46+00:00"
},
+ {
+ "name": "marcocesarato/php-conventional-changelog",
+ "version": "1.17.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/marcocesarato/php-conventional-changelog.git",
+ "reference": "2a153727bab28c85d54184975292a468fac269f7"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/marcocesarato/php-conventional-changelog/zipball/2a153727bab28c85d54184975292a468fac269f7",
+ "reference": "2a153727bab28c85d54184975292a468fac269f7",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "php": ">=7.1.3",
+ "symfony/console": "^4 || ^5 || ^6 || ^7"
+ },
+ "require-dev": {
+ "brainmaestro/composer-git-hooks": "^2.8",
+ "friendsofphp/php-cs-fixer": "^3.8",
+ "php-mock/php-mock": "^2.3",
+ "php-mock/php-mock-phpunit": "^2.6",
+ "phpunit/phpunit": "^9.6"
+ },
+ "bin": [
+ "conventional-changelog"
+ ],
+ "type": "library",
+ "extra": {
+ "hooks": {
+ "pre-commit": "composer fix-cs",
+ "pre-push": "composer check-cs",
+ "post-merge": "composer install"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "ConventionalChangelog\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "GPL-3.0-or-later"
+ ],
+ "authors": [
+ {
+ "name": "Marco Cesarato",
+ "email": "cesarato.developer@gmail.com"
+ }
+ ],
+ "description": "Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org",
+ "keywords": [
+ "changelog",
+ "commit",
+ "commits",
+ "convention",
+ "conventional",
+ "conventional-changelog",
+ "conventional-changelog-preset",
+ "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.2"
+ },
+ "time": "2024-05-19T14:35:27+00:00"
+ },
{
"name": "mglaman/phpstan-drupal",
"version": "1.2.12",
@@ -15480,23 +15625,24 @@
},
{
"name": "mikey179/vfsstream",
- "version": "v1.6.11",
+ "version": "v1.6.12",
"source": {
"type": "git",
"url": "https://github.com/bovigo/vfsStream.git",
- "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
+ "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
- "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
+ "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/fe695ec993e0a55c3abdda10a9364eb31c6f1bf0",
+ "reference": "fe695ec993e0a55c3abdda10a9364eb31c6f1bf0",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": ">=7.1.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.5|^5.0"
+ "phpunit/phpunit": "^7.5||^8.5||^9.6",
+ "yoast/phpunit-polyfills": "^2.0"
},
"type": "library",
"extra": {
@@ -15527,7 +15673,7 @@
"source": "https://github.com/bovigo/vfsStream/tree/master",
"wiki": "https://github.com/bovigo/vfsStream/wiki"
},
- "time": "2022-02-23T02:02:42+00:00"
+ "time": "2024-08-29T18:43:31+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -15783,21 +15929,21 @@
},
{
"name": "open-telemetry/gen-otlp-protobuf",
- "version": "1.1.0",
+ "version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/opentelemetry-php/gen-otlp-protobuf.git",
- "reference": "76e2a44357f8c3fdcabcb070ec8a59e52ae3e3c3"
+ "reference": "3aa87bc4d0279ebb53c2917a79f26602625c488e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/opentelemetry-php/gen-otlp-protobuf/zipball/76e2a44357f8c3fdcabcb070ec8a59e52ae3e3c3",
- "reference": "76e2a44357f8c3fdcabcb070ec8a59e52ae3e3c3",
+ "url": "https://api.github.com/repos/opentelemetry-php/gen-otlp-protobuf/zipball/3aa87bc4d0279ebb53c2917a79f26602625c488e",
+ "reference": "3aa87bc4d0279ebb53c2917a79f26602625c488e",
"shasum": ""
},
"require": {
"google/protobuf": "^3.3.0",
- "php": "^7.4 || ^8.0"
+ "php": "^8.0"
},
"suggest": {
"ext-protobuf": "For better performance, when dealing with the protobuf format"
@@ -15842,7 +15988,7 @@
"issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
"source": "https://github.com/open-telemetry/opentelemetry-php"
},
- "time": "2024-01-16T21:54:57+00:00"
+ "time": "2024-04-30T18:28:30+00:00"
},
{
"name": "open-telemetry/sdk",
@@ -15929,16 +16075,16 @@
},
{
"name": "open-telemetry/sem-conv",
- "version": "1.25.0",
+ "version": "1.27.1",
"source": {
"type": "git",
"url": "https://github.com/opentelemetry-php/sem-conv.git",
- "reference": "23f457ba390847647a17068e0095d9ffe9a4824c"
+ "reference": "1dba705fea74bc0718d04be26090e3697e56f4e6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/23f457ba390847647a17068e0095d9ffe9a4824c",
- "reference": "23f457ba390847647a17068e0095d9ffe9a4824c",
+ "url": "https://api.github.com/repos/opentelemetry-php/sem-conv/zipball/1dba705fea74bc0718d04be26090e3697e56f4e6",
+ "reference": "1dba705fea74bc0718d04be26090e3697e56f4e6",
"shasum": ""
},
"require": {
@@ -15982,32 +16128,32 @@
"issues": "https://github.com/open-telemetry/opentelemetry-php/issues",
"source": "https://github.com/open-telemetry/opentelemetry-php"
},
- "time": "2024-04-09T23:31:35+00:00"
+ "time": "2024-08-28T09:20:31+00:00"
},
{
"name": "pdepend/pdepend",
- "version": "2.15.1",
+ "version": "2.16.2",
"source": {
"type": "git",
"url": "https://github.com/pdepend/pdepend.git",
- "reference": "d12f25bcdfb7754bea458a4a5cb159d55e9950d0"
+ "reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pdepend/pdepend/zipball/d12f25bcdfb7754bea458a4a5cb159d55e9950d0",
- "reference": "d12f25bcdfb7754bea458a4a5cb159d55e9950d0",
+ "url": "https://api.github.com/repos/pdepend/pdepend/zipball/f942b208dc2a0868454d01b29f0c75bbcfc6ed58",
+ "reference": "f942b208dc2a0868454d01b29f0c75bbcfc6ed58",
"shasum": ""
},
"require": {
"php": ">=5.3.7",
- "symfony/config": "^2.3.0|^3|^4|^5|^6.0",
- "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0",
- "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0"
+ "symfony/config": "^2.3.0|^3|^4|^5|^6.0|^7.0",
+ "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0|^7.0",
+ "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0|^7.0",
+ "symfony/polyfill-mbstring": "^1.19"
},
"require-dev": {
"easy-doc/easy-doc": "0.0.0|^1.2.3",
"gregwar/rst": "^1.0",
- "phpunit/phpunit": "^4.8.36|^5.7.27",
"squizlabs/php_codesniffer": "^2.0.0"
},
"bin": [
@@ -16037,7 +16183,7 @@
],
"support": {
"issues": "https://github.com/pdepend/pdepend/issues",
- "source": "https://github.com/pdepend/pdepend/tree/2.15.1"
+ "source": "https://github.com/pdepend/pdepend/tree/2.16.2"
},
"funding": [
{
@@ -16045,7 +16191,7 @@
"type": "tidelift"
}
],
- "time": "2023-09-28T12:00:56+00:00"
+ "time": "2023-12-17T18:09:59+00:00"
},
{
"name": "phar-io/manifest",
@@ -16421,22 +16567,22 @@
},
{
"name": "phpmd/phpmd",
- "version": "2.14.1",
+ "version": "2.15.0",
"source": {
"type": "git",
"url": "https://github.com/phpmd/phpmd.git",
- "reference": "442fc2c34edcd5198b442d8647c7f0aec3afabe8"
+ "reference": "74a1f56e33afad4128b886e334093e98e1b5e7c0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpmd/phpmd/zipball/442fc2c34edcd5198b442d8647c7f0aec3afabe8",
- "reference": "442fc2c34edcd5198b442d8647c7f0aec3afabe8",
+ "url": "https://api.github.com/repos/phpmd/phpmd/zipball/74a1f56e33afad4128b886e334093e98e1b5e7c0",
+ "reference": "74a1f56e33afad4128b886e334093e98e1b5e7c0",
"shasum": ""
},
"require": {
"composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0",
"ext-xml": "*",
- "pdepend/pdepend": "^2.15.1",
+ "pdepend/pdepend": "^2.16.1",
"php": ">=5.3.9"
},
"require-dev": {
@@ -16445,7 +16591,6 @@
"ext-simplexml": "*",
"gregwar/rst": "^1.0",
"mikey179/vfsstream": "^1.6.8",
- "phpunit/phpunit": "^4.8.36 || ^5.7.27",
"squizlabs/php_codesniffer": "^2.9.2 || ^3.7.2"
},
"bin": [
@@ -16493,7 +16638,7 @@
"support": {
"irc": "irc://irc.freenode.org/phpmd",
"issues": "https://github.com/phpmd/phpmd/issues",
- "source": "https://github.com/phpmd/phpmd/tree/2.14.1"
+ "source": "https://github.com/phpmd/phpmd/tree/2.15.0"
},
"funding": [
{
@@ -16501,7 +16646,7 @@
"type": "tidelift"
}
],
- "time": "2023-09-28T13:07:44+00:00"
+ "time": "2023-12-11T08:22:20+00:00"
},
{
"name": "phpspec/prophecy",
@@ -16626,22 +16771,22 @@
},
{
"name": "phpstan/extension-installer",
- "version": "1.4.1",
+ "version": "1.4.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/extension-installer.git",
- "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203"
+ "reference": "85e90b3942d06b2326fba0403ec24fe912372936"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f6b87faf9fc7978eab2f7919a8760bc9f58f9203",
- "reference": "f6b87faf9fc7978eab2f7919a8760bc9f58f9203",
+ "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936",
+ "reference": "85e90b3942d06b2326fba0403ec24fe912372936",
"shasum": ""
},
"require": {
"composer-plugin-api": "^2.0",
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.9.0"
+ "phpstan/phpstan": "^1.9.0 || ^2.0"
},
"require-dev": {
"composer/composer": "^2.0",
@@ -16662,24 +16807,28 @@
"MIT"
],
"description": "Composer plugin for automatic installation of PHPStan extensions",
+ "keywords": [
+ "dev",
+ "static analysis"
+ ],
"support": {
"issues": "https://github.com/phpstan/extension-installer/issues",
- "source": "https://github.com/phpstan/extension-installer/tree/1.4.1"
+ "source": "https://github.com/phpstan/extension-installer/tree/1.4.3"
},
- "time": "2024-06-10T08:20:49+00:00"
+ "time": "2024-09-04T20:21:43+00:00"
},
{
"name": "phpstan/phpdoc-parser",
- "version": "1.29.1",
+ "version": "1.30.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
- "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4"
+ "reference": "51b95ec8670af41009e2b2b56873bad96682413e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
- "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/51b95ec8670af41009e2b2b56873bad96682413e",
+ "reference": "51b95ec8670af41009e2b2b56873bad96682413e",
"shasum": ""
},
"require": {
@@ -16711,22 +16860,22 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
- "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1"
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/1.30.1"
},
- "time": "2024-05-31T08:52:43+00:00"
+ "time": "2024-09-07T20:13:05+00:00"
},
{
"name": "phpstan/phpstan",
- "version": "1.11.11",
+ "version": "1.12.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "707c2aed5d8d0075666e673a5e71440c1d01a5a3"
+ "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/707c2aed5d8d0075666e673a5e71440c1d01a5a3",
- "reference": "707c2aed5d8d0075666e673a5e71440c1d01a5a3",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0fcbf194ab63d8159bb70d9aa3e1350051632009",
+ "reference": "0fcbf194ab63d8159bb70d9aa3e1350051632009",
"shasum": ""
},
"require": {
@@ -16771,25 +16920,25 @@
"type": "github"
}
],
- "time": "2024-08-19T14:37:29+00:00"
+ "time": "2024-09-09T08:10:35+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
- "version": "1.2.0",
+ "version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
- "reference": "fa8cce7720fa782899a0aa97b6a41225d1bb7b26"
+ "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/fa8cce7720fa782899a0aa97b6a41225d1bb7b26",
- "reference": "fa8cce7720fa782899a0aa97b6a41225d1bb7b26",
+ "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/f94d246cc143ec5a23da868f8f7e1393b50eaa82",
+ "reference": "f94d246cc143ec5a23da868f8f7e1393b50eaa82",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.11"
+ "phpstan/phpstan": "^1.12"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
@@ -16816,9 +16965,9 @@
"description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
"support": {
"issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
- "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.0"
+ "source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.2.1"
},
- "time": "2024-04-20T06:39:48+00:00"
+ "time": "2024-09-11T15:52:35+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
@@ -18710,34 +18859,34 @@
},
{
"name": "symfony/config",
- "version": "v6.3.8",
+ "version": "v7.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "b7a63887960359e5b59b15826fa9f9be10acbe88"
+ "reference": "f8a8fb0c2d0a188a00a2dd5af8a4eb070641ec60"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/b7a63887960359e5b59b15826fa9f9be10acbe88",
- "reference": "b7a63887960359e5b59b15826fa9f9be10acbe88",
+ "url": "https://api.github.com/repos/symfony/config/zipball/f8a8fb0c2d0a188a00a2dd5af8a4eb070641ec60",
+ "reference": "f8a8fb0c2d0a188a00a2dd5af8a4eb070641ec60",
"shasum": ""
},
"require": {
- "php": ">=8.1",
+ "php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
- "symfony/filesystem": "^5.4|^6.0",
+ "symfony/filesystem": "^6.4|^7.0",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
- "symfony/finder": "<5.4",
+ "symfony/finder": "<6.4",
"symfony/service-contracts": "<2.5"
},
"require-dev": {
- "symfony/event-dispatcher": "^5.4|^6.0",
- "symfony/finder": "^5.4|^6.0",
- "symfony/messenger": "^5.4|^6.0",
+ "symfony/event-dispatcher": "^6.4|^7.0",
+ "symfony/finder": "^6.4|^7.0",
+ "symfony/messenger": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3",
- "symfony/yaml": "^5.4|^6.0"
+ "symfony/yaml": "^6.4|^7.0"
},
"type": "library",
"autoload": {
@@ -18765,7 +18914,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/config/tree/v6.3.8"
+ "source": "https://github.com/symfony/config/tree/v7.0.8"
},
"funding": [
{
@@ -18781,7 +18930,7 @@
"type": "tidelift"
}
],
- "time": "2023-11-09T08:28:21+00:00"
+ "time": "2024-05-31T14:55:39+00:00"
},
{
"name": "symfony/css-selector",
@@ -18996,16 +19145,16 @@
},
{
"name": "symfony/phpunit-bridge",
- "version": "v6.4.10",
+ "version": "v6.4.11",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
- "reference": "ad510515b11ba5291fdd59b25d70227bfac2d7ab"
+ "reference": "168f412dcd6caf3813a9cc0f286cd68f6a76f070"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ad510515b11ba5291fdd59b25d70227bfac2d7ab",
- "reference": "ad510515b11ba5291fdd59b25d70227bfac2d7ab",
+ "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/168f412dcd6caf3813a9cc0f286cd68f6a76f070",
+ "reference": "168f412dcd6caf3813a9cc0f286cd68f6a76f070",
"shasum": ""
},
"require": {
@@ -19058,7 +19207,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.10"
+ "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.11"
},
"funding": [
{
@@ -19074,24 +19223,24 @@
"type": "tidelift"
}
],
- "time": "2024-07-26T12:30:32+00:00"
+ "time": "2024-08-13T14:27:37+00:00"
},
{
"name": "symfony/polyfill-php73",
- "version": "v1.30.0",
+ "version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
- "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1"
+ "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1",
- "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1",
+ "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
+ "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2"
},
"type": "library",
"extra": {
@@ -19134,7 +19283,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0"
+ "source": "https://github.com/symfony/polyfill-php73/tree/v1.31.0"
},
"funding": [
{
@@ -19150,24 +19299,24 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T15:07:36+00:00"
+ "time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-php82",
- "version": "v1.30.0",
+ "version": "v1.31.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php82.git",
- "reference": "77ff49780f56906788a88974867ed68bc49fae5b"
+ "reference": "5d2ed36f7734637dacc025f179698031951b1692"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/77ff49780f56906788a88974867ed68bc49fae5b",
- "reference": "77ff49780f56906788a88974867ed68bc49fae5b",
+ "url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/5d2ed36f7734637dacc025f179698031951b1692",
+ "reference": "5d2ed36f7734637dacc025f179698031951b1692",
"shasum": ""
},
"require": {
- "php": ">=7.1"
+ "php": ">=7.2"
},
"type": "library",
"extra": {
@@ -19210,7 +19359,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php82/tree/v1.30.0"
+ "source": "https://github.com/symfony/polyfill-php82/tree/v1.31.0"
},
"funding": [
{
@@ -19226,7 +19375,7 @@
"type": "tidelift"
}
],
- "time": "2024-06-19T12:30:46+00:00"
+ "time": "2024-09-09T11:45:10+00:00"
},
{
"name": "theseer/tokenizer",
@@ -19338,11 +19487,17 @@
},
{
"name": "weitzman/drupal-test-traits",
- "version": "2.3.0",
+ "version": "2.3.1",
"source": {
"type": "git",
- "url": "https://git.drupalcode.org/project/dtt/",
- "reference": "9385da6be0db48ecdb27e6646ae2bb0864c1dcee"
+ "url": "https://git.drupalcode.org/project/dtt.git",
+ "reference": "5e3df23c93f4f3e4f34fd7677df10bc06616f4ce"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://git.drupalcode.org/api/v4/projects/project%2Fdtt/repository/archive.zip?sha=5e3df23c93f4f3e4f34fd7677df10bc06616f4ce",
+ "reference": "5e3df23c93f4f3e4f34fd7677df10bc06616f4ce",
+ "shasum": ""
},
"require": {
"php": ">=8.1"
@@ -19385,7 +19540,10 @@
}
],
"description": "Traits for testing Drupal sites that have user content (versus unpopulated sites).",
- "time": "2024-05-08T13:42:59+00:00"
+ "support": {
+ "source": "https://git.drupalcode.org/project/dtt/-/tree/2.3.1"
+ },
+ "time": "2024-08-10T19:01:22+00:00"
},
{
"name": "weitzman/logintrait",
diff --git a/composer.patches.json b/composer.patches.json
index c3fa95f1..a023ae2a 100644
--- a/composer.patches.json
+++ b/composer.patches.json
@@ -3,17 +3,17 @@
"drupal/amazon_ses": {
"Cron fails on amazon_ses when not configured": "PATCHES/amazon_ses-3417090-cron-queue-14.patch"
},
- "drupal/dream_block_manager": {
- "Fix unusual missing entity type for tests": "PATCHES/dream_block_manager-check.patch"
- },
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/1819538#comment-14019597 - More link disappears when time-based views cache is enabled": "https://www.drupal.org/files/issues/2021-03-05/1819538-57-D9.patch",
"https://www.drupal.org/project/drupal/issues/2833734 - Allow views attachment display use own pager options": "https://www.drupal.org/files/issues/2020-11-29/2833734-allow-attachment-pager-42.patch",
"Js optimize error https://www.drupal.org/project/drupal/issues/3416508": "PATCHES/core_js_optimizer.patch",
"https://www.drupal.org/project/drupal/issues/3143617": "https://www.drupal.org/files/issues/2020-07-07/3143617-28_0.patch"
},
- "drupal/csp": {
- "Simplify log format": "PATCHES/csp-log-format.patch"
+ "drupal/dream_block_manager": {
+ "Fix unusual missing entity type for tests": "PATCHES/dream_block_manager-check.patch"
+ },
+ "drupal/facets" : {
+ "https://www.drupal.org/project/facets/issues/3466886": "https://www.drupal.org/files/issues/2024-08-09/3466886-searchapidisplay-getcount-not-returning.patch"
},
"drupal/paragraphs": {
"Alter summary - https://www.drupal.org/project/paragraphs/issues/2868252#comment-15131744": "https://www.drupal.org/files/issues/2023-06-30/2868252-paragraph-summary-alter-42.patch"
diff --git a/config/aws.profile.amazon_ses.yml b/config/aws.profile.amazon_ses.yml
index 0b0a2668..a832450e 100644
--- a/config/aws.profile.amazon_ses.yml
+++ b/config/aws.profile.amazon_ses.yml
@@ -6,6 +6,7 @@ id: amazon_ses
name: 'Amazon SES'
default: 1
aws_role_arn: ''
+aws_role_session_name: null
aws_access_key_id: ''
aws_secret_access_key: ''
region: us-east-1
diff --git a/html/modules/custom/iasc_service/iasc_service.module b/html/modules/custom/iasc_service/iasc_service.module
index b7ce9e8d..a9b7e187 100644
--- a/html/modules/custom/iasc_service/iasc_service.module
+++ b/html/modules/custom/iasc_service/iasc_service.module
@@ -8,7 +8,7 @@
use Drupal\facets\Entity\Facet;
use Drupal\paragraphs\Entity\Paragraph;
use Drupal\search_api\Entity\Index;
-use Drupal\Taxonomy\Entity\Term;
+use Drupal\taxonomy\Entity\Term;
/**
* Implements hook_preprocess_paragraph().
diff --git a/html/themes/custom/iasc_common_design/package-lock.json b/html/themes/custom/iasc_common_design/package-lock.json
index 239f0c9b..92892d3d 100644
--- a/html/themes/custom/iasc_common_design/package-lock.json
+++ b/html/themes/custom/iasc_common_design/package-lock.json
@@ -6818,11 +6818,11 @@
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg=="
},
"micromatch": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
- "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
"requires": {
- "braces": "^3.0.2",
+ "braces": "^3.0.3",
"picomatch": "^2.3.1"
}
},