From 1d470c892cc207e2b5f4c4e364cd2028f062ccff Mon Sep 17 00:00:00 2001 From: Nigel Banks Date: Mon, 21 Nov 2022 04:32:00 +0000 Subject: [PATCH] Updating alpine to the latest - Updated PHP to 8.1 - Updated Code Server to 4.8.3 - Updated Matomo to 4.12.3 - Removed the demo image as it is unmaintained and doesn't support php 8.1 - Created test image for testing changes to isle-buildkit (includes sample content) - Added Automated integration tests for a full site --- .env | 37 + .gitignore | 3 +- .vscode/settings.json | 12 + README.md | 90 +- abuild/Dockerfile | 2 +- .../etc/cont-init.d/02-activemq-setup.sh | 2 +- .../rootfs/etc/services.d/activemq/finish | 0 activemq/rootfs/etc/services.d/activemq/run | 0 base/Dockerfile | 34 +- base/rootfs/etc/cont-finish.d/.gitkeep | 2 - .../cont-init.d/01-confd-render-templates.sh | 5 - .../s6-rc.d/cacert-import/dependencies.d/base | 0 .../etc/s6-overlay/s6-rc.d/cacert-import/type | 1 + .../etc/s6-overlay/s6-rc.d/cacert-import/up | 1 + .../s6-rc.d/confd/dependencies.d/base | 0 .../confd/dependencies.d/cacert-import | 0 .../dependencies.d/container-environment | 0 .../confd/dependencies.d/database-defaults | 0 .../s6-rc.d/confd/dependencies.d/tty | 0 .../etc/s6-overlay/s6-rc.d/confd/finish | 6 + .../s6-rc.d}/confd/run | 6 +- base/rootfs/etc/s6-overlay/s6-rc.d/confd/type | 1 + .../container-environment/dependencies.d/base | 0 .../s6-rc.d/container-environment/type | 1 + .../s6-rc.d/container-environment/up | 1 + .../database-defaults/dependencies.d/base | 0 .../dependencies.d/container-environment | 0 .../s6-overlay/s6-rc.d/database-defaults/type | 1 + .../s6-overlay/s6-rc.d/database-defaults/up | 1 + .../s6-rc.d/tty/dependencies.d/base | 0 base/rootfs/etc/s6-overlay/s6-rc.d/tty/type | 1 + .../00-tty.sh => s6-overlay/s6-rc.d/tty/up} | 5 +- .../s6-overlay/s6-rc.d/user/contents.d/confd | 0 .../scripts/cacert-import.sh} | 4 +- .../scripts/container-environment.sh} | 4 +- .../scripts/database-defaults.sh} | 0 base/rootfs/etc/services.d/confd/finish | 7 - .../usr/local/bin/wait-for-confd-backend.sh | 2 +- base/rootfs/usr/local/share/s6/finish | 24 +- .../tests/EnvironmentOverrideDatabase/test.sh | 2 +- base/tests/EnvironmentPrecedence/test.sh | 2 +- base/tests/SigTermExitCode/service/finish | 2 +- base/tests/SigTermExitCode/service/run | 4 +- base/tests/SignalExitCode/service/finish | 2 +- base/tests/SignalExitCode/service/run | 2 +- base/tests/SignalExitCode/test.sh | 2 +- .../etc/cont-init.d/03-blazegraph-setup.sh | 2 +- build.gradle.kts | 65 +- cantaloupe/Dockerfile | 2 +- cantaloupe/README.md | 4 +- cantaloupe/rootfs/opt/tomcat/bin/setenv.sh | 2 +- code-server/Dockerfile | 111 +- ...augustocdias.tasks-shell-input-1.7.5.vsix} | Bin 839169 -> 860604 bytes .../etc/confd/conf.d/drupal.fpm.conf.toml | 7 + .../etc/confd/conf.d/settings.local.php.toml | 7 + .../etc/confd/templates/drupal.fpm.conf.tmpl | 40 + .../rootfs/etc/confd/templates/phpcs.xml.tmpl | 4 +- .../confd/templates/settings.local.php.tmpl | 155 + .../cont-init.d/00-create-required-folders.sh | 0 .../etc/cont-init.d/02-code-server-install.sh | 5 +- .../rootfs/etc/cont-init.d/02-ssh-setup.sh | 6 + .../rootfs/etc/nginx/shared/drupal.fpm.conf | 4 +- code-server/rootfs/etc/profile.d/path.sh | 0 .../rootfs/etc/services.d/code-server/finish | 0 .../rootfs/etc/services.d/code-server/run | 2 +- code-server/rootfs/etc/services.d/sshd/finish | 5 + code-server/rootfs/etc/services.d/sshd/run | 5 + .../rootfs/etc/services.d/xdebug/finish | 0 code-server/rootfs/etc/services.d/xdebug/run | 6 +- code-server/rootfs/etc/ssh/sshd_config | 117 + code-server/rootfs/php81/conf.d/50_xdebug.ini | 2 + .../share/.config/yarn/global/package.json | 9 - .../local/share/.config/yarn/global/yarn.lock | 2142 -- .../build.gradle.kts | 4 + composer/Dockerfile | 55 +- crayfish/Dockerfile | 12 +- crayfish/rootfs/etc/nginx/http.d/default.conf | 2 +- .../var/www/crayfish/Homarus/composer.lock | 6919 ++++++ .../var/www/crayfish/Houdini/composer.lock | 6650 ++++++ .../var/www/crayfish/Hypercube/composer.lock | 6650 ++++++ .../var/www/crayfish/Milliner/composer.lock | 6650 ++++++ .../var/www/crayfish/Recast/composer.lock | 6650 ++++++ crayfits/Dockerfile | 11 +- crayfits/README.md | 6 +- crayfits/rootfs/etc/nginx/http.d/default.conf | 2 +- .../rootfs/var/www/crayfits/composer.lock | 3324 +++ demo/Dockerfile | 22 - demo/README.md | 11 - .../build.gradle.kts | 2 - docker-compose.yml | 348 + download/Dockerfile | 2 +- drupal/Dockerfile | 5 +- drupal/README.md | 7 + drupal/rootfs/etc/bash.bashrc | 2 +- .../etc/confd/conf.d/drupal.fpm.conf.toml | 7 + .../templates/drupal.fpm.conf.tmpl} | 6 +- ...ner-environment-03-set-subsite-defaults.sh | 2 +- ...ntainer-environment-04-set-revese-proxy.sh | 2 +- drupal/rootfs/etc/islandora/utilities.sh | 2 +- drupal/rootfs/etc/nginx/http.d/default.conf | 1 + .../ServiceStartsWithBackendMySQL/test.sh | 2 +- .../test.sh | 2 +- ...-container-environment-01-set-db-driver.sh | 2 +- .../rootfs/etc/cont-init.d/03-fcrepo-setup.sh | 2 +- fcrepo/rootfs/opt/tomcat/bin/setenv.sh | 2 +- .../ServiceStartsWithBackendMySQL/test.sh | 2 +- .../test.sh | 2 +- fcrepo6/Dockerfile | 7 +- ...-container-environment-01-set-db-driver.sh | 2 +- .../rootfs/etc/cont-init.d/03-fcrepo-setup.sh | 2 +- fcrepo6/rootfs/opt/tomcat/bin/setenv.sh | 2 +- fits/Dockerfile | 2 +- fits/rootfs/opt/tomcat/bin/setenv.sh | 2 +- ...-container-environment-01-set-db-driver.sh | 2 +- .../rootfs/etc/cont-init.d/02-process-keys.sh | 2 +- .../rootfs/etc/cont-init.d/03-handle-setup.sh | 2 +- handle/rootfs/etc/services.d/handle/finish | 0 handle/rootfs/etc/services.d/handle/run | 0 .../ServiceStartsWithBackendMySQL/test.sh | 2 +- .../test.sh | 2 +- homarus/Dockerfile | 12 +- homarus/README.md | 7 +- .../rootfs/etc/confd/conf.d/config.yaml.toml | 7 - .../confd/conf.d/crayfish_commons.yaml.toml | 7 + .../rootfs/etc/confd/conf.d/monolog.yaml.toml | 7 + .../etc/confd/conf.d/security.yaml.toml | 7 + .../etc/confd/templates/config.yaml.tmpl | 40 - .../templates/crayfish_commons.yaml.tmpl | 3 + .../etc/confd/templates/monolog.yaml.tmpl | 8 + .../etc/confd/templates/security.yaml.tmpl | 35 + houdini/Dockerfile | 9 +- houdini/README.md | 7 +- .../confd/conf.d/crayfish_commons.yaml.toml | 7 + .../etc/confd/conf.d/security.yaml.toml | 7 + .../templates/crayfish_commons.yaml.tmpl | 3 + .../etc/confd/templates/security.yaml.tmpl | 36 + hypercube/Dockerfile | 10 +- hypercube/README.md | 8 +- .../rootfs/etc/confd/conf.d/config.yaml.toml | 7 - .../confd/conf.d/crayfish_commons.yaml.toml | 7 + .../rootfs/etc/confd/conf.d/monolog.yaml.toml | 7 + .../etc/confd/conf.d/security.yaml.toml | 7 + .../etc/confd/templates/config.yaml.tmpl | 19 - .../templates/crayfish_commons.yaml.tmpl | 3 + .../etc/confd/templates/monolog.yaml.tmpl | 8 + .../etc/confd/templates/security.yaml.tmpl | 33 + imagemagick/Dockerfile | 2 +- java/Dockerfile | 2 +- .../etc/cont-init.d/03-karaf-startup.sh | 2 +- karaf/rootfs/etc/services.d/karaf/finish | 0 karaf/rootfs/etc/services.d/karaf/run | 0 mariadb/Dockerfile | 2 +- ...-container-environment-01-set-root-user.sh | 2 +- .../rootfs/etc/cont-init.d/03-mysql-setup.sh | 2 +- mariadb/rootfs/etc/services.d/mysqld/finish | 0 mariadb/rootfs/etc/services.d/mysqld/run | 0 matomo/Dockerfile | 47 +- matomo/README.md | 27 +- .../etc/confd/conf.d/config.ini.php.toml | 7 - .../rootfs/etc/confd/conf.d/default.conf.toml | 7 + .../etc/confd/templates/config.ini.php.tmpl | 85 - .../templates/default.conf.tmpl} | 42 +- .../rootfs/etc/cont-init.d/03-matomo-setup.sh | 142 +- .../etc/matomo/create-matomo-database.sql | 1072 - matomo/rootfs/etc/services.d/install/run | 85 + .../rootfs/usr/local/bin/git-clone-cached.sh | 145 + matomo/tests/Installation/build.gradle.kts | 6 + matomo/tests/Installation/docker-compose.yml | 22 + matomo/tests/Installation/test.sh | 18 + .../tests/ServiceStartsWithDefaults/test.sh | 2 +- milliner/Dockerfile | 7 +- milliner/README.md | 11 +- .../rootfs/etc/confd/conf.d/config.yaml.toml | 7 - .../confd/conf.d/crayfish_commons.yaml.toml | 7 + .../rootfs/etc/confd/conf.d/monolog.yaml.toml | 7 + .../etc/confd/conf.d/security.yaml.toml | 7 + .../etc/confd/conf.d/services.yaml.toml | 7 + .../etc/confd/templates/config.yaml.tmpl | 27 - .../templates/crayfish_commons.yaml.tmpl | 3 + .../etc/confd/templates/monolog.yaml.tmpl | 8 + .../etc/confd/templates/security.yaml.tmpl | 33 + .../etc/confd/templates/services.yaml.tmpl | 45 + nginx/Dockerfile | 58 +- .../rootfs/etc/confd/conf.d/php-fpm.conf.toml | 2 +- nginx/rootfs/etc/confd/conf.d/php.ini.toml | 2 +- nginx/rootfs/etc/confd/conf.d/www.conf.toml | 2 +- .../etc/confd/templates/php-fpm.conf.tmpl | 10 +- nginx/rootfs/etc/confd/templates/php.ini.tmpl | 2 +- .../rootfs/etc/confd/templates/www.conf.tmpl | 14 +- .../rootfs/etc/cont-init.d/02-fpm-install.sh | 2 +- nginx/rootfs/etc/nginx/http.d/default.conf | 17 + nginx/rootfs/etc/nginx/shared/fpm.conf | 10 + nginx/rootfs/etc/services.d/fpm/data/check | 8 + .../etc/services.d/fpm/data/notification-fd | 1 + nginx/rootfs/etc/services.d/fpm/finish | 0 .../rootfs/etc/services.d/fpm/notification-fd | 1 + nginx/rootfs/etc/services.d/fpm/run | 8 +- nginx/rootfs/etc/services.d/nginx/data/check | 11 + nginx/rootfs/etc/services.d/nginx/finish | 0 .../etc/services.d/nginx/notification-fd | 1 + nginx/rootfs/etc/services.d/nginx/run | 2 +- postgresql/Dockerfile | 2 +- ...-container-environment-01-set-root-user.sh | 2 +- .../etc/cont-init.d/03-postgresql-setup.sh | 2 +- .../rootfs/etc/services.d/postgres/finish | 0 postgresql/rootfs/etc/services.d/postgres/run | 0 recast/Dockerfile | 6 +- recast/README.md | 10 +- .../rootfs/etc/confd/conf.d/config.yaml.toml | 7 - .../confd/conf.d/crayfish_commons.yaml.toml | 7 + .../rootfs/etc/confd/conf.d/monolog.yaml.toml | 7 + .../etc/confd/conf.d/security.yaml.toml | 7 + .../etc/confd/conf.d/services.yaml.toml | 7 + .../etc/confd/templates/config.yaml.tmpl | 37 - .../templates/crayfish_commons.yaml.tmpl | 3 + .../etc/confd/templates/monolog.yaml.tmpl | 8 + .../etc/confd/templates/security.yaml.tmpl | 33 + .../etc/confd/templates/services.yaml.tmpl | 48 + riprap/Dockerfile | 8 +- riprap/README.md | 2 +- .../rootfs/etc/cont-init.d/03-riprap-setup.sh | 2 +- riprap/rootfs/etc/nginx/http.d/default.conf | 2 +- riprap/rootfs/etc/services.d/crond/finish | 2 +- riprap/rootfs/etc/services.d/crond/run | 2 +- .../ServiceStartsWithBackendMySQL/test.sh | 2 +- .../test.sh | 2 +- .../ServiceStartsWithBackendSqlite/test.sh | 2 +- solr/rootfs/etc/cont-init.d/02-solr-setup.sh | 2 +- solr/rootfs/etc/services.d/solr/finish | 0 solr/rootfs/etc/services.d/solr/run | 2 +- {demo => test}/.dockerignore | 0 test/Dockerfile | 27 + test/README.md | 15 + .../rootfs/etc/cont-init.d/04-setup-drupal.sh | 30 + test/rootfs/etc/services.d/install/run | 22 + .../server/solr/default/conf/accents_en.txt | 185 + .../server/solr/default/conf/accents_und.txt | 148 + .../solr/server/solr/default/conf/elevate.xml | 27 + .../server/solr/default/conf/protwords_en.txt | 0 .../solr/default/conf/protwords_und.txt | 0 .../solr/server/solr/default/conf/schema.xml | 478 + .../solr/default/conf/schema_extra_fields.xml | 101 + .../solr/default/conf/schema_extra_types.xml | 242 + .../server/solr/default/conf/solrconfig.xml | 811 + .../solr/default/conf/solrconfig_extra.xml | 188 + .../solr/default/conf/solrconfig_index.xml | 0 .../solr/default/conf/solrconfig_query.xml | 47 + .../conf/solrconfig_requestdispatcher.xml | 6 + .../solr/default/conf/solrcore.properties | 13 + .../server/solr/default/conf/stopwords_en.txt | 35 + .../solr/default/conf/stopwords_und.txt | 0 .../server/solr/default/conf/synonyms_en.txt | 17477 ++++++++++++++++ .../server/solr/default/conf/synonyms_und.txt | 1 + .../solr/server/solr/default/core.properties | 3 + test/rootfs/usr/local/share/custom/install.sh | 108 + .../assets/patches/default_settings.txt | 84 + .../www/drupal/web/modules/custom/README.md | 11 + .../sample_content/content/file/sample.jpg | Bin 0 -> 358020 bytes .../sample_content/content/file/sample.mp3 | Bin 0 -> 764176 bytes .../sample_content/content/file/sample.mp4 | Bin 0 -> 272973 bytes .../sample_content/content/file/sample.pdf | Bin 0 -> 2830 bytes .../content/file/sample_audio.yml | 30 + .../content/file/sample_document.yml | 30 + .../content/file/sample_image.yml | 30 + .../content/file/sample_video.yml | 30 + .../content/media/sample_audio.yml | 52 + .../content/media/sample_document.yml | 56 + .../content/media/sample_image.yml | 61 + .../content/media/sample_video.yml | 54 + .../content/node/sample_audio.yml | 49 + .../content/node/sample_document.yml | 53 + .../content/node/sample_image.yml | 53 + .../content/node/sample_video.yml | 49 + .../sample_content/sample_content.info.yml | 10 + .../modules/custom/sample_core/composer.json | 27 + .../islandora_display.openseadragon.yml | 47 + .../taxonomy_term/islandora_display.pdfjs.yml | 47 + .../islandora_media_use.fits_file.yml | 47 + .../islandora_media_use.intermediate_file.yml | 47 + .../islandora_media_use.original_file.yml | 47 + ...ora_media_use.preservation_master_file.yml | 47 + .../islandora_media_use.service_file.yml | 47 + .../islandora_media_use.thumbnail_image.yml | 47 + .../islandora_media_use.transcript.yml | 47 + .../taxonomy_term/islandora_models.audio.yml | 47 + .../taxonomy_term/islandora_models.binary.yml | 47 + .../islandora_models.collection.yml | 47 + .../islandora_models.compound_object.yml | 47 + .../islandora_models.digital_document.yml | 47 + .../taxonomy_term/islandora_models.image.yml | 47 + .../islandora_models.newspaper.yml | 47 + .../taxonomy_term/islandora_models.page.yml | 47 + .../islandora_models.paged_content.yml | 47 + .../islandora_models.publication_issue.yml | 47 + .../taxonomy_term/islandora_models.video.yml | 47 + .../resource_types.collection.yml | 48 + .../taxonomy_term/resource_types.dataset.yml | 48 + .../resource_types.extracted_text.yml | 47 + .../taxonomy_term/resource_types.image.yml | 48 + .../resource_types.interactive_resource.yml | 48 + .../resource_types.moving_image.yml | 48 + .../resource_types.physical_object.yml | 48 + .../taxonomy_term/resource_types.service.yml | 48 + .../taxonomy_term/resource_types.software.yml | 48 + .../taxonomy_term/resource_types.sound.yml | 48 + .../resource_types.still_image.yml | 48 + .../taxonomy_term/resource_types.text.yml | 48 + .../custom/sample_core/sample_core.info.yml | 10 + test/tests/IntegrationTests/.env | 3 + test/tests/IntegrationTests/build.gradle.kts | 13 + .../tests/IntegrationTests/docker-compose.yml | 95 + test/tests/IntegrationTests/service/finish | 4 + test/tests/IntegrationTests/service/run | 51 + .../build.gradle.kts | 4 + tls.yml | 6 + tomcat/Dockerfile | 2 +- tomcat/rootfs/etc/services.d/tomcat/finish | 0 tomcat/rootfs/etc/services.d/tomcat/run | 2 +- tomcat/rootfs/opt/tomcat/bin/setenv.sh | 2 +- 319 files changed, 61263 insertions(+), 4017 deletions(-) create mode 100644 .env mode change 100644 => 100755 activemq/rootfs/etc/services.d/activemq/finish mode change 100644 => 100755 activemq/rootfs/etc/services.d/activemq/run delete mode 100644 base/rootfs/etc/cont-finish.d/.gitkeep delete mode 100755 base/rootfs/etc/cont-init.d/01-confd-render-templates.sh create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/dependencies.d/base create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/type create mode 100755 base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/up create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/base create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/cacert-import create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/container-environment create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/database-defaults create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/tty create mode 100755 base/rootfs/etc/s6-overlay/s6-rc.d/confd/finish rename base/rootfs/etc/{services.d => s6-overlay/s6-rc.d}/confd/run (52%) mode change 100644 => 100755 create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/confd/type create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/dependencies.d/base create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/type create mode 100755 base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/up create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/dependencies.d/base create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/dependencies.d/container-environment create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/type create mode 100755 base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/up create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/tty/dependencies.d/base create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/tty/type rename base/rootfs/etc/{cont-init.d/00-tty.sh => s6-overlay/s6-rc.d/tty/up} (91%) mode change 100644 => 100755 create mode 100644 base/rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/confd rename base/rootfs/etc/{cont-init.d/02-cacert-import.sh => s6-overlay/scripts/cacert-import.sh} (89%) rename base/rootfs/etc/{cont-init.d/00-container-environment-00-init.sh => s6-overlay/scripts/container-environment.sh} (98%) rename base/rootfs/etc/{cont-init.d/00-container-environment-02-database-defaults.sh => s6-overlay/scripts/database-defaults.sh} (100%) delete mode 100644 base/rootfs/etc/services.d/confd/finish mode change 100644 => 100755 base/rootfs/usr/local/share/s6/finish rename code-server/extensions/{augustocdias.tasks-shell-input-1.7.0.vsix => augustocdias.tasks-shell-input-1.7.5.vsix} (96%) create mode 100644 code-server/rootfs/etc/confd/conf.d/drupal.fpm.conf.toml create mode 100644 code-server/rootfs/etc/confd/conf.d/settings.local.php.toml create mode 100644 code-server/rootfs/etc/confd/templates/drupal.fpm.conf.tmpl create mode 100644 code-server/rootfs/etc/confd/templates/settings.local.php.tmpl mode change 100644 => 100755 code-server/rootfs/etc/cont-init.d/00-create-required-folders.sh mode change 100644 => 100755 code-server/rootfs/etc/cont-init.d/02-code-server-install.sh create mode 100755 code-server/rootfs/etc/cont-init.d/02-ssh-setup.sh mode change 100644 => 100755 code-server/rootfs/etc/profile.d/path.sh mode change 100644 => 100755 code-server/rootfs/etc/services.d/code-server/finish mode change 100644 => 100755 code-server/rootfs/etc/services.d/code-server/run create mode 100755 code-server/rootfs/etc/services.d/sshd/finish create mode 100755 code-server/rootfs/etc/services.d/sshd/run mode change 100644 => 100755 code-server/rootfs/etc/services.d/xdebug/finish mode change 100644 => 100755 code-server/rootfs/etc/services.d/xdebug/run create mode 100644 code-server/rootfs/etc/ssh/sshd_config create mode 100644 code-server/rootfs/php81/conf.d/50_xdebug.ini delete mode 100644 code-server/rootfs/usr/local/share/.config/yarn/global/package.json delete mode 100644 code-server/rootfs/usr/local/share/.config/yarn/global/yarn.lock create mode 100644 code-server/tests/ServiceStartsWithDefaults/build.gradle.kts create mode 100644 crayfish/rootfs/var/www/crayfish/Homarus/composer.lock create mode 100644 crayfish/rootfs/var/www/crayfish/Houdini/composer.lock create mode 100644 crayfish/rootfs/var/www/crayfish/Hypercube/composer.lock create mode 100644 crayfish/rootfs/var/www/crayfish/Milliner/composer.lock create mode 100644 crayfish/rootfs/var/www/crayfish/Recast/composer.lock create mode 100644 crayfits/rootfs/var/www/crayfits/composer.lock delete mode 100644 demo/Dockerfile delete mode 100644 demo/README.md delete mode 100644 demo/tests/ServiceStartsWithDefaults/build.gradle.kts create mode 100644 docker-compose.yml create mode 100644 drupal/rootfs/etc/confd/conf.d/drupal.fpm.conf.toml rename drupal/rootfs/etc/{nginx/shared/drupal.fpm.conf => confd/templates/drupal.fpm.conf.tmpl} (90%) mode change 100644 => 100755 fcrepo6/rootfs/opt/tomcat/bin/setenv.sh mode change 100644 => 100755 handle/rootfs/etc/services.d/handle/finish mode change 100644 => 100755 handle/rootfs/etc/services.d/handle/run delete mode 100644 homarus/rootfs/etc/confd/conf.d/config.yaml.toml create mode 100644 homarus/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml create mode 100644 homarus/rootfs/etc/confd/conf.d/monolog.yaml.toml create mode 100644 homarus/rootfs/etc/confd/conf.d/security.yaml.toml delete mode 100644 homarus/rootfs/etc/confd/templates/config.yaml.tmpl create mode 100644 homarus/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl create mode 100644 homarus/rootfs/etc/confd/templates/monolog.yaml.tmpl create mode 100644 homarus/rootfs/etc/confd/templates/security.yaml.tmpl create mode 100644 houdini/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml create mode 100644 houdini/rootfs/etc/confd/conf.d/security.yaml.toml create mode 100644 houdini/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl create mode 100644 houdini/rootfs/etc/confd/templates/security.yaml.tmpl delete mode 100644 hypercube/rootfs/etc/confd/conf.d/config.yaml.toml create mode 100644 hypercube/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml create mode 100644 hypercube/rootfs/etc/confd/conf.d/monolog.yaml.toml create mode 100644 hypercube/rootfs/etc/confd/conf.d/security.yaml.toml delete mode 100644 hypercube/rootfs/etc/confd/templates/config.yaml.tmpl create mode 100644 hypercube/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl create mode 100644 hypercube/rootfs/etc/confd/templates/monolog.yaml.tmpl create mode 100644 hypercube/rootfs/etc/confd/templates/security.yaml.tmpl mode change 100644 => 100755 karaf/rootfs/etc/services.d/karaf/finish mode change 100644 => 100755 karaf/rootfs/etc/services.d/karaf/run mode change 100644 => 100755 mariadb/rootfs/etc/services.d/mysqld/finish mode change 100644 => 100755 mariadb/rootfs/etc/services.d/mysqld/run delete mode 100644 matomo/rootfs/etc/confd/conf.d/config.ini.php.toml create mode 100644 matomo/rootfs/etc/confd/conf.d/default.conf.toml delete mode 100644 matomo/rootfs/etc/confd/templates/config.ini.php.tmpl rename matomo/rootfs/etc/{nginx/http.d/default.conf => confd/templates/default.conf.tmpl} (64%) delete mode 100644 matomo/rootfs/etc/matomo/create-matomo-database.sql create mode 100755 matomo/rootfs/etc/services.d/install/run create mode 100755 matomo/rootfs/usr/local/bin/git-clone-cached.sh create mode 100644 matomo/tests/Installation/build.gradle.kts create mode 100644 matomo/tests/Installation/docker-compose.yml create mode 100755 matomo/tests/Installation/test.sh delete mode 100644 milliner/rootfs/etc/confd/conf.d/config.yaml.toml create mode 100644 milliner/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml create mode 100644 milliner/rootfs/etc/confd/conf.d/monolog.yaml.toml create mode 100644 milliner/rootfs/etc/confd/conf.d/security.yaml.toml create mode 100644 milliner/rootfs/etc/confd/conf.d/services.yaml.toml delete mode 100644 milliner/rootfs/etc/confd/templates/config.yaml.tmpl create mode 100644 milliner/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl create mode 100644 milliner/rootfs/etc/confd/templates/monolog.yaml.tmpl create mode 100644 milliner/rootfs/etc/confd/templates/security.yaml.tmpl create mode 100644 milliner/rootfs/etc/confd/templates/services.yaml.tmpl create mode 100644 nginx/rootfs/etc/nginx/http.d/default.conf create mode 100644 nginx/rootfs/etc/nginx/shared/fpm.conf create mode 100755 nginx/rootfs/etc/services.d/fpm/data/check create mode 100644 nginx/rootfs/etc/services.d/fpm/data/notification-fd mode change 100644 => 100755 nginx/rootfs/etc/services.d/fpm/finish create mode 100644 nginx/rootfs/etc/services.d/fpm/notification-fd mode change 100644 => 100755 nginx/rootfs/etc/services.d/fpm/run create mode 100755 nginx/rootfs/etc/services.d/nginx/data/check mode change 100644 => 100755 nginx/rootfs/etc/services.d/nginx/finish create mode 100644 nginx/rootfs/etc/services.d/nginx/notification-fd mode change 100644 => 100755 nginx/rootfs/etc/services.d/nginx/run mode change 100644 => 100755 postgresql/rootfs/etc/services.d/postgres/finish mode change 100644 => 100755 postgresql/rootfs/etc/services.d/postgres/run delete mode 100644 recast/rootfs/etc/confd/conf.d/config.yaml.toml create mode 100644 recast/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml create mode 100644 recast/rootfs/etc/confd/conf.d/monolog.yaml.toml create mode 100644 recast/rootfs/etc/confd/conf.d/security.yaml.toml create mode 100644 recast/rootfs/etc/confd/conf.d/services.yaml.toml delete mode 100644 recast/rootfs/etc/confd/templates/config.yaml.tmpl create mode 100644 recast/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl create mode 100644 recast/rootfs/etc/confd/templates/monolog.yaml.tmpl create mode 100644 recast/rootfs/etc/confd/templates/security.yaml.tmpl create mode 100644 recast/rootfs/etc/confd/templates/services.yaml.tmpl mode change 100644 => 100755 riprap/rootfs/etc/services.d/crond/finish mode change 100644 => 100755 riprap/rootfs/etc/services.d/crond/run mode change 100644 => 100755 solr/rootfs/etc/services.d/solr/finish mode change 100644 => 100755 solr/rootfs/etc/services.d/solr/run rename {demo => test}/.dockerignore (100%) create mode 100644 test/Dockerfile create mode 100644 test/README.md create mode 100755 test/rootfs/etc/cont-init.d/04-setup-drupal.sh create mode 100755 test/rootfs/etc/services.d/install/run create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/accents_en.txt create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/accents_und.txt create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/elevate.xml create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/protwords_en.txt create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/protwords_und.txt create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/schema.xml create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/schema_extra_fields.xml create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/schema_extra_types.xml create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/solrconfig.xml create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/solrconfig_extra.xml create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/solrconfig_index.xml create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/solrconfig_query.xml create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/solrconfig_requestdispatcher.xml create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/solrcore.properties create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/stopwords_en.txt create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/stopwords_und.txt create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/synonyms_en.txt create mode 100644 test/rootfs/opt/solr/server/solr/default/conf/synonyms_und.txt create mode 100644 test/rootfs/opt/solr/server/solr/default/core.properties create mode 100755 test/rootfs/usr/local/share/custom/install.sh create mode 100644 test/rootfs/var/www/drupal/assets/patches/default_settings.txt create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/README.md create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample.jpg create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample.mp3 create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample.mp4 create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample.pdf create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_audio.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_document.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_image.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_video.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_audio.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_document.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_image.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_video.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_audio.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_document.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_image.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_video.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_content/sample_content.info.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/composer.json create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_display.openseadragon.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_display.pdfjs.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.fits_file.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.intermediate_file.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.original_file.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.preservation_master_file.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.service_file.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.thumbnail_image.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.transcript.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.audio.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.binary.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.collection.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.compound_object.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.digital_document.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.image.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.newspaper.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.page.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.paged_content.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.publication_issue.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.video.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.collection.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.dataset.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.extracted_text.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.image.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.interactive_resource.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.moving_image.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.physical_object.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.service.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.software.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.sound.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.still_image.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.text.yml create mode 100644 test/rootfs/var/www/drupal/web/modules/custom/sample_core/sample_core.info.yml create mode 100644 test/tests/IntegrationTests/.env create mode 100644 test/tests/IntegrationTests/build.gradle.kts create mode 100644 test/tests/IntegrationTests/docker-compose.yml create mode 100755 test/tests/IntegrationTests/service/finish create mode 100755 test/tests/IntegrationTests/service/run create mode 100644 test/tests/ServiceStartsWithDefaults/build.gradle.kts create mode 100644 tls.yml mode change 100644 => 100755 tomcat/rootfs/etc/services.d/tomcat/finish mode change 100644 => 100755 tomcat/rootfs/etc/services.d/tomcat/run diff --git a/.env b/.env new file mode 100644 index 00000000..539f1d02 --- /dev/null +++ b/.env @@ -0,0 +1,37 @@ +# Provide environment variables for configuring docker-compose, *not* the +# containers themselves. +# +# Note that this is simple string assignment, quotes should *not* be used. +# Multiple lines or commands, or bash syntax will not work. +# +# References: +# - https://docs.docker.com/compose/env-file/ +# - https://docs.docker.com/compose/reference/envvars/ +COMPOSE_PROJECT_NAME=isle-buildkit + +# Use buildkit when building images. +COMPOSE_DOCKER_CLI_BUILD=1 +DOCKER_BUILDKIT=1 + +# Required for traefik on OSX (inconsistent behavior). +DOCKER_CLIENT_TIMEOUT=120 +COMPOSE_HTTP_TIMEOUT=120 + +# The consistency requirements for bind mounts; one of: +# +# - consistent: Full consistency. The container runtime and the host maintain an identical view of the mount at all times. +# - cached: The host's view of the mount is authoritative. There may be delays before updates made on the host are visible within a container. +# - delegated: The container runtime's view of the mount is authoritative. There may be delays before updates made in a container are visible on the host. +# +# Note that using 'consistent' can be very slow. +CONSISTENCY=delegated + +# The Docker image repository, to use for isle-buildkit images. +# +# "local" is produced by building isle-buildkit manually +# "islandora" is pulled from DockerHub. +# +REPOSITORY=local + +# The version of the isle-buildkit images to use. +TAG=latest \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5aa41136..c20af3d2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ /build scratch scratch.md -volumes -/docker-compose.yml \ No newline at end of file +volumes \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 3ece655c..69ff3b4a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,10 @@ "composer": "shellscript" }, "cSpell.words": [ + "autoconfigure", + "autowire", "binarystorage", + "Blazegraph", "CAROOT", "catchable", "classpath", @@ -22,17 +25,26 @@ "crond", "elif", "fastcgi", + "FCREPO", "filesize", "getenv", + "homarus", "islandora", + "JNA", + "jsonld", "KEEPALIVE", + "Matomo", "mkcert", "MODESHAPE", "nativeplatform", "nocopy", + "oneshot", "POSTGRESQL", "proxied", + "rootfs", "SIGTERM", + "tmpl", + "traefik", "xdebug" ] } \ No newline at end of file diff --git a/README.md b/README.md index 85bd44b9..ab01a205 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ - [Build All Images](#build-all-images) - [Build Specific Image](#build-specific-image) - [Building Continuously](#building-continuously) +- [Testing](#testing) - [Running](#running) - [Docker Images](#docker-images) - [Design Considerations](#design-considerations) @@ -29,7 +30,7 @@ consumed by [isle-dc] and can be used by other Docker orchestration tools such as Swarm / Kubernetes. It is **not** meant as a starting point for new users or those unfamiliar with -Docker, or basic server adminstration. +Docker, or basic server administration. If you are looking to use islandora please read the [official documentation](https://islandora.github.io/documentation/) and use @@ -149,6 +150,57 @@ When this is combined with the use of ``watchtower`` and ``restart: unless-stopped`` in a ``docker-compose.yml`` file. Images will be redeployed with the latest changes while you develop automatically. +## Testing + +There are a number of automated tests that are included in this repository which +can be found in the `tests` folders of each docker image project. + +To run these tests use the following command: + +```bash +./gradlew test +``` + +To manually test changes in a functioning environment use the command: + +```bash +./gradlew up +``` + +This will bring up the environment based on +. When completed a message +will print like so: + +``` +For all services the credentials are: + +Username: admin +Password: password + +The following services can be reached at the given URLs: + +ActiveMQ: https://activemq.islandora.dev/ +Blazegraph: https://blazegraph.islandora.dev/bigdata/ +Drupal: https://islandora.dev/ +Fedora: https://fcrepo.islandora.dev/fcrepo/rest/ +Matomo: https://islandora.dev/matomo/index.php +Solr: https://solr.islandora.dev/solr/#/ +Traefik: https://traefik.islandora.dev/dashboard/#/ +``` + +To destroy this environment use the following command: + +```bash +./gradlew down +``` + +The two commands can be used at once to ensure you are starting from a clean +environment: + +```bash +./gradlew down up +``` + ## Running There is no method for running the containers in `isle-buildkit`, instead please @@ -166,7 +218,6 @@ The following docker images are provided: - [cantaloupe](./cantaloupe/README.md) - [crayfish](./crayfish/README.md) - [crayfits](./crayfits/README.md) -- [demo](./demo/README.md) - [drupal](./drupal/README.md) - [fcrepo](./fcrepo/README.md) - [fits](./fits/README.md) @@ -184,6 +235,7 @@ The following docker images are provided: - [postgresql](./postgresql/README.md) - [recast](./recast/README.md) - [solr](./solr/README.md) +- [test](./test/README.md) - [tomcat](./tomcat/README.md) Many are intermediate images used to build other images in the list, for example @@ -266,7 +318,7 @@ The logic which enforces these rules is performed in > templates. By either using the command ``with-contenv`` or starting a script with -``#!/usr/bin/with-contenv bash`` the environment defined will follow the order +``#!/command/with-contenv bash`` the environment defined will follow the order of precedence above. Additionally Within ``confd`` templates it is **required** to use `getenv` function for fetching data. @@ -300,7 +352,7 @@ The ``run`` script is responsible for starting the service in the stopping the service, but in general it is used to kill the container, like so: ```bash -s6-svscanctl -t /var/run/s6/services +/run/s6/basedir/bin/halt ``` There are only a few Service scripts: @@ -347,7 +399,7 @@ are arranged in a hierarchy, that roughly follows below: │ └── recast ├── crayfits ├── drupal - │ └── demo + │ └── test └── matomo ``` @@ -405,29 +457,17 @@ successfully start without any other container present. Additionally it ensure that the order of precedence for configuration settings. This does not completely remove dependencies between containers, for example, -when the [demo](../docker/demo/README.md) starts it requires a running -[fcrepo](../docker/fcrepo/README.md) to be able to ingest nodes created by -``islandora_default`` features. In these cases an initialization script can -block until another container is available or a timeout has been reached. For -example: +when the [fcrepo6](./fcrepo6/README.md) starts it requires a running database +like [mariadb](./mariadb/README.md) to be able to start. In these cases an +initialization script can block until another container is available or a +timeout has been reached. For example: ```bash -local fcrepo_url= - -# Indexing fails if port 80 is given explicitly. -if [[ "${DRUPAL_DEFAULT_FCREPO_PORT}" == "80" ]]; then - fcrepo_url="http://${DRUPAL_DEFAULT_FCREPO_HOST}/fcrepo/rest/" -else - fcrepo_url="http://${DRUPAL_DEFAULT_FCREPO_HOST}:${DRUPAL_DEFAULT_FCREPO_PORT}/fcrepo/rest/" -fi - -#... - -# Need access to Solr before we can actually import the right config. -if timeout 300 wait-for-open-port.sh "${DRUPAL_DEFAULT_FCREPO_HOST}" "${DRUPAL_DEFAULT_FCREPO_PORT}" ; then - echo "Fcrepo Found" +# Need access to database to start wait up to 5 minutes (i.e 300 seconds). +if timeout 300 wait-for-open-port.sh "${DB_HOST}" "${DB_PORT}" ; then + echo "Database Found" else - echo "Could not connect to Fcrepo" + echo "Could not connect to Database" exit 1 fi ``` diff --git a/abuild/Dockerfile b/abuild/Dockerfile index af1070d6..451465e4 100644 --- a/abuild/Dockerfile +++ b/abuild/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM ${repository}/download:${tag} AS download FROM alpine:${alpine} AS cache FROM alpine:${alpine} diff --git a/activemq/rootfs/etc/cont-init.d/02-activemq-setup.sh b/activemq/rootfs/etc/cont-init.d/02-activemq-setup.sh index 90a74dec..4431a405 100755 --- a/activemq/rootfs/etc/cont-init.d/02-activemq-setup.sh +++ b/activemq/rootfs/etc/cont-init.d/02-activemq-setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # When bind mounting we need to ensure that we diff --git a/activemq/rootfs/etc/services.d/activemq/finish b/activemq/rootfs/etc/services.d/activemq/finish old mode 100644 new mode 100755 diff --git a/activemq/rootfs/etc/services.d/activemq/run b/activemq/rootfs/etc/services.d/activemq/run old mode 100644 new mode 100755 diff --git a/base/Dockerfile b/base/Dockerfile index 794e0eff..34c152ac 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM ${repository}/download:${tag} AS download FROM alpine:${alpine} AS cache FROM alpine:${alpine} @@ -31,23 +31,35 @@ ARG TARGETARCH COPY --from=download /usr/local/bin/*.sh /usr/local/bin -ARG S6_VERSION="2.2.0.3" -ARG S6_AMD64_SHA256="a7076cf205b331e9f8479bbb09d9df77dbb5cd8f7d12e9b74920902e0c16dd98" -ARG S6_ARM64_SHA256="84f585a100b610124bb80e441ef2dc2d68ac2c345fd393d75a6293e0951ccfc5" +ARG S6_VERSION="3.1.2.1" +ARG S6_OVERLAY_AMD64_SHA256="6019b6b06cfdbb1d1cd572d46b9b158a4904fd19ca59d374de4ddaaa6a3727d5" +ARG S6_OVERLAY_ARM64_SHA256="e73f9a021b64f88278830742149c14ef8a52331102881ba025bf32a66a0e7c78" +ARG S6_OVERLAY_NOARCH_SHA256="cee89d3eeabdfe15239b2c5c3581d9352d2197d4fd23bba3f1e64bf916ccf496" +ARG S6_OVERLAY_SYMLINKS_ARCH_SHA256="1b75ac96ddc953f6b7b10be4f579c3e4f6cdf85270116a539930e03e74066f2f" +ARG S6_OVERLAY_SYMLINKS_NOARCH_SHA256="1e36efb936084fddffe6c55dae8f478e7b2d70f77db2caaceb78c7425b9a7956" # Install s6 RUN --mount=type=cache,id=base-downloads,sharing=locked,from=download,target=/opt/downloads \ + S6_BASE_URL="https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}" && \ + S6_OVERLAY_NOARCH=s6-overlay-noarch.tar.xz && \ + download.sh --url "${S6_BASE_URL}/${S6_OVERLAY_NOARCH}" --sha256 "${S6_OVERLAY_NOARCH_SHA256}" "${DOWNLOAD_CACHE_DIRECTORY}" && \ + tar -xf "${DOWNLOAD_CACHE_DIRECTORY}/${S6_OVERLAY_NOARCH}" -C / && \ + S6_OVERLAY_SYMLINKS_ARCH=s6-overlay-symlinks-arch.tar.xz && \ + download.sh --url "${S6_BASE_URL}/${S6_OVERLAY_SYMLINKS_ARCH}" --sha256 "${S6_OVERLAY_SYMLINKS_ARCH_SHA256}" "${DOWNLOAD_CACHE_DIRECTORY}" && \ + tar -xf "${DOWNLOAD_CACHE_DIRECTORY}/${S6_OVERLAY_SYMLINKS_ARCH}" -C / && \ + S6_OVERLAY_SYMLINKS_NOARCH=s6-overlay-symlinks-noarch.tar.xz && \ + download.sh --url "${S6_BASE_URL}/${S6_OVERLAY_SYMLINKS_NOARCH}" --sha256 "${S6_OVERLAY_SYMLINKS_NOARCH_SHA256}" "${DOWNLOAD_CACHE_DIRECTORY}" && \ + tar -xf "${DOWNLOAD_CACHE_DIRECTORY}/${S6_OVERLAY_SYMLINKS_NOARCH}" -C / && \ if [ "${TARGETARCH}" = "arm64" ]; then \ - S6_FILE="s6-overlay-aarch64.tar.gz"; \ - S6_SHA256="${S6_ARM64_SHA256}"; \ + S6_FILE="s6-overlay-aarch64.tar.xz"; \ + S6_SHA256="${S6_OVERLAY_ARM64_SHA256}"; \ fi; \ if [ "${TARGETARCH}" = "amd64" ]; then \ - S6_FILE="s6-overlay-amd64.tar.gz"; \ - S6_SHA256="${S6_AMD64_SHA256}"; \ + S6_FILE="s6-overlay-x86_64.tar.xz"; \ + S6_SHA256="${S6_OVERLAY_AMD64_SHA256}"; \ fi; \ - S6_URL="https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/${S6_FILE}" && \ - download.sh --url "${S6_URL}" --sha256 "${S6_SHA256}" "${DOWNLOAD_CACHE_DIRECTORY}" && \ - tar -xzf "${DOWNLOAD_CACHE_DIRECTORY}/${S6_FILE}" -C / && \ + download.sh --url "${S6_BASE_URL}/${S6_FILE}" --sha256 "${S6_SHA256}" "${DOWNLOAD_CACHE_DIRECTORY}" && \ + tar -xf "${DOWNLOAD_CACHE_DIRECTORY}/${S6_FILE}" -C / && \ echo '' > /root/.ash_history # Install confd diff --git a/base/rootfs/etc/cont-finish.d/.gitkeep b/base/rootfs/etc/cont-finish.d/.gitkeep deleted file mode 100644 index d6b7ef32..00000000 --- a/base/rootfs/etc/cont-finish.d/.gitkeep +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/base/rootfs/etc/cont-init.d/01-confd-render-templates.sh b/base/rootfs/etc/cont-init.d/01-confd-render-templates.sh deleted file mode 100755 index 4cb739cf..00000000 --- a/base/rootfs/etc/cont-init.d/01-confd-render-templates.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/with-contenv bash -set -e - -# Renders confd templates once. -confd-render-templates.sh -- -onetime -sync-only diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/dependencies.d/base b/base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/dependencies.d/base new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/type b/base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/type new file mode 100644 index 00000000..3d92b15f --- /dev/null +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/type @@ -0,0 +1 @@ +oneshot \ No newline at end of file diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/up b/base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/up new file mode 100755 index 00000000..b37c8069 --- /dev/null +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/cacert-import/up @@ -0,0 +1 @@ +/etc/s6-overlay/scripts/cacert-import.sh \ No newline at end of file diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/base b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/base new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/cacert-import b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/cacert-import new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/container-environment b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/container-environment new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/database-defaults b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/database-defaults new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/tty b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/dependencies.d/tty new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/confd/finish b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/finish new file mode 100755 index 00000000..b4958d3d --- /dev/null +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/finish @@ -0,0 +1,6 @@ +#!/command/with-contenv bash +set -e + +if [[ "${CONFD_ENABLE_SERVICE}" == "true" ]]; then + source /usr/local/share/s6/finish +fi diff --git a/base/rootfs/etc/services.d/confd/run b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/run old mode 100644 new mode 100755 similarity index 52% rename from base/rootfs/etc/services.d/confd/run rename to base/rootfs/etc/s6-overlay/s6-rc.d/confd/run index 5e8d1ec2..025d53a7 --- a/base/rootfs/etc/services.d/confd/run +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/run @@ -1,7 +1,9 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e -# Only run the service if explicitly told to do so. if [[ "${CONFD_ENABLE_SERVICE}" == "true" ]]; then exec confd-render-templates.sh -- -interval ${CONFD_POLLING_INTERVAL} +else + # Renders confd templates once. + confd-render-templates.sh -- -onetime -sync-only fi \ No newline at end of file diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/confd/type b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/type new file mode 100644 index 00000000..1780f9f4 --- /dev/null +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/confd/type @@ -0,0 +1 @@ +longrun \ No newline at end of file diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/dependencies.d/base b/base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/dependencies.d/base new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/type b/base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/type new file mode 100644 index 00000000..3d92b15f --- /dev/null +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/type @@ -0,0 +1 @@ +oneshot \ No newline at end of file diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/up b/base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/up new file mode 100755 index 00000000..ab344306 --- /dev/null +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/container-environment/up @@ -0,0 +1 @@ +/etc/s6-overlay/scripts/container-environment.sh \ No newline at end of file diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/dependencies.d/base b/base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/dependencies.d/base new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/dependencies.d/container-environment b/base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/dependencies.d/container-environment new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/type b/base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/type new file mode 100644 index 00000000..3d92b15f --- /dev/null +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/type @@ -0,0 +1 @@ +oneshot \ No newline at end of file diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/up b/base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/up new file mode 100755 index 00000000..ab344306 --- /dev/null +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/database-defaults/up @@ -0,0 +1 @@ +/etc/s6-overlay/scripts/container-environment.sh \ No newline at end of file diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/tty/dependencies.d/base b/base/rootfs/etc/s6-overlay/s6-rc.d/tty/dependencies.d/base new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/tty/type b/base/rootfs/etc/s6-overlay/s6-rc.d/tty/type new file mode 100644 index 00000000..3d92b15f --- /dev/null +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/tty/type @@ -0,0 +1 @@ +oneshot \ No newline at end of file diff --git a/base/rootfs/etc/cont-init.d/00-tty.sh b/base/rootfs/etc/s6-overlay/s6-rc.d/tty/up old mode 100644 new mode 100755 similarity index 91% rename from base/rootfs/etc/cont-init.d/00-tty.sh rename to base/rootfs/etc/s6-overlay/s6-rc.d/tty/up index 64ce2aff..2a84609a --- a/base/rootfs/etc/cont-init.d/00-tty.sh +++ b/base/rootfs/etc/s6-overlay/s6-rc.d/tty/up @@ -1,6 +1,3 @@ -#!/usr/bin/env bash -set -e - # If the container is started without allocating a tty, i.e. without `-t`. # It can cause issues for non-root processes that want to write directly to # standard out. @@ -14,4 +11,4 @@ set -e # # To permit the containers to be started without `tty` we allow all users # to read/write to the stdout,stderr,stdin pipes. -chmod o+rw /dev/std{in,out,err} +chmod o+rw /dev/stdin /dev/stdout /dev/stderr \ No newline at end of file diff --git a/base/rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/confd b/base/rootfs/etc/s6-overlay/s6-rc.d/user/contents.d/confd new file mode 100644 index 00000000..e69de29b diff --git a/base/rootfs/etc/cont-init.d/02-cacert-import.sh b/base/rootfs/etc/s6-overlay/scripts/cacert-import.sh similarity index 89% rename from base/rootfs/etc/cont-init.d/02-cacert-import.sh rename to base/rootfs/etc/s6-overlay/scripts/cacert-import.sh index 948c5ea6..ce14c1b3 100755 --- a/base/rootfs/etc/cont-init.d/02-cacert-import.sh +++ b/base/rootfs/etc/s6-overlay/scripts/cacert-import.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e @@ -10,7 +10,7 @@ fi # Import into the java certificate store if java is installed. # And the CA pem file exists. if [[ -s "/usr/local/share/ca-certificates/rootCA.pem" ]]; then - if hash keytool; then + if hash keytool &>/dev/null; then keytool \ -importcert \ -noprompt \ diff --git a/base/rootfs/etc/cont-init.d/00-container-environment-00-init.sh b/base/rootfs/etc/s6-overlay/scripts/container-environment.sh similarity index 98% rename from base/rootfs/etc/cont-init.d/00-container-environment-00-init.sh rename to base/rootfs/etc/s6-overlay/scripts/container-environment.sh index 2a1dfc45..1585eef3 100755 --- a/base/rootfs/etc/cont-init.d/00-container-environment-00-init.sh +++ b/base/rootfs/etc/s6-overlay/scripts/container-environment.sh @@ -32,12 +32,12 @@ set -e # to inject the secrets as environment variables. Please see # https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets-as-environment-variables if [[ $(find /run/secrets -mindepth 1 -maxdepth 1 -type d | wc -l) > 0 ]]; then - /bin/exec -c \ + exec -c \ s6-envdir -fn -- /etc/defaults \ s6-envdir -fn -- /var/run/s6/container_environment \ s6-dumpenv -- /var/run/s6/container_environment else - /bin/exec -c \ + exec -c \ s6-envdir -fn -- /etc/defaults \ s6-envdir -fn -- /var/run/s6/container_environment \ s6-envdir -fn -- /run/secrets \ diff --git a/base/rootfs/etc/cont-init.d/00-container-environment-02-database-defaults.sh b/base/rootfs/etc/s6-overlay/scripts/database-defaults.sh similarity index 100% rename from base/rootfs/etc/cont-init.d/00-container-environment-02-database-defaults.sh rename to base/rootfs/etc/s6-overlay/scripts/database-defaults.sh diff --git a/base/rootfs/etc/services.d/confd/finish b/base/rootfs/etc/services.d/confd/finish deleted file mode 100644 index f6f13371..00000000 --- a/base/rootfs/etc/services.d/confd/finish +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/with-contenv bash -set -e - -# Only shutdown the container if this service was enabled otherwise ignore. -if [[ "${CONFD_ENABLE_SERVICE}" == "true" ]]; then - source /usr/local/share/s6/finish -fi diff --git a/base/rootfs/usr/local/bin/wait-for-confd-backend.sh b/base/rootfs/usr/local/bin/wait-for-confd-backend.sh index 04deda8a..ee566844 100755 --- a/base/rootfs/usr/local/bin/wait-for-confd-backend.sh +++ b/base/rootfs/usr/local/bin/wait-for-confd-backend.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e readonly PROGNAME=$(basename $0) diff --git a/base/rootfs/usr/local/share/s6/finish b/base/rootfs/usr/local/share/s6/finish old mode 100644 new mode 100755 index 6ce32498..3b10926b --- a/base/rootfs/usr/local/share/s6/finish +++ b/base/rootfs/usr/local/share/s6/finish @@ -24,19 +24,21 @@ fi echo "[services.d] service ${SERVICE} finish: executing..." >&2 -# Report the exit code / signal and exit. -if test -z "$SIGNAL"; then - echo ${EXIT_CODE} > /var/run/s6/env-stage3/S6_STAGE2_EXITED - echo "[services.d] service ${SERVICE} exiting with exit code: ${EXIT_CODE}" >&2 -else - if test ${SIGNAL} -eq 15; then - # Process received a SIGTERM. Shutdown gracefully and do not set exit code. - echo "[services.d] service ${SERVICE} received SIGTERM exiting gracefully" >&2 +# Report the exit code / signal and exit (only if a non-zero exit code has not already been reported). +if test `cat /run/s6-linux-init-container-results/exitcode` -eq 0; then + if test -z "$SIGNAL"; then + echo ${EXIT_CODE} > /run/s6-linux-init-container-results/exitcode + echo "[services.d] service ${SERVICE} exiting with exit code: ${EXIT_CODE}" >&2 else - echo ${EXIT_CODE} > /var/run/s6/env-stage3/S6_STAGE2_EXITED - echo "[services.d] service ${SERVICE} received signal: ${SIGNAL}, exiting with exit code: ${EXIT_CODE}" >&2 + if test ${SIGNAL} -eq 15; then + # Process received a SIGTERM. Shutdown gracefully and do not set exit code. + echo "[services.d] service ${SERVICE} received SIGTERM exiting gracefully" >&2 + else + echo ${EXIT_CODE} > /run/s6-linux-init-container-results/exitcode + echo "[services.d] service ${SERVICE} received signal: ${SIGNAL}, exiting with exit code: ${EXIT_CODE}" >&2 + fi fi fi # Regardless take down all other services. -s6-svscanctl -t /var/run/s6/services 2>/dev/null \ No newline at end of file +halt \ No newline at end of file diff --git a/base/tests/EnvironmentOverrideDatabase/test.sh b/base/tests/EnvironmentOverrideDatabase/test.sh index 8b277692..abc244f8 100755 --- a/base/tests/EnvironmentOverrideDatabase/test.sh +++ b/base/tests/EnvironmentOverrideDatabase/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/base/tests/EnvironmentPrecedence/test.sh b/base/tests/EnvironmentPrecedence/test.sh index 4b8f087c..c80caa8d 100755 --- a/base/tests/EnvironmentPrecedence/test.sh +++ b/base/tests/EnvironmentPrecedence/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/base/tests/SigTermExitCode/service/finish b/base/tests/SigTermExitCode/service/finish index 177a768f..9538eecb 100755 --- a/base/tests/SigTermExitCode/service/finish +++ b/base/tests/SigTermExitCode/service/finish @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e source /usr/local/share/s6/finish \ No newline at end of file diff --git a/base/tests/SigTermExitCode/service/run b/base/tests/SigTermExitCode/service/run index 88231218..5e0f1bb7 100755 --- a/base/tests/SigTermExitCode/service/run +++ b/base/tests/SigTermExitCode/service/run @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e { @@ -7,5 +7,5 @@ set -e exit 0 }& echo "[services.d] Send SIGTERM to test service." >&2 -s6-svc -t /var/run/s6/services/test +halt wait \ No newline at end of file diff --git a/base/tests/SignalExitCode/service/finish b/base/tests/SignalExitCode/service/finish index 177a768f..9538eecb 100755 --- a/base/tests/SignalExitCode/service/finish +++ b/base/tests/SignalExitCode/service/finish @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e source /usr/local/share/s6/finish \ No newline at end of file diff --git a/base/tests/SignalExitCode/service/run b/base/tests/SignalExitCode/service/run index 2ffb0c7d..172163bb 100755 --- a/base/tests/SignalExitCode/service/run +++ b/base/tests/SignalExitCode/service/run @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # Make sure we stay alive long enough to receive the signal. diff --git a/base/tests/SignalExitCode/test.sh b/base/tests/SignalExitCode/test.sh index 4122ebd7..2b787db9 100755 --- a/base/tests/SignalExitCode/test.sh +++ b/base/tests/SignalExitCode/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash s6-svc -i /var/run/s6/services/test echo "[services.d] Send SIGINT to test service." >&2 diff --git a/blazegraph/rootfs/etc/cont-init.d/03-blazegraph-setup.sh b/blazegraph/rootfs/etc/cont-init.d/03-blazegraph-setup.sh index 9c67078c..d0710a65 100755 --- a/blazegraph/rootfs/etc/cont-init.d/03-blazegraph-setup.sh +++ b/blazegraph/rootfs/etc/cont-init.d/03-blazegraph-setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # When bind mounting we need to ensure that we diff --git a/build.gradle.kts b/build.gradle.kts index f61f9666..6e938239 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,3 +1,66 @@ plugins { - id("com.github.nigelgbanks.IsleDocker") version "0.11" + id("com.github.nigelgbanks.IsleDocker") version "0.11" +} + +// Include any folder that has a Dockerfile as a sub-project. +val buildTasks = rootProject.projectDir + .walk() + .maxDepth(1) // Only immediate directories. + .filter { it.isDirectory && it.resolve("Dockerfile").exists() } // Must have a Dockerfile. + .map { directory -> + // Include as a sub-project. + directory.relativeTo(rootProject.projectDir).path + ":build" + }.toList().toTypedArray() + +val down by tasks.registering(Exec::class) { + commandLine("docker", "compose", "down", "-v") +} + +val wait by tasks.registering(Exec::class) { + commandLine( + "docker", + "compose", + "exec", + "drupal", + "timeout", + "600", + "bash", + "-c", + "while ! test -f /installed; do sleep 5; done" + ) + doLast { + logger.quiet( + """ + For all services the credentials are: + + Username: admin + Password: password + + The following services can be reached at the given URLs: + + ActiveMQ: https://activemq.islandora.dev/ + Blazegraph: https://blazegraph.islandora.dev/bigdata/ + Drupal: https://islandora.dev/ + Fedora: https://fcrepo.islandora.dev/fcrepo/rest/ + Matomo: https://islandora.dev/matomo/index.php + Solr: https://solr.islandora.dev/solr/#/ + Traefik: https://traefik.islandora.dev/dashboard/#/ + """.trimIndent() + ) + } +} + +tasks.register("up") { + commandLine("docker", "compose", "up", "-d") + dependsOn("generateCerts", *buildTasks) + mustRunAfter(down) + finalizedBy(wait) +} + +// Do not show output unless requested. +allprojects { + tasks.configureEach { + logging.captureStandardOutput(LogLevel.INFO) + logging.captureStandardError(LogLevel.INFO) + } } \ No newline at end of file diff --git a/cantaloupe/Dockerfile b/cantaloupe/Dockerfile index 889a4131..766ccbab 100644 --- a/cantaloupe/Dockerfile +++ b/cantaloupe/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM --platform=$BUILDPLATFORM ${repository}/download:${tag} AS download ARG CANTALOUPE_VERSION="4.1.5" diff --git a/cantaloupe/README.md b/cantaloupe/README.md index fa53185b..7e92464f 100644 --- a/cantaloupe/README.md +++ b/cantaloupe/README.md @@ -25,7 +25,7 @@ additional settings, volumes, ports, etc. ## Settings -| Environment Variable | Confd Key | Default | +| Environment Variable | Confd Key | Default | | :------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------- | :--------------------------------------------------------- | | CANTALOUPE_HTTP_ENABLED | /cantaloupe/http/enabled | true | | CANTALOUPE_HTTP_HOST | /cantaloupe/http/host | 0.0.0.0 | @@ -166,7 +166,7 @@ additional settings, volumes, ports, etc. | CANTALOUPE_REDACTION_ENABLED | /cantaloupe/redaction/enabled | false | | CANTALOUPE_METADATA_PRESERVE | /cantaloupe/metadata/preserve | false | | CANTALOUPE_METADATA_RESPECT_ORIENTATION | /cantaloupe/metadata/respect/orientation | false | -| CANTALOUPE_LOG_APPLICATION_LEVEL | /cantaloupe/log/application/level | debug | +| CANTALOUPE_LOG_APPLICATION_LEVEL | /cantaloupe/log/application/level | info | | CANTALOUPE_LOG_APPLICATION_CONSOLEAPPENDER_ENABLED | /cantaloupe/log/application/consoleappender/enabled | true | | CANTALOUPE_LOG_APPLICATION_FILEAPPENDER_ENABLED | /cantaloupe/log/application/fileappender/enabled | false | | CANTALOUPE_LOG_APPLICATION_FILEAPPENDER_PATHNAME | /cantaloupe/log/application/fileappender/pathname | /opt/tomcat/logs/cantaloupe.application.log | diff --git a/cantaloupe/rootfs/opt/tomcat/bin/setenv.sh b/cantaloupe/rootfs/opt/tomcat/bin/setenv.sh index bb26151f..30b031f8 100755 --- a/cantaloupe/rootfs/opt/tomcat/bin/setenv.sh +++ b/cantaloupe/rootfs/opt/tomcat/bin/setenv.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash export JAVA_OPTS="${TOMCAT_JAVA_OPTS}" export CATALINA_OPTS="${TOMCAT_CATALINA_OPTS}" export CATALINA_OPTS="${CATALINA_OPTS} -Dcantaloupe.config=/opt/tomcat/conf/cantaloupe.properties" diff --git a/code-server/Dockerfile b/code-server/Dockerfile index cc456c20..1a966413 100644 --- a/code-server/Dockerfile +++ b/code-server/Dockerfile @@ -1,49 +1,45 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM alpine:${alpine} AS cache -FROM node:fermium-alpine3.15 as node -FROM ${repository}/abuild:${tag} AS build - -COPY --from=node /usr/lib /usr/lib -COPY --from=node /usr/local/share /usr/local/share -COPY --from=node /usr/local/lib /usr/local/lib -COPY --from=node /usr/local/include /usr/local/include -COPY --from=node /usr/local/bin /usr/local/bin -COPY --from=node /opt /opt - -# g++, make, python are only required to build native dependencies via node-gyp. -# spdlog is required for building / using xdebug extension. -RUN --mount=type=cache,id=code-server-apk,sharing=locked,from=cache,target=/var/cache/apk \ - apk add \ - bash \ - g++ \ - make \ - nghttp2-dev \ - python3 \ - spdlog \ - sudo - -# `node-gyp` must be installed before anything else. This is unfortuante, but -# make sure the version here matches the exact version in: -# `rootfs/usr/local/share/.config/yarn/global/package.json` -RUN --mount=type=cache,id=code-server-yarn,sharing=locked,from=cache,target=/usr/local/share/.cache/yarn \ - yarn global add node-gyp@9.0.0 - -COPY rootfs/usr/local/share/.config/yarn/global /usr/local/share/.config/yarn/global - -RUN --mount=type=cache,id=code-server-yarn,sharing=locked,from=cache,target=/usr/local/share/.cache/yarn \ - cd /usr/local/share/.config/yarn/global && \ - JOBS=max yarn install +#FROM ${repository}/abuild:${tag} AS build +FROM ${repository}/download:${tag} AS download + +ARG TARGETARCH + +ARG CODE_SERVER_VERSION="4.8.3" +ARG CODE_SERVER_AMD64_SHA256="16e8b600d03eec710a7b4d6380986ba3414e7e3aa503da90b518d4fd066e220a" +ARG CODE_SERVER_ARM64_SHA256="b7b4cd77c992ea3e982d399f0e40b98707ceaf7e0960eeb84ba674f54315c595" + +# Install code-server +RUN --mount=type=cache,id=code-server-downloads,sharing=locked,target=/opt/downloads \ + if [ "${TARGETARCH}" = "arm64" ]; then \ + CODE_SERVER_FILE="code-server-${CODE_SERVER_VERSION}-linux-arm64.tar.gz"; \ + CODE_SERVER_SHA256="${CODE_SERVER_ARM64_SHA256}"; \ + fi; \ + if [ "${TARGETARCH}" = "amd64" ]; then \ + CODE_SERVER_FILE="code-server-${CODE_SERVER_VERSION}-linux-amd64.tar.gz"; \ + CODE_SERVER_SHA256="${CODE_SERVER_AMD64_SHA256}"; \ + fi; \ + CODE_SERVER_URL="https://github.com/coder/code-server/releases/download/v${CODE_SERVER_VERSION}/${CODE_SERVER_FILE}" && \ + download.sh --url "${CODE_SERVER_URL}" --sha256 "${CODE_SERVER_SHA256}" "${DOWNLOAD_CACHE_DIRECTORY}" && \ + mkdir -p /opt/code-server && \ + tar -xzf "${DOWNLOAD_CACHE_DIRECTORY}/${CODE_SERVER_FILE}" -C /opt/code-server --strip-components=1 && \ + echo '' > /root/.ash_history SHELL ["/bin/bash", "-c"] +RUN --mount=type=cache,id=code-server-apk,sharing=locked,from=cache,target=/var/cache/apk \ + apk --update add \ + gcompat \ + nodejs + # Install Editor plugins from bind mounted folder (Not available on online marketplace). RUN --mount=type=bind,source=/extensions,target=/extensions \ for extension in /extensions/*.vsix; \ do \ - /usr/local/share/.config/yarn/global/node_modules/.bin/code-server \ + /opt/code-server/bin/code-server \ --config /opt/code-server/config.yaml \ --user-data-dir /opt/code-server/data \ --extensions-dir /opt/code-server/extensions \ @@ -52,7 +48,7 @@ RUN --mount=type=bind,source=/extensions,target=/extensions \ wait # Install Editor plugins from internet (saves downloading when installing). -RUN --mount=type=cache,id=code-server-extensions,sharing=locked,from=cache,target=/opt/code-server/.local/share/code-server/CachedExtensionVSIXs \ +RUN \ EXTENSIONS=(\ bmewburn.vscode-intelephense-client \ felixfbecker.php-debug \ @@ -61,7 +57,7 @@ RUN --mount=type=cache,id=code-server-extensions,sharing=locked,from=cache,targe ) && \ for extension in "${EXTENSIONS[@]}"; \ do \ - /usr/local/share/.config/yarn/global/node_modules/.bin/code-server \ + /opt/code-server/bin/code-server \ --config /opt/code-server/config.yaml \ --user-data-dir /opt/code-server/data \ --extensions-dir /opt/code-server/extensions \ @@ -75,7 +71,7 @@ COPY rootfs/root/.composer /root/.composer RUN --mount=type=cache,id=code-server-composer,sharing=locked,target=/root/.composer/cache \ cd /root/.composer && \ - composer install -n + composer install -n FROM ${repository}/drupal:${tag} @@ -88,15 +84,32 @@ RUN sed -i "/nginx:x:100:101:nginx:\/var\/lib\/nginx:\/sbin\/nologin/cnginx:x:10 # Include commonly used tools and xdebug. RUN --mount=type=cache,id=code-server-drupal-apk,sharing=locked,from=cache,target=/var/cache/apk \ apk --update add \ + bash \ + docker-cli \ + gcompat \ htop \ - php7-pecl-xdebug \ + jq \ + nodejs \ + openssh \ + parallel \ + php81-pecl-xdebug \ + shadow \ spdlog \ sudo \ unison \ - parallel \ + yq \ && \ cleanup.sh +## PHPStorm remote requries Glibc. +#RUN --mount=type=cache,id=custom-ide,sharing=locked,target=/var/cache/apk \ +# GLIBC_VERSION=2.35-r0 && \ +# GLIBC_URL=https://github.com/sgerrand/alpine-pkg-glibc/releases/download/${GLIBC_VERSION} && \ +# wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \ +# wget ${GLIBC_URL}/glibc-${GLIBC_VERSION}.apk && \ +# apk add glibc-${GLIBC_VERSION}.apk && \ +# ln -s /lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2 + # Drush requires HOME to be set as such. ENV \ HOME="/var/lib/nginx" \ @@ -109,21 +122,13 @@ ENV \ XDEBUG_FLAGS="-d xdebug.mode=develop,debug" COPY --from=composer --chown=nginx:nginx /root/.composer /var/lib/nginx/.composer -COPY --from=build --chown=nginx:nginx /opt/code-server /opt/code-server -COPY --from=build /usr/local/share/.config/yarn /usr/local/share/.config/yarn -COPY --from=node /usr/lib /usr/lib -COPY --from=node /usr/local/share /usr/local/share -COPY --from=node /usr/local/lib /usr/local/lib -COPY --from=node /usr/local/include /usr/local/include -COPY --from=node /usr/local/bin /usr/local/bin -COPY --from=node /opt /opt +COPY --from=download --chown=nginx:nginx /opt/code-server /opt/code-server -COPY rootfs / +# Code server should be on the path. +RUN chown -R nginx:nginx /opt/code-server && \ + ln -fs "/opt/code-server/bin/code-server" "/usr/local/bin/code-server" -RUN ln -s /usr/local/share/.config/yarn/global/node_modules/.bin/code-server /usr/local/bin/code-server && \ - ln -s /usr/local/share/.config/yarn/global/node_modules/.bin/node-gyp /usr/local/bin/node-gyp && \ - ln -s /usr/local/share/.config/yarn/global/node_modules/.bin/grunt /usr/local/bin/grunt && \ - ln -s /usr/local/share/.config/yarn/global/node_modules/.bin/bower /usr/local/bin/bower +COPY rootfs / # https://github.com/sudo-project/sudo/issues/42 RUN chmod a=r,u+w /etc/sudo.conf diff --git a/code-server/extensions/augustocdias.tasks-shell-input-1.7.0.vsix b/code-server/extensions/augustocdias.tasks-shell-input-1.7.5.vsix similarity index 96% rename from code-server/extensions/augustocdias.tasks-shell-input-1.7.0.vsix rename to code-server/extensions/augustocdias.tasks-shell-input-1.7.5.vsix index 60ddff8e92e557eef14a71b5f9de6f6a8457a7bc..382f7b49af3a4aee7e95eec9f731410e17d7ff00 100644 GIT binary patch delta 31250 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 N_Cx19@DM*f{T~seoKgS) delta 9594 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 diff --git a/code-server/rootfs/etc/confd/conf.d/drupal.fpm.conf.toml b/code-server/rootfs/etc/confd/conf.d/drupal.fpm.conf.toml new file mode 100644 index 00000000..f83a1508 --- /dev/null +++ b/code-server/rootfs/etc/confd/conf.d/drupal.fpm.conf.toml @@ -0,0 +1,7 @@ +[template] +src = "drupal.fpm.conf.tmpl" +dest = "/etc/nginx/shared/drupal.fpm.conf" +uid = 0 +gid = 0 +mode = "0644" +keys = [ "/" ] diff --git a/code-server/rootfs/etc/confd/conf.d/settings.local.php.toml b/code-server/rootfs/etc/confd/conf.d/settings.local.php.toml new file mode 100644 index 00000000..57c85823 --- /dev/null +++ b/code-server/rootfs/etc/confd/conf.d/settings.local.php.toml @@ -0,0 +1,7 @@ +[template] +src = "settings.local.php.tmpl" +dest = "/var/www/drupal/web/sites/default/settings.local.php" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/code-server/rootfs/etc/confd/templates/drupal.fpm.conf.tmpl b/code-server/rootfs/etc/confd/templates/drupal.fpm.conf.tmpl new file mode 100644 index 00000000..f524db5d --- /dev/null +++ b/code-server/rootfs/etc/confd/templates/drupal.fpm.conf.tmpl @@ -0,0 +1,40 @@ +# Allow for toggling between xdebug / production configured fpm. +set $fpm php-fpm81; +if ($cookie_XDEBUG_SESSION) { + set $fpm xdebug; +} + +# In Drupal 8, we must also match new paths where the '.php' appears in +# the middle, such as update.php/selection. The rule we use is strict, +# and only allows this pattern with the update.php front controller. +# This allows legacy path aliases in the form of +# blog/index.php/legacy-path to continue to route to Drupal nodes. If +# you do not have any paths like that, then you might prefer to use a +# laxer rule, such as: +# location ~ \.php(/|$) { +# The laxer rule will continue to work if Drupal uses this new URL +# pattern with front controllers other than update.php in a future +# release. +location ~ '\.php$|^/update.php' { + fastcgi_split_path_info ^(.+?\.php)(|/.*)$; + # Ensure the php file exists. Mitigates CVE-2019-11043 + try_files $fastcgi_script_name =404; + # Security note: If you're running a version of PHP older than the + # latest 5.3, you should have "cgi.fix_pathinfo = 0;" in php.ini. + # See http://serverfault.com/q/627903/94922 for details. + include fastcgi_params; + # Block httpoxy attacks. See https://httpoxy.org/. + fastcgi_param HTTP_PROXY ""; + fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; + fastcgi_param PATH_INFO $fastcgi_path_info; + fastcgi_param QUERY_STRING $query_string; + {{ if eq (getenv "DRUPAL_ENABLE_HTTPS") "true" }} + fastcgi_param HTTPS on; + fastcgi_param HTTP_SCHEME https; + {{ end }} + fastcgi_intercept_errors on; + fastcgi_buffers 16 16k; + fastcgi_buffer_size 32k; + # PHP 8 socket location. + fastcgi_pass unix:/var/run/$fpm/php-fpm81.sock; +} diff --git a/code-server/rootfs/etc/confd/templates/phpcs.xml.tmpl b/code-server/rootfs/etc/confd/templates/phpcs.xml.tmpl index e8ccc3ee..fcfadf16 100644 --- a/code-server/rootfs/etc/confd/templates/phpcs.xml.tmpl +++ b/code-server/rootfs/etc/confd/templates/phpcs.xml.tmpl @@ -1,7 +1,7 @@ CodeSniffer configuration - + @@ -23,4 +23,4 @@ - \ No newline at end of file + diff --git a/code-server/rootfs/etc/confd/templates/settings.local.php.tmpl b/code-server/rootfs/etc/confd/templates/settings.local.php.tmpl new file mode 100644 index 00000000..73671ab1 --- /dev/null +++ b/code-server/rootfs/etc/confd/templates/settings.local.php.tmpl @@ -0,0 +1,155 @@ += 1.43.0 < 2" - -compression@^1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" - integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== - dependencies: - accepts "~1.3.5" - bytes "3.0.0" - compressible "~2.0.16" - debug "2.6.9" - on-headers "~1.0.2" - safe-buffer "5.1.2" - vary "~1.1.2" - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - -console-control-strings@^1.0.0, console-control-strings@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - -content-disposition@0.5.3: - version "0.5.3" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd" - integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g== - dependencies: - safe-buffer "5.1.2" - -content-type@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b" - integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA== - -cookie-parser@^1.4.5: - version "1.4.6" - resolved "https://registry.yarnpkg.com/cookie-parser/-/cookie-parser-1.4.6.tgz#3ac3a7d35a7a03bbc7e365073a26074824214594" - integrity sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA== - dependencies: - cookie "0.4.1" - cookie-signature "1.0.6" - -cookie-signature@1.0.6: - version "1.0.6" - resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" - integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw= - -cookie@0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba" - integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg== - -cookie@0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1" - integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA== - -core-util-is@~1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" - integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== - -crypt@0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b" - integrity sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs= - -data-uri-to-buffer@3: - version "3.0.1" - resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636" - integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og== - -debug@2.6.9: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" - integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== - dependencies: - ms "2.0.0" - -debug@4, debug@^4.1.0, debug@^4.3.1: - version "4.3.3" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664" - integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q== - dependencies: - ms "2.1.2" - -deep-is@~0.1.3: - version "0.1.4" - resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" - integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== - -degenerator@^3.0.1: - version "3.0.2" - resolved "https://registry.yarnpkg.com/degenerator/-/degenerator-3.0.2.tgz#6a61fcc42a702d6e50ff6023fe17bff435f68235" - integrity sha512-c0mef3SNQo56t6urUU6tdQAs+ThoD0o9B9MJ8HEt7NQcGEILCRFqQb7ZbP9JAv+QF1Ky5plydhMR/IrqWDm+TQ== - dependencies: - ast-types "^0.13.2" - escodegen "^1.8.1" - esprima "^4.0.0" - vm2 "^3.9.8" - -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - -depd@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" - integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== - -depd@^1.1.2, depd@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" - integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= - -destroy@~1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" - integrity sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA= - -detect-file@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" - integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= - -detect-libc@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" - integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= - -ee-first@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - -encoding@^0.1.13: - version "0.1.13" - resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" - integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== - dependencies: - iconv-lite "^0.6.2" - -env-paths@^2.2.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" - integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== - -err-code@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" - integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== - -es6-promisify@^6.0.0: - version "6.1.1" - resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-6.1.1.tgz#46837651b7b06bf6fff893d03f29393668d01621" - integrity sha512-HBL8I3mIki5C1Cc9QjKUenHtnG0A5/xA8Q/AllRcfiwl2CZFXGK7ddBiCoRwAix4i2KxcQfjtIVcrVbB3vbmwg== - -escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - -escodegen@^1.8.1: - version "1.14.3" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" - integrity sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== - dependencies: - esprima "^4.0.1" - estraverse "^4.2.0" - esutils "^2.0.2" - optionator "^0.8.1" - optionalDependencies: - source-map "~0.6.1" - -esprima@^4.0.0, esprima@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -estraverse@^4.2.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - -esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -etag@~1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" - integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - -eventemitter3@^4.0.0: - version "4.0.7" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" - integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - -expand-tilde@^2.0.0, expand-tilde@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" - integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI= - dependencies: - homedir-polyfill "^1.0.1" - -express@5.0.0-alpha.8: - version "5.0.0-alpha.8" - resolved "https://registry.yarnpkg.com/express/-/express-5.0.0-alpha.8.tgz#b9dd3a568eab791e3391db47f9e6ab91e61b13fe" - integrity sha512-PL8wTLgaNOiq7GpXt187/yWHkrNSfbr4H0yy+V0fpqJt5wpUzBi9DprAkwGKBFOqWHylJ8EyPy34V5u9YArfng== - dependencies: - accepts "~1.3.7" - array-flatten "2.1.1" - body-parser "1.19.0" - content-disposition "0.5.3" - content-type "~1.0.4" - cookie "0.4.0" - cookie-signature "1.0.6" - debug "3.1.0" - depd "~1.1.2" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - finalhandler "~1.1.2" - fresh "0.5.2" - merge-descriptors "1.0.1" - methods "~1.1.2" - on-finished "~2.3.0" - parseurl "~1.3.3" - path-is-absolute "1.0.1" - proxy-addr "~2.0.5" - qs "6.7.0" - range-parser "~1.2.1" - router "2.0.0-alpha.1" - safe-buffer "5.1.2" - send "0.17.1" - serve-static "1.14.1" - setprototypeof "1.1.1" - statuses "~1.5.0" - type-is "~1.6.18" - utils-merge "1.0.1" - vary "~1.1.2" - -extend@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - -fast-levenshtein@~2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - -file-uri-to-path@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" - integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== - -file-uri-to-path@2: - version "2.0.0" - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz#7b415aeba227d575851e0a5b0c640d7656403fba" - integrity sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg== - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - dependencies: - to-regex-range "^5.0.1" - -finalhandler@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" - integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== - dependencies: - debug "2.6.9" - encodeurl "~1.0.2" - escape-html "~1.0.3" - on-finished "~2.3.0" - parseurl "~1.3.3" - statuses "~1.5.0" - unpipe "~1.0.0" - -findup-sync@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-4.0.0.tgz#956c9cdde804052b881b428512905c4a5f2cdef0" - integrity sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ== - dependencies: - detect-file "^1.0.0" - is-glob "^4.0.0" - micromatch "^4.0.2" - resolve-dir "^1.0.1" - -fined@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/fined/-/fined-1.2.0.tgz#d00beccf1aa2b475d16d423b0238b713a2c4a37b" - integrity sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng== - dependencies: - expand-tilde "^2.0.2" - is-plain-object "^2.0.3" - object.defaults "^1.1.0" - object.pick "^1.2.0" - parse-filepath "^1.0.1" - -flagged-respawn@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/flagged-respawn/-/flagged-respawn-1.0.1.tgz#e7de6f1279ddd9ca9aac8a5971d618606b3aab41" - integrity sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q== - -follow-redirects@^1.0.0: - version "1.14.9" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7" - integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w== - -for-in@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -for-own@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/for-own/-/for-own-1.0.0.tgz#c63332f415cedc4b04dbfe70cf836494c53cb44b" - integrity sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs= - dependencies: - for-in "^1.0.1" - -forwarded@0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" - integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== - -fresh@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= - -fs-extra@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" - integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs-minipass@^2.0.0, fs-minipass@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" - integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== - dependencies: - minipass "^3.0.0" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - -ftp@^0.3.10: - version "0.3.10" - resolved "https://registry.yarnpkg.com/ftp/-/ftp-0.3.10.tgz#9197d861ad8142f3e63d5a83bfe4c59f7330885d" - integrity sha1-kZfYYa2BQvPmPVqDv+TFn3MwiF0= - dependencies: - readable-stream "1.1.x" - xregexp "2.0.0" - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -gauge@^3.0.0: - version "3.0.2" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395" - integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q== - dependencies: - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.2" - console-control-strings "^1.0.0" - has-unicode "^2.0.1" - object-assign "^4.1.1" - signal-exit "^3.0.0" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.2" - -gauge@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.3.tgz#286cf105c1962c659f0963058fb05116c1b82d3f" - integrity sha512-ICw1DhAwMtb22rYFwEHgJcx1JCwJGv3x6G0OQUq56Nge+H4Q8JEwr8iveS0XFlsUNSI67F5ffMGK25bK4Pmskw== - dependencies: - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.3" - console-control-strings "^1.1.0" - has-unicode "^2.0.1" - signal-exit "^3.0.7" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.5" - -get-intrinsic@^1.0.2: - version "1.1.1" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" - integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.1" - -get-uri@3: - version "3.0.2" - resolved "https://registry.yarnpkg.com/get-uri/-/get-uri-3.0.2.tgz#f0ef1356faabc70e1f9404fa3b66b2ba9bfc725c" - integrity sha512-+5s0SJbGoyiJTZZ2JTpFPLMPSch72KEqGOTvQsBqg0RBWvwhWUSYZFAtz3TPW0GXJuLBJPts1E241iHg+VRfhg== - dependencies: - "@tootallnate/once" "1" - data-uri-to-buffer "3" - debug "4" - file-uri-to-path "2" - fs-extra "^8.1.0" - ftp "^0.3.10" - -glob@^7.1.3, glob@^7.1.4, glob@^7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" - integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - -global-modules@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" - integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== - dependencies: - global-prefix "^1.0.1" - is-windows "^1.0.1" - resolve-dir "^1.0.0" - -global-prefix@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" - integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4= - dependencies: - expand-tilde "^2.0.2" - homedir-polyfill "^1.0.1" - ini "^1.3.4" - is-windows "^1.0.1" - which "^1.2.14" - -graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6: - version "4.2.9" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.9.tgz#041b05df45755e587a24942279b9d113146e1c96" - integrity sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ== - -grunt-cli@^1.4.3: - version "1.4.3" - resolved "https://registry.yarnpkg.com/grunt-cli/-/grunt-cli-1.4.3.tgz#22c9f1a3d2780bf9b0d206e832e40f8f499175ff" - integrity sha512-9Dtx/AhVeB4LYzsViCjUQkd0Kw0McN2gYpdmGYKtE2a5Yt7v1Q+HYZVWhqXc/kGnxlMtqKDxSwotiGeFmkrCoQ== - dependencies: - grunt-known-options "~2.0.0" - interpret "~1.1.0" - liftup "~3.0.1" - nopt "~4.0.1" - v8flags "~3.2.0" - -grunt-known-options@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/grunt-known-options/-/grunt-known-options-2.0.0.tgz#cac641e897f9a0a680b8c9839803d35f3325103c" - integrity sha512-GD7cTz0I4SAede1/+pAbmJRG44zFLPipVtdL9o3vqx9IEyb7b4/Y3s7r6ofI3CchR5GvYJ+8buCSioDv5dQLiA== - -has-symbols@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" - integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== - -has-unicode@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -homedir-polyfill@^1.0.1: - version "1.0.3" - resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" - integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== - dependencies: - parse-passwd "^1.0.0" - -http-cache-semantics@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390" - integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ== - -http-errors@1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f" - integrity sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg== - dependencies: - depd "~1.1.2" - inherits "2.0.3" - setprototypeof "1.1.1" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - -http-errors@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" - integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== - dependencies: - depd "2.0.0" - inherits "2.0.4" - setprototypeof "1.2.0" - statuses "2.0.1" - toidentifier "1.0.1" - -http-errors@~1.7.2: - version "1.7.3" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.3.tgz#6c619e4f9c60308c38519498c14fbb10aacebb06" - integrity sha512-ZTTX0MWrsQ2ZAhA1cejAwDLycFsd7I7nVtnkT3Ol0aqodaKW+0CTZDQ1uBv5whptCnc8e8HeRRJxRs0kmm/Qfw== - dependencies: - depd "~1.1.2" - inherits "2.0.4" - setprototypeof "1.1.1" - statuses ">= 1.5.0 < 2" - toidentifier "1.0.0" - -http-proxy-agent@^4.0.0, http-proxy-agent@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" - integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - -http-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" - integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== - dependencies: - "@tootallnate/once" "2" - agent-base "6" - debug "4" - -http-proxy@^1.18.0: - version "1.18.1" - resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" - integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== - dependencies: - eventemitter3 "^4.0.0" - follow-redirects "^1.0.0" - requires-port "^1.0.0" - -httpolyglot@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/httpolyglot/-/httpolyglot-0.1.2.tgz#e4d347fe8984a62f467d4060df527f1851f6997b" - integrity sha1-5NNH/omEpi9GfUBg31J/GFH2mXs= - -https-proxy-agent@5, https-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" - integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== - dependencies: - agent-base "6" - debug "4" - -humanize-ms@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" - integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0= - dependencies: - ms "^2.0.0" - -iconv-lite@0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -iconv-lite@^0.6.2: - version "0.6.3" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" - integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== - dependencies: - safer-buffer ">= 2.1.2 < 3.0.0" - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= - -indent-string@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" - integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - -infer-owner@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" - integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@~2.0.1: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -inherits@2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" - integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= - -ini@^1.3.4: - version "1.3.8" - resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" - integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== - -interpret@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.1.0.tgz#7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614" - integrity sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ= - -ip@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" - integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= - -ipaddr.js@1.9.1: - version "1.9.1" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" - integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== - -is-absolute@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-absolute/-/is-absolute-1.0.0.tgz#395e1ae84b11f26ad1795e73c17378e48a301576" - integrity sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA== - dependencies: - is-relative "^1.0.0" - is-windows "^1.0.1" - -is-buffer@~1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - -is-core-module@^2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" - integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== - dependencies: - has "^1.0.3" - -is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-glob@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" - integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== - dependencies: - is-extglob "^2.1.1" - -is-lambda@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" - integrity sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU= - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-plain-object@^2.0.3, is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" - -is-relative@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-relative/-/is-relative-1.0.0.tgz#a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d" - integrity sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA== - dependencies: - is-unc-path "^1.0.0" - -is-unc-path@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-unc-path/-/is-unc-path-1.0.0.tgz#d731e8898ed090a12c352ad2eaed5095ad322c9d" - integrity sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ== - dependencies: - unc-path-regex "^0.1.2" - -is-windows@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - -isarray@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" - integrity sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8= - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isobject@^3.0.0, isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - -js-yaml@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" - integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== - dependencies: - argparse "^2.0.1" - -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -kind-of@^6.0.2: - version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - -levn@~0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - -liftup@~3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/liftup/-/liftup-3.0.1.tgz#1cb81aff0f368464ed3a5f1a7286372d6b1a60ce" - integrity sha512-yRHaiQDizWSzoXk3APcA71eOI/UuhEkNN9DiW2Tt44mhYzX4joFoCZlxsSOF7RyeLlfqzFLQI1ngFq3ggMPhOw== - dependencies: - extend "^3.0.2" - findup-sync "^4.0.0" - fined "^1.2.0" - flagged-respawn "^1.0.1" - is-plain-object "^2.0.4" - object.map "^1.0.1" - rechoir "^0.7.0" - resolve "^1.19.0" - -limiter@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/limiter/-/limiter-1.1.5.tgz#8f92a25b3b16c6131293a0cc834b4a838a2aa7c2" - integrity sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA== - -lru-cache@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" - integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== - dependencies: - yallist "^3.0.2" - -lru-cache@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - dependencies: - yallist "^4.0.0" - -lru-cache@^7.5.1: - version "7.5.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.5.1.tgz#660a134c2c3c015aa453b03df55d2a9f0c216a0f" - integrity sha512-q1TS8IqKvcg3aScamKCHpepSrHF537Ww7nHahBOxhDu9D2YoBXAsj/7uFdZFj1xJr9LmyeJ62AdyofCHafUbIA== - -make-dir@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" - integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - dependencies: - semver "^6.0.0" - -make-fetch-happen@^10.0.3: - version "10.0.6" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-10.0.6.tgz#671269de09cc51208413460898efb7b36adf5534" - integrity sha512-4Gfh6lV3TLXmj7qz79hBFuvVqjYSMW6v2+sxtdX4LFQU0rK3V/txRjE0DoZb7X0IF3t9f8NO3CxPSWlvdckhVA== - dependencies: - agentkeepalive "^4.2.1" - cacache "^16.0.0" - http-cache-semantics "^4.1.0" - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^7.5.1" - minipass "^3.1.6" - minipass-collect "^1.0.2" - minipass-fetch "^2.0.3" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - negotiator "^0.6.3" - promise-retry "^2.0.1" - socks-proxy-agent "^6.1.1" - ssri "^8.0.1" - -make-iterator@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/make-iterator/-/make-iterator-1.0.1.tgz#29b33f312aa8f547c4a5e490f56afcec99133ad6" - integrity sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw== - dependencies: - kind-of "^6.0.2" - -map-cache@^0.2.0: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -md5@^2.2.1: - version "2.3.0" - resolved "https://registry.yarnpkg.com/md5/-/md5-2.3.0.tgz#c3da9a6aae3a30b46b7b0c349b87b110dc3bda4f" - integrity sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g== - dependencies: - charenc "0.0.2" - crypt "0.0.2" - is-buffer "~1.1.6" - -media-typer@0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" - integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g= - -merge-descriptors@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" - integrity sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E= - -methods@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" - integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= - -micromatch@^4.0.2: - version "4.0.4" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9" - integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg== - dependencies: - braces "^3.0.1" - picomatch "^2.2.3" - -mime-db@1.52.0, "mime-db@>= 1.43.0 < 2": - version "1.52.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" - integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== - -mime-types@~2.1.24, mime-types@~2.1.34: - version "2.1.35" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" - integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== - dependencies: - mime-db "1.52.0" - -mime@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -minimatch@^3.0.4: - version "3.1.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -minimist@^1.2.5: - version "1.2.7" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" - integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== - -minipass-collect@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617" - integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== - dependencies: - minipass "^3.0.0" - -minipass-fetch@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-2.0.3.tgz#688bbd0c2b019642778dc808b6950dd908d192b3" - integrity sha512-VA+eiiUtaIvpQJXISwE3OiMvQwAWrgKb97F0aXlCS1Ahikr8fEQq8m3Hf7Kv9KT3nokuHigJKsDMB6atU04olQ== - dependencies: - minipass "^3.1.6" - minipass-sized "^1.0.3" - minizlib "^2.1.2" - optionalDependencies: - encoding "^0.1.13" - -minipass-flush@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373" - integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== - dependencies: - minipass "^3.0.0" - -minipass-pipeline@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" - integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== - dependencies: - minipass "^3.0.0" - -minipass-sized@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz#70ee5a7c5052070afacfbc22977ea79def353b70" - integrity sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== - dependencies: - minipass "^3.0.0" - -minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6: - version "3.1.6" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.6.tgz#3b8150aa688a711a1521af5e8779c1d3bb4f45ee" - integrity sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ== - dependencies: - yallist "^4.0.0" - -minizlib@^2.1.1, minizlib@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" - integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== - dependencies: - minipass "^3.0.0" - yallist "^4.0.0" - -mkdirp@^0.5.5: - version "0.5.5" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" - integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== - dependencies: - minimist "^1.2.5" - -mkdirp@^1.0.3, mkdirp@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" - integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" - integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== - -ms@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -ms@^2.0.0: - version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -nan@^2.14.0: - version "2.15.0" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee" - integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ== - -negotiator@0.6.3, negotiator@^0.6.3: - version "0.6.3" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" - integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== - -netmask@^2.0.1: - version "2.0.2" - resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7" - integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg== - -node-addon-api@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f" - integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ== - -node-fetch@^2.6.5: - version "2.6.7" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" - integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== - dependencies: - whatwg-url "^5.0.0" - -node-gyp@9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.0.0.tgz#e1da2067427f3eb5bb56820cb62bc6b1e4bd2089" - integrity sha512-Ma6p4s+XCTPxCuAMrOA/IJRmVy16R8Sdhtwl4PrCr7IBlj4cPawF0vg/l7nOT1jPbuNS7lIRJpBSvVsXwEZuzw== - dependencies: - env-paths "^2.2.0" - glob "^7.1.4" - graceful-fs "^4.2.6" - make-fetch-happen "^10.0.3" - nopt "^5.0.0" - npmlog "^6.0.0" - rimraf "^3.0.2" - semver "^7.3.5" - tar "^6.1.2" - which "^2.0.2" - -nopt@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88" - integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== - dependencies: - abbrev "1" - -nopt@~4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.3.tgz#a375cad9d02fd921278d954c2254d5aa57e15e48" - integrity sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg== - dependencies: - abbrev "1" - osenv "^0.1.4" - -npmlog@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" - integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== - dependencies: - are-we-there-yet "^2.0.0" - console-control-strings "^1.1.0" - gauge "^3.0.0" - set-blocking "^2.0.0" - -npmlog@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.1.tgz#06f1344a174c06e8de9c6c70834cfba2964bba17" - integrity sha512-BTHDvY6nrRHuRfyjt1MAufLxYdVXZfd099H4+i1f0lPywNQyI4foeNXJRObB/uy+TYqUW0vAD9gbdSOXPst7Eg== - dependencies: - are-we-there-yet "^3.0.0" - console-control-strings "^1.1.0" - gauge "^4.0.0" - set-blocking "^2.0.0" - -object-assign@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-inspect@^1.9.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0" - integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== - -object.defaults@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/object.defaults/-/object.defaults-1.1.0.tgz#3a7f868334b407dea06da16d88d5cd29e435fecf" - integrity sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8= - dependencies: - array-each "^1.0.1" - array-slice "^1.0.0" - for-own "^1.0.0" - isobject "^3.0.0" - -object.map@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object.map/-/object.map-1.0.1.tgz#cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37" - integrity sha1-z4Plncj8wK1fQlDh94s7gb2AHTc= - dependencies: - for-own "^1.0.0" - make-iterator "^1.0.0" - -object.pick@^1.2.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - -on-finished@~2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" - integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - dependencies: - ee-first "1.1.1" - -on-headers@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" - integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== - -once@^1.3.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -optionator@^0.8.1: - version "0.8.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" - integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== - dependencies: - deep-is "~0.1.3" - fast-levenshtein "~2.0.6" - levn "~0.3.0" - prelude-ls "~1.1.2" - type-check "~0.3.2" - word-wrap "~1.2.3" - -os-homedir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - -os-tmpdir@^1.0.0, os-tmpdir@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -osenv@^0.1.4: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - -p-map@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" - integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== - dependencies: - aggregate-error "^3.0.0" - -pac-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz#b718f76475a6a5415c2efbe256c1c971c84f635e" - integrity sha512-CcFG3ZtnxO8McDigozwE3AqAw15zDvGH+OjXO4kzf7IkEKkQ4gxQ+3sdF50WmhQ4P/bVusXcqNE2S3XrNURwzQ== - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - get-uri "3" - http-proxy-agent "^4.0.1" - https-proxy-agent "5" - pac-resolver "^5.0.0" - raw-body "^2.2.0" - socks-proxy-agent "5" - -pac-resolver@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-5.0.0.tgz#1d717a127b3d7a9407a16d6e1b012b13b9ba8dc0" - integrity sha512-H+/A6KitiHNNW+bxBKREk2MCGSxljfqRX76NjummWEYIat7ldVXRU3dhRIE3iXZ0nvGBk6smv3nntxKkzRL8NA== - dependencies: - degenerator "^3.0.1" - ip "^1.1.5" - netmask "^2.0.1" - -parse-filepath@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/parse-filepath/-/parse-filepath-1.0.2.tgz#a632127f53aaf3d15876f5872f3ffac763d6c891" - integrity sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE= - dependencies: - is-absolute "^1.0.0" - map-cache "^0.2.0" - path-root "^0.1.1" - -parse-passwd@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" - integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= - -parseurl@~1.3.2, parseurl@~1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - -path-is-absolute@1.0.1, path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-parse@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" - integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - -path-root-regex@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz#bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d" - integrity sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0= - -path-root@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/path-root/-/path-root-0.1.1.tgz#9a4a6814cac1c0cd73360a95f32083c8ea4745b7" - integrity sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc= - dependencies: - path-root-regex "^0.1.0" - -path-to-regexp@0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" - integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= - -pem@^1.14.2: - version "1.14.6" - resolved "https://registry.yarnpkg.com/pem/-/pem-1.14.6.tgz#89babca3a73466fb844df70666dbf1b25eb0dc56" - integrity sha512-I5GKUer2PPv5qzUfxaZ6IGRkhp+357Kyv2t1JJg9vP8hGGI13qU34N2QupmggbpIZGPuudH0jn8KU5hjFpPk3g== - dependencies: - es6-promisify "^6.0.0" - md5 "^2.2.1" - os-tmpdir "^1.0.1" - which "^2.0.2" - -picomatch@^2.2.3: - version "2.3.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" - integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== - -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" - integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= - -promise-retry@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz#ff747a13620ab57ba688f5fc67855410c370da22" - integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== - dependencies: - err-code "^2.0.2" - retry "^0.12.0" - -proxy-addr@~2.0.5: - version "2.0.7" - resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" - integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== - dependencies: - forwarded "0.2.0" - ipaddr.js "1.9.1" - -proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-5.0.0.tgz#d31405c10d6e8431fde96cba7a0c027ce01d633b" - integrity sha512-gkH7BkvLVkSfX9Dk27W6TyNOWWZWRilRfk1XxGNWOYJ2TuedAv1yFpCaU9QSBmBe716XOTNpYNOzhysyw8xn7g== - dependencies: - agent-base "^6.0.0" - debug "4" - http-proxy-agent "^4.0.0" - https-proxy-agent "^5.0.0" - lru-cache "^5.1.1" - pac-proxy-agent "^5.0.0" - proxy-from-env "^1.0.0" - socks-proxy-agent "^5.0.0" - -proxy-from-env@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" - integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== - -qs@6.10.3: - version "6.10.3" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3.tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e" - integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ== - dependencies: - side-channel "^1.0.4" - -qs@6.7.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc" - integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ== - -range-parser@~1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - -raw-body@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.4.0.tgz#a1ce6fb9c9bc356ca52e89256ab59059e13d0332" - integrity sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q== - dependencies: - bytes "3.1.0" - http-errors "1.7.2" - iconv-lite "0.4.24" - unpipe "1.0.0" - -raw-body@^2.2.0: - version "2.5.1" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857" - integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig== - dependencies: - bytes "3.1.2" - http-errors "2.0.0" - iconv-lite "0.4.24" - unpipe "1.0.0" - -readable-stream@1.1.x: - version "1.1.14" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" - integrity sha1-fPTFTvZI44EwhMY23SB54WbAgdk= - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.1" - isarray "0.0.1" - string_decoder "~0.10.x" - -readable-stream@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -rechoir@^0.7.0: - version "0.7.1" - resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.7.1.tgz#9478a96a1ca135b5e88fc027f03ee92d6c645686" - integrity sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg== - dependencies: - resolve "^1.9.0" - -requires-port@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - -resolve-dir@^1.0.0, resolve-dir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" - integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M= - dependencies: - expand-tilde "^2.0.0" - global-modules "^1.0.0" - -resolve@^1.19.0, resolve@^1.9.0: - version "1.22.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" - integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== - dependencies: - is-core-module "^2.8.1" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -retry@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" - integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs= - -rimraf@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -rotating-file-stream@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/rotating-file-stream/-/rotating-file-stream-3.0.3.tgz#c2966a5eb6f2caf25cae18ec4fc50c5b1167a0f3" - integrity sha512-lN4tljs2Pv8OkVCw34Fa+jYn9vn98ZxWgBoavKjlT7az25F+oEZT6kKXmzpqovBVz+fW7Mb862tc34rpxKVZFw== - -router@2.0.0-alpha.1: - version "2.0.0-alpha.1" - resolved "https://registry.yarnpkg.com/router/-/router-2.0.0-alpha.1.tgz#9188213b972215e03ef830e0ac77837870085f6d" - integrity sha512-fz/T/qLkJM6RTtbqGqA1+uZ88ejqJoPyKeJAeXPYjebA7HzV/UyflH4gXWqW/Y6SERnp4kDwNARjqy6se3PcOw== - dependencies: - array-flatten "2.1.1" - debug "3.1.0" - methods "~1.1.2" - parseurl "~1.3.2" - path-to-regexp "0.1.7" - setprototypeof "1.1.0" - utils-merge "1.0.1" - -safe-buffer@5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-buffer@^5.1.1, safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -safe-compare@^1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/safe-compare/-/safe-compare-1.1.4.tgz#5e0128538a82820e2e9250cd78e45da6786ba593" - integrity sha512-b9wZ986HHCo/HbKrRpBJb2kqXMK9CEWIE1egeEvZsYn69ay3kdfl9nG3RyOcR+jInTDf7a86WQ1d4VJX7goSSQ== - dependencies: - buffer-alloc "^1.2.0" - -"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -semver@^6.0.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - -semver@^7.1.3, semver@^7.3.5: - version "7.3.5" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" - integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== - dependencies: - lru-cache "^6.0.0" - -send@0.17.1: - version "0.17.1" - resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8" - integrity sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg== - dependencies: - debug "2.6.9" - depd "~1.1.2" - destroy "~1.0.4" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "~1.7.2" - mime "1.6.0" - ms "2.1.1" - on-finished "~2.3.0" - range-parser "~1.2.1" - statuses "~1.5.0" - -serve-static@1.14.1: - version "1.14.1" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.14.1.tgz#666e636dc4f010f7ef29970a88a674320898b2f9" - integrity sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg== - dependencies: - encodeurl "~1.0.2" - escape-html "~1.0.3" - parseurl "~1.3.3" - send "0.17.1" - -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -setprototypeof@1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" - integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ== - -setprototypeof@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683" - integrity sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw== - -setprototypeof@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" - integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== - -side-channel@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" - integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== - dependencies: - call-bind "^1.0.0" - get-intrinsic "^1.0.2" - object-inspect "^1.9.0" - -signal-exit@^3.0.0, signal-exit@^3.0.7: - version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== - -smart-buffer@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" - integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== - -socks-proxy-agent@5, socks-proxy-agent@^5.0.0: - version "5.0.1" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz#032fb583048a29ebffec2e6a73fca0761f48177e" - integrity sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ== - dependencies: - agent-base "^6.0.2" - debug "4" - socks "^2.3.3" - -socks-proxy-agent@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.1.1.tgz#e664e8f1aaf4e1fb3df945f09e3d94f911137f87" - integrity sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew== - dependencies: - agent-base "^6.0.2" - debug "^4.3.1" - socks "^2.6.1" - -socks@^2.3.3, socks@^2.6.1: - version "2.6.2" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.2.tgz#ec042d7960073d40d94268ff3bb727dc685f111a" - integrity sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA== - dependencies: - ip "^1.1.5" - smart-buffer "^4.2.0" - -source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -spdlog@^0.13.6: - version "0.13.6" - resolved "https://registry.yarnpkg.com/spdlog/-/spdlog-0.13.6.tgz#26b2e13d46cbf8f2334c12ba2a8cc82de5a28f02" - integrity sha512-iGqDoA88G3Rv3lkbVQglTulp3nv12FzND6LDC7cOZ+OoFvWnXVb3+Ebhed60oZ6+IWWGwDtjXK6ympwr7C1XmQ== - dependencies: - bindings "^1.5.0" - mkdirp "^0.5.5" - nan "^2.14.0" - -split2@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/split2/-/split2-4.1.0.tgz#101907a24370f85bb782f08adaabe4e281ecf809" - integrity sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ== - -ssri@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af" - integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== - dependencies: - minipass "^3.1.1" - -statuses@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" - integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== - -"statuses@>= 1.5.0 < 2", statuses@~1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - -"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -string_decoder@~0.10.x: - version "0.10.31" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" - integrity sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ= - -strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" - integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== - -tar@^6.1.11, tar@^6.1.2: - version "6.1.11" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621" - integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA== - dependencies: - chownr "^2.0.0" - fs-minipass "^2.0.0" - minipass "^3.0.0" - minizlib "^2.1.1" - mkdirp "^1.0.3" - yallist "^4.0.0" - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -toidentifier@1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" - integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== - -toidentifier@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" - integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== - -tr46@~0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" - integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= - -tslib@^2.0.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" - integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== - -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - dependencies: - prelude-ls "~1.1.2" - -type-is@~1.6.17, type-is@~1.6.18: - version "1.6.18" - resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" - integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== - dependencies: - media-typer "0.3.0" - mime-types "~2.1.24" - -unc-path-regex@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa" - integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo= - -unique-filename@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" - integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== - dependencies: - unique-slug "^2.0.0" - -unique-slug@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c" - integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== - dependencies: - imurmurhash "^0.1.4" - -universalify@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - -unpipe@1.0.0, unpipe@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - -util-deprecate@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -utils-merge@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" - integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= - -v8flags@~3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-3.2.0.tgz#b243e3b4dfd731fa774e7492128109a0fe66d656" - integrity sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg== - dependencies: - homedir-polyfill "^1.0.1" - -vary@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - -vm2@^3.9.8: - version "3.9.11" - resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.11.tgz#a880f510a606481719ec3f9803b940c5805a06fe" - integrity sha512-PFG8iJRSjvvBdisowQ7iVF580DXb1uCIiGaXgm7tynMR1uTBlv7UJlB1zdv5KJ+Tmq1f0Upnj3fayoEOPpCBKg== - dependencies: - acorn "^8.7.0" - acorn-walk "^8.2.0" - -webidl-conversions@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" - integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= - -whatwg-url@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" - integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= - dependencies: - tr46 "~0.0.3" - webidl-conversions "^3.0.0" - -which@^1.2.14: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -wide-align@^1.1.2, wide-align@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" - integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== - dependencies: - string-width "^1.0.2 || 2 || 3 || 4" - -word-wrap@~1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -ws@^8.0.0: - version "8.5.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.5.0.tgz#bfb4be96600757fe5382de12c670dab984a1ed4f" - integrity sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg== - -xdg-basedir@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13" - integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q== - -xregexp@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-2.0.0.tgz#52a63e56ca0b84a7f3a5f3d61872f126ad7a5943" - integrity sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM= - -yallist@^3.0.2: - version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" - integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== - -yallist@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - -yarn@^1.22.4: - version "1.22.17" - resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.17.tgz#bf910747d22497b573131f7341c0e1d15c74036c" - integrity sha512-H0p241BXaH0UN9IeH//RT82tl5PfNraVpSpEoW+ET7lmopNC61eZ+A+IDvU8FM6Go5vx162SncDL8J1ZjRBriQ== diff --git a/code-server/tests/ServiceStartsWithDefaults/build.gradle.kts b/code-server/tests/ServiceStartsWithDefaults/build.gradle.kts new file mode 100644 index 00000000..5e972e0e --- /dev/null +++ b/code-server/tests/ServiceStartsWithDefaults/build.gradle.kts @@ -0,0 +1,4 @@ +import tasks.tests.ServiceStartsWithDefaultsTest +tasks.register("test") { + waitForMessage.set("NOTICE: ready to handle connections") +} diff --git a/composer/Dockerfile b/composer/Dockerfile index 56ee3f45..bb79aee0 100644 --- a/composer/Dockerfile +++ b/composer/Dockerfile @@ -1,11 +1,11 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM --platform=$BUILDPLATFORM ${repository}/download:${tag} AS download -ARG COMPOSER_VERSION="2.0.12" -ARG COMPOSER_SHA256="82ea8c1537cfaceb7e56f6004c7ccdf99ddafce7237c07374d920e635730a631" +ARG COMPOSER_VERSION="2.3.10" +ARG COMPOSER_SHA256="d808272f284fa8e0f8b470703e1438ac8f362030bbc9d12e29530277d767aff0" # https://getcomposer.org/download/ RUN --mount=type=cache,id=download-downloads,sharing=locked,target=/opt/downloads \ @@ -21,31 +21,32 @@ FROM ${repository}/download:${tag} # Install packages and tools that allow for basic downloads. RUN --mount=type=cache,id=composer-apk,sharing=locked,from=cache,target=/var/cache/apk \ apk add --no-cache \ - php7 \ - php7-ctype \ - php7-curl \ - php7-dom \ - php7-fileinfo \ - php7-fpm \ - php7-gd \ - php7-iconv \ - php7-json \ - php7-mbstring \ - php7-mysqli \ - php7-opcache \ - php7-openssl \ - php7-pdo \ - php7-pdo_mysql \ - php7-pdo_pgsql \ - php7-phar \ - php7-session \ - php7-simplexml \ - php7-tokenizer \ - php7-xml \ - php7-xmlwriter \ - php7-xmlreader \ - php7-xsl \ + php81 \ + php81-ctype \ + php81-curl \ + php81-dom \ + php81-fileinfo \ + php81-fpm \ + php81-gd \ + php81-iconv \ + php81-json \ + php81-mbstring \ + php81-mysqli \ + php81-opcache \ + php81-openssl \ + php81-pdo \ + php81-pdo_mysql \ + php81-pdo_pgsql \ + php81-phar \ + php81-session \ + php81-simplexml \ + php81-tokenizer \ + php81-xml \ + php81-xmlwriter \ + php81-xmlreader \ + php81-xsl \ && \ + ln -s /usr/bin/php81 /usr/bin/php && \ echo '' > /root/.ash_history COPY --from=download /usr/bin/composer /usr/bin/composer diff --git a/crayfish/Dockerfile b/crayfish/Dockerfile index 850abcd4..c7b87be7 100644 --- a/crayfish/Dockerfile +++ b/crayfish/Dockerfile @@ -3,17 +3,21 @@ ARG repository=local ARG tag=latest FROM --platform=$BUILDPLATFORM ${repository}/download:${tag} AS download -ARG COMMIT=48cd6acfe4b6892d4ffa20e4fdfe16057a19a142 +# When updating this commit also update the lock files in rootfs/var/www/crayfish. +ARG COMMIT=22bc67f0906d3a45148d585b28dbc94fc81151ca RUN --mount=type=cache,id=crayfish-downloads,sharing=locked,target=/opt/downloads \ git-clone-cached.sh \ - --url https://github.com/Islandora/Crayfish.git \ + --url https://github.com/nigelgbanks/Crayfish.git \ --cache-dir "${DOWNLOAD_CACHE_DIRECTORY}" \ --commit "${COMMIT}" \ --worktree /var/www/crayfish -FROM ${repository}/composer:${tag} +# Use a lock file for reproducible builds, always update it when updating the commit above. +COPY rootfs/var/www/crayfish /var/www/crayfish -COPY --from=download --chown=nginx:nginx /var/www /var/www +FROM ${repository}/composer:${tag} COPY rootfs / + +COPY --from=download /var/www /var/www diff --git a/crayfish/rootfs/etc/nginx/http.d/default.conf b/crayfish/rootfs/etc/nginx/http.d/default.conf index b9df4e91..4bc6f712 100644 --- a/crayfish/rootfs/etc/nginx/http.d/default.conf +++ b/crayfish/rootfs/etc/nginx/http.d/default.conf @@ -9,7 +9,7 @@ server { } location ~ ^/index\.php(/|$) { - fastcgi_pass unix:/var/run/php-fpm7/php-fpm7.sock; + fastcgi_pass unix:/var/run/php-fpm81/php-fpm81.sock; fastcgi_split_path_info ^(.+\.php)(/.*)$; include fastcgi_params; diff --git a/crayfish/rootfs/var/www/crayfish/Homarus/composer.lock b/crayfish/rootfs/var/www/crayfish/Homarus/composer.lock new file mode 100644 index 00000000..8edfe5dc --- /dev/null +++ b/crayfish/rootfs/var/www/crayfish/Homarus/composer.lock @@ -0,0 +1,6919 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "8880bc3443c28a32f82a27b39ea5a3f6", + "packages": [ + { + "name": "easyrdf/easyrdf", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/easyrdf/easyrdf.git", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-xmlreader": "*", + "lib-libxml": "*", + "php": ">=7.1.0" + }, + "require-dev": { + "code-lts/doctum": "^5", + "ml/json-ld": "~1.0", + "phpunit/phpunit": "^7", + "semsol/arc2": "^2.4", + "squizlabs/php_codesniffer": "3.*", + "zendframework/zend-http": "~2.3" + }, + "suggest": { + "ml/json-ld": "~1.0", + "semsol/arc2": "~2.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "EasyRdf\\": "lib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "homepage": "http://indeyets.ru/", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "support": { + "forum": "http://groups.google.com/group/easyrdf/", + "issues": "http://github.com/easyrdf/easyrdf/issues", + "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1" + }, + "time": "2020-12-02T08:47:31+00:00" + }, + { + "name": "guzzlehttp/guzzle", + "version": "6.5.8", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.9", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "1.5.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "b94b2807d85443f9719887892882d0329d1e2598" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", + "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4 || ^5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2022-08-28T14:55:35+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.9.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2022-06-20T21:43:03+00:00" + }, + { + "name": "islandora/chullo", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Islandora/chullo.git", + "reference": "a7c1e051eab2a5077eaf5db2649201fa775c5a02" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Islandora/chullo/zipball/a7c1e051eab2a5077eaf5db2649201fa775c5a02", + "reference": "a7c1e051eab2a5077eaf5db2649201fa775c5a02", + "shasum": "" + }, + "require": { + "easyrdf/easyrdf": "^0.9 || ^1", + "guzzlehttp/guzzle": "^6.1.0", + "ml/json-ld": "^1.0.4", + "php": ">=7.3" + }, + "require-dev": { + "mockery/mockery": "^0.9", + "phpunit/phpunit": "^9.0", + "sebastian/phpcpd": "^6.0", + "squizlabs/php_codesniffer": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Islandora\\Chullo\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + }, + { + "name": "Daniel Lamb", + "email": "dlamb@islandora.ca", + "role": "Maintainer" + }, + { + "name": "Nick Ruest", + "email": "ruestn@gmail.com", + "role": "Maintainer" + } + ], + "description": "A PHP client for interacting with a Fedora 4 server.", + "homepage": "https://github.com/Islandora/chullo", + "support": { + "issues": "https://github.com/Islandora/documentation/issues", + "source": "https://github.com/Islandora/chullo/tree/1.3.0" + }, + "time": "2021-12-16T22:31:48+00:00" + }, + { + "name": "islandora/crayfish-commons", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Islandora/Crayfish-Commons.git", + "reference": "e7b8cbd5951286897507f6cfd3e6356201d24f48" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Islandora/Crayfish-Commons/zipball/e7b8cbd5951286897507f6cfd3e6356201d24f48", + "reference": "e7b8cbd5951286897507f6cfd3e6356201d24f48", + "shasum": "" + }, + "require": { + "islandora/chullo": "^1.0", + "namshi/jose": "^7.2", + "psr/log": "^1.0.1", + "symfony/config": "4.4.*", + "symfony/dependency-injection": "4.4.*", + "symfony/event-dispatcher": "4.4.*", + "symfony/http-foundation": "4.4.*", + "symfony/monolog-bundle": "^3.4", + "symfony/security-bundle": "4.4.*", + "symfony/yaml": "4.4.*" + }, + "conflict": { + "symfony/symfony": "*" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "sebastian/phpcpd": "^6.0", + "squizlabs/php_codesniffer": "^3.0", + "symfony/phpunit-bridge": "4.4.*" + }, + "type": "symfony-bundle", + "extra": { + "symfony": { + "allow-contrib": false, + "require": "4.4.*" + } + }, + "autoload": { + "psr-4": { + "Islandora\\Crayfish\\Commons\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + }, + { + "name": "Daniel Lamb", + "email": "dlamb@islandora.ca", + "role": "Maintainer" + } + ], + "description": "Shared code amongst Islandora Crayfish microservices", + "homepage": "https://github.com/Islandora/Crayfish-Commons", + "support": { + "issues": "https://github.com/Islandora/documentation/issues", + "source": "https://github.com/Islandora/Crayfish-Commons/tree/3.0.0" + }, + "time": "2022-05-05T15:46:41+00:00" + }, + { + "name": "ml/iri", + "version": "1.1.4", + "target-dir": "ML/IRI", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/IRI.git", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341", + "shasum": "" + }, + "require": { + "lib-pcre": ">=4.0", + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "ML\\IRI": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "IRI handling for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "URN", + "iri", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/lanthaler/IRI/issues", + "source": "https://github.com/lanthaler/IRI/tree/master" + }, + "time": "2014-01-21T13:43:39+00:00" + }, + { + "name": "ml/json-ld", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/JsonLD.git", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ml/iri": "^1.1.1", + "php": ">=5.3.0" + }, + "require-dev": { + "json-ld/tests": "1.0", + "phpunit/phpunit": "^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ML\\JsonLD\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "JSON-LD Processor for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "JSON-LD", + "jsonld" + ], + "support": { + "issues": "https://github.com/lanthaler/JsonLD/issues", + "source": "https://github.com/lanthaler/JsonLD/tree/1.2.1" + }, + "time": "2022-09-29T08:45:17+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.27.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpstan/phpstan": "^0.12.59", + "phpunit/phpunit": "~4.5", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.27.1" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2022-06-09T08:53:42+00:00" + }, + { + "name": "namshi/jose", + "version": "7.2.3", + "source": { + "type": "git", + "url": "https://github.com/namshi/jose.git", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff", + "shasum": "" + }, + "require": { + "ext-date": "*", + "ext-hash": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-spl": "*", + "php": ">=5.5", + "symfony/polyfill-php56": "^1.0" + }, + "require-dev": { + "phpseclib/phpseclib": "^2.0", + "phpunit/phpunit": "^4.5|^5.0", + "satooshi/php-coveralls": "^1.0" + }, + "suggest": { + "ext-openssl": "Allows to use OpenSSL as crypto engine.", + "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0." + }, + "type": "library", + "autoload": { + "psr-4": { + "Namshi\\JOSE\\": "src/Namshi/JOSE/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alessandro Nadalin", + "email": "alessandro.nadalin@gmail.com" + }, + { + "name": "Alessandro Cinelli (cirpo)", + "email": "alessandro.cinelli@gmail.com" + } + ], + "description": "JSON Object Signing and Encryption library for PHP.", + "keywords": [ + "JSON Web Signature", + "JSON Web Token", + "JWS", + "json", + "jwt", + "token" + ], + "support": { + "issues": "https://github.com/namshi/jose/issues", + "source": "https://github.com/namshi/jose/tree/master" + }, + "time": "2016-12-05T07:27:31+00:00" + }, + { + "name": "psr/cache", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/2.0.0" + }, + "time": "2021-02-03T23:23:37+00:00" + }, + { + "name": "psr/container", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "shasum": "" + }, + "require": { + "php": ">=7.4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.2" + }, + "time": "2021-11-05T16:50:12+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "psr/log", + "version": "1.1.4", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "symfony/cache", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache.git", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache/zipball/3b98ed664887ad197b8ede3da2432787212eb915", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/cache": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/cache-contracts": "^1.1.7|^2", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.2|^5.0" + }, + "conflict": { + "doctrine/dbal": "<2.7", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4|>=5.0", + "symfony/var-dumper": "<4.4" + }, + "provide": { + "psr/cache-implementation": "1.0|2.0", + "psr/simple-cache-implementation": "1.0|2.0", + "symfony/cache-implementation": "1.0|2.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "^1.6|^2.0", + "doctrine/dbal": "^2.7|^3.0", + "predis/predis": "^1.1", + "psr/simple-cache": "^1.0|^2.0", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.1|^5.0", + "symfony/filesystem": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/var-dumper": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Cache\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", + "homepage": "https://symfony.com", + "keywords": [ + "caching", + "psr6" + ], + "support": { + "source": "https://github.com/symfony/cache/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-17T20:21:54+00:00" + }, + { + "name": "symfony/cache-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0|^3.0" + }, + "suggest": { + "symfony/cache-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:53:40+00:00" + }, + { + "name": "symfony/config", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" + }, + "conflict": { + "symfony/finder": "<3.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/messenger": "^4.1|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/config/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/debug", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/debug/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/container": "^1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<4.3|>=5.0", + "symfony/finder": "<3.4", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<4.4.26" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" + }, + "require-dev": { + "symfony/config": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/yaml": "^4.4.26|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v3.1.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-02-25T11:15:52+00:00" + }, + { + "name": "symfony/dotenv", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/dotenv.git", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "require-dev": { + "symfony/process": "^3.4.2|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Dotenv\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Registers environment variables from a .env file", + "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "support": { + "source": "https://github.com/symfony/dotenv/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/error-handler", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3", + "symfony/debug": "^4.4.5", + "symfony/var-dumper": "^4.4|^5.0" + }, + "require-dev": { + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to manage errors and ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "~3.4|~4.4", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v4.4.42", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v4.4.42" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-20T08:49:14+00:00" + }, + { + "name": "symfony/finder", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/finder/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-29T07:35:46+00:00" + }, + { + "name": "symfony/flex", + "version": "v1.19.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/flex.git", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/flex/zipball/ab0453b16029e131c112df1a76e59eb2a47e1f67", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0|^2.0", + "php": ">=7.1" + }, + "require-dev": { + "composer/composer": "^1.0.2|^2.0", + "symfony/dotenv": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Symfony\\Flex\\Flex" + }, + "autoload": { + "psr-4": { + "Symfony\\Flex\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien.potencier@gmail.com" + } + ], + "description": "Composer plugin for Symfony", + "support": { + "issues": "https://github.com/symfony/flex/issues", + "source": "https://github.com/symfony/flex/tree/v1.19.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-07T09:39:08+00:00" + }, + { + "name": "symfony/framework-bundle", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/framework-bundle.git", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5b8b76e374032b34475ccf8a90c8cef06f49441a", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^4.4.11|~5.0.11|^5.1.3", + "symfony/dependency-injection": "^4.4.38|^5.0.1", + "symfony/error-handler": "^4.4.1|^5.0.1", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/routing": "^4.4.12|^5.1.4" + }, + "conflict": { + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/asset": "<3.4", + "symfony/browser-kit": "<4.3", + "symfony/console": "<4.4.21", + "symfony/dom-crawler": "<4.3", + "symfony/dotenv": "<4.3.6", + "symfony/form": "<4.3.5", + "symfony/http-client": "<4.4", + "symfony/lock": "<4.4", + "symfony/mailer": "<4.4", + "symfony/messenger": "<4.4", + "symfony/mime": "<4.4", + "symfony/property-info": "<3.4", + "symfony/security-bundle": "<4.4", + "symfony/serializer": "<4.4", + "symfony/stopwatch": "<3.4", + "symfony/translation": "<4.4", + "symfony/twig-bridge": "<4.1.1", + "symfony/twig-bundle": "<4.4", + "symfony/validator": "<4.4", + "symfony/web-profiler-bundle": "<4.4", + "symfony/workflow": "<4.3.6" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "doctrine/cache": "^1.0|^2.0", + "doctrine/persistence": "^1.3|^2|^3", + "paragonie/sodium_compat": "^1.8", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/console": "^4.4.42|^5.4.9", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7", + "symfony/dotenv": "^4.3.6|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^4.3.5|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "symfony/security-core": "^3.4|^4.4|^5.2", + "symfony/security-csrf": "^3.4|^4.0|^5.0", + "symfony/security-http": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/workflow": "^4.3.6|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-apcu": "For best performance of the system caches", + "symfony/console": "For using the console commands", + "symfony/form": "For using forms", + "symfony/property-info": "For using the property_info service", + "symfony/serializer": "For using the serializer service", + "symfony/validator": "For using validation", + "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", + "symfony/yaml": "For using the debug:config and lint:yaml commands" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\FrameworkBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/framework-bundle/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-04-12T15:48:08+00:00" + }, + { + "name": "symfony/http-foundation", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/mime": "^4.3|^5.0", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/expression-language": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-12T09:40:54+00:00" + }, + { + "name": "symfony/http-kernel", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a6d5229dd9466e046674baad8449ad92ee24eddd", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2", + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-client-contracts": "^1.1|^2", + "symfony/http-foundation": "^4.4.30|^5.3.7", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/browser-kit": "<4.3", + "symfony/config": "<3.4", + "symfony/console": ">=5", + "symfony/dependency-injection": "<4.3", + "symfony/translation": "<4.2", + "twig/twig": "<1.43|<2.13,>=2" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^4.3|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a structured process for converting a Request into a Response", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-kernel/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-28T16:49:22+00:00" + }, + { + "name": "symfony/inflector", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/inflector.git", + "reference": "66185be61805b1e44a5c4000929e700228d426cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/inflector/zipball/66185be61805b1e44a5c4000929e700228d426cc", + "reference": "66185be61805b1e44a5c4000929e700228d426cc", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Inflector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts words between their singular and plural forms (English only)", + "homepage": "https://symfony.com", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string", + "symfony", + "words" + ], + "support": { + "source": "https://github.com/symfony/inflector/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "EnglishInflector from the String component", + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/mime", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "egulias/email-validator": "~3.0.0", + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10|^3.1", + "symfony/dependency-injection": "^3.4|^4.1|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows manipulating MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "support": { + "source": "https://github.com/symfony/mime/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/monolog-bridge", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bridge.git", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ad09c9980b912e757c4ecd8363cebf3039d1d471", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.25.1", + "php": ">=7.1.3", + "symfony/http-kernel": "^4.3", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "symfony/console": "<3.4", + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/security-core": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", + "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", + "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." + }, + "type": "symfony-bridge", + "autoload": { + "psr-4": { + "Symfony\\Bridge\\Monolog\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides integration for Monolog with various Symfony components", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/monolog-bridge/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-16T12:12:11+00:00" + }, + { + "name": "symfony/monolog-bundle", + "version": "v3.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bundle.git", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.22 || ^2.0 || ^3.0", + "php": ">=7.1.3", + "symfony/config": "~4.4 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", + "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" + }, + "require-dev": { + "symfony/console": "~4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.2 || ^6.0", + "symfony/yaml": "~4.4 || ^5.0 || ^6.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\MonologBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony MonologBundle", + "homepage": "https://symfony.com", + "keywords": [ + "log", + "logging" + ], + "support": { + "issues": "https://github.com/symfony/monolog-bundle/issues", + "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T14:24:36+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "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" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T07:21:04+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/property-access", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/property-access.git", + "reference": "d49682f6f0764df725c95128213a38f7e0a9f358" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/property-access/zipball/d49682f6f0764df725c95128213a38f7e0a9f358", + "reference": "d49682f6f0764df725c95128213a38f7e0a9f358", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/inflector": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/cache": "^3.4|^4.0|^5.0" + }, + "suggest": { + "psr/cache-implementation": "To cache access methods." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\PropertyAccess\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides functions to read and write from/to an object or array using a simple string notation", + "homepage": "https://symfony.com", + "keywords": [ + "access", + "array", + "extraction", + "index", + "injection", + "object", + "property", + "property path", + "reflection" + ], + "support": { + "source": "https://github.com/symfony/property-access/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, + { + "name": "symfony/routing", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "psr/log": "^1|^2|^3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Maps an HTTP request to a set of configuration variables", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], + "support": { + "source": "https://github.com/symfony/routing/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/security-bundle", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-bundle.git", + "reference": "d2a6bf4aeb75e75d3faacf9bec286e0de58394b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d2a6bf4aeb75e75d3faacf9bec286e0de58394b6", + "reference": "d2a6bf4aeb75e75d3faacf9bec286e0de58394b6", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^4.4", + "symfony/security-csrf": "^4.2|^5.0", + "symfony/security-guard": "^4.2|^5.0", + "symfony/security-http": "^4.4.5" + }, + "conflict": { + "symfony/browser-kit": "<4.2", + "symfony/console": "<3.4", + "symfony/framework-bundle": "<4.4", + "symfony/ldap": "<4.4", + "symfony/twig-bundle": "<4.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.2|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^3.4|^4.0|^5.0", + "symfony/framework-bundle": "^4.4|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/translation": "^3.4|^4.0|^5.0", + "symfony/twig-bridge": "^3.4|^4.0|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\SecurityBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-bundle/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/security-core", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-core.git", + "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-core/zipball/423ccb332784b236dfe6c5f396d0ac49db57c914", + "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1|^2", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/event-dispatcher": "<4.3|>=5", + "symfony/ldap": "<4.4", + "symfony/security-guard": "<4.3" + }, + "require-dev": { + "psr/container": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/event-dispatcher": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/ldap": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/validator": "^3.4.31|^4.3.4|^5.0" + }, + "suggest": { + "psr/container-implementation": "To instantiate the Security class", + "symfony/event-dispatcher": "", + "symfony/expression-language": "For using the expression voter", + "symfony/http-foundation": "", + "symfony/ldap": "For using LDAP integration", + "symfony/validator": "For using the user password constraint" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Core\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Core Library", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-core/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-22T05:50:33+00:00" + }, + { + "name": "symfony/security-csrf", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-csrf.git", + "reference": "45c956ef58135091f53732646a0acd28034f02c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/45c956ef58135091f53732646a0acd28034f02c0", + "reference": "45c956ef58135091f53732646a0acd28034f02c0", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^3.4|^4.0|^5.0" + }, + "conflict": { + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/http-foundation": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/http-foundation": "For using the class SessionTokenStorage." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Csrf\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - CSRF Library", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-csrf/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/security-guard", + "version": "v4.4.46", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-guard.git", + "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/f199eb1b19db11ce254b891580728c45a7ccacfd", + "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/security-core": "^3.4.22|^4.2.3|^5.0", + "symfony/security-http": "^4.4.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Guard\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Guard", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-guard/tree/v4.4.46" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-09-23T06:06:49+00:00" + }, + { + "name": "symfony/security-http", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-http.git", + "reference": "41e7666313f140ac8560f8db64ab54cc7348615a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-http/zipball/41e7666313f140ac8560f8db64ab54cc7348615a", + "reference": "41e7666313f140ac8560f8db64ab54cc7348615a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", + "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/security-core": "^4.4.8" + }, + "conflict": { + "symfony/event-dispatcher": ">=5", + "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0" + }, + "suggest": { + "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", + "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Http\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - HTTP Integration", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-http/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-20T10:00:58+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "conflict": { + "ext-psr": "<1.1|>=2" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-30T19:17:29+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.5", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/console": "<3.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/var-exporter", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/var-dumper": "^4.4.9|^5.0.9" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-27T11:44:32+00:00" + }, + { + "name": "symfony/yaml", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-02T15:47:23+00:00" + } + ], + "packages-dev": [ + { + "name": "doctrine/inflector", + "version": "2.0.6", + "source": { + "type": "git", + "url": "https://github.com/doctrine/inflector.git", + "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", + "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "^8.5 || ^9.5", + "vimeo/psalm": "^4.25" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", + "keywords": [ + "inflection", + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" + ], + "support": { + "issues": "https://github.com/doctrine/inflector/issues", + "source": "https://github.com/doctrine/inflector/tree/2.0.6" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", + "type": "tidelift" + } + ], + "time": "2022-10-20T09:10:12+00:00" + }, + { + "name": "doctrine/instantiator", + "version": "1.4.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.22" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.4.1" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-03-03T08:28:38+00:00" + }, + { + "name": "myclabs/deep-copy", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2022-03-03T13:19:32+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.15.1", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" + }, + "time": "2022-09-04T07:30:47+00:00" + }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + }, + "time": "2020-06-27T09:03:43+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "5.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" + }, + "require-dev": { + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + }, + "time": "2021-10-19T17:43:47+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "1.6.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" + }, + "require-dev": { + "ext-tokenizer": "*", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "support": { + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + }, + "time": "2022-10-14T12:47:21+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.2", + "php": "^7.2 || ~8.0, <8.2", + "phpdocumentor/reflection-docblock": "^5.2", + "sebastian/comparator": "^3.0 || ^4.0", + "sebastian/recursion-context": "^3.0 || ^4.0" + }, + "require-dev": { + "phpspec/phpspec": "^6.0 || ^7.0", + "phpunit/phpunit": "^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" + }, + "time": "2021-12-08T12:19:24+00:00" + }, + { + "name": "phpspec/prophecy-phpunit", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy-phpunit.git", + "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/2d7a9df55f257d2cba9b1d0c0963a54960657177", + "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8", + "phpspec/prophecy": "^1.3", + "phpunit/phpunit": "^9.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\PhpUnit\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christophe Coevoet", + "email": "stof@notk.org" + } + ], + "description": "Integrating the Prophecy mocking library in PHPUnit test cases", + "homepage": "http://phpspec.net", + "keywords": [ + "phpunit", + "prophecy" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy-phpunit/issues", + "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.0.1" + }, + "time": "2020-07-09T08:33:42+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.18", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.14", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "*", + "ext-xdebug": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-10-27T13:35:33+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.5.26", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.5-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2022-10-28T06:00:21+00:00" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:08:54+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:41:17+00:00" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:10:38+00:00" + }, + { + "name": "sebastian/environment", + "version": "5.1.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-04-03T09:37:03+00:00" + }, + { + "name": "sebastian/exporter", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:03:37+00:00" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-14T08:28:10+00:00" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-28T06:42:11+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" + }, + { + "name": "sebastian/phpcpd", + "version": "6.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpcpd.git", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0", + "phpunit/php-timer": "^5.0", + "sebastian/cli-parser": "^1.0", + "sebastian/version": "^3.0" + }, + "bin": [ + "phpcpd" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Copy/Paste Detector (CPD) for PHP code.", + "homepage": "https://github.com/sebastianbergmann/phpcpd", + "support": { + "issues": "https://github.com/sebastianbergmann/phpcpd/issues", + "source": "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-12-07T05:39:23+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:17:30+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:45:17+00:00" + }, + { + "name": "sebastian/type", + "version": "3.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-12T14:47:03+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.7.1", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards" + ], + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2022-06-18T07:21:10+00:00" + }, + { + "name": "symfony/browser-kit", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/browser-kit.git", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.3|^5.0", + "symfony/mime": "^4.3|^5.0", + "symfony/process": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/browser-kit/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-25T12:56:14+00:00" + }, + { + "name": "symfony/console", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "8e70c1cab07ac641b885ce80385b9824a293c623" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/8e70c1cab07ac641b885ce80385b9824a293c623", + "reference": "8e70c1cab07ac641b885ce80385b9824a293c623", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "psr/log": ">=3", + "symfony/dependency-injection": "<3.4", + "symfony/event-dispatcher": "<4.3|>=5", + "symfony/lock": "<4.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/log": "^1|^2", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/event-dispatcher": "^4.3", + "symfony/lock": "^4.4|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^4.3|^5.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases the creation of beautiful and testable command line interfaces", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/console/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-26T16:02:45+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts CSS selectors to XPath expressions", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/css-selector/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, + { + "name": "symfony/dom-crawler", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "masterminds/html5": "<2.6" + }, + "require-dev": { + "masterminds/html5": "^2.6", + "symfony/css-selector": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases DOM navigation for HTML and XML documents", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-03T12:57:57+00:00" + }, + { + "name": "symfony/maker-bundle", + "version": "v1.39.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/maker-bundle.git", + "reference": "30c8ac13511f6df7bc9ac088f31d7a48ce6433c6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/30c8ac13511f6df7bc9ac088f31d7a48ce6433c6", + "reference": "30c8ac13511f6df7bc9ac088f31d7a48ce6433c6", + "shasum": "" + }, + "require": { + "doctrine/inflector": "^1.2|^2.0", + "nikic/php-parser": "^4.11", + "php": ">=7.1.3", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/deprecation-contracts": "^2.2|^3", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/framework-bundle": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0" + }, + "require-dev": { + "composer/semver": "^3.0", + "doctrine/doctrine-bundle": "^1.12.3|^2.0", + "doctrine/orm": "^2.3", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/phpunit-bridge": "^4.4|^5.0|^6.0", + "symfony/polyfill-php80": "^1.16.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/security-core": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0", + "twig/twig": "^2.0|^3.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-main": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\MakerBundle\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.", + "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html", + "keywords": [ + "code generator", + "generator", + "scaffold", + "scaffolding" + ], + "support": { + "issues": "https://github.com/symfony/maker-bundle/issues", + "source": "https://github.com/symfony/maker-bundle/tree/v1.39.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-09-13T18:14:36+00:00" + }, + { + "name": "symfony/phpunit-bridge", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/75857fc94e9cb68e7ab32e7a962750f73ce40396", + "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" + }, + "require-dev": { + "symfony/error-handler": "^4.4|^5.0" + }, + "suggest": { + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", + "extra": { + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides utilities for PHPUnit, especially user deprecation notices management", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/webmozarts/assert.git", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "php": "^7.2 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.11.0" + }, + "time": "2022-06-03T18:03:27+00:00" + } + ], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": true, + "prefer-lowest": false, + "platform": { + "ext-ctype": "*", + "ext-iconv": "*" + }, + "platform-dev": [], + "plugin-api-version": "2.3.0" +} diff --git a/crayfish/rootfs/var/www/crayfish/Houdini/composer.lock b/crayfish/rootfs/var/www/crayfish/Houdini/composer.lock new file mode 100644 index 00000000..7d11430c --- /dev/null +++ b/crayfish/rootfs/var/www/crayfish/Houdini/composer.lock @@ -0,0 +1,6650 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "6a8b2c6137d62616d92358a36b58fd5a", + "packages": [ + { + "name": "easyrdf/easyrdf", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/easyrdf/easyrdf.git", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-xmlreader": "*", + "lib-libxml": "*", + "php": ">=7.1.0" + }, + "require-dev": { + "code-lts/doctum": "^5", + "ml/json-ld": "~1.0", + "phpunit/phpunit": "^7", + "semsol/arc2": "^2.4", + "squizlabs/php_codesniffer": "3.*", + "zendframework/zend-http": "~2.3" + }, + "suggest": { + "ml/json-ld": "~1.0", + "semsol/arc2": "~2.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "EasyRdf\\": "lib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "homepage": "http://indeyets.ru/", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "support": { + "forum": "http://groups.google.com/group/easyrdf/", + "issues": "http://github.com/easyrdf/easyrdf/issues", + "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1" + }, + "time": "2020-12-02T08:47:31+00:00" + }, + { + "name": "guzzlehttp/guzzle", + "version": "6.5.8", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.9", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "1.5.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "b94b2807d85443f9719887892882d0329d1e2598" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", + "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4 || ^5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2022-08-28T14:55:35+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.9.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2022-06-20T21:43:03+00:00" + }, + { + "name": "islandora/chullo", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Islandora/chullo.git", + "reference": "a7c1e051eab2a5077eaf5db2649201fa775c5a02" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Islandora/chullo/zipball/a7c1e051eab2a5077eaf5db2649201fa775c5a02", + "reference": "a7c1e051eab2a5077eaf5db2649201fa775c5a02", + "shasum": "" + }, + "require": { + "easyrdf/easyrdf": "^0.9 || ^1", + "guzzlehttp/guzzle": "^6.1.0", + "ml/json-ld": "^1.0.4", + "php": ">=7.3" + }, + "require-dev": { + "mockery/mockery": "^0.9", + "phpunit/phpunit": "^9.0", + "sebastian/phpcpd": "^6.0", + "squizlabs/php_codesniffer": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Islandora\\Chullo\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + }, + { + "name": "Daniel Lamb", + "email": "dlamb@islandora.ca", + "role": "Maintainer" + }, + { + "name": "Nick Ruest", + "email": "ruestn@gmail.com", + "role": "Maintainer" + } + ], + "description": "A PHP client for interacting with a Fedora 4 server.", + "homepage": "https://github.com/Islandora/chullo", + "support": { + "issues": "https://github.com/Islandora/documentation/issues", + "source": "https://github.com/Islandora/chullo/tree/1.3.0" + }, + "time": "2021-12-16T22:31:48+00:00" + }, + { + "name": "islandora/crayfish-commons", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Islandora/Crayfish-Commons.git", + "reference": "e7b8cbd5951286897507f6cfd3e6356201d24f48" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Islandora/Crayfish-Commons/zipball/e7b8cbd5951286897507f6cfd3e6356201d24f48", + "reference": "e7b8cbd5951286897507f6cfd3e6356201d24f48", + "shasum": "" + }, + "require": { + "islandora/chullo": "^1.0", + "namshi/jose": "^7.2", + "psr/log": "^1.0.1", + "symfony/config": "4.4.*", + "symfony/dependency-injection": "4.4.*", + "symfony/event-dispatcher": "4.4.*", + "symfony/http-foundation": "4.4.*", + "symfony/monolog-bundle": "^3.4", + "symfony/security-bundle": "4.4.*", + "symfony/yaml": "4.4.*" + }, + "conflict": { + "symfony/symfony": "*" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "sebastian/phpcpd": "^6.0", + "squizlabs/php_codesniffer": "^3.0", + "symfony/phpunit-bridge": "4.4.*" + }, + "type": "symfony-bundle", + "extra": { + "symfony": { + "allow-contrib": false, + "require": "4.4.*" + } + }, + "autoload": { + "psr-4": { + "Islandora\\Crayfish\\Commons\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + }, + { + "name": "Daniel Lamb", + "email": "dlamb@islandora.ca", + "role": "Maintainer" + } + ], + "description": "Shared code amongst Islandora Crayfish microservices", + "homepage": "https://github.com/Islandora/Crayfish-Commons", + "support": { + "issues": "https://github.com/Islandora/documentation/issues", + "source": "https://github.com/Islandora/Crayfish-Commons/tree/3.0.0" + }, + "time": "2022-05-05T15:46:41+00:00" + }, + { + "name": "ml/iri", + "version": "1.1.4", + "target-dir": "ML/IRI", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/IRI.git", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341", + "shasum": "" + }, + "require": { + "lib-pcre": ">=4.0", + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "ML\\IRI": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "IRI handling for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "URN", + "iri", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/lanthaler/IRI/issues", + "source": "https://github.com/lanthaler/IRI/tree/master" + }, + "time": "2014-01-21T13:43:39+00:00" + }, + { + "name": "ml/json-ld", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/JsonLD.git", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ml/iri": "^1.1.1", + "php": ">=5.3.0" + }, + "require-dev": { + "json-ld/tests": "1.0", + "phpunit/phpunit": "^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ML\\JsonLD\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "JSON-LD Processor for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "JSON-LD", + "jsonld" + ], + "support": { + "issues": "https://github.com/lanthaler/JsonLD/issues", + "source": "https://github.com/lanthaler/JsonLD/tree/1.2.1" + }, + "time": "2022-09-29T08:45:17+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.27.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpstan/phpstan": "^0.12.59", + "phpunit/phpunit": "~4.5", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.27.1" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2022-06-09T08:53:42+00:00" + }, + { + "name": "namshi/jose", + "version": "7.2.3", + "source": { + "type": "git", + "url": "https://github.com/namshi/jose.git", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff", + "shasum": "" + }, + "require": { + "ext-date": "*", + "ext-hash": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-spl": "*", + "php": ">=5.5", + "symfony/polyfill-php56": "^1.0" + }, + "require-dev": { + "phpseclib/phpseclib": "^2.0", + "phpunit/phpunit": "^4.5|^5.0", + "satooshi/php-coveralls": "^1.0" + }, + "suggest": { + "ext-openssl": "Allows to use OpenSSL as crypto engine.", + "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0." + }, + "type": "library", + "autoload": { + "psr-4": { + "Namshi\\JOSE\\": "src/Namshi/JOSE/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alessandro Nadalin", + "email": "alessandro.nadalin@gmail.com" + }, + { + "name": "Alessandro Cinelli (cirpo)", + "email": "alessandro.cinelli@gmail.com" + } + ], + "description": "JSON Object Signing and Encryption library for PHP.", + "keywords": [ + "JSON Web Signature", + "JSON Web Token", + "JWS", + "json", + "jwt", + "token" + ], + "support": { + "issues": "https://github.com/namshi/jose/issues", + "source": "https://github.com/namshi/jose/tree/master" + }, + "time": "2016-12-05T07:27:31+00:00" + }, + { + "name": "psr/cache", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/2.0.0" + }, + "time": "2021-02-03T23:23:37+00:00" + }, + { + "name": "psr/container", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "shasum": "" + }, + "require": { + "php": ">=7.4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.2" + }, + "time": "2021-11-05T16:50:12+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "psr/log", + "version": "1.1.4", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "symfony/cache", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache.git", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache/zipball/3b98ed664887ad197b8ede3da2432787212eb915", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/cache": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/cache-contracts": "^1.1.7|^2", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.2|^5.0" + }, + "conflict": { + "doctrine/dbal": "<2.7", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4|>=5.0", + "symfony/var-dumper": "<4.4" + }, + "provide": { + "psr/cache-implementation": "1.0|2.0", + "psr/simple-cache-implementation": "1.0|2.0", + "symfony/cache-implementation": "1.0|2.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "^1.6|^2.0", + "doctrine/dbal": "^2.7|^3.0", + "predis/predis": "^1.1", + "psr/simple-cache": "^1.0|^2.0", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.1|^5.0", + "symfony/filesystem": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/var-dumper": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Cache\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", + "homepage": "https://symfony.com", + "keywords": [ + "caching", + "psr6" + ], + "support": { + "source": "https://github.com/symfony/cache/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-17T20:21:54+00:00" + }, + { + "name": "symfony/cache-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0|^3.0" + }, + "suggest": { + "symfony/cache-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:53:40+00:00" + }, + { + "name": "symfony/config", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" + }, + "conflict": { + "symfony/finder": "<3.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/messenger": "^4.1|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/config/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/debug", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/debug/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/container": "^1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<4.3|>=5.0", + "symfony/finder": "<3.4", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<4.4.26" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" + }, + "require-dev": { + "symfony/config": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/yaml": "^4.4.26|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v3.1.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-02-25T11:15:52+00:00" + }, + { + "name": "symfony/dotenv", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/dotenv.git", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "require-dev": { + "symfony/process": "^3.4.2|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Dotenv\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Registers environment variables from a .env file", + "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "support": { + "source": "https://github.com/symfony/dotenv/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/error-handler", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3", + "symfony/debug": "^4.4.5", + "symfony/var-dumper": "^4.4|^5.0" + }, + "require-dev": { + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to manage errors and ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "~3.4|~4.4", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v4.4.42", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v4.4.42" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-20T08:49:14+00:00" + }, + { + "name": "symfony/finder", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/finder/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-29T07:35:46+00:00" + }, + { + "name": "symfony/flex", + "version": "v1.19.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/flex.git", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/flex/zipball/ab0453b16029e131c112df1a76e59eb2a47e1f67", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0|^2.0", + "php": ">=7.1" + }, + "require-dev": { + "composer/composer": "^1.0.2|^2.0", + "symfony/dotenv": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Symfony\\Flex\\Flex" + }, + "autoload": { + "psr-4": { + "Symfony\\Flex\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien.potencier@gmail.com" + } + ], + "description": "Composer plugin for Symfony", + "support": { + "issues": "https://github.com/symfony/flex/issues", + "source": "https://github.com/symfony/flex/tree/v1.19.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-07T09:39:08+00:00" + }, + { + "name": "symfony/framework-bundle", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/framework-bundle.git", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5b8b76e374032b34475ccf8a90c8cef06f49441a", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^4.4.11|~5.0.11|^5.1.3", + "symfony/dependency-injection": "^4.4.38|^5.0.1", + "symfony/error-handler": "^4.4.1|^5.0.1", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/routing": "^4.4.12|^5.1.4" + }, + "conflict": { + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/asset": "<3.4", + "symfony/browser-kit": "<4.3", + "symfony/console": "<4.4.21", + "symfony/dom-crawler": "<4.3", + "symfony/dotenv": "<4.3.6", + "symfony/form": "<4.3.5", + "symfony/http-client": "<4.4", + "symfony/lock": "<4.4", + "symfony/mailer": "<4.4", + "symfony/messenger": "<4.4", + "symfony/mime": "<4.4", + "symfony/property-info": "<3.4", + "symfony/security-bundle": "<4.4", + "symfony/serializer": "<4.4", + "symfony/stopwatch": "<3.4", + "symfony/translation": "<4.4", + "symfony/twig-bridge": "<4.1.1", + "symfony/twig-bundle": "<4.4", + "symfony/validator": "<4.4", + "symfony/web-profiler-bundle": "<4.4", + "symfony/workflow": "<4.3.6" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "doctrine/cache": "^1.0|^2.0", + "doctrine/persistence": "^1.3|^2|^3", + "paragonie/sodium_compat": "^1.8", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/console": "^4.4.42|^5.4.9", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7", + "symfony/dotenv": "^4.3.6|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^4.3.5|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "symfony/security-core": "^3.4|^4.4|^5.2", + "symfony/security-csrf": "^3.4|^4.0|^5.0", + "symfony/security-http": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/workflow": "^4.3.6|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-apcu": "For best performance of the system caches", + "symfony/console": "For using the console commands", + "symfony/form": "For using forms", + "symfony/property-info": "For using the property_info service", + "symfony/serializer": "For using the serializer service", + "symfony/validator": "For using validation", + "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", + "symfony/yaml": "For using the debug:config and lint:yaml commands" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\FrameworkBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/framework-bundle/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-04-12T15:48:08+00:00" + }, + { + "name": "symfony/http-foundation", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/mime": "^4.3|^5.0", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/expression-language": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-12T09:40:54+00:00" + }, + { + "name": "symfony/http-kernel", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a6d5229dd9466e046674baad8449ad92ee24eddd", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2", + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-client-contracts": "^1.1|^2", + "symfony/http-foundation": "^4.4.30|^5.3.7", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/browser-kit": "<4.3", + "symfony/config": "<3.4", + "symfony/console": ">=5", + "symfony/dependency-injection": "<4.3", + "symfony/translation": "<4.2", + "twig/twig": "<1.43|<2.13,>=2" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^4.3|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a structured process for converting a Request into a Response", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-kernel/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-28T16:49:22+00:00" + }, + { + "name": "symfony/inflector", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/inflector.git", + "reference": "66185be61805b1e44a5c4000929e700228d426cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/inflector/zipball/66185be61805b1e44a5c4000929e700228d426cc", + "reference": "66185be61805b1e44a5c4000929e700228d426cc", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Inflector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts words between their singular and plural forms (English only)", + "homepage": "https://symfony.com", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string", + "symfony", + "words" + ], + "support": { + "source": "https://github.com/symfony/inflector/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "EnglishInflector from the String component", + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/mime", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "egulias/email-validator": "~3.0.0", + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10|^3.1", + "symfony/dependency-injection": "^3.4|^4.1|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows manipulating MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "support": { + "source": "https://github.com/symfony/mime/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/monolog-bridge", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bridge.git", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ad09c9980b912e757c4ecd8363cebf3039d1d471", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.25.1", + "php": ">=7.1.3", + "symfony/http-kernel": "^4.3", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "symfony/console": "<3.4", + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/security-core": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", + "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", + "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." + }, + "type": "symfony-bridge", + "autoload": { + "psr-4": { + "Symfony\\Bridge\\Monolog\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides integration for Monolog with various Symfony components", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/monolog-bridge/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-16T12:12:11+00:00" + }, + { + "name": "symfony/monolog-bundle", + "version": "v3.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bundle.git", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.22 || ^2.0 || ^3.0", + "php": ">=7.1.3", + "symfony/config": "~4.4 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", + "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" + }, + "require-dev": { + "symfony/console": "~4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.2 || ^6.0", + "symfony/yaml": "~4.4 || ^5.0 || ^6.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\MonologBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony MonologBundle", + "homepage": "https://symfony.com", + "keywords": [ + "log", + "logging" + ], + "support": { + "issues": "https://github.com/symfony/monolog-bundle/issues", + "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T14:24:36+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "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" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T07:21:04+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/property-access", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/property-access.git", + "reference": "d49682f6f0764df725c95128213a38f7e0a9f358" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/property-access/zipball/d49682f6f0764df725c95128213a38f7e0a9f358", + "reference": "d49682f6f0764df725c95128213a38f7e0a9f358", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/inflector": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/cache": "^3.4|^4.0|^5.0" + }, + "suggest": { + "psr/cache-implementation": "To cache access methods." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\PropertyAccess\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides functions to read and write from/to an object or array using a simple string notation", + "homepage": "https://symfony.com", + "keywords": [ + "access", + "array", + "extraction", + "index", + "injection", + "object", + "property", + "property path", + "reflection" + ], + "support": { + "source": "https://github.com/symfony/property-access/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, + { + "name": "symfony/routing", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "psr/log": "^1|^2|^3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Maps an HTTP request to a set of configuration variables", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], + "support": { + "source": "https://github.com/symfony/routing/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/security-bundle", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-bundle.git", + "reference": "d2a6bf4aeb75e75d3faacf9bec286e0de58394b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d2a6bf4aeb75e75d3faacf9bec286e0de58394b6", + "reference": "d2a6bf4aeb75e75d3faacf9bec286e0de58394b6", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^4.4", + "symfony/security-csrf": "^4.2|^5.0", + "symfony/security-guard": "^4.2|^5.0", + "symfony/security-http": "^4.4.5" + }, + "conflict": { + "symfony/browser-kit": "<4.2", + "symfony/console": "<3.4", + "symfony/framework-bundle": "<4.4", + "symfony/ldap": "<4.4", + "symfony/twig-bundle": "<4.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.2|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^3.4|^4.0|^5.0", + "symfony/framework-bundle": "^4.4|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/translation": "^3.4|^4.0|^5.0", + "symfony/twig-bridge": "^3.4|^4.0|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\SecurityBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-bundle/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/security-core", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-core.git", + "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-core/zipball/423ccb332784b236dfe6c5f396d0ac49db57c914", + "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1|^2", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/event-dispatcher": "<4.3|>=5", + "symfony/ldap": "<4.4", + "symfony/security-guard": "<4.3" + }, + "require-dev": { + "psr/container": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/event-dispatcher": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/ldap": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/validator": "^3.4.31|^4.3.4|^5.0" + }, + "suggest": { + "psr/container-implementation": "To instantiate the Security class", + "symfony/event-dispatcher": "", + "symfony/expression-language": "For using the expression voter", + "symfony/http-foundation": "", + "symfony/ldap": "For using LDAP integration", + "symfony/validator": "For using the user password constraint" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Core\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Core Library", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-core/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-22T05:50:33+00:00" + }, + { + "name": "symfony/security-csrf", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-csrf.git", + "reference": "45c956ef58135091f53732646a0acd28034f02c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/45c956ef58135091f53732646a0acd28034f02c0", + "reference": "45c956ef58135091f53732646a0acd28034f02c0", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^3.4|^4.0|^5.0" + }, + "conflict": { + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/http-foundation": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/http-foundation": "For using the class SessionTokenStorage." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Csrf\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - CSRF Library", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-csrf/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/security-guard", + "version": "v4.4.46", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-guard.git", + "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/f199eb1b19db11ce254b891580728c45a7ccacfd", + "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/security-core": "^3.4.22|^4.2.3|^5.0", + "symfony/security-http": "^4.4.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Guard\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Guard", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-guard/tree/v4.4.46" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-09-23T06:06:49+00:00" + }, + { + "name": "symfony/security-http", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-http.git", + "reference": "41e7666313f140ac8560f8db64ab54cc7348615a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-http/zipball/41e7666313f140ac8560f8db64ab54cc7348615a", + "reference": "41e7666313f140ac8560f8db64ab54cc7348615a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", + "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/security-core": "^4.4.8" + }, + "conflict": { + "symfony/event-dispatcher": ">=5", + "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0" + }, + "suggest": { + "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", + "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Http\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - HTTP Integration", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-http/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-20T10:00:58+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "conflict": { + "ext-psr": "<1.1|>=2" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-30T19:17:29+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.5", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/console": "<3.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/var-exporter", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/var-dumper": "^4.4.9|^5.0.9" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-27T11:44:32+00:00" + }, + { + "name": "symfony/yaml", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-02T15:47:23+00:00" + } + ], + "packages-dev": [ + { + "name": "doctrine/instantiator", + "version": "1.4.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.22" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.4.1" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-03-03T08:28:38+00:00" + }, + { + "name": "myclabs/deep-copy", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2022-03-03T13:19:32+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.15.1", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" + }, + "time": "2022-09-04T07:30:47+00:00" + }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + }, + "time": "2020-06-27T09:03:43+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "5.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" + }, + "require-dev": { + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + }, + "time": "2021-10-19T17:43:47+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "1.6.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" + }, + "require-dev": { + "ext-tokenizer": "*", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "support": { + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + }, + "time": "2022-10-14T12:47:21+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.2", + "php": "^7.2 || ~8.0, <8.2", + "phpdocumentor/reflection-docblock": "^5.2", + "sebastian/comparator": "^3.0 || ^4.0", + "sebastian/recursion-context": "^3.0 || ^4.0" + }, + "require-dev": { + "phpspec/phpspec": "^6.0 || ^7.0", + "phpunit/phpunit": "^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" + }, + "time": "2021-12-08T12:19:24+00:00" + }, + { + "name": "phpspec/prophecy-phpunit", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy-phpunit.git", + "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/2d7a9df55f257d2cba9b1d0c0963a54960657177", + "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8", + "phpspec/prophecy": "^1.3", + "phpunit/phpunit": "^9.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\PhpUnit\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christophe Coevoet", + "email": "stof@notk.org" + } + ], + "description": "Integrating the Prophecy mocking library in PHPUnit test cases", + "homepage": "http://phpspec.net", + "keywords": [ + "phpunit", + "prophecy" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy-phpunit/issues", + "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.0.1" + }, + "time": "2020-07-09T08:33:42+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.18", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.14", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "*", + "ext-xdebug": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-10-27T13:35:33+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.5.26", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.5-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2022-10-28T06:00:21+00:00" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:08:54+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:41:17+00:00" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:10:38+00:00" + }, + { + "name": "sebastian/environment", + "version": "5.1.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-04-03T09:37:03+00:00" + }, + { + "name": "sebastian/exporter", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:03:37+00:00" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-14T08:28:10+00:00" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-28T06:42:11+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" + }, + { + "name": "sebastian/phpcpd", + "version": "6.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpcpd.git", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0", + "phpunit/php-timer": "^5.0", + "sebastian/cli-parser": "^1.0", + "sebastian/version": "^3.0" + }, + "bin": [ + "phpcpd" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Copy/Paste Detector (CPD) for PHP code.", + "homepage": "https://github.com/sebastianbergmann/phpcpd", + "support": { + "issues": "https://github.com/sebastianbergmann/phpcpd/issues", + "source": "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-12-07T05:39:23+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:17:30+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:45:17+00:00" + }, + { + "name": "sebastian/type", + "version": "3.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-12T14:47:03+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.7.1", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards" + ], + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2022-06-18T07:21:10+00:00" + }, + { + "name": "symfony/browser-kit", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/browser-kit.git", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.3|^5.0", + "symfony/mime": "^4.3|^5.0", + "symfony/process": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/browser-kit/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-25T12:56:14+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts CSS selectors to XPath expressions", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/css-selector/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, + { + "name": "symfony/dom-crawler", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "masterminds/html5": "<2.6" + }, + "require-dev": { + "masterminds/html5": "^2.6", + "symfony/css-selector": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases DOM navigation for HTML and XML documents", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-03T12:57:57+00:00" + }, + { + "name": "symfony/phpunit-bridge", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/75857fc94e9cb68e7ab32e7a962750f73ce40396", + "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" + }, + "require-dev": { + "symfony/error-handler": "^4.4|^5.0" + }, + "suggest": { + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", + "extra": { + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides utilities for PHPUnit, especially user deprecation notices management", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/webmozarts/assert.git", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "php": "^7.2 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.11.0" + }, + "time": "2022-06-03T18:03:27+00:00" + } + ], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": true, + "prefer-lowest": false, + "platform": { + "ext-ctype": "*", + "ext-iconv": "*" + }, + "platform-dev": [], + "plugin-api-version": "2.3.0" +} diff --git a/crayfish/rootfs/var/www/crayfish/Hypercube/composer.lock b/crayfish/rootfs/var/www/crayfish/Hypercube/composer.lock new file mode 100644 index 00000000..ec2e45aa --- /dev/null +++ b/crayfish/rootfs/var/www/crayfish/Hypercube/composer.lock @@ -0,0 +1,6650 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "2392881d8e6c8830dcd71328af9573bd", + "packages": [ + { + "name": "easyrdf/easyrdf", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/easyrdf/easyrdf.git", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-xmlreader": "*", + "lib-libxml": "*", + "php": ">=7.1.0" + }, + "require-dev": { + "code-lts/doctum": "^5", + "ml/json-ld": "~1.0", + "phpunit/phpunit": "^7", + "semsol/arc2": "^2.4", + "squizlabs/php_codesniffer": "3.*", + "zendframework/zend-http": "~2.3" + }, + "suggest": { + "ml/json-ld": "~1.0", + "semsol/arc2": "~2.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "EasyRdf\\": "lib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "homepage": "http://indeyets.ru/", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "support": { + "forum": "http://groups.google.com/group/easyrdf/", + "issues": "http://github.com/easyrdf/easyrdf/issues", + "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1" + }, + "time": "2020-12-02T08:47:31+00:00" + }, + { + "name": "guzzlehttp/guzzle", + "version": "6.5.8", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.9", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "1.5.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "b94b2807d85443f9719887892882d0329d1e2598" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", + "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4 || ^5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2022-08-28T14:55:35+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.9.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2022-06-20T21:43:03+00:00" + }, + { + "name": "islandora/chullo", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Islandora/chullo.git", + "reference": "a7c1e051eab2a5077eaf5db2649201fa775c5a02" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Islandora/chullo/zipball/a7c1e051eab2a5077eaf5db2649201fa775c5a02", + "reference": "a7c1e051eab2a5077eaf5db2649201fa775c5a02", + "shasum": "" + }, + "require": { + "easyrdf/easyrdf": "^0.9 || ^1", + "guzzlehttp/guzzle": "^6.1.0", + "ml/json-ld": "^1.0.4", + "php": ">=7.3" + }, + "require-dev": { + "mockery/mockery": "^0.9", + "phpunit/phpunit": "^9.0", + "sebastian/phpcpd": "^6.0", + "squizlabs/php_codesniffer": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Islandora\\Chullo\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + }, + { + "name": "Daniel Lamb", + "email": "dlamb@islandora.ca", + "role": "Maintainer" + }, + { + "name": "Nick Ruest", + "email": "ruestn@gmail.com", + "role": "Maintainer" + } + ], + "description": "A PHP client for interacting with a Fedora 4 server.", + "homepage": "https://github.com/Islandora/chullo", + "support": { + "issues": "https://github.com/Islandora/documentation/issues", + "source": "https://github.com/Islandora/chullo/tree/1.3.0" + }, + "time": "2021-12-16T22:31:48+00:00" + }, + { + "name": "islandora/crayfish-commons", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Islandora/Crayfish-Commons.git", + "reference": "e7b8cbd5951286897507f6cfd3e6356201d24f48" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Islandora/Crayfish-Commons/zipball/e7b8cbd5951286897507f6cfd3e6356201d24f48", + "reference": "e7b8cbd5951286897507f6cfd3e6356201d24f48", + "shasum": "" + }, + "require": { + "islandora/chullo": "^1.0", + "namshi/jose": "^7.2", + "psr/log": "^1.0.1", + "symfony/config": "4.4.*", + "symfony/dependency-injection": "4.4.*", + "symfony/event-dispatcher": "4.4.*", + "symfony/http-foundation": "4.4.*", + "symfony/monolog-bundle": "^3.4", + "symfony/security-bundle": "4.4.*", + "symfony/yaml": "4.4.*" + }, + "conflict": { + "symfony/symfony": "*" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "sebastian/phpcpd": "^6.0", + "squizlabs/php_codesniffer": "^3.0", + "symfony/phpunit-bridge": "4.4.*" + }, + "type": "symfony-bundle", + "extra": { + "symfony": { + "allow-contrib": false, + "require": "4.4.*" + } + }, + "autoload": { + "psr-4": { + "Islandora\\Crayfish\\Commons\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + }, + { + "name": "Daniel Lamb", + "email": "dlamb@islandora.ca", + "role": "Maintainer" + } + ], + "description": "Shared code amongst Islandora Crayfish microservices", + "homepage": "https://github.com/Islandora/Crayfish-Commons", + "support": { + "issues": "https://github.com/Islandora/documentation/issues", + "source": "https://github.com/Islandora/Crayfish-Commons/tree/3.0.0" + }, + "time": "2022-05-05T15:46:41+00:00" + }, + { + "name": "ml/iri", + "version": "1.1.4", + "target-dir": "ML/IRI", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/IRI.git", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341", + "shasum": "" + }, + "require": { + "lib-pcre": ">=4.0", + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "ML\\IRI": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "IRI handling for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "URN", + "iri", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/lanthaler/IRI/issues", + "source": "https://github.com/lanthaler/IRI/tree/master" + }, + "time": "2014-01-21T13:43:39+00:00" + }, + { + "name": "ml/json-ld", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/JsonLD.git", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ml/iri": "^1.1.1", + "php": ">=5.3.0" + }, + "require-dev": { + "json-ld/tests": "1.0", + "phpunit/phpunit": "^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ML\\JsonLD\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "JSON-LD Processor for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "JSON-LD", + "jsonld" + ], + "support": { + "issues": "https://github.com/lanthaler/JsonLD/issues", + "source": "https://github.com/lanthaler/JsonLD/tree/1.2.1" + }, + "time": "2022-09-29T08:45:17+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.27.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpstan/phpstan": "^0.12.59", + "phpunit/phpunit": "~4.5", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.27.1" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2022-06-09T08:53:42+00:00" + }, + { + "name": "namshi/jose", + "version": "7.2.3", + "source": { + "type": "git", + "url": "https://github.com/namshi/jose.git", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff", + "shasum": "" + }, + "require": { + "ext-date": "*", + "ext-hash": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-spl": "*", + "php": ">=5.5", + "symfony/polyfill-php56": "^1.0" + }, + "require-dev": { + "phpseclib/phpseclib": "^2.0", + "phpunit/phpunit": "^4.5|^5.0", + "satooshi/php-coveralls": "^1.0" + }, + "suggest": { + "ext-openssl": "Allows to use OpenSSL as crypto engine.", + "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0." + }, + "type": "library", + "autoload": { + "psr-4": { + "Namshi\\JOSE\\": "src/Namshi/JOSE/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alessandro Nadalin", + "email": "alessandro.nadalin@gmail.com" + }, + { + "name": "Alessandro Cinelli (cirpo)", + "email": "alessandro.cinelli@gmail.com" + } + ], + "description": "JSON Object Signing and Encryption library for PHP.", + "keywords": [ + "JSON Web Signature", + "JSON Web Token", + "JWS", + "json", + "jwt", + "token" + ], + "support": { + "issues": "https://github.com/namshi/jose/issues", + "source": "https://github.com/namshi/jose/tree/master" + }, + "time": "2016-12-05T07:27:31+00:00" + }, + { + "name": "psr/cache", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/2.0.0" + }, + "time": "2021-02-03T23:23:37+00:00" + }, + { + "name": "psr/container", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "shasum": "" + }, + "require": { + "php": ">=7.4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.2" + }, + "time": "2021-11-05T16:50:12+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "psr/log", + "version": "1.1.4", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "symfony/cache", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache.git", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache/zipball/3b98ed664887ad197b8ede3da2432787212eb915", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/cache": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/cache-contracts": "^1.1.7|^2", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.2|^5.0" + }, + "conflict": { + "doctrine/dbal": "<2.7", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4|>=5.0", + "symfony/var-dumper": "<4.4" + }, + "provide": { + "psr/cache-implementation": "1.0|2.0", + "psr/simple-cache-implementation": "1.0|2.0", + "symfony/cache-implementation": "1.0|2.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "^1.6|^2.0", + "doctrine/dbal": "^2.7|^3.0", + "predis/predis": "^1.1", + "psr/simple-cache": "^1.0|^2.0", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.1|^5.0", + "symfony/filesystem": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/var-dumper": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Cache\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", + "homepage": "https://symfony.com", + "keywords": [ + "caching", + "psr6" + ], + "support": { + "source": "https://github.com/symfony/cache/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-17T20:21:54+00:00" + }, + { + "name": "symfony/cache-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0|^3.0" + }, + "suggest": { + "symfony/cache-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:53:40+00:00" + }, + { + "name": "symfony/config", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" + }, + "conflict": { + "symfony/finder": "<3.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/messenger": "^4.1|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/config/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/debug", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/debug/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/container": "^1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<4.3|>=5.0", + "symfony/finder": "<3.4", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<4.4.26" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" + }, + "require-dev": { + "symfony/config": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/yaml": "^4.4.26|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v3.1.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-02-25T11:15:52+00:00" + }, + { + "name": "symfony/dotenv", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/dotenv.git", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "require-dev": { + "symfony/process": "^3.4.2|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Dotenv\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Registers environment variables from a .env file", + "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "support": { + "source": "https://github.com/symfony/dotenv/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/error-handler", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3", + "symfony/debug": "^4.4.5", + "symfony/var-dumper": "^4.4|^5.0" + }, + "require-dev": { + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to manage errors and ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "~3.4|~4.4", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v4.4.42", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v4.4.42" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-20T08:49:14+00:00" + }, + { + "name": "symfony/finder", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/finder/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-29T07:35:46+00:00" + }, + { + "name": "symfony/flex", + "version": "v1.19.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/flex.git", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/flex/zipball/ab0453b16029e131c112df1a76e59eb2a47e1f67", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0|^2.0", + "php": ">=7.1" + }, + "require-dev": { + "composer/composer": "^1.0.2|^2.0", + "symfony/dotenv": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Symfony\\Flex\\Flex" + }, + "autoload": { + "psr-4": { + "Symfony\\Flex\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien.potencier@gmail.com" + } + ], + "description": "Composer plugin for Symfony", + "support": { + "issues": "https://github.com/symfony/flex/issues", + "source": "https://github.com/symfony/flex/tree/v1.19.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-07T09:39:08+00:00" + }, + { + "name": "symfony/framework-bundle", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/framework-bundle.git", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5b8b76e374032b34475ccf8a90c8cef06f49441a", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^4.4.11|~5.0.11|^5.1.3", + "symfony/dependency-injection": "^4.4.38|^5.0.1", + "symfony/error-handler": "^4.4.1|^5.0.1", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/routing": "^4.4.12|^5.1.4" + }, + "conflict": { + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/asset": "<3.4", + "symfony/browser-kit": "<4.3", + "symfony/console": "<4.4.21", + "symfony/dom-crawler": "<4.3", + "symfony/dotenv": "<4.3.6", + "symfony/form": "<4.3.5", + "symfony/http-client": "<4.4", + "symfony/lock": "<4.4", + "symfony/mailer": "<4.4", + "symfony/messenger": "<4.4", + "symfony/mime": "<4.4", + "symfony/property-info": "<3.4", + "symfony/security-bundle": "<4.4", + "symfony/serializer": "<4.4", + "symfony/stopwatch": "<3.4", + "symfony/translation": "<4.4", + "symfony/twig-bridge": "<4.1.1", + "symfony/twig-bundle": "<4.4", + "symfony/validator": "<4.4", + "symfony/web-profiler-bundle": "<4.4", + "symfony/workflow": "<4.3.6" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "doctrine/cache": "^1.0|^2.0", + "doctrine/persistence": "^1.3|^2|^3", + "paragonie/sodium_compat": "^1.8", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/console": "^4.4.42|^5.4.9", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7", + "symfony/dotenv": "^4.3.6|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^4.3.5|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "symfony/security-core": "^3.4|^4.4|^5.2", + "symfony/security-csrf": "^3.4|^4.0|^5.0", + "symfony/security-http": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/workflow": "^4.3.6|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-apcu": "For best performance of the system caches", + "symfony/console": "For using the console commands", + "symfony/form": "For using forms", + "symfony/property-info": "For using the property_info service", + "symfony/serializer": "For using the serializer service", + "symfony/validator": "For using validation", + "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", + "symfony/yaml": "For using the debug:config and lint:yaml commands" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\FrameworkBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/framework-bundle/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-04-12T15:48:08+00:00" + }, + { + "name": "symfony/http-foundation", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/mime": "^4.3|^5.0", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/expression-language": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-12T09:40:54+00:00" + }, + { + "name": "symfony/http-kernel", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a6d5229dd9466e046674baad8449ad92ee24eddd", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2", + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-client-contracts": "^1.1|^2", + "symfony/http-foundation": "^4.4.30|^5.3.7", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/browser-kit": "<4.3", + "symfony/config": "<3.4", + "symfony/console": ">=5", + "symfony/dependency-injection": "<4.3", + "symfony/translation": "<4.2", + "twig/twig": "<1.43|<2.13,>=2" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^4.3|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a structured process for converting a Request into a Response", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-kernel/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-28T16:49:22+00:00" + }, + { + "name": "symfony/inflector", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/inflector.git", + "reference": "66185be61805b1e44a5c4000929e700228d426cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/inflector/zipball/66185be61805b1e44a5c4000929e700228d426cc", + "reference": "66185be61805b1e44a5c4000929e700228d426cc", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Inflector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts words between their singular and plural forms (English only)", + "homepage": "https://symfony.com", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string", + "symfony", + "words" + ], + "support": { + "source": "https://github.com/symfony/inflector/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "EnglishInflector from the String component", + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/mime", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "egulias/email-validator": "~3.0.0", + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10|^3.1", + "symfony/dependency-injection": "^3.4|^4.1|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows manipulating MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "support": { + "source": "https://github.com/symfony/mime/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/monolog-bridge", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bridge.git", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ad09c9980b912e757c4ecd8363cebf3039d1d471", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.25.1", + "php": ">=7.1.3", + "symfony/http-kernel": "^4.3", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "symfony/console": "<3.4", + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/security-core": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", + "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", + "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." + }, + "type": "symfony-bridge", + "autoload": { + "psr-4": { + "Symfony\\Bridge\\Monolog\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides integration for Monolog with various Symfony components", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/monolog-bridge/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-16T12:12:11+00:00" + }, + { + "name": "symfony/monolog-bundle", + "version": "v3.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bundle.git", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.22 || ^2.0 || ^3.0", + "php": ">=7.1.3", + "symfony/config": "~4.4 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", + "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" + }, + "require-dev": { + "symfony/console": "~4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.2 || ^6.0", + "symfony/yaml": "~4.4 || ^5.0 || ^6.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\MonologBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony MonologBundle", + "homepage": "https://symfony.com", + "keywords": [ + "log", + "logging" + ], + "support": { + "issues": "https://github.com/symfony/monolog-bundle/issues", + "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T14:24:36+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "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" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T07:21:04+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/property-access", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/property-access.git", + "reference": "d49682f6f0764df725c95128213a38f7e0a9f358" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/property-access/zipball/d49682f6f0764df725c95128213a38f7e0a9f358", + "reference": "d49682f6f0764df725c95128213a38f7e0a9f358", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/inflector": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/cache": "^3.4|^4.0|^5.0" + }, + "suggest": { + "psr/cache-implementation": "To cache access methods." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\PropertyAccess\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides functions to read and write from/to an object or array using a simple string notation", + "homepage": "https://symfony.com", + "keywords": [ + "access", + "array", + "extraction", + "index", + "injection", + "object", + "property", + "property path", + "reflection" + ], + "support": { + "source": "https://github.com/symfony/property-access/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, + { + "name": "symfony/routing", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "psr/log": "^1|^2|^3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Maps an HTTP request to a set of configuration variables", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], + "support": { + "source": "https://github.com/symfony/routing/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/security-bundle", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-bundle.git", + "reference": "d2a6bf4aeb75e75d3faacf9bec286e0de58394b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d2a6bf4aeb75e75d3faacf9bec286e0de58394b6", + "reference": "d2a6bf4aeb75e75d3faacf9bec286e0de58394b6", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^4.4", + "symfony/security-csrf": "^4.2|^5.0", + "symfony/security-guard": "^4.2|^5.0", + "symfony/security-http": "^4.4.5" + }, + "conflict": { + "symfony/browser-kit": "<4.2", + "symfony/console": "<3.4", + "symfony/framework-bundle": "<4.4", + "symfony/ldap": "<4.4", + "symfony/twig-bundle": "<4.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.2|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^3.4|^4.0|^5.0", + "symfony/framework-bundle": "^4.4|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/translation": "^3.4|^4.0|^5.0", + "symfony/twig-bridge": "^3.4|^4.0|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\SecurityBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-bundle/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/security-core", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-core.git", + "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-core/zipball/423ccb332784b236dfe6c5f396d0ac49db57c914", + "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1|^2", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/event-dispatcher": "<4.3|>=5", + "symfony/ldap": "<4.4", + "symfony/security-guard": "<4.3" + }, + "require-dev": { + "psr/container": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/event-dispatcher": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/ldap": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/validator": "^3.4.31|^4.3.4|^5.0" + }, + "suggest": { + "psr/container-implementation": "To instantiate the Security class", + "symfony/event-dispatcher": "", + "symfony/expression-language": "For using the expression voter", + "symfony/http-foundation": "", + "symfony/ldap": "For using LDAP integration", + "symfony/validator": "For using the user password constraint" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Core\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Core Library", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-core/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-22T05:50:33+00:00" + }, + { + "name": "symfony/security-csrf", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-csrf.git", + "reference": "45c956ef58135091f53732646a0acd28034f02c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/45c956ef58135091f53732646a0acd28034f02c0", + "reference": "45c956ef58135091f53732646a0acd28034f02c0", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^3.4|^4.0|^5.0" + }, + "conflict": { + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/http-foundation": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/http-foundation": "For using the class SessionTokenStorage." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Csrf\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - CSRF Library", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-csrf/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/security-guard", + "version": "v4.4.46", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-guard.git", + "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/f199eb1b19db11ce254b891580728c45a7ccacfd", + "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/security-core": "^3.4.22|^4.2.3|^5.0", + "symfony/security-http": "^4.4.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Guard\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Guard", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-guard/tree/v4.4.46" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-09-23T06:06:49+00:00" + }, + { + "name": "symfony/security-http", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-http.git", + "reference": "41e7666313f140ac8560f8db64ab54cc7348615a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-http/zipball/41e7666313f140ac8560f8db64ab54cc7348615a", + "reference": "41e7666313f140ac8560f8db64ab54cc7348615a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", + "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/security-core": "^4.4.8" + }, + "conflict": { + "symfony/event-dispatcher": ">=5", + "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0" + }, + "suggest": { + "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", + "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Http\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - HTTP Integration", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-http/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-20T10:00:58+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "conflict": { + "ext-psr": "<1.1|>=2" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-30T19:17:29+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.5", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/console": "<3.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/var-exporter", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/var-dumper": "^4.4.9|^5.0.9" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-27T11:44:32+00:00" + }, + { + "name": "symfony/yaml", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-02T15:47:23+00:00" + } + ], + "packages-dev": [ + { + "name": "doctrine/instantiator", + "version": "1.4.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.22" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.4.1" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-03-03T08:28:38+00:00" + }, + { + "name": "myclabs/deep-copy", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2022-03-03T13:19:32+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.15.1", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" + }, + "time": "2022-09-04T07:30:47+00:00" + }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + }, + "time": "2020-06-27T09:03:43+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "5.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" + }, + "require-dev": { + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + }, + "time": "2021-10-19T17:43:47+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "1.6.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" + }, + "require-dev": { + "ext-tokenizer": "*", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "support": { + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + }, + "time": "2022-10-14T12:47:21+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.2", + "php": "^7.2 || ~8.0, <8.2", + "phpdocumentor/reflection-docblock": "^5.2", + "sebastian/comparator": "^3.0 || ^4.0", + "sebastian/recursion-context": "^3.0 || ^4.0" + }, + "require-dev": { + "phpspec/phpspec": "^6.0 || ^7.0", + "phpunit/phpunit": "^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" + }, + "time": "2021-12-08T12:19:24+00:00" + }, + { + "name": "phpspec/prophecy-phpunit", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy-phpunit.git", + "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/2d7a9df55f257d2cba9b1d0c0963a54960657177", + "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8", + "phpspec/prophecy": "^1.3", + "phpunit/phpunit": "^9.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\PhpUnit\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christophe Coevoet", + "email": "stof@notk.org" + } + ], + "description": "Integrating the Prophecy mocking library in PHPUnit test cases", + "homepage": "http://phpspec.net", + "keywords": [ + "phpunit", + "prophecy" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy-phpunit/issues", + "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.0.1" + }, + "time": "2020-07-09T08:33:42+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.18", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.14", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "*", + "ext-xdebug": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-10-27T13:35:33+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.5.26", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.5-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2022-10-28T06:00:21+00:00" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:08:54+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:41:17+00:00" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:10:38+00:00" + }, + { + "name": "sebastian/environment", + "version": "5.1.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-04-03T09:37:03+00:00" + }, + { + "name": "sebastian/exporter", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:03:37+00:00" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-14T08:28:10+00:00" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-28T06:42:11+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" + }, + { + "name": "sebastian/phpcpd", + "version": "6.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpcpd.git", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0", + "phpunit/php-timer": "^5.0", + "sebastian/cli-parser": "^1.0", + "sebastian/version": "^3.0" + }, + "bin": [ + "phpcpd" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Copy/Paste Detector (CPD) for PHP code.", + "homepage": "https://github.com/sebastianbergmann/phpcpd", + "support": { + "issues": "https://github.com/sebastianbergmann/phpcpd/issues", + "source": "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-12-07T05:39:23+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:17:30+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:45:17+00:00" + }, + { + "name": "sebastian/type", + "version": "3.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-12T14:47:03+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.7.1", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards" + ], + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2022-06-18T07:21:10+00:00" + }, + { + "name": "symfony/browser-kit", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/browser-kit.git", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.3|^5.0", + "symfony/mime": "^4.3|^5.0", + "symfony/process": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/browser-kit/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-25T12:56:14+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts CSS selectors to XPath expressions", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/css-selector/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, + { + "name": "symfony/dom-crawler", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "masterminds/html5": "<2.6" + }, + "require-dev": { + "masterminds/html5": "^2.6", + "symfony/css-selector": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases DOM navigation for HTML and XML documents", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-03T12:57:57+00:00" + }, + { + "name": "symfony/phpunit-bridge", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/75857fc94e9cb68e7ab32e7a962750f73ce40396", + "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" + }, + "require-dev": { + "symfony/error-handler": "^4.4|^5.0" + }, + "suggest": { + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", + "extra": { + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides utilities for PHPUnit, especially user deprecation notices management", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/webmozarts/assert.git", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "php": "^7.2 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.11.0" + }, + "time": "2022-06-03T18:03:27+00:00" + } + ], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": true, + "prefer-lowest": false, + "platform": { + "ext-ctype": "*", + "ext-iconv": "*" + }, + "platform-dev": [], + "plugin-api-version": "2.3.0" +} diff --git a/crayfish/rootfs/var/www/crayfish/Milliner/composer.lock b/crayfish/rootfs/var/www/crayfish/Milliner/composer.lock new file mode 100644 index 00000000..5355e24a --- /dev/null +++ b/crayfish/rootfs/var/www/crayfish/Milliner/composer.lock @@ -0,0 +1,6650 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "9acdb3178f4ce1aa3155bda7530d771d", + "packages": [ + { + "name": "easyrdf/easyrdf", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/easyrdf/easyrdf.git", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-xmlreader": "*", + "lib-libxml": "*", + "php": ">=7.1.0" + }, + "require-dev": { + "code-lts/doctum": "^5", + "ml/json-ld": "~1.0", + "phpunit/phpunit": "^7", + "semsol/arc2": "^2.4", + "squizlabs/php_codesniffer": "3.*", + "zendframework/zend-http": "~2.3" + }, + "suggest": { + "ml/json-ld": "~1.0", + "semsol/arc2": "~2.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "EasyRdf\\": "lib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "homepage": "http://indeyets.ru/", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "support": { + "forum": "http://groups.google.com/group/easyrdf/", + "issues": "http://github.com/easyrdf/easyrdf/issues", + "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1" + }, + "time": "2020-12-02T08:47:31+00:00" + }, + { + "name": "guzzlehttp/guzzle", + "version": "6.5.8", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.9", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "1.5.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "b94b2807d85443f9719887892882d0329d1e2598" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", + "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4 || ^5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2022-08-28T14:55:35+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.9.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2022-06-20T21:43:03+00:00" + }, + { + "name": "islandora/chullo", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Islandora/chullo.git", + "reference": "a7c1e051eab2a5077eaf5db2649201fa775c5a02" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Islandora/chullo/zipball/a7c1e051eab2a5077eaf5db2649201fa775c5a02", + "reference": "a7c1e051eab2a5077eaf5db2649201fa775c5a02", + "shasum": "" + }, + "require": { + "easyrdf/easyrdf": "^0.9 || ^1", + "guzzlehttp/guzzle": "^6.1.0", + "ml/json-ld": "^1.0.4", + "php": ">=7.3" + }, + "require-dev": { + "mockery/mockery": "^0.9", + "phpunit/phpunit": "^9.0", + "sebastian/phpcpd": "^6.0", + "squizlabs/php_codesniffer": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Islandora\\Chullo\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + }, + { + "name": "Daniel Lamb", + "email": "dlamb@islandora.ca", + "role": "Maintainer" + }, + { + "name": "Nick Ruest", + "email": "ruestn@gmail.com", + "role": "Maintainer" + } + ], + "description": "A PHP client for interacting with a Fedora 4 server.", + "homepage": "https://github.com/Islandora/chullo", + "support": { + "issues": "https://github.com/Islandora/documentation/issues", + "source": "https://github.com/Islandora/chullo/tree/1.3.0" + }, + "time": "2021-12-16T22:31:48+00:00" + }, + { + "name": "islandora/crayfish-commons", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Islandora/Crayfish-Commons.git", + "reference": "e7b8cbd5951286897507f6cfd3e6356201d24f48" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Islandora/Crayfish-Commons/zipball/e7b8cbd5951286897507f6cfd3e6356201d24f48", + "reference": "e7b8cbd5951286897507f6cfd3e6356201d24f48", + "shasum": "" + }, + "require": { + "islandora/chullo": "^1.0", + "namshi/jose": "^7.2", + "psr/log": "^1.0.1", + "symfony/config": "4.4.*", + "symfony/dependency-injection": "4.4.*", + "symfony/event-dispatcher": "4.4.*", + "symfony/http-foundation": "4.4.*", + "symfony/monolog-bundle": "^3.4", + "symfony/security-bundle": "4.4.*", + "symfony/yaml": "4.4.*" + }, + "conflict": { + "symfony/symfony": "*" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "sebastian/phpcpd": "^6.0", + "squizlabs/php_codesniffer": "^3.0", + "symfony/phpunit-bridge": "4.4.*" + }, + "type": "symfony-bundle", + "extra": { + "symfony": { + "allow-contrib": false, + "require": "4.4.*" + } + }, + "autoload": { + "psr-4": { + "Islandora\\Crayfish\\Commons\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + }, + { + "name": "Daniel Lamb", + "email": "dlamb@islandora.ca", + "role": "Maintainer" + } + ], + "description": "Shared code amongst Islandora Crayfish microservices", + "homepage": "https://github.com/Islandora/Crayfish-Commons", + "support": { + "issues": "https://github.com/Islandora/documentation/issues", + "source": "https://github.com/Islandora/Crayfish-Commons/tree/3.0.0" + }, + "time": "2022-05-05T15:46:41+00:00" + }, + { + "name": "ml/iri", + "version": "1.1.4", + "target-dir": "ML/IRI", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/IRI.git", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341", + "shasum": "" + }, + "require": { + "lib-pcre": ">=4.0", + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "ML\\IRI": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "IRI handling for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "URN", + "iri", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/lanthaler/IRI/issues", + "source": "https://github.com/lanthaler/IRI/tree/master" + }, + "time": "2014-01-21T13:43:39+00:00" + }, + { + "name": "ml/json-ld", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/JsonLD.git", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ml/iri": "^1.1.1", + "php": ">=5.3.0" + }, + "require-dev": { + "json-ld/tests": "1.0", + "phpunit/phpunit": "^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ML\\JsonLD\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "JSON-LD Processor for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "JSON-LD", + "jsonld" + ], + "support": { + "issues": "https://github.com/lanthaler/JsonLD/issues", + "source": "https://github.com/lanthaler/JsonLD/tree/1.2.1" + }, + "time": "2022-09-29T08:45:17+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.27.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpstan/phpstan": "^0.12.59", + "phpunit/phpunit": "~4.5", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.27.1" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2022-06-09T08:53:42+00:00" + }, + { + "name": "namshi/jose", + "version": "7.2.3", + "source": { + "type": "git", + "url": "https://github.com/namshi/jose.git", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff", + "shasum": "" + }, + "require": { + "ext-date": "*", + "ext-hash": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-spl": "*", + "php": ">=5.5", + "symfony/polyfill-php56": "^1.0" + }, + "require-dev": { + "phpseclib/phpseclib": "^2.0", + "phpunit/phpunit": "^4.5|^5.0", + "satooshi/php-coveralls": "^1.0" + }, + "suggest": { + "ext-openssl": "Allows to use OpenSSL as crypto engine.", + "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0." + }, + "type": "library", + "autoload": { + "psr-4": { + "Namshi\\JOSE\\": "src/Namshi/JOSE/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alessandro Nadalin", + "email": "alessandro.nadalin@gmail.com" + }, + { + "name": "Alessandro Cinelli (cirpo)", + "email": "alessandro.cinelli@gmail.com" + } + ], + "description": "JSON Object Signing and Encryption library for PHP.", + "keywords": [ + "JSON Web Signature", + "JSON Web Token", + "JWS", + "json", + "jwt", + "token" + ], + "support": { + "issues": "https://github.com/namshi/jose/issues", + "source": "https://github.com/namshi/jose/tree/master" + }, + "time": "2016-12-05T07:27:31+00:00" + }, + { + "name": "psr/cache", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/2.0.0" + }, + "time": "2021-02-03T23:23:37+00:00" + }, + { + "name": "psr/container", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "shasum": "" + }, + "require": { + "php": ">=7.4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.2" + }, + "time": "2021-11-05T16:50:12+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "psr/log", + "version": "1.1.4", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "symfony/cache", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache.git", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache/zipball/3b98ed664887ad197b8ede3da2432787212eb915", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/cache": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/cache-contracts": "^1.1.7|^2", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.2|^5.0" + }, + "conflict": { + "doctrine/dbal": "<2.7", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4|>=5.0", + "symfony/var-dumper": "<4.4" + }, + "provide": { + "psr/cache-implementation": "1.0|2.0", + "psr/simple-cache-implementation": "1.0|2.0", + "symfony/cache-implementation": "1.0|2.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "^1.6|^2.0", + "doctrine/dbal": "^2.7|^3.0", + "predis/predis": "^1.1", + "psr/simple-cache": "^1.0|^2.0", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.1|^5.0", + "symfony/filesystem": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/var-dumper": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Cache\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", + "homepage": "https://symfony.com", + "keywords": [ + "caching", + "psr6" + ], + "support": { + "source": "https://github.com/symfony/cache/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-17T20:21:54+00:00" + }, + { + "name": "symfony/cache-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0|^3.0" + }, + "suggest": { + "symfony/cache-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:53:40+00:00" + }, + { + "name": "symfony/config", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" + }, + "conflict": { + "symfony/finder": "<3.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/messenger": "^4.1|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/config/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/debug", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/debug/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/container": "^1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<4.3|>=5.0", + "symfony/finder": "<3.4", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<4.4.26" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" + }, + "require-dev": { + "symfony/config": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/yaml": "^4.4.26|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v3.1.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-02-25T11:15:52+00:00" + }, + { + "name": "symfony/dotenv", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/dotenv.git", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "require-dev": { + "symfony/process": "^3.4.2|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Dotenv\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Registers environment variables from a .env file", + "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "support": { + "source": "https://github.com/symfony/dotenv/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/error-handler", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3", + "symfony/debug": "^4.4.5", + "symfony/var-dumper": "^4.4|^5.0" + }, + "require-dev": { + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to manage errors and ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "~3.4|~4.4", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v4.4.42", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v4.4.42" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-20T08:49:14+00:00" + }, + { + "name": "symfony/finder", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/finder/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-29T07:35:46+00:00" + }, + { + "name": "symfony/flex", + "version": "v1.19.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/flex.git", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/flex/zipball/ab0453b16029e131c112df1a76e59eb2a47e1f67", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0|^2.0", + "php": ">=7.1" + }, + "require-dev": { + "composer/composer": "^1.0.2|^2.0", + "symfony/dotenv": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Symfony\\Flex\\Flex" + }, + "autoload": { + "psr-4": { + "Symfony\\Flex\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien.potencier@gmail.com" + } + ], + "description": "Composer plugin for Symfony", + "support": { + "issues": "https://github.com/symfony/flex/issues", + "source": "https://github.com/symfony/flex/tree/v1.19.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-07T09:39:08+00:00" + }, + { + "name": "symfony/framework-bundle", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/framework-bundle.git", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5b8b76e374032b34475ccf8a90c8cef06f49441a", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^4.4.11|~5.0.11|^5.1.3", + "symfony/dependency-injection": "^4.4.38|^5.0.1", + "symfony/error-handler": "^4.4.1|^5.0.1", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/routing": "^4.4.12|^5.1.4" + }, + "conflict": { + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/asset": "<3.4", + "symfony/browser-kit": "<4.3", + "symfony/console": "<4.4.21", + "symfony/dom-crawler": "<4.3", + "symfony/dotenv": "<4.3.6", + "symfony/form": "<4.3.5", + "symfony/http-client": "<4.4", + "symfony/lock": "<4.4", + "symfony/mailer": "<4.4", + "symfony/messenger": "<4.4", + "symfony/mime": "<4.4", + "symfony/property-info": "<3.4", + "symfony/security-bundle": "<4.4", + "symfony/serializer": "<4.4", + "symfony/stopwatch": "<3.4", + "symfony/translation": "<4.4", + "symfony/twig-bridge": "<4.1.1", + "symfony/twig-bundle": "<4.4", + "symfony/validator": "<4.4", + "symfony/web-profiler-bundle": "<4.4", + "symfony/workflow": "<4.3.6" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "doctrine/cache": "^1.0|^2.0", + "doctrine/persistence": "^1.3|^2|^3", + "paragonie/sodium_compat": "^1.8", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/console": "^4.4.42|^5.4.9", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7", + "symfony/dotenv": "^4.3.6|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^4.3.5|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "symfony/security-core": "^3.4|^4.4|^5.2", + "symfony/security-csrf": "^3.4|^4.0|^5.0", + "symfony/security-http": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/workflow": "^4.3.6|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-apcu": "For best performance of the system caches", + "symfony/console": "For using the console commands", + "symfony/form": "For using forms", + "symfony/property-info": "For using the property_info service", + "symfony/serializer": "For using the serializer service", + "symfony/validator": "For using validation", + "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", + "symfony/yaml": "For using the debug:config and lint:yaml commands" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\FrameworkBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/framework-bundle/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-04-12T15:48:08+00:00" + }, + { + "name": "symfony/http-foundation", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/mime": "^4.3|^5.0", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/expression-language": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-12T09:40:54+00:00" + }, + { + "name": "symfony/http-kernel", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a6d5229dd9466e046674baad8449ad92ee24eddd", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2", + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-client-contracts": "^1.1|^2", + "symfony/http-foundation": "^4.4.30|^5.3.7", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/browser-kit": "<4.3", + "symfony/config": "<3.4", + "symfony/console": ">=5", + "symfony/dependency-injection": "<4.3", + "symfony/translation": "<4.2", + "twig/twig": "<1.43|<2.13,>=2" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^4.3|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a structured process for converting a Request into a Response", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-kernel/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-28T16:49:22+00:00" + }, + { + "name": "symfony/inflector", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/inflector.git", + "reference": "66185be61805b1e44a5c4000929e700228d426cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/inflector/zipball/66185be61805b1e44a5c4000929e700228d426cc", + "reference": "66185be61805b1e44a5c4000929e700228d426cc", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Inflector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts words between their singular and plural forms (English only)", + "homepage": "https://symfony.com", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string", + "symfony", + "words" + ], + "support": { + "source": "https://github.com/symfony/inflector/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "EnglishInflector from the String component", + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/mime", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "egulias/email-validator": "~3.0.0", + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10|^3.1", + "symfony/dependency-injection": "^3.4|^4.1|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows manipulating MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "support": { + "source": "https://github.com/symfony/mime/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/monolog-bridge", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bridge.git", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ad09c9980b912e757c4ecd8363cebf3039d1d471", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.25.1", + "php": ">=7.1.3", + "symfony/http-kernel": "^4.3", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "symfony/console": "<3.4", + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/security-core": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", + "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", + "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." + }, + "type": "symfony-bridge", + "autoload": { + "psr-4": { + "Symfony\\Bridge\\Monolog\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides integration for Monolog with various Symfony components", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/monolog-bridge/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-16T12:12:11+00:00" + }, + { + "name": "symfony/monolog-bundle", + "version": "v3.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bundle.git", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.22 || ^2.0 || ^3.0", + "php": ">=7.1.3", + "symfony/config": "~4.4 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", + "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" + }, + "require-dev": { + "symfony/console": "~4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.2 || ^6.0", + "symfony/yaml": "~4.4 || ^5.0 || ^6.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\MonologBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony MonologBundle", + "homepage": "https://symfony.com", + "keywords": [ + "log", + "logging" + ], + "support": { + "issues": "https://github.com/symfony/monolog-bundle/issues", + "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T14:24:36+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "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" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T07:21:04+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/property-access", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/property-access.git", + "reference": "d49682f6f0764df725c95128213a38f7e0a9f358" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/property-access/zipball/d49682f6f0764df725c95128213a38f7e0a9f358", + "reference": "d49682f6f0764df725c95128213a38f7e0a9f358", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/inflector": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/cache": "^3.4|^4.0|^5.0" + }, + "suggest": { + "psr/cache-implementation": "To cache access methods." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\PropertyAccess\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides functions to read and write from/to an object or array using a simple string notation", + "homepage": "https://symfony.com", + "keywords": [ + "access", + "array", + "extraction", + "index", + "injection", + "object", + "property", + "property path", + "reflection" + ], + "support": { + "source": "https://github.com/symfony/property-access/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, + { + "name": "symfony/routing", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "psr/log": "^1|^2|^3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Maps an HTTP request to a set of configuration variables", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], + "support": { + "source": "https://github.com/symfony/routing/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/security-bundle", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-bundle.git", + "reference": "d2a6bf4aeb75e75d3faacf9bec286e0de58394b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d2a6bf4aeb75e75d3faacf9bec286e0de58394b6", + "reference": "d2a6bf4aeb75e75d3faacf9bec286e0de58394b6", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^4.4", + "symfony/security-csrf": "^4.2|^5.0", + "symfony/security-guard": "^4.2|^5.0", + "symfony/security-http": "^4.4.5" + }, + "conflict": { + "symfony/browser-kit": "<4.2", + "symfony/console": "<3.4", + "symfony/framework-bundle": "<4.4", + "symfony/ldap": "<4.4", + "symfony/twig-bundle": "<4.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.2|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^3.4|^4.0|^5.0", + "symfony/framework-bundle": "^4.4|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/translation": "^3.4|^4.0|^5.0", + "symfony/twig-bridge": "^3.4|^4.0|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\SecurityBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-bundle/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/security-core", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-core.git", + "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-core/zipball/423ccb332784b236dfe6c5f396d0ac49db57c914", + "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1|^2", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/event-dispatcher": "<4.3|>=5", + "symfony/ldap": "<4.4", + "symfony/security-guard": "<4.3" + }, + "require-dev": { + "psr/container": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/event-dispatcher": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/ldap": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/validator": "^3.4.31|^4.3.4|^5.0" + }, + "suggest": { + "psr/container-implementation": "To instantiate the Security class", + "symfony/event-dispatcher": "", + "symfony/expression-language": "For using the expression voter", + "symfony/http-foundation": "", + "symfony/ldap": "For using LDAP integration", + "symfony/validator": "For using the user password constraint" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Core\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Core Library", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-core/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-22T05:50:33+00:00" + }, + { + "name": "symfony/security-csrf", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-csrf.git", + "reference": "45c956ef58135091f53732646a0acd28034f02c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/45c956ef58135091f53732646a0acd28034f02c0", + "reference": "45c956ef58135091f53732646a0acd28034f02c0", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^3.4|^4.0|^5.0" + }, + "conflict": { + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/http-foundation": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/http-foundation": "For using the class SessionTokenStorage." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Csrf\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - CSRF Library", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-csrf/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/security-guard", + "version": "v4.4.46", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-guard.git", + "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/f199eb1b19db11ce254b891580728c45a7ccacfd", + "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/security-core": "^3.4.22|^4.2.3|^5.0", + "symfony/security-http": "^4.4.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Guard\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Guard", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-guard/tree/v4.4.46" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-09-23T06:06:49+00:00" + }, + { + "name": "symfony/security-http", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-http.git", + "reference": "41e7666313f140ac8560f8db64ab54cc7348615a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-http/zipball/41e7666313f140ac8560f8db64ab54cc7348615a", + "reference": "41e7666313f140ac8560f8db64ab54cc7348615a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", + "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/security-core": "^4.4.8" + }, + "conflict": { + "symfony/event-dispatcher": ">=5", + "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0" + }, + "suggest": { + "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", + "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Http\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - HTTP Integration", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-http/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-20T10:00:58+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "conflict": { + "ext-psr": "<1.1|>=2" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-30T19:17:29+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.5", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/console": "<3.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/var-exporter", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/var-dumper": "^4.4.9|^5.0.9" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-27T11:44:32+00:00" + }, + { + "name": "symfony/yaml", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-02T15:47:23+00:00" + } + ], + "packages-dev": [ + { + "name": "doctrine/instantiator", + "version": "1.4.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.22" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.4.1" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-03-03T08:28:38+00:00" + }, + { + "name": "myclabs/deep-copy", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2022-03-03T13:19:32+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.15.1", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" + }, + "time": "2022-09-04T07:30:47+00:00" + }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + }, + "time": "2020-06-27T09:03:43+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "5.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" + }, + "require-dev": { + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + }, + "time": "2021-10-19T17:43:47+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "1.6.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" + }, + "require-dev": { + "ext-tokenizer": "*", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "support": { + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + }, + "time": "2022-10-14T12:47:21+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.2", + "php": "^7.2 || ~8.0, <8.2", + "phpdocumentor/reflection-docblock": "^5.2", + "sebastian/comparator": "^3.0 || ^4.0", + "sebastian/recursion-context": "^3.0 || ^4.0" + }, + "require-dev": { + "phpspec/phpspec": "^6.0 || ^7.0", + "phpunit/phpunit": "^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" + }, + "time": "2021-12-08T12:19:24+00:00" + }, + { + "name": "phpspec/prophecy-phpunit", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy-phpunit.git", + "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/2d7a9df55f257d2cba9b1d0c0963a54960657177", + "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8", + "phpspec/prophecy": "^1.3", + "phpunit/phpunit": "^9.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\PhpUnit\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christophe Coevoet", + "email": "stof@notk.org" + } + ], + "description": "Integrating the Prophecy mocking library in PHPUnit test cases", + "homepage": "http://phpspec.net", + "keywords": [ + "phpunit", + "prophecy" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy-phpunit/issues", + "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.0.1" + }, + "time": "2020-07-09T08:33:42+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.18", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.14", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "*", + "ext-xdebug": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-10-27T13:35:33+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.5.26", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.5-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2022-10-28T06:00:21+00:00" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:08:54+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:41:17+00:00" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:10:38+00:00" + }, + { + "name": "sebastian/environment", + "version": "5.1.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-04-03T09:37:03+00:00" + }, + { + "name": "sebastian/exporter", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:03:37+00:00" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-14T08:28:10+00:00" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-28T06:42:11+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" + }, + { + "name": "sebastian/phpcpd", + "version": "6.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpcpd.git", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0", + "phpunit/php-timer": "^5.0", + "sebastian/cli-parser": "^1.0", + "sebastian/version": "^3.0" + }, + "bin": [ + "phpcpd" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Copy/Paste Detector (CPD) for PHP code.", + "homepage": "https://github.com/sebastianbergmann/phpcpd", + "support": { + "issues": "https://github.com/sebastianbergmann/phpcpd/issues", + "source": "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-12-07T05:39:23+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:17:30+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:45:17+00:00" + }, + { + "name": "sebastian/type", + "version": "3.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-12T14:47:03+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.7.1", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards" + ], + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2022-06-18T07:21:10+00:00" + }, + { + "name": "symfony/browser-kit", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/browser-kit.git", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.3|^5.0", + "symfony/mime": "^4.3|^5.0", + "symfony/process": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/browser-kit/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-25T12:56:14+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts CSS selectors to XPath expressions", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/css-selector/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, + { + "name": "symfony/dom-crawler", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "masterminds/html5": "<2.6" + }, + "require-dev": { + "masterminds/html5": "^2.6", + "symfony/css-selector": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases DOM navigation for HTML and XML documents", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-03T12:57:57+00:00" + }, + { + "name": "symfony/phpunit-bridge", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/75857fc94e9cb68e7ab32e7a962750f73ce40396", + "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" + }, + "require-dev": { + "symfony/error-handler": "^4.4|^5.0" + }, + "suggest": { + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", + "extra": { + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides utilities for PHPUnit, especially user deprecation notices management", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/webmozarts/assert.git", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "php": "^7.2 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.11.0" + }, + "time": "2022-06-03T18:03:27+00:00" + } + ], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": true, + "prefer-lowest": false, + "platform": { + "ext-ctype": "*", + "ext-iconv": "*" + }, + "platform-dev": [], + "plugin-api-version": "2.3.0" +} diff --git a/crayfish/rootfs/var/www/crayfish/Recast/composer.lock b/crayfish/rootfs/var/www/crayfish/Recast/composer.lock new file mode 100644 index 00000000..cfaef2b4 --- /dev/null +++ b/crayfish/rootfs/var/www/crayfish/Recast/composer.lock @@ -0,0 +1,6650 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "0354ba9e6ded9e3c35f4147ffc006873", + "packages": [ + { + "name": "easyrdf/easyrdf", + "version": "1.1.1", + "source": { + "type": "git", + "url": "https://github.com/easyrdf/easyrdf.git", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-mbstring": "*", + "ext-pcre": "*", + "ext-xmlreader": "*", + "lib-libxml": "*", + "php": ">=7.1.0" + }, + "require-dev": { + "code-lts/doctum": "^5", + "ml/json-ld": "~1.0", + "phpunit/phpunit": "^7", + "semsol/arc2": "^2.4", + "squizlabs/php_codesniffer": "3.*", + "zendframework/zend-http": "~2.3" + }, + "suggest": { + "ml/json-ld": "~1.0", + "semsol/arc2": "~2.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "EasyRdf\\": "lib" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" + }, + { + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "homepage": "http://indeyets.ru/", + "role": "Developer" + } + ], + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "support": { + "forum": "http://groups.google.com/group/easyrdf/", + "issues": "http://github.com/easyrdf/easyrdf/issues", + "source": "https://github.com/easyrdf/easyrdf/tree/1.1.1" + }, + "time": "2020-12-02T08:47:31+00:00" + }, + { + "name": "guzzlehttp/guzzle", + "version": "6.5.8", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.9", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "1.5.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "b94b2807d85443f9719887892882d0329d1e2598" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", + "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4 || ^5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2022-08-28T14:55:35+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.9.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2022-06-20T21:43:03+00:00" + }, + { + "name": "islandora/chullo", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/Islandora/chullo.git", + "reference": "a7c1e051eab2a5077eaf5db2649201fa775c5a02" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Islandora/chullo/zipball/a7c1e051eab2a5077eaf5db2649201fa775c5a02", + "reference": "a7c1e051eab2a5077eaf5db2649201fa775c5a02", + "shasum": "" + }, + "require": { + "easyrdf/easyrdf": "^0.9 || ^1", + "guzzlehttp/guzzle": "^6.1.0", + "ml/json-ld": "^1.0.4", + "php": ">=7.3" + }, + "require-dev": { + "mockery/mockery": "^0.9", + "phpunit/phpunit": "^9.0", + "sebastian/phpcpd": "^6.0", + "squizlabs/php_codesniffer": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Islandora\\Chullo\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + }, + { + "name": "Daniel Lamb", + "email": "dlamb@islandora.ca", + "role": "Maintainer" + }, + { + "name": "Nick Ruest", + "email": "ruestn@gmail.com", + "role": "Maintainer" + } + ], + "description": "A PHP client for interacting with a Fedora 4 server.", + "homepage": "https://github.com/Islandora/chullo", + "support": { + "issues": "https://github.com/Islandora/documentation/issues", + "source": "https://github.com/Islandora/chullo/tree/1.3.0" + }, + "time": "2021-12-16T22:31:48+00:00" + }, + { + "name": "islandora/crayfish-commons", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Islandora/Crayfish-Commons.git", + "reference": "e7b8cbd5951286897507f6cfd3e6356201d24f48" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Islandora/Crayfish-Commons/zipball/e7b8cbd5951286897507f6cfd3e6356201d24f48", + "reference": "e7b8cbd5951286897507f6cfd3e6356201d24f48", + "shasum": "" + }, + "require": { + "islandora/chullo": "^1.0", + "namshi/jose": "^7.2", + "psr/log": "^1.0.1", + "symfony/config": "4.4.*", + "symfony/dependency-injection": "4.4.*", + "symfony/event-dispatcher": "4.4.*", + "symfony/http-foundation": "4.4.*", + "symfony/monolog-bundle": "^3.4", + "symfony/security-bundle": "4.4.*", + "symfony/yaml": "4.4.*" + }, + "conflict": { + "symfony/symfony": "*" + }, + "require-dev": { + "mikey179/vfsstream": "^1.6", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "sebastian/phpcpd": "^6.0", + "squizlabs/php_codesniffer": "^3.0", + "symfony/phpunit-bridge": "4.4.*" + }, + "type": "symfony-bundle", + "extra": { + "symfony": { + "allow-contrib": false, + "require": "4.4.*" + } + }, + "autoload": { + "psr-4": { + "Islandora\\Crayfish\\Commons\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + }, + { + "name": "Daniel Lamb", + "email": "dlamb@islandora.ca", + "role": "Maintainer" + } + ], + "description": "Shared code amongst Islandora Crayfish microservices", + "homepage": "https://github.com/Islandora/Crayfish-Commons", + "support": { + "issues": "https://github.com/Islandora/documentation/issues", + "source": "https://github.com/Islandora/Crayfish-Commons/tree/3.0.0" + }, + "time": "2022-05-05T15:46:41+00:00" + }, + { + "name": "ml/iri", + "version": "1.1.4", + "target-dir": "ML/IRI", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/IRI.git", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341", + "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341", + "shasum": "" + }, + "require": { + "lib-pcre": ">=4.0", + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "ML\\IRI": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "IRI handling for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "URN", + "iri", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/lanthaler/IRI/issues", + "source": "https://github.com/lanthaler/IRI/tree/master" + }, + "time": "2014-01-21T13:43:39+00:00" + }, + { + "name": "ml/json-ld", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/lanthaler/JsonLD.git", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "reference": "537e68e87a6bce23e57c575cd5dcac1f67ce25d8", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ml/iri": "^1.1.1", + "php": ">=5.3.0" + }, + "require-dev": { + "json-ld/tests": "1.0", + "phpunit/phpunit": "^4" + }, + "type": "library", + "autoload": { + "psr-4": { + "ML\\JsonLD\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Markus Lanthaler", + "email": "mail@markus-lanthaler.com", + "homepage": "http://www.markus-lanthaler.com", + "role": "Developer" + } + ], + "description": "JSON-LD Processor for PHP", + "homepage": "http://www.markus-lanthaler.com", + "keywords": [ + "JSON-LD", + "jsonld" + ], + "support": { + "issues": "https://github.com/lanthaler/JsonLD/issues", + "source": "https://github.com/lanthaler/JsonLD/tree/1.2.1" + }, + "time": "2022-09-29T08:45:17+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.27.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpstan/phpstan": "^0.12.59", + "phpunit/phpunit": "~4.5", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.27.1" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2022-06-09T08:53:42+00:00" + }, + { + "name": "namshi/jose", + "version": "7.2.3", + "source": { + "type": "git", + "url": "https://github.com/namshi/jose.git", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff", + "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff", + "shasum": "" + }, + "require": { + "ext-date": "*", + "ext-hash": "*", + "ext-json": "*", + "ext-pcre": "*", + "ext-spl": "*", + "php": ">=5.5", + "symfony/polyfill-php56": "^1.0" + }, + "require-dev": { + "phpseclib/phpseclib": "^2.0", + "phpunit/phpunit": "^4.5|^5.0", + "satooshi/php-coveralls": "^1.0" + }, + "suggest": { + "ext-openssl": "Allows to use OpenSSL as crypto engine.", + "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0." + }, + "type": "library", + "autoload": { + "psr-4": { + "Namshi\\JOSE\\": "src/Namshi/JOSE/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alessandro Nadalin", + "email": "alessandro.nadalin@gmail.com" + }, + { + "name": "Alessandro Cinelli (cirpo)", + "email": "alessandro.cinelli@gmail.com" + } + ], + "description": "JSON Object Signing and Encryption library for PHP.", + "keywords": [ + "JSON Web Signature", + "JSON Web Token", + "JWS", + "json", + "jwt", + "token" + ], + "support": { + "issues": "https://github.com/namshi/jose/issues", + "source": "https://github.com/namshi/jose/tree/master" + }, + "time": "2016-12-05T07:27:31+00:00" + }, + { + "name": "psr/cache", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/2.0.0" + }, + "time": "2021-02-03T23:23:37+00:00" + }, + { + "name": "psr/container", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "shasum": "" + }, + "require": { + "php": ">=7.4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.2" + }, + "time": "2021-11-05T16:50:12+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "psr/log", + "version": "1.1.4", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "symfony/cache", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache.git", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache/zipball/3b98ed664887ad197b8ede3da2432787212eb915", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/cache": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/cache-contracts": "^1.1.7|^2", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.2|^5.0" + }, + "conflict": { + "doctrine/dbal": "<2.7", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4|>=5.0", + "symfony/var-dumper": "<4.4" + }, + "provide": { + "psr/cache-implementation": "1.0|2.0", + "psr/simple-cache-implementation": "1.0|2.0", + "symfony/cache-implementation": "1.0|2.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "^1.6|^2.0", + "doctrine/dbal": "^2.7|^3.0", + "predis/predis": "^1.1", + "psr/simple-cache": "^1.0|^2.0", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.1|^5.0", + "symfony/filesystem": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/var-dumper": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Cache\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", + "homepage": "https://symfony.com", + "keywords": [ + "caching", + "psr6" + ], + "support": { + "source": "https://github.com/symfony/cache/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-17T20:21:54+00:00" + }, + { + "name": "symfony/cache-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0|^3.0" + }, + "suggest": { + "symfony/cache-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:53:40+00:00" + }, + { + "name": "symfony/config", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" + }, + "conflict": { + "symfony/finder": "<3.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/messenger": "^4.1|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/config/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/debug", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/debug/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/container": "^1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<4.3|>=5.0", + "symfony/finder": "<3.4", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<4.4.26" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" + }, + "require-dev": { + "symfony/config": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/yaml": "^4.4.26|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v3.1.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-02-25T11:15:52+00:00" + }, + { + "name": "symfony/dotenv", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/dotenv.git", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "require-dev": { + "symfony/process": "^3.4.2|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Dotenv\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Registers environment variables from a .env file", + "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "support": { + "source": "https://github.com/symfony/dotenv/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/error-handler", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3", + "symfony/debug": "^4.4.5", + "symfony/var-dumper": "^4.4|^5.0" + }, + "require-dev": { + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to manage errors and ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "~3.4|~4.4", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v4.4.42", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v4.4.42" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-20T08:49:14+00:00" + }, + { + "name": "symfony/finder", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/finder/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-29T07:35:46+00:00" + }, + { + "name": "symfony/flex", + "version": "v1.19.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/flex.git", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/flex/zipball/ab0453b16029e131c112df1a76e59eb2a47e1f67", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0|^2.0", + "php": ">=7.1" + }, + "require-dev": { + "composer/composer": "^1.0.2|^2.0", + "symfony/dotenv": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Symfony\\Flex\\Flex" + }, + "autoload": { + "psr-4": { + "Symfony\\Flex\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien.potencier@gmail.com" + } + ], + "description": "Composer plugin for Symfony", + "support": { + "issues": "https://github.com/symfony/flex/issues", + "source": "https://github.com/symfony/flex/tree/v1.19.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-07T09:39:08+00:00" + }, + { + "name": "symfony/framework-bundle", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/framework-bundle.git", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5b8b76e374032b34475ccf8a90c8cef06f49441a", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^4.4.11|~5.0.11|^5.1.3", + "symfony/dependency-injection": "^4.4.38|^5.0.1", + "symfony/error-handler": "^4.4.1|^5.0.1", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/routing": "^4.4.12|^5.1.4" + }, + "conflict": { + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/asset": "<3.4", + "symfony/browser-kit": "<4.3", + "symfony/console": "<4.4.21", + "symfony/dom-crawler": "<4.3", + "symfony/dotenv": "<4.3.6", + "symfony/form": "<4.3.5", + "symfony/http-client": "<4.4", + "symfony/lock": "<4.4", + "symfony/mailer": "<4.4", + "symfony/messenger": "<4.4", + "symfony/mime": "<4.4", + "symfony/property-info": "<3.4", + "symfony/security-bundle": "<4.4", + "symfony/serializer": "<4.4", + "symfony/stopwatch": "<3.4", + "symfony/translation": "<4.4", + "symfony/twig-bridge": "<4.1.1", + "symfony/twig-bundle": "<4.4", + "symfony/validator": "<4.4", + "symfony/web-profiler-bundle": "<4.4", + "symfony/workflow": "<4.3.6" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "doctrine/cache": "^1.0|^2.0", + "doctrine/persistence": "^1.3|^2|^3", + "paragonie/sodium_compat": "^1.8", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/console": "^4.4.42|^5.4.9", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7", + "symfony/dotenv": "^4.3.6|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^4.3.5|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "symfony/security-core": "^3.4|^4.4|^5.2", + "symfony/security-csrf": "^3.4|^4.0|^5.0", + "symfony/security-http": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/workflow": "^4.3.6|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-apcu": "For best performance of the system caches", + "symfony/console": "For using the console commands", + "symfony/form": "For using forms", + "symfony/property-info": "For using the property_info service", + "symfony/serializer": "For using the serializer service", + "symfony/validator": "For using validation", + "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", + "symfony/yaml": "For using the debug:config and lint:yaml commands" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\FrameworkBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/framework-bundle/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-04-12T15:48:08+00:00" + }, + { + "name": "symfony/http-foundation", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/mime": "^4.3|^5.0", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/expression-language": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-12T09:40:54+00:00" + }, + { + "name": "symfony/http-kernel", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a6d5229dd9466e046674baad8449ad92ee24eddd", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2", + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-client-contracts": "^1.1|^2", + "symfony/http-foundation": "^4.4.30|^5.3.7", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/browser-kit": "<4.3", + "symfony/config": "<3.4", + "symfony/console": ">=5", + "symfony/dependency-injection": "<4.3", + "symfony/translation": "<4.2", + "twig/twig": "<1.43|<2.13,>=2" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^4.3|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a structured process for converting a Request into a Response", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-kernel/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-28T16:49:22+00:00" + }, + { + "name": "symfony/inflector", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/inflector.git", + "reference": "66185be61805b1e44a5c4000929e700228d426cc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/inflector/zipball/66185be61805b1e44a5c4000929e700228d426cc", + "reference": "66185be61805b1e44a5c4000929e700228d426cc", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Inflector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts words between their singular and plural forms (English only)", + "homepage": "https://symfony.com", + "keywords": [ + "inflection", + "pluralize", + "singularize", + "string", + "symfony", + "words" + ], + "support": { + "source": "https://github.com/symfony/inflector/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "EnglishInflector from the String component", + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/mime", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "egulias/email-validator": "~3.0.0", + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10|^3.1", + "symfony/dependency-injection": "^3.4|^4.1|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows manipulating MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "support": { + "source": "https://github.com/symfony/mime/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/monolog-bridge", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bridge.git", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ad09c9980b912e757c4ecd8363cebf3039d1d471", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.25.1", + "php": ">=7.1.3", + "symfony/http-kernel": "^4.3", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "symfony/console": "<3.4", + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/security-core": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", + "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", + "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." + }, + "type": "symfony-bridge", + "autoload": { + "psr-4": { + "Symfony\\Bridge\\Monolog\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides integration for Monolog with various Symfony components", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/monolog-bridge/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-16T12:12:11+00:00" + }, + { + "name": "symfony/monolog-bundle", + "version": "v3.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bundle.git", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.22 || ^2.0 || ^3.0", + "php": ">=7.1.3", + "symfony/config": "~4.4 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", + "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" + }, + "require-dev": { + "symfony/console": "~4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.2 || ^6.0", + "symfony/yaml": "~4.4 || ^5.0 || ^6.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\MonologBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony MonologBundle", + "homepage": "https://symfony.com", + "keywords": [ + "log", + "logging" + ], + "support": { + "issues": "https://github.com/symfony/monolog-bundle/issues", + "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T14:24:36+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "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" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T07:21:04+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/property-access", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/property-access.git", + "reference": "d49682f6f0764df725c95128213a38f7e0a9f358" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/property-access/zipball/d49682f6f0764df725c95128213a38f7e0a9f358", + "reference": "d49682f6f0764df725c95128213a38f7e0a9f358", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/inflector": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/cache": "^3.4|^4.0|^5.0" + }, + "suggest": { + "psr/cache-implementation": "To cache access methods." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\PropertyAccess\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides functions to read and write from/to an object or array using a simple string notation", + "homepage": "https://symfony.com", + "keywords": [ + "access", + "array", + "extraction", + "index", + "injection", + "object", + "property", + "property path", + "reflection" + ], + "support": { + "source": "https://github.com/symfony/property-access/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, + { + "name": "symfony/routing", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "psr/log": "^1|^2|^3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Maps an HTTP request to a set of configuration variables", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], + "support": { + "source": "https://github.com/symfony/routing/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/security-bundle", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-bundle.git", + "reference": "d2a6bf4aeb75e75d3faacf9bec286e0de58394b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/d2a6bf4aeb75e75d3faacf9bec286e0de58394b6", + "reference": "d2a6bf4aeb75e75d3faacf9bec286e0de58394b6", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^4.4", + "symfony/security-csrf": "^4.2|^5.0", + "symfony/security-guard": "^4.2|^5.0", + "symfony/security-http": "^4.4.5" + }, + "conflict": { + "symfony/browser-kit": "<4.2", + "symfony/console": "<3.4", + "symfony/framework-bundle": "<4.4", + "symfony/ldap": "<4.4", + "symfony/twig-bundle": "<4.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.2|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^3.4|^4.0|^5.0", + "symfony/framework-bundle": "^4.4|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/translation": "^3.4|^4.0|^5.0", + "symfony/twig-bridge": "^3.4|^4.0|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\SecurityBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-bundle/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/security-core", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-core.git", + "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-core/zipball/423ccb332784b236dfe6c5f396d0ac49db57c914", + "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1|^2", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/event-dispatcher": "<4.3|>=5", + "symfony/ldap": "<4.4", + "symfony/security-guard": "<4.3" + }, + "require-dev": { + "psr/container": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/event-dispatcher": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/ldap": "^4.4|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/validator": "^3.4.31|^4.3.4|^5.0" + }, + "suggest": { + "psr/container-implementation": "To instantiate the Security class", + "symfony/event-dispatcher": "", + "symfony/expression-language": "For using the expression voter", + "symfony/http-foundation": "", + "symfony/ldap": "For using LDAP integration", + "symfony/validator": "For using the user password constraint" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Core\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Core Library", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-core/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-22T05:50:33+00:00" + }, + { + "name": "symfony/security-csrf", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-csrf.git", + "reference": "45c956ef58135091f53732646a0acd28034f02c0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-csrf/zipball/45c956ef58135091f53732646a0acd28034f02c0", + "reference": "45c956ef58135091f53732646a0acd28034f02c0", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16", + "symfony/security-core": "^3.4|^4.0|^5.0" + }, + "conflict": { + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/http-foundation": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/http-foundation": "For using the class SessionTokenStorage." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Csrf\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - CSRF Library", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-csrf/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/security-guard", + "version": "v4.4.46", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-guard.git", + "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-guard/zipball/f199eb1b19db11ce254b891580728c45a7ccacfd", + "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/security-core": "^3.4.22|^4.2.3|^5.0", + "symfony/security-http": "^4.4.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Guard\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Guard", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-guard/tree/v4.4.46" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-09-23T06:06:49+00:00" + }, + { + "name": "symfony/security-http", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-http.git", + "reference": "41e7666313f140ac8560f8db64ab54cc7348615a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-http/zipball/41e7666313f140ac8560f8db64ab54cc7348615a", + "reference": "41e7666313f140ac8560f8db64ab54cc7348615a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", + "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/security-core": "^4.4.8" + }, + "conflict": { + "symfony/event-dispatcher": ">=5", + "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0" + }, + "suggest": { + "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", + "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Security\\Http\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - HTTP Integration", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/security-http/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-20T10:00:58+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "conflict": { + "ext-psr": "<1.1|>=2" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-30T19:17:29+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.5", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/console": "<3.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/var-exporter", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/var-dumper": "^4.4.9|^5.0.9" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-27T11:44:32+00:00" + }, + { + "name": "symfony/yaml", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-02T15:47:23+00:00" + } + ], + "packages-dev": [ + { + "name": "doctrine/instantiator", + "version": "1.4.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/instantiator.git", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", + "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^9", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.16 || ^1", + "phpstan/phpstan": "^1.4", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.22" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", + "keywords": [ + "constructor", + "instantiate" + ], + "support": { + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.4.1" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" + } + ], + "time": "2022-03-03T08:28:38+00:00" + }, + { + "name": "myclabs/deep-copy", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2022-03-03T13:19:32+00:00" + }, + { + "name": "nikic/php-parser", + "version": "v4.15.1", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "shasum": "" + }, + "require": { + "ext-tokenizer": "*", + "php": ">=7.0" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.9-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" + }, + "time": "2022-09-04T07:30:47+00:00" + }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, + { + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", + "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" + }, + "time": "2020-06-27T09:03:43+00:00" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "5.3.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", + "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.2", + "phpdocumentor/type-resolver": "^1.3", + "webmozart/assert": "^1.9.1" + }, + "require-dev": { + "mockery/mockery": "~1.3.2", + "psalm/phar": "^4.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + }, + { + "name": "Jaap van Otterdijk", + "email": "account@ijaap.nl" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + }, + "time": "2021-10-19T17:43:47+00:00" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "1.6.2", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" + }, + "require-dev": { + "ext-tokenizer": "*", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpunit/phpunit": "^9.5", + "rector/rector": "^0.13.9", + "vimeo/psalm": "^4.25" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "support": { + "issues": "https://github.com/phpDocumentor/TypeResolver/issues", + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + }, + "time": "2022-10-14T12:47:21+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.2", + "php": "^7.2 || ~8.0, <8.2", + "phpdocumentor/reflection-docblock": "^5.2", + "sebastian/comparator": "^3.0 || ^4.0", + "sebastian/recursion-context": "^3.0 || ^4.0" + }, + "require-dev": { + "phpspec/phpspec": "^6.0 || ^7.0", + "phpunit/phpunit": "^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" + }, + "time": "2021-12-08T12:19:24+00:00" + }, + { + "name": "phpspec/prophecy-phpunit", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy-phpunit.git", + "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy-phpunit/zipball/2d7a9df55f257d2cba9b1d0c0963a54960657177", + "reference": "2d7a9df55f257d2cba9b1d0c0963a54960657177", + "shasum": "" + }, + "require": { + "php": "^7.3 || ^8", + "phpspec/prophecy": "^1.3", + "phpunit/phpunit": "^9.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\PhpUnit\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christophe Coevoet", + "email": "stof@notk.org" + } + ], + "description": "Integrating the Prophecy mocking library in PHPUnit test cases", + "homepage": "http://phpspec.net", + "keywords": [ + "phpunit", + "prophecy" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy-phpunit/issues", + "source": "https://github.com/phpspec/prophecy-phpunit/tree/v2.0.1" + }, + "time": "2020-07-09T08:33:42+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.18", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.14", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "*", + "ext-xdebug": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-10-27T13:35:33+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.5.26", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.8", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.5", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.2", + "sebastian/version": "^3.0.2" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.5-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2022-10-28T06:00:21+00:00" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:08:54+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" + }, + { + "name": "sebastian/comparator", + "version": "4.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T12:41:17+00:00" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:10:38+00:00" + }, + { + "name": "sebastian/environment", + "version": "5.1.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-04-03T09:37:03+00:00" + }, + { + "name": "sebastian/exporter", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-14T06:03:37+00:00" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-14T08:28:10+00:00" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-28T06:42:11+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" + }, + { + "name": "sebastian/phpcpd", + "version": "6.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpcpd.git", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0", + "phpunit/php-timer": "^5.0", + "sebastian/cli-parser": "^1.0", + "sebastian/version": "^3.0" + }, + "bin": [ + "phpcpd" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Copy/Paste Detector (CPD) for PHP code.", + "homepage": "https://github.com/sebastianbergmann/phpcpd", + "support": { + "issues": "https://github.com/sebastianbergmann/phpcpd/issues", + "source": "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-12-07T05:39:23+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:17:30+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:45:17+00:00" + }, + { + "name": "sebastian/type", + "version": "3.2.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-09-12T14:47:03+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, + { + "name": "squizlabs/php_codesniffer", + "version": "3.7.1", + "source": { + "type": "git", + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "shasum": "" + }, + "require": { + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + }, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" + } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards" + ], + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2022-06-18T07:21:10+00:00" + }, + { + "name": "symfony/browser-kit", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/browser-kit.git", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.3|^5.0", + "symfony/mime": "^4.3|^5.0", + "symfony/process": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/browser-kit/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-25T12:56:14+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts CSS selectors to XPath expressions", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/css-selector/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-27T13:16:42+00:00" + }, + { + "name": "symfony/dom-crawler", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", + "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "masterminds/html5": "<2.6" + }, + "require-dev": { + "masterminds/html5": "^2.6", + "symfony/css-selector": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases DOM navigation for HTML and XML documents", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-03T12:57:57+00:00" + }, + { + "name": "symfony/phpunit-bridge", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/75857fc94e9cb68e7ab32e7a962750f73ce40396", + "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396", + "shasum": "" + }, + "require": { + "php": ">=5.5.9" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" + }, + "require-dev": { + "symfony/error-handler": "^4.4|^5.0" + }, + "suggest": { + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", + "extra": { + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides utilities for PHPUnit, especially user deprecation notices management", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/webmozarts/assert.git", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "php": "^7.2 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<4.6.1 || 4.6.2" + }, + "require-dev": { + "phpunit/phpunit": "^8.5.13" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.11.0" + }, + "time": "2022-06-03T18:03:27+00:00" + } + ], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": [], + "prefer-stable": true, + "prefer-lowest": false, + "platform": { + "ext-ctype": "*", + "ext-iconv": "*" + }, + "platform-dev": [], + "plugin-api-version": "2.3.0" +} diff --git a/crayfits/Dockerfile b/crayfits/Dockerfile index c3c9b01c..f24c8446 100644 --- a/crayfits/Dockerfile +++ b/crayfits/Dockerfile @@ -3,15 +3,18 @@ ARG repository=local ARG tag=latest FROM --platform=$BUILDPLATFORM ${repository}/composer:${tag} AS composer -ARG COMMIT=6e95f2f325c910b254a2b7bd1cedf25b17874d30 +# Use a lock file for reproducible builds, always update it when updating the commit above. +ARG COMMIT=4c3721173e8ded0cab4da673c9987ad6cb0548c9 +COPY rootfs/var/www/crayfits/composer.lock /tmp/composer.lock RUN --mount=type=cache,id=crayfits-downloads,sharing=locked,target=/opt/downloads \ --mount=type=cache,id=crayfish-composer,sharing=locked,target=/root/.composer/cache \ git-clone-cached.sh \ - --url https://github.com/roblib/CrayFits.git \ + --url https://github.com/nigelgbanks/CrayFits.git \ --cache-dir "${DOWNLOAD_CACHE_DIRECTORY}" \ --commit "${COMMIT}" \ --worktree /var/www/crayfits && \ + mv /tmp/composer.lock /var/www/crayfits/composer.lock && \ composer install -d /var/www/crayfits FROM ${repository}/nginx:${tag} @@ -28,8 +31,8 @@ ENV \ CRAYFITS_LOG_LEVEL=info \ CRAYFITS_WEBSERVICE_URI=fits:8080/fits/examine -COPY --from=composer --chown=nginx:nginx /var/www /var/www - COPY rootfs / +COPY --from=composer --chown=nginx:nginx /var/www /var/www + WORKDIR /var/www/crayfits \ No newline at end of file diff --git a/crayfits/README.md b/crayfits/README.md index 99331bed..f1c163c2 100644 --- a/crayfits/README.md +++ b/crayfits/README.md @@ -19,9 +19,9 @@ additional settings, volumes, ports, etc. ## Settings -| Environment Variable | Confd Key | Default | Description | -| :---------------------- | :----------------------- | :---------------- | :------------------------------------------------------------------------------------------------ | -| CRAYFITS_LOG_LEVEL | /crayfits/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | +| Environment Variable | Confd Key | Default | Description | +| :---------------------- | :----------------------- | :--------------------- | :------------------------------------------------------------------------------------------------ | +| CRAYFITS_LOG_LEVEL | /crayfits/log/level | info | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | | CRAYFITS_WEBSERVICE_URI | /crayfits/webservice/uri | fits:8080/fits/examine | The URL of the FITS servlet. | [CrayFits]: https://github.com/roblib/CrayFits diff --git a/crayfits/rootfs/etc/nginx/http.d/default.conf b/crayfits/rootfs/etc/nginx/http.d/default.conf index 22106cfc..31f7e434 100644 --- a/crayfits/rootfs/etc/nginx/http.d/default.conf +++ b/crayfits/rootfs/etc/nginx/http.d/default.conf @@ -9,7 +9,7 @@ server { } location ~ ^/index\.php(/|$) { - fastcgi_pass unix:/var/run/php-fpm7/php-fpm7.sock; + fastcgi_pass unix:/var/run/php-fpm81/php-fpm81.sock; fastcgi_split_path_info ^(.+\.php)(/.*)$; include fastcgi_params; diff --git a/crayfits/rootfs/var/www/crayfits/composer.lock b/crayfits/rootfs/var/www/crayfits/composer.lock new file mode 100644 index 00000000..093c73e8 --- /dev/null +++ b/crayfits/rootfs/var/www/crayfits/composer.lock @@ -0,0 +1,3324 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "13a4202b88ad70d104d34f65a2d79c70", + "packages": [ + { + "name": "guzzlehttp/guzzle", + "version": "6.5.8", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.9", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "1.5.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "b94b2807d85443f9719887892882d0329d1e2598" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", + "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4 || ^5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.2" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2022-08-28T14:55:35+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.9.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.9-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.9.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2022-06-20T21:43:03+00:00" + }, + { + "name": "monolog/monolog", + "version": "1.27.1", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1", + "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", + "shasum": "" + }, + "require": { + "php": ">=5.3.0", + "psr/log": "~1.0" + }, + "provide": { + "psr/log-implementation": "1.0.0" + }, + "require-dev": { + "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "doctrine/couchdb": "~1.0@dev", + "graylog2/gelf-php": "~1.0", + "php-amqplib/php-amqplib": "~2.4", + "php-console/php-console": "^3.1.3", + "phpstan/phpstan": "^0.12.59", + "phpunit/phpunit": "~4.5", + "ruflin/elastica": ">=0.90 <3.0", + "sentry/sentry": "^0.13", + "swiftmailer/swiftmailer": "^5.3|^6.0" + }, + "suggest": { + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", + "ext-mongo": "Allow sending log messages to a MongoDB server", + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", + "php-console/php-console": "Allow sending log messages to Google Chrome", + "rollbar/rollbar": "Allow sending log messages to Rollbar", + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", + "sentry/sentry": "Allow sending log messages to a Sentry server" + }, + "type": "library", + "autoload": { + "psr-4": { + "Monolog\\": "src/Monolog" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging", + "psr-3" + ], + "support": { + "issues": "https://github.com/Seldaek/monolog/issues", + "source": "https://github.com/Seldaek/monolog/tree/1.27.1" + }, + "funding": [ + { + "url": "https://github.com/Seldaek", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", + "type": "tidelift" + } + ], + "time": "2022-06-09T08:53:42+00:00" + }, + { + "name": "psr/cache", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/2.0.0" + }, + "time": "2021-02-03T23:23:37+00:00" + }, + { + "name": "psr/container", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", + "shasum": "" + }, + "require": { + "php": ">=7.4.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Container\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", + "keywords": [ + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" + ], + "support": { + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/1.1.2" + }, + "time": "2021-11-05T16:50:12+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "psr/log", + "version": "1.1.4", + "source": { + "type": "git", + "url": "https://github.com/php-fig/log.git", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Log\\": "Psr/Log/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", + "keywords": [ + "log", + "psr", + "psr-3" + ], + "support": { + "source": "https://github.com/php-fig/log/tree/1.1.4" + }, + "time": "2021-05-03T11:20:27+00:00" + }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, + { + "name": "symfony/cache", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache.git", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache/zipball/3b98ed664887ad197b8ede3da2432787212eb915", + "reference": "3b98ed664887ad197b8ede3da2432787212eb915", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/cache": "^1.0|^2.0", + "psr/log": "^1|^2|^3", + "symfony/cache-contracts": "^1.1.7|^2", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2", + "symfony/var-exporter": "^4.2|^5.0" + }, + "conflict": { + "doctrine/dbal": "<2.7", + "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4|>=5.0", + "symfony/var-dumper": "<4.4" + }, + "provide": { + "psr/cache-implementation": "1.0|2.0", + "psr/simple-cache-implementation": "1.0|2.0", + "symfony/cache-implementation": "1.0|2.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/cache": "^1.6|^2.0", + "doctrine/dbal": "^2.7|^3.0", + "predis/predis": "^1.1", + "psr/simple-cache": "^1.0|^2.0", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.1|^5.0", + "symfony/filesystem": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/var-dumper": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Cache\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", + "homepage": "https://symfony.com", + "keywords": [ + "caching", + "psr6" + ], + "support": { + "source": "https://github.com/symfony/cache/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-17T20:21:54+00:00" + }, + { + "name": "symfony/cache-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0|^3.0" + }, + "suggest": { + "symfony/cache-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Cache\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to caching", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:53:40+00:00" + }, + { + "name": "symfony/config", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/config.git", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22" + }, + "conflict": { + "symfony/finder": "<3.4" + }, + "require-dev": { + "symfony/event-dispatcher": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/messenger": "^4.1|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/config/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/console", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/console.git", + "reference": "8e70c1cab07ac641b885ce80385b9824a293c623" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/console/zipball/8e70c1cab07ac641b885ce80385b9824a293c623", + "reference": "8e70c1cab07ac641b885ce80385b9824a293c623", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php73": "^1.8", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "psr/log": ">=3", + "symfony/dependency-injection": "<3.4", + "symfony/event-dispatcher": "<4.3|>=5", + "symfony/lock": "<4.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/log": "^1|^2", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/event-dispatcher": "^4.3", + "symfony/lock": "^4.4|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^4.3|^5.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases the creation of beautiful and testable command line interfaces", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/console/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-26T16:02:45+00:00" + }, + { + "name": "symfony/debug", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/debug.git", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3" + }, + "conflict": { + "symfony/http-kernel": "<3.4" + }, + "require-dev": { + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/debug/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/dependency-injection", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/container": "^1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1.6|^2" + }, + "conflict": { + "symfony/config": "<4.3|>=5.0", + "symfony/finder": "<3.4", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<4.4.26" + }, + "provide": { + "psr/container-implementation": "1.0", + "symfony/service-implementation": "1.0|2.0" + }, + "require-dev": { + "symfony/config": "^4.3", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/yaml": "^4.4.26|^5.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows you to standardize and centralize the way objects are constructed in your application", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/deprecation-contracts", + "version": "v3.1.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-02-25T11:15:52+00:00" + }, + { + "name": "symfony/dotenv", + "version": "v4.4.37", + "source": { + "type": "git", + "url": "https://github.com/symfony/dotenv.git", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "require-dev": { + "symfony/process": "^3.4.2|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Dotenv\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Registers environment variables from a .env file", + "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], + "support": { + "source": "https://github.com/symfony/dotenv/tree/v4.4.37" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/error-handler", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/error-handler.git", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2|^3", + "symfony/debug": "^4.4.5", + "symfony/var-dumper": "^4.4|^5.0" + }, + "require-dev": { + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\ErrorHandler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools to manage errors and ease debugging PHP code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-28T16:29:46+00:00" + }, + { + "name": "symfony/event-dispatcher", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/event-dispatcher-contracts": "^1.1", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/dependency-injection": "<3.4" + }, + "provide": { + "psr/event-dispatcher-implementation": "1.0", + "symfony/event-dispatcher-implementation": "1.1" + }, + "require-dev": { + "psr/log": "^1|^2|^3", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/error-handler": "~3.4|~4.4", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1|^2", + "symfony/stopwatch": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/event-dispatcher-contracts", + "version": "v1.1.13", + "source": { + "type": "git", + "url": "https://github.com/symfony/event-dispatcher-contracts.git", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "suggest": { + "psr/event-dispatcher": "", + "symfony/event-dispatcher-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\EventDispatcher\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to dispatching event", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-01-02T09:41:36+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v4.4.42", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v4.4.42" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-20T08:49:14+00:00" + }, + { + "name": "symfony/finder", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/finder.git", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Finder\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Finds files and directories via an intuitive fluent interface", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/finder/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-29T07:35:46+00:00" + }, + { + "name": "symfony/flex", + "version": "v1.19.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/flex.git", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/flex/zipball/ab0453b16029e131c112df1a76e59eb2a47e1f67", + "reference": "ab0453b16029e131c112df1a76e59eb2a47e1f67", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0|^2.0", + "php": ">=7.1" + }, + "require-dev": { + "composer/composer": "^1.0.2|^2.0", + "symfony/dotenv": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0" + }, + "type": "composer-plugin", + "extra": { + "class": "Symfony\\Flex\\Flex" + }, + "autoload": { + "psr-4": { + "Symfony\\Flex\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien.potencier@gmail.com" + } + ], + "description": "Composer plugin for Symfony", + "support": { + "issues": "https://github.com/symfony/flex/issues", + "source": "https://github.com/symfony/flex/tree/v1.19.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-07T09:39:08+00:00" + }, + { + "name": "symfony/framework-bundle", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/framework-bundle.git", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5b8b76e374032b34475ccf8a90c8cef06f49441a", + "reference": "5b8b76e374032b34475ccf8a90c8cef06f49441a", + "shasum": "" + }, + "require": { + "ext-xml": "*", + "php": ">=7.1.3", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^4.4.11|~5.0.11|^5.1.3", + "symfony/dependency-injection": "^4.4.38|^5.0.1", + "symfony/error-handler": "^4.4.1|^5.0.1", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16", + "symfony/routing": "^4.4.12|^5.1.4" + }, + "conflict": { + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/asset": "<3.4", + "symfony/browser-kit": "<4.3", + "symfony/console": "<4.4.21", + "symfony/dom-crawler": "<4.3", + "symfony/dotenv": "<4.3.6", + "symfony/form": "<4.3.5", + "symfony/http-client": "<4.4", + "symfony/lock": "<4.4", + "symfony/mailer": "<4.4", + "symfony/messenger": "<4.4", + "symfony/mime": "<4.4", + "symfony/property-info": "<3.4", + "symfony/security-bundle": "<4.4", + "symfony/serializer": "<4.4", + "symfony/stopwatch": "<3.4", + "symfony/translation": "<4.4", + "symfony/twig-bridge": "<4.1.1", + "symfony/twig-bundle": "<4.4", + "symfony/validator": "<4.4", + "symfony/web-profiler-bundle": "<4.4", + "symfony/workflow": "<4.3.6" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "doctrine/cache": "^1.0|^2.0", + "doctrine/persistence": "^1.3|^2|^3", + "paragonie/sodium_compat": "^1.8", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/console": "^4.4.42|^5.4.9", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7", + "symfony/dotenv": "^4.3.6|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^4.3.5|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", + "symfony/polyfill-intl-icu": "~1.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "symfony/security-core": "^3.4|^4.4|^5.2", + "symfony/security-csrf": "^3.4|^4.0|^5.0", + "symfony/security-http": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/workflow": "^4.3.6|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-apcu": "For best performance of the system caches", + "symfony/console": "For using the console commands", + "symfony/form": "For using forms", + "symfony/property-info": "For using the property_info service", + "symfony/serializer": "For using the serializer service", + "symfony/validator": "For using validation", + "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", + "symfony/yaml": "For using the debug:config and lint:yaml commands" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Symfony\\Bundle\\FrameworkBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/framework-bundle/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-04-12T15:48:08+00:00" + }, + { + "name": "symfony/http-foundation", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-foundation.git", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "reference": "cd4f478e67f7c8776a13b17e7d44241fd66261ad", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/mime": "^4.3|^5.0", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "predis/predis": "~1.0", + "symfony/expression-language": "^3.4|^4.0|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Defines an object-oriented layer for the HTTP specification", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-12T09:40:54+00:00" + }, + { + "name": "symfony/http-kernel", + "version": "v4.4.48", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-kernel.git", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a6d5229dd9466e046674baad8449ad92ee24eddd", + "reference": "a6d5229dd9466e046674baad8449ad92ee24eddd", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "psr/log": "^1|^2", + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-client-contracts": "^1.1|^2", + "symfony/http-foundation": "^4.4.30|^5.3.7", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/browser-kit": "<4.3", + "symfony/config": "<3.4", + "symfony/console": ">=5", + "symfony/dependency-injection": "<4.3", + "symfony/translation": "<4.2", + "twig/twig": "<1.43|<2.13,>=2" + }, + "provide": { + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^4.3|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a structured process for converting a Request into a Response", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-kernel/tree/v4.4.48" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-28T16:49:22+00:00" + }, + { + "name": "symfony/mime", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/mime.git", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/mime/zipball/0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "reference": "0eaf33cd6d1b3eaa50e7bc48b17f6e45789df35d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-intl-idn": "^1.10", + "symfony/polyfill-mbstring": "^1.0", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "egulias/email-validator": "~3.0.0", + "symfony/mailer": "<4.4" + }, + "require-dev": { + "egulias/email-validator": "^2.1.10|^3.1", + "symfony/dependency-injection": "^3.4|^4.1|^5.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Mime\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows manipulating MIME messages", + "homepage": "https://symfony.com", + "keywords": [ + "mime", + "mime-type" + ], + "support": { + "source": "https://github.com/symfony/mime/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/monolog-bridge", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bridge.git", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ad09c9980b912e757c4ecd8363cebf3039d1d471", + "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.25.1", + "php": ">=7.1.3", + "symfony/http-kernel": "^4.3", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2" + }, + "conflict": { + "symfony/console": "<3.4", + "symfony/http-foundation": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/security-core": "^3.4|^4.0|^5.0", + "symfony/var-dumper": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", + "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", + "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." + }, + "type": "symfony-bridge", + "autoload": { + "psr-4": { + "Symfony\\Bridge\\Monolog\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides integration for Monolog with various Symfony components", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/monolog-bridge/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-16T12:12:11+00:00" + }, + { + "name": "symfony/monolog-bundle", + "version": "v3.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/monolog-bundle.git", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "shasum": "" + }, + "require": { + "monolog/monolog": "^1.22 || ^2.0 || ^3.0", + "php": ">=7.1.3", + "symfony/config": "~4.4 || ^5.0 || ^6.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", + "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", + "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" + }, + "require-dev": { + "symfony/console": "~4.4 || ^5.0 || ^6.0", + "symfony/phpunit-bridge": "^5.2 || ^6.0", + "symfony/yaml": "~4.4 || ^5.0 || ^6.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Bundle\\MonologBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony MonologBundle", + "homepage": "https://symfony.com", + "keywords": [ + "log", + "logging" + ], + "support": { + "issues": "https://github.com/symfony/monolog-bundle/issues", + "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T14:24:36+00:00" + }, + { + "name": "symfony/polyfill-intl-idn", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "shasum": "" + }, + "require": { + "php": ">=7.1", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php72": "^1.10" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Laurent Bassin", + "email": "laurent@bassin.info" + }, + { + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", + "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-mbstring", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php72", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "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" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php73\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/polyfill-php80", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php80\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-10T07:21:04+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, + { + "name": "symfony/routing", + "version": "v4.4.44", + "source": { + "type": "git", + "url": "https://github.com/symfony/routing.git", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "symfony/config": "<4.2", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "psr/log": "^1|^2|^3", + "symfony/config": "^4.2|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0" + }, + "suggest": { + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Routing\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Maps an HTTP request to a set of configuration variables", + "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], + "support": { + "source": "https://github.com/symfony/routing/tree/v4.4.44" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-07-20T09:59:04+00:00" + }, + { + "name": "symfony/service-contracts", + "version": "v2.5.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/service-contracts.git", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "conflict": { + "ext-psr": "<1.1|>=2" + }, + "suggest": { + "symfony/service-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\Service\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to writing services", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-30T19:17:29+00:00" + }, + { + "name": "symfony/var-dumper", + "version": "v4.4.47", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-dumper.git", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63", + "reference": "1069c7a3fca74578022fab6f81643248d02f8e63", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.5", + "symfony/polyfill-php80": "^1.16" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/console": "<3.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/process": "^4.4|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" + }, + "suggest": { + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + }, + "bin": [ + "Resources/bin/var-dump-server" + ], + "type": "library", + "autoload": { + "files": [ + "Resources/functions/dump.php" + ], + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides mechanisms for walking through any arbitrary PHP variable", + "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v4.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-10-03T15:15:11+00:00" + }, + { + "name": "symfony/var-exporter", + "version": "v4.4.43", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-php80": "^1.16" + }, + "require-dev": { + "symfony/var-dumper": "^4.4.9|^5.0.9" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v4.4.43" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-27T11:44:32+00:00" + }, + { + "name": "symfony/yaml", + "version": "v4.4.45", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "shasum": "" + }, + "require": { + "php": ">=7.1.3", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "^3.4|^4.0|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v4.4.45" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-08-02T15:47:23+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": { + "ext-ctype": "*", + "ext-iconv": "*" + }, + "platform-dev": [], + "plugin-api-version": "2.3.0" +} diff --git a/demo/Dockerfile b/demo/Dockerfile deleted file mode 100644 index da76f903..00000000 --- a/demo/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -# syntax=docker/dockerfile:1.2.1 -ARG repository=local -ARG tag=latest -FROM --platform=$BUILDPLATFORM ${repository}/composer:${tag} AS composer - -ARG COMMIT=2d8f79b84c81c9010dfa5f73ec83262bde4313b3 - -# Islandora based Drupal install. -RUN --mount=type=cache,id=demo-composer,sharing=locked,target=/root/.composer/cache \ - --mount=type=cache,id=demo-downloads,sharing=locked,target=/opt/downloads \ - # Get the Drupal codebase - git-clone-cached.sh \ - --url https://github.com/Islandora-Devops/islandora-sandbox.git \ - --cache-dir "${DOWNLOAD_CACHE_DIRECTORY}" \ - --commit "${COMMIT}" \ - --worktree /var/www/drupal && \ - cd /var/www/drupal && \ - composer install - -FROM ${repository}/drupal:${tag} - -COPY --from=composer --chown=nginx:nginx /var/www /var/www diff --git a/demo/README.md b/demo/README.md deleted file mode 100644 index 5fa8541b..00000000 --- a/demo/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# Demo - -Islandora Demo image meant for demoing a functioning system. If you want to -build your own Islandora site site the composer folder for a template on how to -do that. - -## Dependencies - -Requires `islandora/drupal` docker image to build. Please refer to the -[Drupal Image README](../drupal/README.md) for additional information including -additional settings, volumes, ports, etc. diff --git a/demo/tests/ServiceStartsWithDefaults/build.gradle.kts b/demo/tests/ServiceStartsWithDefaults/build.gradle.kts deleted file mode 100644 index 646c3ddd..00000000 --- a/demo/tests/ServiceStartsWithDefaults/build.gradle.kts +++ /dev/null @@ -1,2 +0,0 @@ -import tasks.tests.ServiceStartsWithDefaultsTest -tasks.register("test") diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 00000000..36525714 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,348 @@ +--- +version: "3.8" + +# Common to all services +x-common: &common + restart: "no" + secrets: + - source: CERT_PUBLIC_KEY + - source: CERT_PRIVATE_KEY + - source: CERT_AUTHORITY + +x-traefik-https-redirect-middleware: &traefik-https-redirect-middleware + traefik.enable: true + traefik.http.middlewares.https-redirect.redirectscheme.permanent: true + traefik.http.middlewares.https-redirect.redirectscheme.scheme: https + +x-traefik-https-redirect: &traefik-https-redirect https-redirect + +networks: + default: + +volumes: + activemq-data: {} + blazegraph-data: {} + cantaloupe-data: {} + code-server-data: {} + drupal-private-files: {} + drupal-public-files: {} + drupal-root: {} + drupal-solr-config: {} + fcrepo-data: {} + mariadb-data: {} + matomo-data: {} + solr-data: {} + +secrets: + CERT_PUBLIC_KEY: + file: ./build/certs/cert.pem + CERT_PRIVATE_KEY: + file: ./build/certs/privkey.pem + CERT_AUTHORITY: + file: ./build/certs/rootCA.pem + +services: + alpaca: + <<: *common + image: ${REPOSITORY:-local}/alpaca:${TAG:-latest} + environment: + # Increase the throughput of consumption from the queue. + ALPACA_ACTIVEMQ_CONNECTIONS: 100 + ALPACA_ACTIVEMQ_CONSUMERS: 10 + crayfits: + <<: *common + image: ${REPOSITORY:-local}/crayfits:${TAG:-latest} + fits: + <<: *common + image: ${REPOSITORY:-local}/fits:${TAG:-latest} + homarus: + <<: *common + image: ${REPOSITORY:-local}/homarus:${TAG:-latest} + houdini: + <<: *common + image: ${REPOSITORY:-local}/houdini:${TAG:-latest} + hypercube: + <<: *common + image: ${REPOSITORY:-local}/hypercube:${TAG:-latest} + mariadb: + <<: *common + image: ${REPOSITORY:-local}/mariadb:${TAG:-latest} + volumes: + - mariadb-data:/var/lib/mysql:rw + milliner: + <<: *common + image: ${REPOSITORY:-local}/milliner:${TAG:-latest} + activemq: + <<: *common + image: ${REPOSITORY:-local}/activemq:${TAG:-latest} + labels: + <<: *traefik-https-redirect-middleware + traefik.http.routers.activemq_http.entrypoints: http + traefik.http.routers.activemq_http.middlewares: *traefik-https-redirect + traefik.http.routers.activemq_http.rule: &traefik-host-activemq Host(`activemq.islandora.dev`) + traefik.http.routers.activemq_http.service: activemq + traefik.http.routers.activemq_https.entrypoints: https + traefik.http.routers.activemq_https.rule: *traefik-host-activemq + traefik.http.routers.activemq_https.tls: true + traefik.http.services.activemq.loadbalancer.server.port: 8161 + traefik.subdomain: activemq + volumes: + - activemq-data:/opt/activemq/data:rw + blazegraph: + <<: *common + image: ${REPOSITORY:-local}/blazegraph:${TAG:-latest} + labels: + <<: *traefik-https-redirect-middleware + traefik.http.routers.blazegraph_http.entrypoints: http + traefik.http.routers.blazegraph_http.middlewares: *traefik-https-redirect + traefik.http.routers.blazegraph_http.rule: &traefik-host-blazegraph Host(`blazegraph.islandora.dev`) + traefik.http.routers.blazegraph_http.service: blazegraph + traefik.http.routers.blazegraph_https.entrypoints: https + traefik.http.routers.blazegraph_https.rule: *traefik-host-blazegraph + traefik.http.routers.blazegraph_https.tls: true + traefik.http.services.blazegraph.loadbalancer.server.port: 8080 + volumes: + - blazegraph-data:/data:rw + cantaloupe: + <<: *common + image: ${REPOSITORY:-local}/cantaloupe:${TAG:-latest} + labels: + <<: *traefik-https-redirect-middleware + traefik.http.routers.cantaloupe_http.entrypoints: http + traefik.http.routers.cantaloupe_http.middlewares: *traefik-https-redirect + traefik.http.routers.cantaloupe_http.rule: &traefik-host-cantaloupe Host(`islandora.dev`) && PathPrefix(`/cantaloupe`) + traefik.http.routers.cantaloupe_http.service: cantaloupe + traefik.http.routers.cantaloupe_https.entrypoints: https + traefik.http.routers.cantaloupe_https.rule: *traefik-host-cantaloupe + traefik.http.routers.cantaloupe_https.tls: true + traefik.http.services.cantaloupe.loadbalancer.server.port: 8080 + volumes: + - cantaloupe-data:/data:rw + drupal: + <<: *common + image: ${REPOSITORY:-local}/test:${TAG:-latest} + environment: &drupal-environment + # Keep this in sync with "islandora.drupal.properties" in the helm chart. + DRUPAL_DEFAULT_BROKER_URL: "tcp://activemq:61613" + DRUPAL_DEFAULT_CANTALOUPE_URL: "https://islandora.dev/cantaloupe/iiif/2" + DRUPAL_DEFAULT_CONFIGDIR: "/var/www/drupal/config/sync" + DRUPAL_DEFAULT_FCREPO_HOST: "fcrepo" + DRUPAL_DEFAULT_FCREPO_PORT: 8080 + DRUPAL_DEFAULT_FCREPO_URL: "https://fcrepo.islandora.dev/fcrepo/rest/" + DRUPAL_DEFAULT_INSTALL_EXISTING_CONFIG: "true" + DRUPAL_DEFAULT_MATOMO_URL: "https://islandora.dev/matomo/" + DRUPAL_DEFAULT_NAME: "Islandora Digital Collections" + DRUPAL_DEFAULT_PROFILE: "minimal" + DRUPAL_DEFAULT_SITE_URL: "islandora.dev" + DRUPAL_DEFAULT_SOLR_CORE: "default" + DRUPAL_DRUSH_URI: "https://islandora.dev" # Used by docker/drupal/rootfs/usr/local/share/custom/install.sh + volumes: + # Allow code-server to serve Drupal / override it. + - &drupal-root + type: volume + source: drupal-root + target: /var/www/drupal + - &drupal-public-files + type: volume + source: drupal-public-files + target: /var/www/drupal/web/sites/default/files + - &drupal-private-files + type: volume + source: drupal-private-files + target: /var/www/drupal/private + - &drupal-custom-modules ./test/rootfs/var/www/drupal/web/modules/custom/sample_content:/var/www/drupal/web/modules/custom/sample_content:rw + - drupal-solr-config:/opt/solr/server/solr/default:ro + ide: + <<: *common + image: ${REPOSITORY}/code-server:${TAG} + labels: + <<: *traefik-https-redirect-middleware + # All Drupal traefik is routed through the IDE so that XDebug can be + # easily used. + traefik.http.routers.drupal_http.entrypoints: http + traefik.http.routers.drupal_http.middlewares: *traefik-https-redirect + traefik.http.routers.drupal_http.rule: &traefik-host-drupal Host(`islandora.dev`) + traefik.http.routers.drupal_http.service: drupal + traefik.http.routers.drupal_https.entrypoints: https + traefik.http.routers.drupal_https.rule: *traefik-host-drupal + traefik.http.routers.drupal_https.service: drupal + traefik.http.routers.drupal_https.tls: true + traefik.http.services.drupal.loadbalancer.server.port: 80 + traefik.http.routers.ide_http.entrypoints: http + traefik.http.routers.ide_http.middlewares: *traefik-https-redirect + traefik.http.routers.ide_http.rule: &traefik-host-ide Host(`ide.islandora.dev`) + traefik.http.routers.ide_http.service: ide + traefik.http.routers.ide_https.entrypoints: https + traefik.http.routers.ide_https.rule: *traefik-host-ide + traefik.http.routers.ide_https.service: ide + traefik.http.routers.ide_https.tls: true + traefik.http.services.ide.loadbalancer.server.port: 8443 + traefik.tcp.routers.ssh.entrypoints: ssh + traefik.tcp.routers.ssh.rule: HostSNI(`*`) + traefik.tcp.routers.ssh.service: ssh + traefik.tcp.services.ssh.loadbalancer.server.port: 22 + + environment: + <<: *drupal-environment + # Allow XDebug to be used with Drush as well. + # Use the following command in the IDE shell to enable it: + # export XDEBUG_SESSION=1 + DRUSH_ALLOW_XDEBUG: 1 + XDEBUG_MODE: debug + # Do not request a password for accessing the IDE. + CODE_SERVER_AUTHENTICATION: none + # Bump up time outs to allow for debugging. + NGINX_CLIENT_BODY_TIMEOUT: 600s + NGINX_FASTCGI_CONNECT_TIMEOUT: 600s + NGINX_FASTCGI_READ_TIMEOUT: 1200s + NGINX_FASTCGI_SEND_TIMEOUT: 600s + NGINX_KEEPALIVE_TIMEOUT: 750s + NGINX_LINGERING_TIMEOUT: 50s + NGINX_PROXY_CONNECT_TIMEOUT: 600s + NGINX_PROXY_READ_TIMEOUT: 600s + NGINX_PROXY_SEND_TIMEOUT: 600s + NGINX_SEND_TIMEOUT: 600s + PHP_DEFAULT_SOCKET_TIMEOUT: 600 + PHP_MAX_EXECUTION_TIME: 300 + PHP_MAX_INPUT_TIME: 600 + PHP_PROCESS_CONTROL_TIMEOUT: 600 + PHP_REQUEST_TERMINATE_TIMEOUT: 600 + volumes: + - /var/run/docker.sock:/var/run/docker.sock:ro + # Mount and serve contents of Drupal site. + - <<: *drupal-root + volume: + nocopy: true + # Mount and serve Drupal public files. + - <<: *drupal-public-files + volume: + nocopy: true + # Mount and serve Drupal private files. + - <<: *drupal-private-files + volume: + nocopy: true + # Volumes for code-server cache. + - type: volume + source: code-server-data + target: /opt/code-server/data + - *drupal-custom-modules + # Ensure drupal mounts the shared volumes first. + depends_on: + - drupal + fcrepo: + <<: *common + image: ${REPOSITORY}/fcrepo6:${TAG} + environment: + FCREPO_ALLOW_EXTERNAL_DEFAULT: "http://default/" + FCREPO_ALLOW_EXTERNAL_DRUPAL: "https://islandora.dev/" + labels: + <<: *traefik-https-redirect-middleware + # Due to weird logic in `fcrepo/static/js/common.js`, do not use https + # as it assumes it always needs to append /fcr:metadata to every request + # breaking the links. Though for files we do want that page to be accessed + # so check for a file extension. + traefik.http.middlewares.fcrepo-strip-suffix.replacepathregex.regex: "^(.*/fcrepo/rest/[^.]*)/fcr:metadata$$" + traefik.http.middlewares.fcrepo-strip-suffix.replacepathregex.replacement: "$$1" + traefik.http.routers.fcrepo_http.entrypoints: http + traefik.http.routers.fcrepo_http.middlewares: *traefik-https-redirect + traefik.http.routers.fcrepo_http.rule: &traefik-host-fcrepo Host(`fcrepo.islandora.dev`) + traefik.http.routers.fcrepo_http.service: fcrepo + traefik.http.routers.fcrepo_https.entrypoints: https + traefik.http.routers.fcrepo_https.middlewares: fcrepo-strip-suffix + traefik.http.routers.fcrepo_https.rule: *traefik-host-fcrepo + traefik.http.routers.fcrepo_https.tls: true + traefik.http.services.fcrepo.loadbalancer.server.port: 8080 + volumes: + - fcrepo-data:/data:rw + depends_on: + - activemq + matomo: + <<: *common + image: ${REPOSITORY:-local}/matomo:${TAG:-latest} + labels: + <<: *traefik-https-redirect-middleware + traefik.http.middlewares.matomo-custom-request-headers.headers.customrequestheaders.X-Forwarded-Uri: /matomo + traefik.http.middlewares.matomo-append-slash.redirectregex.regex: ^(https?://[^/]+/matomo)$$ + traefik.http.middlewares.matomo-append-slash.redirectregex.replacement: $${1}/ + traefik.http.middlewares.matomo-strip-prefix.stripprefix.prefixes: /matomo + traefik.http.middlewares.matomo.chain.middlewares: matomo-append-slash,matomo-strip-prefix,matomo-custom-request-headers + traefik.http.routers.matomo_http.entrypoints: http + traefik.http.routers.matomo_http.middlewares: *traefik-https-redirect + traefik.http.routers.matomo_http.rule: &traefik-host-matomo Host(`islandora.dev`) && PathPrefix(`/matomo`) + traefik.http.routers.matomo_http.service: matomo + traefik.http.routers.matomo_https.entrypoints: https + traefik.http.routers.matomo_https.middlewares: matomo + traefik.http.routers.matomo_https.rule: *traefik-host-matomo + traefik.http.routers.matomo_https.tls: true + traefik.http.services.matomo.loadbalancer.server.port: 80 + environment: + MATOMO_DEFAULT_HOST: "https://islandora.dev" + volumes: + - matomo-data:/var/www/matomo:rw + solr: + <<: *common + image: ${REPOSITORY:-local}/solr:${TAG:-latest} + labels: + <<: *traefik-https-redirect-middleware + traefik.http.routers.solr_http.entrypoints: http + traefik.http.routers.solr_http.middlewares: *traefik-https-redirect + traefik.http.routers.solr_http.rule: &traefik-host-solr Host(`solr.islandora.dev`) + traefik.http.routers.solr_http.service: solr + traefik.http.routers.solr_https.entrypoints: https + traefik.http.routers.solr_https.rule: *traefik-host-solr + traefik.http.routers.solr_https.tls: true + traefik.http.services.solr.loadbalancer.server.port: 8983 + volumes: + - solr-data:/data:rw + - type: volume + source: drupal-solr-config + target: /opt/solr/server/solr/default + volume: + nocopy: true + traefik: + <<: *common + image: traefik:v2.8.3 + command: >- + --api.insecure=true + --api.dashboard=true + --api.debug=true + --entryPoints.http.address=:80 + --entryPoints.https.address=:443 + --entryPoints.ssh.address=:22 + --providers.file.filename=/etc/traefik/tls.yml + --providers.docker=true + --providers.docker.network=default + --providers.docker.exposedByDefault=false + '--providers.docker.defaultRule=Host(`{{index .Labels "com.docker.compose.service" }}.islandora.dev`)' + labels: + <<: *traefik-https-redirect-middleware + traefik.http.routers.traefik_http.entrypoints: http + traefik.http.routers.traefik_http.middlewares: *traefik-https-redirect + traefik.http.routers.traefik_http.service: traefik + traefik.http.routers.traefik_https.entrypoints: https + traefik.http.routers.traefik_https.tls: true + traefik.http.services.traefik.loadbalancer.server.port: 8080 + ports: + - "80:80" + - "443:443" + - "2222:22" + volumes: + - ./build/certs:/etc/ssl/traefik:rw + - ./tls.yml:/etc/traefik/tls.yml:rw + - /var/run/docker.sock:/var/run/docker.sock:ro + networks: + default: + aliases: + # Allow services to connect on the same name/port as the outside. + - blazegraph.islandora.dev + - fcrepo.islandora.dev + - islandora.dev + - solr.islandora.dev + depends_on: + # Sometimes traefik doesn't pick up on new containers so make sure they are started before traefik. + - activemq + - blazegraph + - drupal + - fcrepo + - solr + - ide \ No newline at end of file diff --git a/download/Dockerfile b/download/Dockerfile index 7492ab56..29c32ad8 100644 --- a/download/Dockerfile +++ b/download/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.2.1 -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM alpine:${alpine} AS cache FROM alpine:${alpine} diff --git a/drupal/Dockerfile b/drupal/Dockerfile index e2adb85c..1a82e9f6 100644 --- a/drupal/Dockerfile +++ b/drupal/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM --platform=$BUILDPLATFORM ${repository}/download:${tag} AS download ARG DRUSH_VERSION="0.6.0" @@ -45,6 +45,8 @@ ENV \ DRUPAL_DEFAULT_EMAIL=webmaster@localhost.com \ DRUPAL_DEFAULT_FCREPO_HOST=islandora.traefik.me \ DRUPAL_DEFAULT_FCREPO_PORT=8081 \ + DRUPAL_DEFAULT_FITS_HOST=fits \ + DRUPAL_DEFAULT_FITS_PORT=8080 \ DRUPAL_DEFAULT_INSTALL_EXISTING_CONFIG=false \ DRUPAL_DEFAULT_INSTALL=true \ DRUPAL_DEFAULT_LOCALE=en \ @@ -60,6 +62,7 @@ ENV \ DRUPAL_DEFAULT_TRIPLESTORE_HOST=blazegraph \ DRUPAL_DEFAULT_TRIPLESTORE_NAMESPACE=islandora \ DRUPAL_DEFAULT_TRIPLESTORE_PORT=8080 \ + DRUPAL_ENABLE_HTTPS=true \ DRUPAL_REVERSE_PROXY_IPS= \ DRUPAL_SITES=DEFAULT diff --git a/drupal/README.md b/drupal/README.md index 91b5dda4..43347da5 100644 --- a/drupal/README.md +++ b/drupal/README.md @@ -21,6 +21,13 @@ additional settings, volumes, ports, etc. ## Settings +### Network Settings + +| Environment Variable | Confd Key | Default | Description | +| :----------------------- | :------------------------ | :------ | :--------------------------------------------------------------------------------- | +| DRUPAL_ENABLE_HTTPS | /drupal/enable/https | true | Inform PHP that `https` should be used. | +| DRUPAL_REVERSE_PROXY_IPS | /drupal/reverse/proxy/ips | | Use the IP address for the host 'traefik' if found otherwise default to `0.0.0.0`. | + ### Database Settings [Drupal] can make use of different database backends for storage. Please see the diff --git a/drupal/rootfs/etc/bash.bashrc b/drupal/rootfs/etc/bash.bashrc index 7d0415e6..f3c8ac10 100644 --- a/drupal/rootfs/etc/bash.bashrc +++ b/drupal/rootfs/etc/bash.bashrc @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash # For bash login-shells include utilities so they can be called directly. source /etc/islandora/utilities.sh diff --git a/drupal/rootfs/etc/confd/conf.d/drupal.fpm.conf.toml b/drupal/rootfs/etc/confd/conf.d/drupal.fpm.conf.toml new file mode 100644 index 00000000..f83a1508 --- /dev/null +++ b/drupal/rootfs/etc/confd/conf.d/drupal.fpm.conf.toml @@ -0,0 +1,7 @@ +[template] +src = "drupal.fpm.conf.tmpl" +dest = "/etc/nginx/shared/drupal.fpm.conf" +uid = 0 +gid = 0 +mode = "0644" +keys = [ "/" ] diff --git a/drupal/rootfs/etc/nginx/shared/drupal.fpm.conf b/drupal/rootfs/etc/confd/templates/drupal.fpm.conf.tmpl similarity index 90% rename from drupal/rootfs/etc/nginx/shared/drupal.fpm.conf rename to drupal/rootfs/etc/confd/templates/drupal.fpm.conf.tmpl index eb4ade03..4417f5a9 100644 --- a/drupal/rootfs/etc/nginx/shared/drupal.fpm.conf +++ b/drupal/rootfs/etc/confd/templates/drupal.fpm.conf.tmpl @@ -22,11 +22,13 @@ location ~ '\.php$|^/update.php' { fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param QUERY_STRING $query_string; + {{ if eq (getenv "DRUPAL_ENABLE_HTTPS") "true" }} fastcgi_param HTTPS on; fastcgi_param HTTP_SCHEME https; + {{ end }} fastcgi_intercept_errors on; fastcgi_buffers 16 16k; fastcgi_buffer_size 32k; - # PHP 7 socket location. - fastcgi_pass unix:/var/run/php-fpm7/php-fpm7.sock; + # PHP 8 socket location. + fastcgi_pass unix:/var/run/php-fpm81/php-fpm81.sock; } diff --git a/drupal/rootfs/etc/cont-init.d/00-container-environment-03-set-subsite-defaults.sh b/drupal/rootfs/etc/cont-init.d/00-container-environment-03-set-subsite-defaults.sh index 435514ab..22475b48 100755 --- a/drupal/rootfs/etc/cont-init.d/00-container-environment-03-set-subsite-defaults.sh +++ b/drupal/rootfs/etc/cont-init.d/00-container-environment-03-set-subsite-defaults.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # Update container environment with site specific environment diff --git a/drupal/rootfs/etc/cont-init.d/00-container-environment-04-set-revese-proxy.sh b/drupal/rootfs/etc/cont-init.d/00-container-environment-04-set-revese-proxy.sh index b572a644..136766e3 100755 --- a/drupal/rootfs/etc/cont-init.d/00-container-environment-04-set-revese-proxy.sh +++ b/drupal/rootfs/etc/cont-init.d/00-container-environment-04-set-revese-proxy.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # If not explicitly set by confd backend already attempt to set it from querying diff --git a/drupal/rootfs/etc/islandora/utilities.sh b/drupal/rootfs/etc/islandora/utilities.sh index e0c4a93a..23563f47 100755 --- a/drupal/rootfs/etc/islandora/utilities.sh +++ b/drupal/rootfs/etc/islandora/utilities.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash # Capitalize the given string. function capitalize { diff --git a/drupal/rootfs/etc/nginx/http.d/default.conf b/drupal/rootfs/etc/nginx/http.d/default.conf index fc37d373..0b6772b9 100644 --- a/drupal/rootfs/etc/nginx/http.d/default.conf +++ b/drupal/rootfs/etc/nginx/http.d/default.conf @@ -4,4 +4,5 @@ server { include /etc/nginx/shared/drupal.defaults.conf; include /etc/nginx/shared/drupal.fpm.conf; + include /etc/nginx/shared/fpm.conf; } diff --git a/drupal/tests/ServiceStartsWithBackendMySQL/test.sh b/drupal/tests/ServiceStartsWithBackendMySQL/test.sh index d50ae171..86d0fb8f 100755 --- a/drupal/tests/ServiceStartsWithBackendMySQL/test.sh +++ b/drupal/tests/ServiceStartsWithBackendMySQL/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/drupal/tests/ServiceStartsWithBackendPostgreSQL/test.sh b/drupal/tests/ServiceStartsWithBackendPostgreSQL/test.sh index 150c6569..8aec7ab9 100755 --- a/drupal/tests/ServiceStartsWithBackendPostgreSQL/test.sh +++ b/drupal/tests/ServiceStartsWithBackendPostgreSQL/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/fcrepo/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh b/fcrepo/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh index 165638a4..57cddec3 100755 --- a/fcrepo/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh +++ b/fcrepo/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # FCREPO_PERSISTENCE_TYPE dictates which DB_DRIVER should be used. diff --git a/fcrepo/rootfs/etc/cont-init.d/03-fcrepo-setup.sh b/fcrepo/rootfs/etc/cont-init.d/03-fcrepo-setup.sh index d68e21c2..2b838a34 100755 --- a/fcrepo/rootfs/etc/cont-init.d/03-fcrepo-setup.sh +++ b/fcrepo/rootfs/etc/cont-init.d/03-fcrepo-setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e function mysql_create_database { diff --git a/fcrepo/rootfs/opt/tomcat/bin/setenv.sh b/fcrepo/rootfs/opt/tomcat/bin/setenv.sh index b2113108..b3b55cb4 100755 --- a/fcrepo/rootfs/opt/tomcat/bin/setenv.sh +++ b/fcrepo/rootfs/opt/tomcat/bin/setenv.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash export JAVA_OPTS="${TOMCAT_JAVA_OPTS}" export CATALINA_OPTS="${TOMCAT_CATALINA_OPTS}" export CATALINA_OPTS="${CATALINA_OPTS} -Dfcrepo.home=/data/home" diff --git a/fcrepo/tests/ServiceStartsWithBackendMySQL/test.sh b/fcrepo/tests/ServiceStartsWithBackendMySQL/test.sh index fcc5c74d..0c27bc8f 100755 --- a/fcrepo/tests/ServiceStartsWithBackendMySQL/test.sh +++ b/fcrepo/tests/ServiceStartsWithBackendMySQL/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/fcrepo/tests/ServiceStartsWithBackendPostgreSQL/test.sh b/fcrepo/tests/ServiceStartsWithBackendPostgreSQL/test.sh index 79678d7f..29e5d36a 100755 --- a/fcrepo/tests/ServiceStartsWithBackendPostgreSQL/test.sh +++ b/fcrepo/tests/ServiceStartsWithBackendPostgreSQL/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/fcrepo6/Dockerfile b/fcrepo6/Dockerfile index 6e094fca..65825ea5 100644 --- a/fcrepo6/Dockerfile +++ b/fcrepo6/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:experimental ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM --platform=$BUILDPLATFORM ${repository}/download:${tag} AS download ARG FCREPO_VERSION="6.2.0" @@ -43,6 +43,11 @@ RUN --mount=type=cache,id=fcrepo6-apk,sharing=locked,from=cache,target=/var/cach addgroup tomcat jwt && \ cleanup.sh +# Fcrepo does not properly handle SIGTERM signals and can often hang. +ENV \ + S6_SERVICES_GRACETIME=3000 \ + S6_KILL_GRACETIME=3000 + ENV \ FCREPO_ACTIVEMQ_BROKER=tcp://activemq:61616 \ FCREPO_ACTIVEMQ_QUEUE=fedora \ diff --git a/fcrepo6/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh b/fcrepo6/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh index 165638a4..57cddec3 100755 --- a/fcrepo6/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh +++ b/fcrepo6/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # FCREPO_PERSISTENCE_TYPE dictates which DB_DRIVER should be used. diff --git a/fcrepo6/rootfs/etc/cont-init.d/03-fcrepo-setup.sh b/fcrepo6/rootfs/etc/cont-init.d/03-fcrepo-setup.sh index d68e21c2..2b838a34 100755 --- a/fcrepo6/rootfs/etc/cont-init.d/03-fcrepo-setup.sh +++ b/fcrepo6/rootfs/etc/cont-init.d/03-fcrepo-setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e function mysql_create_database { diff --git a/fcrepo6/rootfs/opt/tomcat/bin/setenv.sh b/fcrepo6/rootfs/opt/tomcat/bin/setenv.sh old mode 100644 new mode 100755 index 01b958d5..386b25f5 --- a/fcrepo6/rootfs/opt/tomcat/bin/setenv.sh +++ b/fcrepo6/rootfs/opt/tomcat/bin/setenv.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash export JAVA_OPTS="${TOMCAT_JAVA_OPTS}" export CATALINA_OPTS="${TOMCAT_CATALINA_OPTS}" export CATALINA_OPTS="${CATALINA_OPTS} -Dfcrepo.home=/data/home" diff --git a/fits/Dockerfile b/fits/Dockerfile index f01e2909..98c14975 100644 --- a/fits/Dockerfile +++ b/fits/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM --platform=$BUILDPLATFORM ${repository}/download:${tag} AS download ARG FITSSERVLET_VERSION="1.2.3" diff --git a/fits/rootfs/opt/tomcat/bin/setenv.sh b/fits/rootfs/opt/tomcat/bin/setenv.sh index 2efe3b74..82394076 100755 --- a/fits/rootfs/opt/tomcat/bin/setenv.sh +++ b/fits/rootfs/opt/tomcat/bin/setenv.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash export JAVA_OPTS="${TOMCAT_JAVA_OPTS}" export CATALINA_OPTS="${TOMCAT_CATALINA_OPTS}" export CATALINA_OPTS="${CATALINA_OPTS} -Djna.boot.library.path=/usr/lib" diff --git a/handle/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh b/handle/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh index fef2f0f9..6fcf905a 100755 --- a/handle/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh +++ b/handle/rootfs/etc/cont-init.d/00-container-environment-01-set-db-driver.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # HANDLE_PERSISTENCE_TYPE dictates which DB_DRIVER should be used. diff --git a/handle/rootfs/etc/cont-init.d/02-process-keys.sh b/handle/rootfs/etc/cont-init.d/02-process-keys.sh index 21ca3159..64f5d9c0 100755 --- a/handle/rootfs/etc/cont-init.d/02-process-keys.sh +++ b/handle/rootfs/etc/cont-init.d/02-process-keys.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # Keys are provided via a confd and placed in "/opt/keys/handle" diff --git a/handle/rootfs/etc/cont-init.d/03-handle-setup.sh b/handle/rootfs/etc/cont-init.d/03-handle-setup.sh index 86aed96a..0fd055ef 100755 --- a/handle/rootfs/etc/cont-init.d/03-handle-setup.sh +++ b/handle/rootfs/etc/cont-init.d/03-handle-setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e function mysql_create_database { diff --git a/handle/rootfs/etc/services.d/handle/finish b/handle/rootfs/etc/services.d/handle/finish old mode 100644 new mode 100755 diff --git a/handle/rootfs/etc/services.d/handle/run b/handle/rootfs/etc/services.d/handle/run old mode 100644 new mode 100755 diff --git a/handle/tests/ServiceStartsWithBackendMySQL/test.sh b/handle/tests/ServiceStartsWithBackendMySQL/test.sh index a772bbe4..1f0224df 100755 --- a/handle/tests/ServiceStartsWithBackendMySQL/test.sh +++ b/handle/tests/ServiceStartsWithBackendMySQL/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/handle/tests/ServiceStartsWithBackendPostgreSQL/test.sh b/handle/tests/ServiceStartsWithBackendPostgreSQL/test.sh index 51c74d9b..680f6320 100755 --- a/handle/tests/ServiceStartsWithBackendPostgreSQL/test.sh +++ b/handle/tests/ServiceStartsWithBackendPostgreSQL/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh count=$(execute-sql-file.sh <(echo "SELECT 1 FROM pg_database WHERE datname='handle'") -- --csv -t) diff --git a/homarus/Dockerfile b/homarus/Dockerfile index 7ade5d1c..11b74952 100644 --- a/homarus/Dockerfile +++ b/homarus/Dockerfile @@ -1,12 +1,12 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM --platform=$BUILDPLATFORM ${repository}/crayfish:${tag} AS crayfish RUN --mount=type=cache,id=homarus-composer,sharing=locked,target=/root/.composer/cache \ composer install -d /var/www/crayfish/Homarus && \ - ln -s /var/www/crayfish/Homarus/src /var/www/html + ln -s /var/www/crayfish/Homarus/public /var/www/html FROM alpine:${alpine} AS cache FROM ${repository}/nginx:${tag} @@ -18,11 +18,15 @@ RUN --mount=type=cache,id=homarus-apk,sharing=locked,from=cache,target=/var/cach addgroup nginx jwt && \ cleanup.sh -ENV HOMARUS_LOG_LEVEL=info +ENV \ + HOMARUS_FCREPO_URL=http://fcrepo:8080/fcrepo/rest \ + HOMARUS_LOG_LEVEL=info COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf -COPY --from=crayfish --chown=nginx:nginx /var/www /var/www +COPY --from=crayfish /var/www /var/www COPY rootfs / +RUN chown -R nginx:nginx /var/www + WORKDIR /var/www/crayfish/Homarus/ diff --git a/homarus/README.md b/homarus/README.md index 9df8ba47..bde1dc60 100644 --- a/homarus/README.md +++ b/homarus/README.md @@ -10,8 +10,9 @@ additional settings, volumes, ports, etc. ## Settings -| Environment Variable | Confd Key | Default | Description | -| :------------------- | :----------------- | :------ | :------------------------------------------------------------------------------------------------ | -| HOMARUS_LOG_LEVEL | /homarus/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | +| Environment Variable | Confd Key | Default | Description | +| :------------------- | :------------------ | :----------------------------- | :------------------------------------------------------------------------------------------------ | +| HOMARUS_FCREPO_URL | /homarus/fcrepo/url | http://fcrepo:8080/fcrepo/rest | Fcrepo Rest API URL | +| HOMARUS_LOG_LEVEL | /homarus/log/level | info | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | [Homarus]: https://github.com/Islandora/Crayfish/tree/main/Homarus diff --git a/homarus/rootfs/etc/confd/conf.d/config.yaml.toml b/homarus/rootfs/etc/confd/conf.d/config.yaml.toml deleted file mode 100644 index 2f34cbf7..00000000 --- a/homarus/rootfs/etc/confd/conf.d/config.yaml.toml +++ /dev/null @@ -1,7 +0,0 @@ -[template] -src = "config.yaml.tmpl" -dest = "/var/www/crayfish/Homarus/cfg/config.yaml" -uid = 100 -gid = 101 -mode = "0644" -keys = [ "/" ] diff --git a/homarus/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml b/homarus/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml new file mode 100644 index 00000000..3ff0db73 --- /dev/null +++ b/homarus/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "crayfish_commons.yaml.tmpl" +dest = "/var/www/crayfish/Homarus/config/packages/crayfish_commons.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/homarus/rootfs/etc/confd/conf.d/monolog.yaml.toml b/homarus/rootfs/etc/confd/conf.d/monolog.yaml.toml new file mode 100644 index 00000000..43cec50c --- /dev/null +++ b/homarus/rootfs/etc/confd/conf.d/monolog.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "monolog.yaml.tmpl" +dest = "/var/www/crayfish/Homarus/config/packages/monolog.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/homarus/rootfs/etc/confd/conf.d/security.yaml.toml b/homarus/rootfs/etc/confd/conf.d/security.yaml.toml new file mode 100644 index 00000000..57bd4ff1 --- /dev/null +++ b/homarus/rootfs/etc/confd/conf.d/security.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "security.yaml.tmpl" +dest = "/var/www/crayfish/Homarus/config/packages/security.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/homarus/rootfs/etc/confd/templates/config.yaml.tmpl b/homarus/rootfs/etc/confd/templates/config.yaml.tmpl deleted file mode 100644 index 69eef6e2..00000000 --- a/homarus/rootfs/etc/confd/templates/config.yaml.tmpl +++ /dev/null @@ -1,40 +0,0 @@ ---- -homarus: - # path to the ffmpeg executable - executable: ffmpeg - mime_types: - valid: - - video/mp4 - - video/x-msvideo - - video/ogg - - audio/x-wav - - audio/mpeg - - audio/aac - - image/jpeg - - image/png - default: video/mp4 - mime_to_format: - valid: - - video/mp4_mp4 - - video/x-msvideo_avi - - video/ogg_ogg - - audio/x-wav_wav - - audio/mpeg_mp3 - - audio/aac_m4a - - image/jpeg_image2pipe - - image/png_image2pipe - default: mp4 - -log: - # Valid log levels are: - # debug, info, notice, warning, error, critical, alert, emergency, none - file: "php://stderr" - level: {{ getenv "HOMARUS_LOG_LEVEL" }} - -syn: - # toggles JWT security for service - enable: True - # Path to the syn config file for authentication. - # example can be found here: - # https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example$ - config: /opt/keys/jwt/syn-settings.xml diff --git a/homarus/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl b/homarus/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl new file mode 100644 index 00000000..3eccd700 --- /dev/null +++ b/homarus/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl @@ -0,0 +1,3 @@ +crayfish_commons: + fedora_base_uri: '{{ getenv "HOMARUS_FCREPO_URL" }}' + syn_config: '/opt/keys/jwt/syn-settings.xml' \ No newline at end of file diff --git a/homarus/rootfs/etc/confd/templates/monolog.yaml.tmpl b/homarus/rootfs/etc/confd/templates/monolog.yaml.tmpl new file mode 100644 index 00000000..6601077d --- /dev/null +++ b/homarus/rootfs/etc/confd/templates/monolog.yaml.tmpl @@ -0,0 +1,8 @@ +monolog: + handlers: + homarus: + type: stream + path: "php://stderr" + # Valid log levels are: + # debug, info, notice, warning, error, critical, alert, emergency, none + level: {{ getenv "HOMARUS_LOG_LEVEL" }} diff --git a/homarus/rootfs/etc/confd/templates/security.yaml.tmpl b/homarus/rootfs/etc/confd/templates/security.yaml.tmpl new file mode 100644 index 00000000..b203453f --- /dev/null +++ b/homarus/rootfs/etc/confd/templates/security.yaml.tmpl @@ -0,0 +1,35 @@ +security: + + # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers + providers: + jwt_user_provider: + id: Islandora\Crayfish\Commons\Syn\JwtUserProvider + + firewalls: + dev: + pattern: ^/(_(profiler|wdt)|css|images|js)/ + security: false + main: + # To enable Syn, change anonymous to false and uncomment the lines further below + anonymous: false + # Need stateless or it reloads the User based on a token. + stateless: true + + # To enable Syn, uncomment the below 4 lines and change anonymous to false above. + provider: jwt_user_provider + guard: + authenticators: + - Islandora\Crayfish\Commons\Syn\JwtAuthenticator + + # activate different ways to authenticate + # https://symfony.com/doc/current/security.html#firewalls-authentication + + # https://symfony.com/doc/current/security/impersonating_user.html + # switch_user: true + + + # Easy way to control access for large sections of your site + # Note: Only the *first* access control that matches will be used + access_control: + # - { path: ^/admin, roles: ROLE_ADMIN } + # - { path: ^/profile, roles: ROLE_USER } \ No newline at end of file diff --git a/houdini/Dockerfile b/houdini/Dockerfile index da5fa842..5e884a2e 100644 --- a/houdini/Dockerfile +++ b/houdini/Dockerfile @@ -5,7 +5,6 @@ FROM --platform=$BUILDPLATFORM ${repository}/crayfish:${tag} AS crayfish RUN --mount=type=cache,id=houdini-composer,sharing=locked,target=/root/.composer/cache \ composer install -d /var/www/crayfish/Houdini && \ - php /var/www/crayfish/Houdini/bin/console cache:clear && \ ln -s /var/www/crayfish/Houdini/public /var/www/html FROM ${repository}/imagemagick:${tag} AS imagemagick @@ -19,11 +18,15 @@ RUN --mount=type=bind,from=imagemagick,source=/packages,target=/packages \ addgroup nginx jwt && \ cleanup.sh -ENV HOUDINI_LOG_LEVEL=info +ENV \ + HOUDINI_FCREPO_URL=http://fcrepo:8080/fcrepo/rest \ + HOUDINI_LOG_LEVEL=info COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf -COPY --from=crayfish --chown=nginx:nginx /var/www /var/www +COPY --from=crayfish /var/www /var/www COPY rootfs / +RUN chown -R nginx:nginx /var/www + WORKDIR /var/www/crayfish/Houdini/ diff --git a/houdini/README.md b/houdini/README.md index 1ffdc669..99162245 100644 --- a/houdini/README.md +++ b/houdini/README.md @@ -10,8 +10,9 @@ additional settings, volumes, ports, etc. ## Settings -| Environment Variable | Confd Key | Default | Description | -| :------------------- | :----------------- | :------ | :------------------------------------------------------------------------------------------------ | -| HOUDINI_LOG_LEVEL | /houdini/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | +| Environment Variable | Confd Key | Default | Description | +| :------------------- | :------------------ | :----------------------------- | :------------------------------------------------------------------------------------------------ | +| HOUDINI_FCREPO_URL | /houdini/fcrepo/url | http://fcrepo:8080/fcrepo/rest | Fcrepo Rest API URL | +| HOUDINI_LOG_LEVEL | /houdini/log/level | info | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | [Houdini]: https://github.com/Islandora/Crayfish/tree/main/Houdini diff --git a/houdini/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml b/houdini/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml new file mode 100644 index 00000000..32664e61 --- /dev/null +++ b/houdini/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "crayfish_commons.yaml.tmpl" +dest = "/var/www/crayfish/Houdini/config/packages/crayfish_commons.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/houdini/rootfs/etc/confd/conf.d/security.yaml.toml b/houdini/rootfs/etc/confd/conf.d/security.yaml.toml new file mode 100644 index 00000000..1043a698 --- /dev/null +++ b/houdini/rootfs/etc/confd/conf.d/security.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "security.yaml.tmpl" +dest = "/var/www/crayfish/Houdini/config/packages/security.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/houdini/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl b/houdini/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl new file mode 100644 index 00000000..0b40b8e1 --- /dev/null +++ b/houdini/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl @@ -0,0 +1,3 @@ +crayfish_commons: + fedora_base_uri: '{{ getenv "HOUDINI_FCREPO_URL" }}' + syn_config: '/opt/keys/jwt/syn-settings.xml' \ No newline at end of file diff --git a/houdini/rootfs/etc/confd/templates/security.yaml.tmpl b/houdini/rootfs/etc/confd/templates/security.yaml.tmpl new file mode 100644 index 00000000..ed0b0537 --- /dev/null +++ b/houdini/rootfs/etc/confd/templates/security.yaml.tmpl @@ -0,0 +1,36 @@ +# To disable Syn checking, set syn_enabled=false in crayfish_commons.yaml and remove this configuration file. +security: + + # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers + providers: + jwt_user_provider: + id: Islandora\Crayfish\Commons\Syn\JwtUserProvider + + firewalls: + dev: + pattern: ^/(_(profiler|wdt)|css|images|js)/ + security: false + main: + # To enable Syn, change anonymous to false and uncomment the lines further below + anonymous: false + # Need stateless or it reloads the User based on a token. + stateless: true + + # To enable Syn, uncomment the below 4 lines and change anonymous to false above. + provider: jwt_user_provider + guard: + authenticators: + - Islandora\Crayfish\Commons\Syn\JwtAuthenticator + + # activate different ways to authenticate + # https://symfony.com/doc/current/security.html#firewalls-authentication + + # https://symfony.com/doc/current/security/impersonating_user.html + # switch_user: true + + + # Easy way to control access for large sections of your site + # Note: Only the *first* access control that matches will be used + access_control: + # - { path: ^/admin, roles: ROLE_ADMIN } + # - { path: ^/profile, roles: ROLE_USER } \ No newline at end of file diff --git a/hypercube/Dockerfile b/hypercube/Dockerfile index 4bdb1dcc..69a4132b 100644 --- a/hypercube/Dockerfile +++ b/hypercube/Dockerfile @@ -1,12 +1,12 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM --platform=$BUILDPLATFORM ${repository}/crayfish:${tag} AS crayfish RUN --mount=type=cache,id=hypercube-composer,sharing=locked,target=/root/.composer/cache \ composer install -d /var/www/crayfish/Hypercube && \ - ln -s /var/www/crayfish/Hypercube/src /var/www/html + ln -s /var/www/crayfish/Hypercube/public /var/www/html FROM alpine:${alpine} AS cache FROM ${repository}/nginx:${tag} @@ -29,12 +29,14 @@ RUN --mount=type=cache,id=hypercube-apk,sharing=locked,from=cache,target=/var/ca addgroup nginx jwt && \ cleanup.sh -ENV HYPERCUBE_FCREPO_URL=fcrepo:8008/fcrepo/rest \ +ENV HYPERCUBE_FCREPO_URL=fcrepo:8080/fcrepo/rest \ HYPERCUBE_LOG_LEVEL=info COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf -COPY --from=crayfish --chown=nginx:nginx /var/www /var/www +COPY --from=crayfish /var/www /var/www COPY rootfs / +RUN chown -R nginx:nginx /var/www + WORKDIR /var/www/crayfish/Hypercube/ diff --git a/hypercube/README.md b/hypercube/README.md index 2324062b..47fdd914 100644 --- a/hypercube/README.md +++ b/hypercube/README.md @@ -10,9 +10,9 @@ additional settings, volumes, ports, etc. ## Settings -| Environment Variable | Confd Key | Default | Description | -| :------------------- | :-------------------- | :----------------- | :------------------------------------------------------------------------------------------------ | -| HYPERCUBE_FCREPO_URL | /hypercube/fcrepo/url | fcrepo:8080/fcrepo/rest | Fcrepo Rest API URL | -| HYPERCUBE_LOG_LEVEL | /hypercube/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | +| Environment Variable | Confd Key | Default | Description | +| :------------------- | :-------------------- | :----------------------------- | :------------------------------------------------------------------------------------------------ | +| HYPERCUBE_FCREPO_URL | /hypercube/fcrepo/url | http://fcrepo:8080/fcrepo/rest | Fcrepo Rest API URL | +| HYPERCUBE_LOG_LEVEL | /hypercube/log/level | info | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | [Hypercube]: https://github.com/Islandora/Crayfish/tree/main/Hypercube diff --git a/hypercube/rootfs/etc/confd/conf.d/config.yaml.toml b/hypercube/rootfs/etc/confd/conf.d/config.yaml.toml deleted file mode 100644 index c3aa7835..00000000 --- a/hypercube/rootfs/etc/confd/conf.d/config.yaml.toml +++ /dev/null @@ -1,7 +0,0 @@ -[template] -src = "config.yaml.tmpl" -dest = "/var/www/crayfish/Hypercube/cfg/config.yaml" -uid = 100 -gid = 101 -mode = "0644" -keys = [ "/" ] diff --git a/hypercube/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml b/hypercube/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml new file mode 100644 index 00000000..54d71fd9 --- /dev/null +++ b/hypercube/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "crayfish_commons.yaml.tmpl" +dest = "/var/www/crayfish/Hypercube/config/packages/crayfish_commons.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/hypercube/rootfs/etc/confd/conf.d/monolog.yaml.toml b/hypercube/rootfs/etc/confd/conf.d/monolog.yaml.toml new file mode 100644 index 00000000..d9a5c800 --- /dev/null +++ b/hypercube/rootfs/etc/confd/conf.d/monolog.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "monolog.yaml.tmpl" +dest = "/var/www/crayfish/Hypercube/config/packages/monolog.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/hypercube/rootfs/etc/confd/conf.d/security.yaml.toml b/hypercube/rootfs/etc/confd/conf.d/security.yaml.toml new file mode 100644 index 00000000..efa47903 --- /dev/null +++ b/hypercube/rootfs/etc/confd/conf.d/security.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "security.yaml.tmpl" +dest = "/var/www/crayfish/Hypercube/config/packages/security.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/hypercube/rootfs/etc/confd/templates/config.yaml.tmpl b/hypercube/rootfs/etc/confd/templates/config.yaml.tmpl deleted file mode 100644 index 1bb12fc2..00000000 --- a/hypercube/rootfs/etc/confd/templates/config.yaml.tmpl +++ /dev/null @@ -1,19 +0,0 @@ ---- -hypercube: - # path to the convert executable - tesseract_executable: tesseract - pdftotext_executable: pdftotext -fedora_resource: - base_url: {{ getenv "HYPERCUBE_FCREPO_URL" }} -log: - # Valid log levels are: - # debug, info, notice, warning, error, critical, alert, emergency, none - file: "php://stderr" - level: {{ getenv "HYPERCUBE_LOG_LEVEL" }} -syn: - # toggles JWT security for service - enable: true - # Path to the syn config file for authentication. - # example can be found here: - # https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml - config: /opt/keys/jwt/syn-settings.xml diff --git a/hypercube/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl b/hypercube/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl new file mode 100644 index 00000000..7319271c --- /dev/null +++ b/hypercube/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl @@ -0,0 +1,3 @@ +crayfish_commons: + fedora_base_uri: '{{ getenv "HYPERCUBE_FCREPO_URL" }}' + syn_config: '/opt/keys/jwt/syn-settings.xml' \ No newline at end of file diff --git a/hypercube/rootfs/etc/confd/templates/monolog.yaml.tmpl b/hypercube/rootfs/etc/confd/templates/monolog.yaml.tmpl new file mode 100644 index 00000000..392eee90 --- /dev/null +++ b/hypercube/rootfs/etc/confd/templates/monolog.yaml.tmpl @@ -0,0 +1,8 @@ +monolog: + handlers: + hypercube: + type: stream + path: "php://stderr" + # Valid log levels are: + # debug, info, notice, warning, error, critical, alert, emergency, none + level: {{ getenv "HYPERCUBE_LOG_LEVEL" }} diff --git a/hypercube/rootfs/etc/confd/templates/security.yaml.tmpl b/hypercube/rootfs/etc/confd/templates/security.yaml.tmpl new file mode 100644 index 00000000..eb4422a3 --- /dev/null +++ b/hypercube/rootfs/etc/confd/templates/security.yaml.tmpl @@ -0,0 +1,33 @@ +security: + # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers + providers: + users_in_memory: { memory: null } + jwt_user_provider: + id: Islandora\Crayfish\Commons\Syn\JwtUserProvider + firewalls: + dev: + pattern: ^/(_(profiler|wdt)|css|images|js)/ + security: false + main: + # To enable Syn, change anonymous to false and uncomment the lines further below + anonymous: false + # Need stateless or it reloads the User based on a token. + stateless: true + + # To enable Syn, uncomment the below 4 lines and change anonymous to false above. + provider: jwt_user_provider + guard: + authenticators: + - Islandora\Crayfish\Commons\Syn\JwtAuthenticator + + # activate different ways to authenticate + # https://symfony.com/doc/current/security.html#firewalls-authentication + + # https://symfony.com/doc/current/security/impersonating_user.html + # switch_user: true + + # Easy way to control access for large sections of your site + # Note: Only the *first* access control that matches will be used + access_control: + # - { path: ^/admin, roles: ROLE_ADMIN } + # - { path: ^/profile, roles: ROLE_USER } \ No newline at end of file diff --git a/imagemagick/Dockerfile b/imagemagick/Dockerfile index efb3f208..76acfb14 100644 --- a/imagemagick/Dockerfile +++ b/imagemagick/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM alpine:${alpine} AS cache FROM ${repository}/abuild:${tag} AS build diff --git a/java/Dockerfile b/java/Dockerfile index 708b5f08..87ce1e9d 100644 --- a/java/Dockerfile +++ b/java/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM alpine:${alpine} AS cache FROM ${repository}/base:${tag} diff --git a/karaf/rootfs/etc/cont-init.d/03-karaf-startup.sh b/karaf/rootfs/etc/cont-init.d/03-karaf-startup.sh index a5c90f91..2dfaed3f 100755 --- a/karaf/rootfs/etc/cont-init.d/03-karaf-startup.sh +++ b/karaf/rootfs/etc/cont-init.d/03-karaf-startup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # On startup if we exit with sigterm the pid file is left behind sometimes. diff --git a/karaf/rootfs/etc/services.d/karaf/finish b/karaf/rootfs/etc/services.d/karaf/finish old mode 100644 new mode 100755 diff --git a/karaf/rootfs/etc/services.d/karaf/run b/karaf/rootfs/etc/services.d/karaf/run old mode 100644 new mode 100755 diff --git a/mariadb/Dockerfile b/mariadb/Dockerfile index 79bbaa87..284e0c1e 100644 --- a/mariadb/Dockerfile +++ b/mariadb/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM alpine:${alpine} AS cache FROM ${repository}/base:${tag} diff --git a/mariadb/rootfs/etc/cont-init.d/00-container-environment-01-set-root-user.sh b/mariadb/rootfs/etc/cont-init.d/00-container-environment-01-set-root-user.sh index 6c3b1856..d8894a34 100755 --- a/mariadb/rootfs/etc/cont-init.d/00-container-environment-01-set-root-user.sh +++ b/mariadb/rootfs/etc/cont-init.d/00-container-environment-01-set-root-user.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # Use what has been provided by the user or default to the derived values. diff --git a/mariadb/rootfs/etc/cont-init.d/03-mysql-setup.sh b/mariadb/rootfs/etc/cont-init.d/03-mysql-setup.sh index 69d82893..9f1a6931 100755 --- a/mariadb/rootfs/etc/cont-init.d/03-mysql-setup.sh +++ b/mariadb/rootfs/etc/cont-init.d/03-mysql-setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # Make run directory if it does not exist. diff --git a/mariadb/rootfs/etc/services.d/mysqld/finish b/mariadb/rootfs/etc/services.d/mysqld/finish old mode 100644 new mode 100755 diff --git a/mariadb/rootfs/etc/services.d/mysqld/run b/mariadb/rootfs/etc/services.d/mysqld/run old mode 100644 new mode 100755 diff --git a/matomo/Dockerfile b/matomo/Dockerfile index d1fba808..8f14ed09 100644 --- a/matomo/Dockerfile +++ b/matomo/Dockerfile @@ -1,17 +1,43 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -FROM --platform=$BUILDPLATFORM ${repository}/download:${tag} AS download +FROM --platform=$BUILDPLATFORM ${repository}/composer:${tag} AS composer -ARG MATOMO_VERSION="3.13.5" -ARG MATOMO_FILE_SHA256="b9af7dabc6e727762cef58cecd16de7bc75886f8dacc910070632d83a44c2aad" +ARG MATOMO_VERSION="4.12.3" +ARG MATOMO_FILE_SHA256="00efe4335c9cee9f269b5e8a337026af7f115c05cde1e9ae47485592372b37ee" + +# When updating this commit also update the lock files in rootfs/var/www/crayfish. +ARG MATOMO_COMMIT=4.10.1 +ARG EXTRA_TOOLS_COMMIT=4.0.1-beta4 + +COPY rootfs/usr/local/bin/git-clone-cached.sh usr/local/bin/git-clone-cached.sh RUN --mount=type=cache,id=matomo-downloads,sharing=locked,target=/opt/downloads \ - MATOMO_FILE="matomo-${MATOMO_VERSION}.tar.gz" && \ - MATOMO_URL="https://builds.matomo.org/${MATOMO_FILE}" && \ - download.sh --url "${MATOMO_URL}" --sha256 "${MATOMO_FILE_SHA256}" "${DOWNLOAD_CACHE_DIRECTORY}" && \ - tar -xzf "${DOWNLOAD_CACHE_DIRECTORY}/${MATOMO_FILE}" -C /opt && \ - rm "/opt/How to install Matomo.html" + git-clone-cached.sh \ + --url https://github.com/matomo-org/matomo.git \ + --cache-dir "${DOWNLOAD_CACHE_DIRECTORY}" \ + --commit "${EXTRA_TOOLS_COMMIT}" \ + --worktree /opt/matomo && \ + composer require -d /opt/matomo symfony/yaml:~2.6.0 && \ + composer require -d /opt/matomo symfony/process:^3.4 && \ + composer install -d /opt/matomo && \ + git-clone-cached.sh \ + --url https://github.com/digitalist-se/extratools.git \ + --cache-dir "${DOWNLOAD_CACHE_DIRECTORY}" \ + --commit "${EXTRA_TOOLS_COMMIT}" \ + --worktree /opt/matomo/plugins/ExtraTools + +#RUN --mount=type=cache,id=matomo-downloads,sharing=locked,target=/opt/downloads \ +# MATOMO_FILE="matomo-${MATOMO_VERSION}.tar.gz" && \ +# MATOMO_URL="https://builds.matomo.org/${MATOMO_FILE}" && \ +# download.sh --url "${MATOMO_URL}" --sha256 "${MATOMO_FILE_SHA256}" "${DOWNLOAD_CACHE_DIRECTORY}" && \ +# tar -xzf "${DOWNLOAD_CACHE_DIRECTORY}/${MATOMO_FILE}" -C /opt && \ +# rm "/opt/How to install Matomo.html" && \ +# git-clone-cached.sh \ +# --url https://github.com/digitalist-se/extratools.git \ +# --cache-dir "${DOWNLOAD_CACHE_DIRECTORY}" \ +# --commit "${EXTRA_TOOLS_COMMIT}" \ +# --worktree /opt/matomo/plugins/ExtraTools FROM ${repository}/nginx:${tag} @@ -32,12 +58,11 @@ ENV \ MATOMO_PROXY_CLIENT_HEADERS=HTTP_X_FORWARDED_FOR \ MATOMO_PROXY_HOST_HEADERS=HTTP_X_FORWARDED_HOST \ MATOMO_PROXY_URI_HEADER=1 \ - MATOMO_SALT=5a472390550bd59e4428a41aa472137b \ MATOMO_USER_EMAIL=admin@example.org \ MATOMO_USER_NAME=admin \ - MATOMO_USER_PASS='$2y$10$S38e7HPM9LI3aOIvcnRsfuMCm4ipNP572QsvbCK60upoHVJ61hMrS' + MATOMO_USER_PASS=password -COPY --from=download --chown=nginx:nginx /opt/matomo /var/www/matomo +COPY --from=composer --chown=nginx:nginx /opt/matomo /var/www/matomo COPY rootfs / diff --git a/matomo/README.md b/matomo/README.md index fef7d1ec..0684306f 100644 --- a/matomo/README.md +++ b/matomo/README.md @@ -23,20 +23,19 @@ metrics for. ### Confd Settings -| Environment Variable | Confd Key | Default | Description | -| :---------------------------- | :----------------------------- | :----------------------------------------------------------- | :-------------------------------------------------------------- | -| MATOMO_ASSUME_SECURE_PROTOCOL | /matomo/assume/secure/protocol | 1 | | -| MATOMO_DEFAULT_HOST | /matomo/default/host | islandora.traefik.me | The URL of the default site for which to gather metrics for | -| MATOMO_DEFAULT_NAME | /matomo/default/name | Islandora | The name of the default site | -| MATOMO_DEFAULT_TIMEZONE | /matomo/default/timezone | America/Halifax | The timezone where the default site is hosted | -| MATOMO_FORCE_SSL | /matomo/force/ssl | 1 | | -| MATOMO_PROXY_CLIENT_HEADERS | /matomo/proxy/client/headers | HTTP_X_FORWARDED_FOR | | -| MATOMO_PROXY_HOST_HEADERS | /matomo/proxy/host/headers | HTTP_X_FORWARDED_HOST | | -| MATOMO_PROXY_URI_HEADER | /matomo/proxy/uri/header | 1 | | -| MATOMO_SALT | /matomo/salt | 5a472390550bd59e4428a41aa472137b | Used to generate hashes. | -| MATOMO_USER_EMAIL | /matomo/user/email | admin@example.org | The matomo administrator email | -| MATOMO_USER_NAME | /matomo/user/name | admin | The matomo administrator user | -| MATOMO_USER_PASS | /matomo/user/pass | $2y$10$S38e7HPM9LI3aOIvcnRsfuMCm4ipNP572QsvbCK60upoHVJ61hMrS | The matomo administrator's password (See how to generate below) | +| Environment Variable | Confd Key | Default | Description | +| :---------------------------- | :----------------------------- | :--------------------------- | :-------------------------------------------------------------- | +| MATOMO_ASSUME_SECURE_PROTOCOL | /matomo/assume/secure/protocol | 1 | | +| MATOMO_DEFAULT_HOST | /matomo/default/host | https://islandora.traefik.me | The URL of the default site for which to gather metrics for | +| MATOMO_DEFAULT_NAME | /matomo/default/name | Islandora | The name of the default site | +| MATOMO_DEFAULT_TIMEZONE | /matomo/default/timezone | America/Halifax | The timezone where the default site is hosted | +| MATOMO_FORCE_SSL | /matomo/force/ssl | 1 | | +| MATOMO_PROXY_CLIENT_HEADERS | /matomo/proxy/client/headers | HTTP_X_FORWARDED_FOR | | +| MATOMO_PROXY_HOST_HEADERS | /matomo/proxy/host/headers | HTTP_X_FORWARDED_HOST | | +| MATOMO_PROXY_URI_HEADER | /matomo/proxy/uri/header | 1 | | +| MATOMO_USER_EMAIL | /matomo/user/email | admin@example.org | The matomo administrator email | +| MATOMO_USER_NAME | /matomo/user/name | admin | The matomo administrator user | +| MATOMO_USER_PASS | /matomo/user/pass | password | The matomo administrator's password (See how to generate below) | To regenerate a the `MATOMO_USER_PASS` you must use the following snippet of [PHP](https://matomo.org/faq/how-to/faq_191/). diff --git a/matomo/rootfs/etc/confd/conf.d/config.ini.php.toml b/matomo/rootfs/etc/confd/conf.d/config.ini.php.toml deleted file mode 100644 index 668adac6..00000000 --- a/matomo/rootfs/etc/confd/conf.d/config.ini.php.toml +++ /dev/null @@ -1,7 +0,0 @@ -[template] -src = "config.ini.php.tmpl" -dest = "/var/www/matomo/config/config.ini.php" -uid = 100 -gid = 101 -mode = "0644" -keys = [ "/" ] diff --git a/matomo/rootfs/etc/confd/conf.d/default.conf.toml b/matomo/rootfs/etc/confd/conf.d/default.conf.toml new file mode 100644 index 00000000..875fe94f --- /dev/null +++ b/matomo/rootfs/etc/confd/conf.d/default.conf.toml @@ -0,0 +1,7 @@ +[template] +src = "default.conf.tmpl" +dest = "/etc/nginx/http.d/default.conf" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/matomo/rootfs/etc/confd/templates/config.ini.php.tmpl b/matomo/rootfs/etc/confd/templates/config.ini.php.tmpl deleted file mode 100644 index 6700e0a6..00000000 --- a/matomo/rootfs/etc/confd/templates/config.ini.php.tmpl +++ /dev/null @@ -1,85 +0,0 @@ -; DO NOT REMOVE THIS LINE -; file automatically generated or modified by Matomo; you can manually override the default values in global.ini.php by redefining them in this file. -[database] -host = {{ getenv "DB_MYSQL_HOST" }} -port = {{ getenv "DB_MYSQL_PORT" }} -username = {{ getenv "MATOMO_DB_USER" }} -password = {{ getenv "MATOMO_DB_PASSWORD" }} -dbname = {{ getenv "MATOMO_DB_NAME" }} -tables_prefix = "matomo_" - -; https://matomo.org/faq/how-to-install/faq_98/ -[General] -force_ssl = {{ getenv "MATOMO_FORCE_SSL" }} -proxy_uri_header = {{ getenv "MATOMO_PROXY_URI_HEADER" }} -proxy_client_headers[] = "{{ getenv "MATOMO_PROXY_CLIENT_HEADERS" }}" -proxy_host_headers[] = "{{ getenv "MATOMO_PROXY_HOST_HEADERS" }}" -assume_secure_protocol = {{ getenv "MATOMO_ASSUME_SECURE_PROTOCOL" }} -salt = {{ getenv "MATOMO_SALT" }} -trusted_hosts[] = localhost -trusted_hosts[] = {{ getenv "MATOMO_DEFAULT_HOST" }} -{{ range $site := lsdir "/matomo/site" }}trusted_hosts[] = {{ getv (printf "/matomo/site/%s/host" $site) }} -{{ end }} - -[PluginsInstalled] -PluginsInstalled[] = "Diagnostics" -PluginsInstalled[] = "Login" -PluginsInstalled[] = "CoreAdminHome" -PluginsInstalled[] = "UsersManager" -PluginsInstalled[] = "SitesManager" -PluginsInstalled[] = "Installation" -PluginsInstalled[] = "Monolog" -PluginsInstalled[] = "Intl" -PluginsInstalled[] = "CorePluginsAdmin" -PluginsInstalled[] = "CoreHome" -PluginsInstalled[] = "WebsiteMeasurable" -PluginsInstalled[] = "IntranetMeasurable" -PluginsInstalled[] = "CoreVisualizations" -PluginsInstalled[] = "Proxy" -PluginsInstalled[] = "API" -PluginsInstalled[] = "Widgetize" -PluginsInstalled[] = "Transitions" -PluginsInstalled[] = "LanguagesManager" -PluginsInstalled[] = "Actions" -PluginsInstalled[] = "Dashboard" -PluginsInstalled[] = "MultiSites" -PluginsInstalled[] = "Referrers" -PluginsInstalled[] = "UserLanguage" -PluginsInstalled[] = "DevicesDetection" -PluginsInstalled[] = "Goals" -PluginsInstalled[] = "Ecommerce" -PluginsInstalled[] = "SEO" -PluginsInstalled[] = "Events" -PluginsInstalled[] = "UserCountry" -PluginsInstalled[] = "GeoIp2" -PluginsInstalled[] = "VisitsSummary" -PluginsInstalled[] = "VisitFrequency" -PluginsInstalled[] = "VisitTime" -PluginsInstalled[] = "VisitorInterest" -PluginsInstalled[] = "RssWidget" -PluginsInstalled[] = "Feedback" -PluginsInstalled[] = "TwoFactorAuth" -PluginsInstalled[] = "CoreUpdater" -PluginsInstalled[] = "CoreConsole" -PluginsInstalled[] = "ScheduledReports" -PluginsInstalled[] = "UserCountryMap" -PluginsInstalled[] = "Live" -PluginsInstalled[] = "CustomVariables" -PluginsInstalled[] = "PrivacyManager" -PluginsInstalled[] = "ImageGraph" -PluginsInstalled[] = "Annotations" -PluginsInstalled[] = "MobileMessaging" -PluginsInstalled[] = "Overlay" -PluginsInstalled[] = "SegmentEditor" -PluginsInstalled[] = "Insights" -PluginsInstalled[] = "Morpheus" -PluginsInstalled[] = "Contents" -PluginsInstalled[] = "BulkTracking" -PluginsInstalled[] = "Resolution" -PluginsInstalled[] = "DevicePlugins" -PluginsInstalled[] = "Heartbeat" -PluginsInstalled[] = "Marketplace" -PluginsInstalled[] = "ProfessionalServices" -PluginsInstalled[] = "UserId" -PluginsInstalled[] = "CustomPiwikJs" -PluginsInstalled[] = "Tour" diff --git a/matomo/rootfs/etc/nginx/http.d/default.conf b/matomo/rootfs/etc/confd/templates/default.conf.tmpl similarity index 64% rename from matomo/rootfs/etc/nginx/http.d/default.conf rename to matomo/rootfs/etc/confd/templates/default.conf.tmpl index 6d766695..70762bea 100644 --- a/matomo/rootfs/etc/nginx/http.d/default.conf +++ b/matomo/rootfs/etc/confd/templates/default.conf.tmpl @@ -1,10 +1,18 @@ server { listen 80; + server_name {{ replace (getenv "MATOMO_DEFAULT_HOST") "https://" "" -1 }}; # list all domains Matomo should be reachable from + + ## uncomment if you want to enable HSTS with 6 months cache + ## ATTENTION: Be sure you know the implications of this change (you won't be able to disable HTTPS anymore) + #add_header Strict-Transport-Security max-age=15768000 always; + + add_header Referrer-Policy origin always; # make sure outgoing links don't show the URL to the Matomo instance + add_header X-Content-Type-Options "nosniff" always; + add_header X-XSS-Protection "1; mode=block" always; + + root /var/www/matomo/; # replace with path to your matomo instance - add_header Referrer-Policy origin; # make sure outgoing links don't show the URL to the Matomo instance - root /var/www/matomo; index index.php; - try_files $uri $uri/ =404; ## Not all load balancers support striping the prefix off of the url. ## Support the use case when requests are forwarded to this service @@ -27,34 +35,34 @@ server { } ## only allow accessing the following php files - location ~ ^/(index|matomo|piwik|js/index|plugins/HeatmapSessionRecording/configs).php { - # regex to split $uri to $fastcgi_script_name and $fastcgi_path - fastcgi_split_path_info ^(.+\.php)(/.+)$; - - # Check that the PHP script exists before passing it - try_files $fastcgi_script_name =404; - + location ~ ^/(index|matomo|piwik|js/index|plugins/HeatmapSessionRecording/configs)\.php$ { include fastcgi_params; + try_files $fastcgi_script_name =404;# protects against CVE-2019-11043. If this line is already included in your snippets/fastcgi-php.conf you can comment it here. fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param HTTP_PROXY ""; # prohibit httpoxy: https://httpoxy.org/ - fastcgi_pass unix:/var/run/php-fpm7/php-fpm7.sock; + fastcgi_pass unix:/var/run/php-fpm81/php-fpm81.sock; } ## deny access to all other .php files location ~* ^.+\.php$ { deny all; - return 403; } + ## serve all other files normally + location / { + try_files $uri $uri/ =404; + } + ## disable all access to the following directories - location ~ /(config|tmp|core|lang) { + location ~ ^/(config|tmp|core|lang) { deny all; return 403; # replace with 404 to not show these directories exist } + location ~ /\.ht { - deny all; + deny all; return 403; } @@ -63,7 +71,7 @@ server { add_header Cache-Control 'private, no-cache, no-store'; } - location ~ \.(gif|ico|jpg|png|svg|js|css|htm|html|mp3|mp4|wav|ogg|avi|ttf|eot|woff|woff2|json)$ { + location ~ \.(gif|ico|jpg|png|svg|js|css|htm|html|mp3|mp4|wav|ogg|avi|ttf|eot|woff|woff2)$ { allow all; ## Cache images,CSS,JS and webfonts for an hour ## Increasing the duration may improve the load-time, but may cause old files to show after an Matomo upgrade @@ -72,7 +80,7 @@ server { add_header Cache-Control "public"; } - location ~ /(libs|vendor|plugins|misc/user) { + location ~ ^/(libs|vendor|plugins|misc|node_modules) { deny all; return 403; } @@ -81,5 +89,5 @@ server { location ~/(.*\.md|LEGALNOTICE|LICENSE) { default_type text/plain; } - } +# vim: filetype=nginx \ No newline at end of file diff --git a/matomo/rootfs/etc/cont-init.d/03-matomo-setup.sh b/matomo/rootfs/etc/cont-init.d/03-matomo-setup.sh index 156c8ab2..bbeef2ab 100755 --- a/matomo/rootfs/etc/cont-init.d/03-matomo-setup.sh +++ b/matomo/rootfs/etc/cont-init.d/03-matomo-setup.sh @@ -1,24 +1,6 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e -# Transform the given string to uppercase. -function uppercase { - local string="${1}"; shift - echo $(tr '[:lower:]' '[:upper:]' <<< ${string}) -} - -# Get variable value for given site. -function matomo_site_env { - local site="$(uppercase ${1})"; shift - local suffix="$(uppercase ${1})"; shift - if [ "${site}" = "DEFAULT" ]; then - var="MATOMO_DEFAULT_${suffix}" - else - var="MATOMO_SITE_${site}_${suffix}" - fi - echo "${!var}" -} - # Creates database / user if not already exists. This needs to be seperated as # we cannot use 'User Defined' variables to select database/tables. function create_database { @@ -33,137 +15,16 @@ FLUSH PRIVILEGES; EOF } -# Patch existing sites, which should only have a single row in the table. -# This is required to support multiple site configurations going forward. -function add_missing_column { - cat <<- EOF | execute-sql-file.sh -USE ${MATOMO_DB_NAME}; - -SET @database = DATABASE(); - -SELECT count(*) -INTO @exist -FROM information_schema.columns -WHERE table_schema = @database -and COLUMN_NAME = 'site' -AND table_name = 'matomo_site' LIMIT 1; - -set @query = IF(@exist < 1, 'ALTER TABLE matomo_site ADD COLUMN site VARCHAR(255) NOT NULL UNIQUE AFTER idsite', 'select \'Column Exists\' status'); -prepare stmt from @query; - -EXECUTE stmt; -EOF -} - -# Matomo only works with MySQL. -# https://github.com/matomo-org/matomo/issues/500 -function update_user { - cat <<- EOF | execute-sql-file.sh -USE ${MATOMO_DB_NAME}; - --- Update db user password. -SET PASSWORD FOR '${MATOMO_DB_USER}'@'%' = PASSWORD('${MATOMO_DB_PASSWORD}'); - --- Update site name, host, timezone (idsite is hardcoded for the default site). -UPDATE matomo_site set - site = 'DEFAULT', - name = '${MATOMO_DEFAULT_NAME}', - main_url = '${MATOMO_DEFAULT_HOST}', - timezone = '${MATOMO_DEFAULT_TIMEZONE}' - WHERE idsite = 1; - --- Update admin user password, email. -UPDATE matomo_user set - password = '${MATOMO_USER_PASS}', - email = '${MATOMO_USER_EMAIL}' - WHERE login = '${MATOMO_USER_NAME}'; -EOF -} - -function update_site { - local site="$(uppercase ${1})"; shift - local name=$(matomo_site_env "${site}" "NAME") - local host=$(matomo_site_env "${site}" "HOST") - local timezone=$(matomo_site_env "${site}" "TIMEZONE") - local user=$(matomo_site_env "${site}" "USER_NAME") - local password=$(matomo_site_env "${site}" "USER_PASS") - local email=$(matomo_site_env "${site}" "USER_EMAIL") - local token=$(echo "${user}-$(date +%s)" | md5sum | cut -f1 -d' ') # token must be an unique MD5. - cat <<- EOF | execute-sql-file.sh -USE ${MATOMO_DB_NAME}; - -SET @site = '${site}', - @name = '${name}', - @host = '${host}', - @timezone = '${timezone}', - @user = '${user}', - @password = '${password}', - @email = '${email}', - @token = '${token}'; - --- Update or create row if 'site' already exists. --- Default values come from 'create-matomo-database.sql.tmpl'. -INSERT INTO matomo_site (site, name, main_url, ts_created, ecommerce, sitesearch, sitesearch_keyword_parameters, sitesearch_category_parameters, timezone, currency, exclude_unknown_urls, excluded_ips, excluded_parameters, excluded_user_agents, \`group\`, type, keep_url_fragment, creator_login) -VALUES (@site, @name, @host, NOW(), 0, 1, '', '', @timezone, 'USD', 0, '', '', '', '', 'website', 0, 'anonymous') -ON DUPLICATE KEY UPDATE - name = @name, - main_url = @host, - timezone = @timezone; - --- Update or create row if 'user' already exists. -INSERT INTO matomo_user (login, password, alias, email, twofactor_secret, token_auth, superuser_access, date_registered, ts_password_modified) -VALUES (@user, @password, @user, @email, '', @token, 0, NOW(), NOW()) -ON DUPLICATE KEY UPDATE - password = @password, - email = @email, - ts_password_modified = NOW(); - --- Update or create row for the admin user to 'access' the site. -INSERT INTO matomo_access (login, idsite, access) -SELECT @user, idsite, 'admin' -FROM matomo_site -WHERE name = @name -ON DUPLICATE KEY UPDATE - idsite = matomo_site.idsite; -EOF -} - -function update_database { - echo "Updating Database: ${MATOMO_DB_NAME}" - add_missing_column - update_user - for site in ${MATOMO_SITES}; do - update_site "${site}" - done -} - function database_exists { cat <<- EOF | execute-sql-file.sh USE '${MATOMO_DB_NAME}'; EOF } -# https://dev.mysql.com/doc/refman/8.0/en/user-variables.html -# Note that: -# "User variables are intended to provide data values. They cannot be used directly in an SQL statement as an identifier or as part of an identifier..." -function set_variables { - cat <<- EOF -USE ${MATOMO_DB_NAME}; - -set @SITE_URL = "${MATOMO_DEFAULT_HOST}"; -set @SITE_NAME = "${MATOMO_DEFAULT_NAME}"; -set @SITE_TIMEZONE = "${MATOMO_DEFAULT_TIMEZONE}"; -set @USER_EMAIL = "${MATOMO_USER_EMAIL}"; -set @USER_NAME = "${MATOMO_USER_NAME}"; -set @USER_PASS = "${MATOMO_USER_PASS}"; -EOF -} - function created_database { if ! database_exists; then echo "Creating database: ${MATOMO_DB_NAME}" create_database - execute-sql-file.sh <(cat <(set_variables) /etc/matomo/create-matomo-database.sql) else echo "Database: ${MATOMO_DB_NAME} already exists" fi @@ -171,6 +32,5 @@ function created_database { function main { created_database - update_database } main diff --git a/matomo/rootfs/etc/matomo/create-matomo-database.sql b/matomo/rootfs/etc/matomo/create-matomo-database.sql deleted file mode 100644 index 59507aca..00000000 --- a/matomo/rootfs/etc/matomo/create-matomo-database.sql +++ /dev/null @@ -1,1072 +0,0 @@ --- MariaDB dump 10.17 Distrib 10.4.13-MariaDB, for Linux (x86_64) --- --- Host: database Database: matomo --- ------------------------------------------------------ --- Server version 10.4.13-MariaDB - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8mb4 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `matomo_access` --- - -DROP TABLE IF EXISTS `matomo_access`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `matomo_access` ( - `idaccess` int(10) unsigned NOT NULL AUTO_INCREMENT, - `login` varchar(100) NOT NULL, - `idsite` int(10) unsigned NOT NULL, - `access` varchar(50) DEFAULT NULL, - PRIMARY KEY (`idaccess`), - KEY `index_loginidsite` (`login`,`idsite`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `matomo_access` --- - -LOCK TABLES `matomo_access` WRITE; -/*!40000 ALTER TABLE `matomo_access` DISABLE KEYS */; -/*!40000 ALTER TABLE `matomo_access` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `matomo_archive_blob_2020_06` --- - -DROP TABLE IF EXISTS `matomo_archive_blob_2020_06`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `matomo_archive_blob_2020_06` ( - `idarchive` int(10) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `idsite` int(10) unsigned DEFAULT NULL, - `date1` date DEFAULT NULL, - `date2` date DEFAULT NULL, - `period` tinyint(3) unsigned DEFAULT NULL, - `ts_archived` datetime DEFAULT NULL, - `value` mediumblob DEFAULT NULL, - PRIMARY KEY (`idarchive`,`name`), - KEY `index_period_archived` (`period`,`ts_archived`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `matomo_archive_blob_2020_06` --- - -LOCK TABLES `matomo_archive_blob_2020_06` WRITE; -/*!40000 ALTER TABLE `matomo_archive_blob_2020_06` DISABLE KEYS */; -INSERT INTO `matomo_archive_blob_2020_06` VALUES (3,'Actions_actions',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�}P;\n�0 - ����e��Hk���Z����@�)��k�&� - �#��c\\*b4����o�K�Q�(������\"��l�� >��P��<;0�\ZE%O�Z��UI\0�P�>�� @_�kU�_�*DW45����V۝�ls�\")���O;�&��A��)�Ѕb�qt]�'),(3,'Actions_actions_url',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�]�Q\n� D����6Ҏw�l� M� �wo�&H>�������<�u���[D - \n���$����d=�>��\\��A-m��ƨ6�j�quu�E�Gu�d\r��dU9���Ǘ��jNH�v�s���:�z�\Z�e�ݼN.4a|�0�q%��Ӧ�w0O&'),(3,'Actions_downloads',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Actions_outlink',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Actions_sitesearch',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Contents_name_piece',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Contents_piece_name',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'CustomVariables_valueByName',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'DevicePlugins_plugin',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x����\r�0 - �]��K?&�C�7)��DL�d��^�x)�'),(3,'DevicesDetection_os',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2��δ2�N�2�1,����L��r�Rs����2J�N!J֙VF@��P��:L�Z��fZ�A�͡|CC�B�H-��he`U] - 2�Ϻ�\0@$G'),(3,'DevicesDetection_osVersions',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�5L;� ��;O@c����\0��@��H��@`h�I[#Q�)v���|�$��������+�`\'og/m��|�yMOJs\n�\\��)��a/$�'),(3,'DevicesDetection_types',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2��δ2�N�2�1,����L��r�Rs��A��VF@��P��:L�B�͠��P��!L�X��K�2����g][ - \0z�\"�'),(3,'Events_action_category',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Events_action_name',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Events_category_action',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Events_category_name',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Events_name_action',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Events_name_category',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goals_ItemsCategory',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goals_ItemsCategory_Cart',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goals_ItemsName',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goals_ItemsName_Cart',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goals_ItemsSku',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goals_ItemsSku_Cart',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goal_-1_days_until_conv',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goal_-1_visits_until_conv',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goal_0_days_until_conv',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goal_0_visits_until_conv',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goal_days_until_conv',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Goal_visits_until_conv',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Referrers_keywordByCampaign',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Referrers_keywordBySearchEngine',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Referrers_searchEngineByKeyword',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Referrers_type',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2��δ2�N�2�1,����L��r�Rs��3� - �JCi�0mj\rҔie7��\r\ra\n\r�\"� ^���Uu-�?��Z\0z�\"�'),(3,'Referrers_urlBySocialNetwork',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Referrers_urlByWebsite',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'Resolution_configuration',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�5�1� C�� �\"������\0� � ����i_�ԁ�<$;�V\r���T��N�w&e�g�\"�c*�\"�}槹���azo;��lM�� �r=98��\'i'),(3,'Resolution_resolution',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�5LI� �˼�Y���?�� 7.&�� - M��U0j���ŁZ�@Y�\'�D[���#I���v�.�d\'c��W�g��f&m8�Am����>��%N'),(3,'UserCountry_city',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�5L�\r� - �%�RZ�١;�j���Dٽ��a��m�\Z�(�jAe}�LR@$�����]��I��p����y�H�;mo���-�?��#Y'),(3,'UserCountry_country',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�5L�\r� - �%(�������ď\'��ˇl+5��\",q�DP���$�(I�o��0y�wp��L�g~Lϼ�n$֝¡Z?���&O$'),(3,'UserCountry_region',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�5L�\r� - �%�RZ�١;�j���Dٽ��a��m�\Z�(�jAe}�LR@$�����]��I��p����y�H�;mo���-�?��#Y'),(3,'UserId_users',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�K�2���\0O�'),(3,'UserLanguage_language',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x�5LI� � - wFDc��aP$ċG2�.i+ ��7ʼn���d 1�:��-��\n�p�7~:{n��}���D�h{�� ,����U�$%\"'),(3,'VisitorInterest_daysSinceLastVisit',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x���= - ! - ��\"t - ��5n]��صXp������^;th�ۋ� ����ZX�Ĵ�ke�jI���X�s��GZ�s~]J-Ϫba��d�*n���j^[�8��Qb�A)��b$e�$ŀ�+)$+NR,XY�����J�^V&I d��U,� p`1�/s�������~�wط-������O� �YS���Q����$i{��/�'),(3,'VisitorInterest_pageGap',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x���1\n�0 - :\n,�NRi�z:�e - �{�:�l_��r3IvtK�,_A�ح\Zm������!a!��QIT�g7��x)��:*������\"%s�JFJ႕���+)�X��J1ZXf�!Y��o�f�Ne�1�9*]�s~��ŀ'),(3,'VisitorInterest_timeGap',1,'2020-06-01','2020-06-30',3,'2020-06-08 12:56:51','x���1\n�0 - :\n$�q��-�R�Ȗ1������ھ����@�\ni - � - ǎ�-��FmG �P[a^*H��+ԛ}�Sj���?�Y�ӷ#��9I��t�P��,\0�[h��L�r@\Zz�+�#*=��R@\Z{�+��P��<;0�\ZE%O�Z��UI\0�P�>�� @_�kU�_�*DW45����V۝�ls�\")���O;�&��A��)�Ѕb�qt]�'),(6,'Actions_actions_url',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�]�Q\n� D����6Ҏw�l� M� �wo�&H>�������<�u���[D - \n���$����d=�>��\\��A-m��ƨ6�j�quu�E�Gu�d\r��dU9���Ǘ��jNH�v�s���:�z�\Z�e�ݼN.4a|�0�q%��Ӧ�w0O&'),(6,'Actions_downloads',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Actions_outlink',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Actions_sitesearch',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Contents_name_piece',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:51','x�K�2���\0O�'),(6,'Contents_piece_name',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:51','x�K�2���\0O�'),(6,'CustomVariables_valueByName',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'DevicePlugins_plugin',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:51','x����\r�0 - �]��K?&�C�7)��DL�d��^�x)�'),(6,'DevicesDetection_os',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2��δ2�N�2�1,����L��r�Rs����2J�N!J֙VF@��P��:L�Z��fZ�A�͡|CC�B�H-��he`U] - 2�Ϻ�\0@$G'),(6,'DevicesDetection_osVersions',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�5L;� ��;O@c����\0��@��H��@`h�I[#Q�)v���|�$��������+�`\'og/m��|�yMOJs\n�\\��)��a/$�'),(6,'DevicesDetection_types',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2��δ2�N�2�1,����L��r�Rs��A��VF@��P��:L�B�͠��P��!L�X��K�2����g][ - \0z�\"�'),(6,'Events_action_category',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Events_action_name',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Events_category_action',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Events_category_name',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Events_name_action',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Events_name_category',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goals_ItemsCategory',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goals_ItemsCategory_Cart',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goals_ItemsName',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goals_ItemsName_Cart',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goals_ItemsSku',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goals_ItemsSku_Cart',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goal_-1_days_until_conv',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goal_-1_visits_until_conv',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goal_0_days_until_conv',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goal_0_visits_until_conv',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goal_days_until_conv',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Goal_visits_until_conv',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Referrers_keywordByCampaign',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Referrers_keywordBySearchEngine',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Referrers_searchEngineByKeyword',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Referrers_type',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2��δ2�N�2�1,����L��r�Rs��3� - �JCi�0mj\rҔie7��\r\ra\n\r�\"� ^���Uu-�?��Z\0z�\"�'),(6,'Referrers_urlBySocialNetwork',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Referrers_urlByWebsite',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�K�2���\0O�'),(6,'Resolution_configuration',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:51','x�5�1� C�� �\"������\0� � ����i_�ԁ�<$;�V\r���T��N�w&e�g�\"�c*�\"�}槹���azo;��lM�� �r=98��\'i'),(6,'Resolution_resolution',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:51','x�5LI� �˼�Y���?�� 7.&�� - M��U0j���ŁZ�@Y�\'�D[���#I���v�.�d\'c��W�g��f&m8�Am����>��%N'),(6,'UserCountry_city',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�5L�\r� - �%�RZ�١;�j���Dٽ��a��m�\Z�(�jAe}�LR@$�����]��I��p����y�H�;mo���-�?��#Y'),(6,'UserCountry_country',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�5L�\r� - �%(�������ď\'��ˇl+5��\",q�DP���$�(I�o��0y�wp��L�g~Lϼ�n$֝¡Z?���&O$'),(6,'UserCountry_region',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�5L�\r� - �%�RZ�١;�j���Dٽ��a��m�\Z�(�jAe}�LR@$�����]��I��p����y�H�;mo���-�?��#Y'),(6,'UserId_users',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:51','x�K�2���\0O�'),(6,'UserLanguage_language',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x�5LI� � - wFDc��aP$ċG2�.i+ ��7ʼn���d 1�:��-��\n�p�7~:{n��}���D�h{�� ,����U�$%\"'),(6,'VisitorInterest_daysSinceLastVisit',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x���= - ! - ��\"t - ��5n]��صXp������^;th�ۋ� ����ZX�Ĵ�ke�jI���X�s��GZ�s~]J-Ϫba��d�*n���j^[�8��Qb�A)��b$e�$ŀ�+)$+NR,XY�����J�^V&I d��U,� p`1�/s�������~�wط-������O� �YS���Q����$i{��/�'),(6,'VisitorInterest_pageGap',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x���1\n�0 - :\n,�NRi�z:�e - �{�:�l_��r3IvtK�,_A�ح\Zm������!a!��QIT�g7��x)��:*������\"%s�JFJ႕���+)�X��J1ZXf�!Y��o�f�Ne�1�9*]�s~��ŀ'),(6,'VisitorInterest_timeGap',1,'2020-06-08','2020-06-14',2,'2020-06-08 12:56:50','x���1\n�0 - :\n$�q��-�R�Ȗ1������ھ����@�\ni - � - ǎ�-��FmG �P[a^*H��+ԛ}�Sj���?�Y�ӷ#��9I��t�P��,\0�[h��L�r@\Zz�+�#*=��R@\Z{�+qs�ڋ��b��]����`JO]Bsžu)r<��:�t�\r�2A�n^\'�0�\\Ƹ�����}�U{N�'),(8,'Actions_downloads',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Actions_outlink',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Actions_sitesearch',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'CustomVariables_valueByName',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'DevicePlugins_plugin',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x����\r�0 - �]m��u@�C���E���$�'),(8,'DevicesDetection_models',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�5�Q\n� D��@3\rg��,%$���Ļ�bÛ�쮅@�d!�b�X������ݟ� ��|:��f z�N��P�0�k�]���y�b��K�]����)�'),(8,'DevicesDetection_os',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2��δ2�N�2�1,����L��r�Rs����2J�N!J֙V�Pl��a��5Ho���u\nX��7�*0�kA�D+��Z�^?��Z\0�$'),(8,'DevicesDetection_osVersions',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2��δ2�N�2�1,����L��r�Rs����L��B�B���3� - �J�hKk��L+���)�oU`�ׂ8�VVյ �~ֵ�\0>�$Z'),(8,'DevicesDetection_types',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2��δ2�N�2�1,����L��r�Rs��A��V�Pl��a�%T��u\nX��7�*0�kA�D+��Z�^?��Z\0Y�\"�'),(8,'Goals_ItemsCategory',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Goals_ItemsCategory_Cart',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Goals_ItemsName',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Goals_ItemsName_Cart',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Goals_ItemsSku',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Goals_ItemsSku_Cart',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Goal_days_until_conv',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Goal_visits_until_conv',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Referrers_keywordByCampaign',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Referrers_keywordBySearchEngine',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Referrers_searchEngineByKeyword',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Referrers_type',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2��δ2�N�2�1,����L��r�Rs��3� - ���6�і� ]�V&�)`S(� - ��̯q� - ��kAz��kkZ(\"�'),(8,'Referrers_urlBySocialNetwork',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Referrers_urlByWebsite',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'Resolution_configuration',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�5�1� - E�� @���������@��bB��B`�y�5m=r�d=�ENX ���(8A�rn;�J��V��g�ԃ�룀��6X�S_0�K�\\��Υ|�9\'@'),(8,'Resolution_resolution',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�5�A\n� - ��h�Q7�,�A��� ��(���NH�a� - �d�]z��|���!��c�G��9�n3�|Ppʳ^�u!,S2 - ��������%%'),(8,'UserCountry_city',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2��δ2�N�2�1,����L��r�Rs���� - ����3� - �J�hKk��L+���)�oU`�ׂ8�@êkAz��kk��#0'),(8,'UserCountry_country',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�5��\r� - Cw�|J+��CJ{@��e�\n��,[�1* - ��#��<_#�\"�������Zq���d|��Z�C��f�R#�'),(8,'UserCountry_region',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2��δ2�N�2�1,����L��r�Rs���� - ����3� - �J�hKk��L+���)�oU`�ׂ8�@êkAz��kk��#0'),(8,'UserId_users',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2���\0O�'),(8,'UserLanguage_language',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x�K�2��δ2�N�2�1,����L��r�Rs�����<��D%�L+C(6���0��\Z�;���:,`\n��A���� N���Uu-H��um-\0�$$�'),(8,'VisitorInterest_daysSinceLastVisit',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x���= - ! - ��\"t - ��5n]��صXp������^;th�ۋ� ����ZX�Ĵ�ke�jI���X�s��GZ�s~]J-Ϫba��d�*n���j^[�8��Qb�A)��b$e�$ŀ�+)$+NR,XY�����J�^V&I d��U,� p`1�/s�������~�wط-������O� �YS���Q����$i{��/�'),(8,'VisitorInterest_pageGap',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x���1\n�0 - :\n,�NRi�z:�e - �{�:�l_��r3IvtK�,_A�ح\Zm������!a!��QIT�g7��x)��:*������\"%s�JFJ႕���+)�X��J1ZXf�!Y��o�f�Ne�1�9*]�s~��ŀ'),(8,'VisitorInterest_timeGap',1,'2020-06-08','2020-06-08',1,'2020-06-08 12:56:50','x���1\n�0 - :\n$�q��-�R�Ȗ1������ھ����@�\ni - � - ǎ�-��FmG �P[a^*H��+ԛ}�Sj���?�Y�ӷ#��9I��t�P��,\0�[h��L�r@\Zz�+�#*=��R@\Z{�+/dev/null) || exit $? + [[ $count -ne 0 ]] +} + +function post { + local parameters="${1}" + local payload="${2}" + curl -s -c /tmp/cookies -L -X POST "http://localhost/index.php?${parameters}" \ + -H "Content-Type: application/x-www-form-urlencoded" \ + -d "${payload}" &>/dev/null +} + +function add_setting { + local section="${1}" + local key="${2}" + local value="${3}" + if [[ ! -z "${value}" ]]; then + s6-setuidgid nginx /var/www/matomo/console config:set --section="${section}" --key="${key}" --value="${value}" + fi +} + +if installed; then + echo "Already Installed" +else + echo "Installing" + # Simulate user performing install. + post "action=databaseSetup&clientProtocol=https" \ + "type=InnoDB&host=${DB_MYSQL_HOST}&username=${MATOMO_DB_USER}&password=${MATOMO_DB_PASSWORD}&dbname=${MATOMO_DB_NAME}&tables_prefix=&adapter=PDO\MYSQL&submit=Next »" + + post "action=setupSuperUser&clientProtocol=https&module=Installation" \ + "login=${MATOMO_USER_NAME}&password=${MATOMO_USER_PASS}&password_bis=${MATOMO_USER_PASS}&email=${MATOMO_USER_EMAIL}&submit=Next »" + + post "action=firstWebsiteSetup&clientProtocol=https&module=Installation" \ + "siteName=${MATOMO_DEFAULT_NAME}&url=${MATOMO_DEFAULT_HOST}&timezone=${MATOMO_DEFAULT_TIMEZONE}&ecommerce=0&submit=Next »" + + post "action=finished&clientProtocol=https&module=Installation&site_idSite=1&site_name=${MATOMO_DEFAULT_NAME}" \ + "setup_geoip2=1&do_not_track=1&anonymise_ip=1&submit=Continue to Matomo »" + + # Add extra tools plugin. + s6-setuidgid nginx /var/www/matomo/console plugin:activate ExtraTools + + # Add additional configurations. + add_setting General assume_secure_protocol "${MATOMO_ASSUME_SECURE_PROTOCOL}" + add_setting General proxy_client_headers "${MATOMO_PROXY_CLIENT_HEADERS}" + add_setting General proxy_host_headers "${MATOMO_PROXY_HOST_HEADERS}" + add_setting General force_ssl "${MATOMO_FORCE_SSL}" + add_setting General proxy_uri_header "${MATOMO_PROXY_URI_HEADER}" + + # Add subsites. + for site in $(env | grep "MATOMO_SITE_.*_HOST" | cut -f1 -d=); do + name=$(echo "${site}" | sed -e 's/MATOMO_SITE_\(.*\)_HOST/\1/') + s6-setuidgid nginx /var/www/matomo/console site:add --name="${name}" --urls="${!site}" + done +fi + +touch /installed + +cat <<-EOT + + +##################### +# Install Completed # +##################### +EOT diff --git a/matomo/rootfs/usr/local/bin/git-clone-cached.sh b/matomo/rootfs/usr/local/bin/git-clone-cached.sh new file mode 100755 index 00000000..61fe20b0 --- /dev/null +++ b/matomo/rootfs/usr/local/bin/git-clone-cached.sh @@ -0,0 +1,145 @@ +#!/usr/bin/env bash +set -e + +readonly PROGNAME=$(basename $0) +readonly ARGS="$@" + +trap 'cleanup $?' EXIT +function cleanup() { + # Something has gone wrong remove the cache so subsequent attempts can be made. + if [[ ${1} -ne 0 ]]; then + remove_cache + fi +} + +function usage() { + cat <<-EOF + usage: $PROGNAME options [FILE]... + + Does a git clone utilizing the Buildkit caching mechanism. + + OPTIONS: + -u --url The URL of the repository to clone. + -d --cache-dir The directory to use as a cache. + -c --commit The commit hash or tag to checkout. + -w --worktree The directory to checkout the repository into. + -s --strip Remove the git repo as well as any files passed as parameters to save space. + -h --help Show this help. + -x --debug Debug this script. + + Examples: + Clone repository: + $PROGNAME \\ + --url https://github.com/Islandora-CLAW/Alpaca.git \\ + --cache-dir /opt/downloads \\ + --commit "${COMMIT}" \\ + --worktree /opt/alpaca +EOF +} + +function cmdline() { + local arg= + for arg; do + local delim="" + case "$arg" in + # Translate --gnu-long-options to -g (short options) + --url) + args="${args}-u " + ;; + --cache-dir) + args="${args}-d " + ;; + --commit) + args="${args}-c " + ;; + --worktree) + args="${args}-w " + ;; + --strip) + args="${args}-s " + ;; + --help) + args="${args}-h " + ;; + --debug) + args="${args}-x " + ;; + # Pass through anything else + *) + [[ "${arg:0:1}" == "-" ]] || delim="\"" + args="${args}${delim}${arg}${delim} " + ;; + esac + done + + # Reset the positional parameters to the short options + eval set -- $args + + while getopts "u:d:c:w:shx" OPTION; do + case $OPTION in + u) + readonly URL=${OPTARG} + ;; + d) + readonly CACHE_DIRECTORY=${OPTARG} + ;; + c) + readonly COMMIT=${OPTARG} + ;; + w) + readonly WORKTREE=${OPTARG} + ;; + h) + usage + exit 0 + ;; + x) + readonly DEBUG='-x' + set -x + ;; + esac + done + + readonly REPOSITORY=$(basename ${WORKTREE}) + + if [[ -z $URL || -z $CACHE_DIRECTORY || -z $COMMIT || -z $WORKTREE ]]; then + echo "Missing one or more required options: --url --cache-dir --commit --worktree" >&2 + exit 1 + fi + + # All remaning parameters are files to be removed from the repo if --strip was specified. + shift $((OPTIND - 1)) + readonly REMOVE=("$@") + + return 0 +} + +function remove_cache() { + rm -fr ${CACHE_DIRECTORY}/${REPOSITORY} + rm -fr ${WORKTREE} +} + +function update_cache() { + git clone --mirror ${URL} ${CACHE_DIRECTORY}/${REPOSITORY} || true + git clone --shallow-submodules --recurse-submodules --jobs $(nproc) ${CACHE_DIRECTORY}/${REPOSITORY} ${WORKTREE} + git -C ${WORKTREE} fetch --all +} + +function checkout() { + git -C ${WORKTREE} reset --hard ${COMMIT} + git -C ${WORKTREE} submodule update --init --recursive +} + +function main() { + cmdline ${ARGS} + update_cache + # Attempt twice in case the history of the cache has become invalid. + checkout || (remove_cache && update_cache && checkout) + if [[ -z $STRIP ]]; then + rm -fr ${WORKTREE}/.git + for i in "${REMOVE[@]}"; do + rm -fr "${WORKTREE}/${i}" + done + fi +} +main diff --git a/matomo/tests/Installation/build.gradle.kts b/matomo/tests/Installation/build.gradle.kts new file mode 100644 index 00000000..be9d4595 --- /dev/null +++ b/matomo/tests/Installation/build.gradle.kts @@ -0,0 +1,6 @@ +import java.time.Duration.ofMinutes +import tasks.tests.DockerComposeTest + +tasks.register("test") { + timeout.convention(ofMinutes(10)) +} \ No newline at end of file diff --git a/matomo/tests/Installation/docker-compose.yml b/matomo/tests/Installation/docker-compose.yml new file mode 100644 index 00000000..57a9778f --- /dev/null +++ b/matomo/tests/Installation/docker-compose.yml @@ -0,0 +1,22 @@ +# file: docker-compose.yml +# +# Tests the following: +# - Site is installed correctly. +--- +version: "3.8" + +# Common to all services +x-common: &common + restart: "no" + +services: + mariadb: + <<: *common + image: ${DRUPAL_IMAGE:-local/mariadb:latest} + matomo: + <<: *common + image: ${MATOMO_IMAGE:-local/matomo:latest} + environment: + MATOMO_DEFAULT_HOST: "https://islandora.dev" + volumes: + - ./test.sh:/etc/services.d/test/run # Test to run. \ No newline at end of file diff --git a/matomo/tests/Installation/test.sh b/matomo/tests/Installation/test.sh new file mode 100755 index 00000000..47d1d836 --- /dev/null +++ b/matomo/tests/Installation/test.sh @@ -0,0 +1,18 @@ +#!/command/with-contenv bash +# shellcheck shell=bash +set -e + +# Run as a one-shot service. +s6-svc -O /var/run/s6/services/test + +# Wait for Install to complete. +while ! test -d /run/s6/services/install; do sleep 1; done +s6-svwait -D /run/s6/services/install + +# Run diagnostics, ignore warnings. +echo "Running diagnostics." +cd /var/www/matomo +./console diagnostics:run --ignore-warn + +# Stop the container +s6-svc -i /var/run/s6/services/nginx \ No newline at end of file diff --git a/matomo/tests/ServiceStartsWithDefaults/test.sh b/matomo/tests/ServiceStartsWithDefaults/test.sh index 03b634fd..a2f594da 100755 --- a/matomo/tests/ServiceStartsWithDefaults/test.sh +++ b/matomo/tests/ServiceStartsWithDefaults/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/milliner/Dockerfile b/milliner/Dockerfile index 9b1464e2..a6cb5a1b 100644 --- a/milliner/Dockerfile +++ b/milliner/Dockerfile @@ -5,21 +5,22 @@ FROM --platform=$BUILDPLATFORM ${repository}/crayfish:${tag} AS crayfish RUN --mount=type=cache,id=milliner-composer,sharing=locked,target=/root/.composer/cache \ composer install -d /var/www/crayfish/Milliner && \ - ln -s /var/www/crayfish/Milliner/src /var/www/html + ln -s /var/www/crayfish/Milliner/public /var/www/html FROM ${repository}/nginx:${tag} EXPOSE 8000 ENV \ - MILLINER_DRUPAL_URL=http://drupal:80 \ MILLINER_FCREPO_URL=http://fcrepo:8080/fcrepo/rest \ MILLINER_FEDORA6=false \ MILLINER_LOG_LEVEL=info COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf -COPY --from=crayfish --chown=nginx:nginx /var/www /var/www +COPY --from=crayfish /var/www /var/www COPY rootfs / +RUN chown -R nginx:nginx /var/www + WORKDIR /var/www/crayfish/Milliner/ diff --git a/milliner/README.md b/milliner/README.md index 19d25506..691db641 100644 --- a/milliner/README.md +++ b/milliner/README.md @@ -10,11 +10,10 @@ additional settings, volumes, ports, etc. ## Settings -| Environment Variable | Confd Key | Default | Description | -| :------------------- | :------------------- | :---------------------- | :------------------------------------------------------------------------------------------------ | -| MILLINER_DRUPAL_URL | /milliner/drupal/url | drupal:80 | Drupal URL | -| MILLINER_FCREPO_URL | /milliner/fcrepo/url | fcrepo:8080/fcrepo/rest | Fcrepo Rest API URL | -| MILLINER_FCREPO6 | /milliner/fcrepo6 | false | Set to "true" if using Fedora 6 and set to "false" if using Fedora 4 or 5 | -| MILLINER_LOG_LEVEL | /milliner/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | +| Environment Variable | Confd Key | Default | Description | +| :------------------- | :------------------- | :----------------------------- | :------------------------------------------------------------------------------------------------ | +| MILLINER_FCREPO_URL | /milliner/fcrepo/url | http://fcrepo:8080/fcrepo/rest | Fcrepo Rest API URL | +| MILLINER_FCREPO6 | /milliner/fcrepo6 | false | Set to "true" if using Fedora 6 and set to "false" if using Fedora 4 or 5 | +| MILLINER_LOG_LEVEL | /milliner/log/level | info | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | [Milliner]: https://github.com/Islandora/Crayfish/tree/main/Milliner diff --git a/milliner/rootfs/etc/confd/conf.d/config.yaml.toml b/milliner/rootfs/etc/confd/conf.d/config.yaml.toml deleted file mode 100644 index 8a3156f7..00000000 --- a/milliner/rootfs/etc/confd/conf.d/config.yaml.toml +++ /dev/null @@ -1,7 +0,0 @@ -[template] -src = "config.yaml.tmpl" -dest = "/var/www/crayfish/Milliner/cfg/config.yaml" -uid = 100 -gid = 101 -mode = "0644" -keys = [ "/" ] diff --git a/milliner/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml b/milliner/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml new file mode 100644 index 00000000..52b416d3 --- /dev/null +++ b/milliner/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "crayfish_commons.yaml.tmpl" +dest = "/var/www/crayfish/Milliner/config/packages/crayfish_commons.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/milliner/rootfs/etc/confd/conf.d/monolog.yaml.toml b/milliner/rootfs/etc/confd/conf.d/monolog.yaml.toml new file mode 100644 index 00000000..7be0505b --- /dev/null +++ b/milliner/rootfs/etc/confd/conf.d/monolog.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "monolog.yaml.tmpl" +dest = "/var/www/crayfish/Milliner/config/packages/monolog.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/milliner/rootfs/etc/confd/conf.d/security.yaml.toml b/milliner/rootfs/etc/confd/conf.d/security.yaml.toml new file mode 100644 index 00000000..30787fd9 --- /dev/null +++ b/milliner/rootfs/etc/confd/conf.d/security.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "security.yaml.tmpl" +dest = "/var/www/crayfish/Milliner/config/packages/security.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/milliner/rootfs/etc/confd/conf.d/services.yaml.toml b/milliner/rootfs/etc/confd/conf.d/services.yaml.toml new file mode 100644 index 00000000..a891ba25 --- /dev/null +++ b/milliner/rootfs/etc/confd/conf.d/services.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "services.yaml.tmpl" +dest = "/var/www/crayfish/Milliner/config/services.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/milliner/rootfs/etc/confd/templates/config.yaml.tmpl b/milliner/rootfs/etc/confd/templates/config.yaml.tmpl deleted file mode 100644 index a1ea6c1c..00000000 --- a/milliner/rootfs/etc/confd/templates/config.yaml.tmpl +++ /dev/null @@ -1,27 +0,0 @@ ---- - -fedora_base_url: {{ getenv "MILLINER_FCREPO_URL" }} -# if drupal_base_url contains a path, be sure to include trailing slash -# or relative paths will not resolve correctly. -drupal_base_url: {{ getenv "MILLINER_DRUPAL_URL" }} - -modified_date_predicate: http://schema.org/dateModified - -strip_format_jsonld: true - -debug: true -fedora6: {{ getenv "MILLINER_FEDORA6" }} - -log: - # Valid log levels are: - # debug, info, notice, warning, error, critical, alert, emergency, none - file: "php://stderr" - level: {{ getenv "MILLINER_LOG_LEVEL" }} - -syn: - # toggles JWT security for service - enable: false - # Path to the syn config file for authentication. - # example can be found here: - # https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml - config: /opt/keys/jwt/syn-settings.xml diff --git a/milliner/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl b/milliner/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl new file mode 100644 index 00000000..43ae8e9a --- /dev/null +++ b/milliner/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl @@ -0,0 +1,3 @@ +crayfish_commons: + fedora_base_uri: '{{ getenv "MILLINER_FCREPO_URL" }}' + syn_config: '/opt/keys/jwt/syn-settings.xml' \ No newline at end of file diff --git a/milliner/rootfs/etc/confd/templates/monolog.yaml.tmpl b/milliner/rootfs/etc/confd/templates/monolog.yaml.tmpl new file mode 100644 index 00000000..30884f19 --- /dev/null +++ b/milliner/rootfs/etc/confd/templates/monolog.yaml.tmpl @@ -0,0 +1,8 @@ +monolog: + handlers: + milliner: + type: stream + path: "php://stderr" + # Valid log levels are: + # debug, info, notice, warning, error, critical, alert, emergency, none + level: {{ getenv "MILLINER_LOG_LEVEL" }} diff --git a/milliner/rootfs/etc/confd/templates/security.yaml.tmpl b/milliner/rootfs/etc/confd/templates/security.yaml.tmpl new file mode 100644 index 00000000..d011ff93 --- /dev/null +++ b/milliner/rootfs/etc/confd/templates/security.yaml.tmpl @@ -0,0 +1,33 @@ +security: + # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers + providers: + users_in_memory: { memory: null } + jwt_user_provider: + id: Islandora\Crayfish\Commons\Syn\JwtUserProvider + firewalls: + dev: + pattern: ^/(_(profiler|wdt)|css|images|js)/ + security: false + main: + # To enable Syn, change anonymous to false and uncomment the lines further below + anonymous: false + # Need stateless or it reloads the User based on a token. + stateless: true + + # To enable Syn, uncomment the below 4 lines and change anonymous to false above. + provider: jwt_user_provider + guard: + authenticators: + - Islandora\Crayfish\Commons\Syn\JwtAuthenticator + + # activate different ways to authenticate + # https://symfony.com/doc/current/security.html#firewalls-authentication + + # https://symfony.com/doc/current/security/impersonating_user.html + # switch_user: true + + # Easy way to control access for large sections of your site + # Note: Only the *first* access control that matches will be used + access_control: + # - { path: ^/admin, roles: ROLE_ADMIN } + # - { path: ^/profile, roles: ROLE_USER } \ No newline at end of file diff --git a/milliner/rootfs/etc/confd/templates/services.yaml.tmpl b/milliner/rootfs/etc/confd/templates/services.yaml.tmpl new file mode 100644 index 00000000..b53efde6 --- /dev/null +++ b/milliner/rootfs/etc/confd/templates/services.yaml.tmpl @@ -0,0 +1,45 @@ +# This file is the entry point to configure your own services. +# Files in the packages/ subdirectory configure your dependencies. + +# Put parameters here that don't need to change on each machine where the app is deployed +# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration +parameters: + app.fedora_base_url: "{{ getenv "MILLINER_FCREPO_URL" }}" + app.modified_date_predicate: "http://schema.org/dateModified" + app.strip_format_jsonld: true + app.isFedora6: {{ getenv "MILLINER_FEDORA6" }} + +services: + # default configuration for services in *this* file + _defaults: + autowire: true # Automatically injects dependencies in your services. + autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. + + # makes classes in src/ available to be used as services + # this creates a service per class whose id is the fully-qualified class name + App\Islandora\Milliner\: + resource: '../src/' + exclude: + - '../src/DependencyInjection/' + - '../src/Entity/' + - '../src/Kernel.php' + - '../src/Tests/' + + App\Islandora\Milliner\Service\MillinerService: + arguments: + $modifiedDatePredicate: '%app.modified_date_predicate%' + $stripFormatJsonld: '%app.strip_format_jsonld%' + $isFedora6: '%app.isFedora6%' + + + # controllers are imported separately to make sure services can be injected + # as action arguments even if you don't extend any base controller class + App\Islandora\Milliner\Controller\MillinerController: + public: false + tags: [ 'controller.service_arguments' ] + + # add more service definitions when explicit configuration is needed + # please note that last definitions always *replace* previous ones + + # A guzzle instance as a service + GuzzleHttp\Client: ~ \ No newline at end of file diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 38dfd4ac..a0768d44 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM alpine:${alpine} AS cache FROM --platform=$BUILDPLATFORM ${repository}/composer:${tag} AS composer FROM ${repository}/base:${tag} @@ -9,34 +9,36 @@ FROM ${repository}/base:${tag} RUN --mount=type=cache,id=nginx-apk,sharing=locked,from=cache,target=/var/cache/apk \ apk add \ nginx \ - php7 \ - php7-ctype \ - php7-curl \ - php7-dom \ - php7-fileinfo \ - php7-fpm \ - php7-gd \ - php7-iconv \ - php7-intl \ - php7-json \ - php7-ldap \ - php7-mbstring \ - php7-mysqli \ - php7-opcache \ - php7-openssl \ - php7-pdo \ - php7-pdo_mysql \ - php7-pdo_pgsql \ - php7-phar \ - php7-session \ - php7-simplexml \ - php7-tokenizer \ - php7-xml \ - php7-xmlreader \ - php7-xmlwriter \ - php7-xsl \ - php7-zip \ + php81 \ + php81-ctype \ + php81-curl \ + php81-dom \ + php81-fileinfo \ + php81-fpm \ + php81-gd \ + php81-iconv \ + php81-intl \ + php81-json \ + php81-ldap \ + php81-mbstring \ + php81-mysqli \ + php81-opcache \ + php81-openssl \ + php81-pdo \ + php81-pdo_mysql \ + php81-pdo_pgsql \ + php81-phar \ + php81-session \ + php81-simplexml \ + php81-tokenizer \ + php81-xml \ + php81-xmlreader \ + php81-xmlwriter \ + php81-xsl \ + php81-zip \ && \ + addgroup nginx jwt && \ + ln -s /usr/bin/php81 /usr/bin/php && \ cleanup.sh ENV \ diff --git a/nginx/rootfs/etc/confd/conf.d/php-fpm.conf.toml b/nginx/rootfs/etc/confd/conf.d/php-fpm.conf.toml index 8cb5a2cc..bb6c52fd 100644 --- a/nginx/rootfs/etc/confd/conf.d/php-fpm.conf.toml +++ b/nginx/rootfs/etc/confd/conf.d/php-fpm.conf.toml @@ -1,6 +1,6 @@ [template] src = "php-fpm.conf.tmpl" -dest = "/etc/php7/php-fpm.conf" +dest = "/etc/php81/php-fpm.conf" uid = 0 gid = 0 mode = "0644" diff --git a/nginx/rootfs/etc/confd/conf.d/php.ini.toml b/nginx/rootfs/etc/confd/conf.d/php.ini.toml index 5a6ecbd3..af932efa 100644 --- a/nginx/rootfs/etc/confd/conf.d/php.ini.toml +++ b/nginx/rootfs/etc/confd/conf.d/php.ini.toml @@ -1,6 +1,6 @@ [template] src = "php.ini.tmpl" -dest = "/etc/php7/php.ini" +dest = "/etc/php81/php.ini" uid = 0 gid = 0 mode = "0644" diff --git a/nginx/rootfs/etc/confd/conf.d/www.conf.toml b/nginx/rootfs/etc/confd/conf.d/www.conf.toml index 13e948cf..315b57b9 100644 --- a/nginx/rootfs/etc/confd/conf.d/www.conf.toml +++ b/nginx/rootfs/etc/confd/conf.d/www.conf.toml @@ -1,6 +1,6 @@ [template] src = "www.conf.tmpl" -dest = "/etc/php7/php-fpm.d/www.conf" +dest = "/etc/php81/php-fpm.d/www.conf" uid = 0 gid = 0 mode = "0644" diff --git a/nginx/rootfs/etc/confd/templates/php-fpm.conf.tmpl b/nginx/rootfs/etc/confd/templates/php-fpm.conf.tmpl index 4311fba3..f48f33b9 100644 --- a/nginx/rootfs/etc/confd/templates/php-fpm.conf.tmpl +++ b/nginx/rootfs/etc/confd/templates/php-fpm.conf.tmpl @@ -14,13 +14,13 @@ ; Pid file ; Note: the default prefix is /var ; Default Value: none -;pid = run/php-fpm7.pid +;pid = run/php-fpm81.pid ; Error log file ; If it's set to "syslog", log is sent to syslogd instead of being written ; into a local file. ; Note: the default prefix is /var -; Default Value: log/php7/error.log +; Default Value: log/php81/error.log error_log = /dev/stderr ; syslog_facility is used to specify what type of program is logging the @@ -33,8 +33,8 @@ error_log = /dev/stderr ; syslog_ident is prepended to every message. If you have multiple FPM ; instances running on the same server, you can change the default value ; which must suit common needs. -; Default Value: php-fpm7 -;syslog.ident = php-fpm7 +; Default Value: php-fpm81 +;syslog.ident = php-fpm81 ; Log level ; Possible Values: alert, error, warning, notice, debug @@ -140,4 +140,4 @@ daemonize = no ; Relative path can also be used. They will be prefixed by: ; - the global prefix if it's been set (-p argument) ; - /usr otherwise -include=/etc/php7/php-fpm.d/*.conf +include=/etc/php81/php-fpm.d/*.conf diff --git a/nginx/rootfs/etc/confd/templates/php.ini.tmpl b/nginx/rootfs/etc/confd/templates/php.ini.tmpl index 69acacac..734ab5cb 100644 --- a/nginx/rootfs/etc/confd/templates/php.ini.tmpl +++ b/nginx/rootfs/etc/confd/templates/php.ini.tmpl @@ -732,7 +732,7 @@ default_charset = "UTF-8" ;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2" -include_path = ".:/usr/share/php7" +include_path = ".:/usr/share/php81" ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" diff --git a/nginx/rootfs/etc/confd/templates/www.conf.tmpl b/nginx/rootfs/etc/confd/templates/www.conf.tmpl index 9d730912..682fb32a 100644 --- a/nginx/rootfs/etc/confd/templates/www.conf.tmpl +++ b/nginx/rootfs/etc/confd/templates/www.conf.tmpl @@ -33,7 +33,7 @@ group = nginx ; (IPv6 and IPv4-mapped) on a specific port; ; '/path/to/unix/socket' - to listen on a unix socket. ; Note: This value is mandatory. -listen = php-fpm7.sock +listen = php-fpm81.sock ; Set listen(2) backlog. ; Default Value: 511 (-1 on FreeBSD and OpenBSD) @@ -229,13 +229,13 @@ pm.max_spare_servers = 3 ; last request memory: 0 ; ; Note: There is a real-time FPM status monitoring sample web page available -; It's available in: /usr/share/php7/fpm/status.html +; It's available in: /usr/share/php81/fpm/status.html ; ; Note: The value must start with a leading slash (/). The value can be ; anything, but it may not be a good idea to use the .php extension or it ; may conflict with a real PHP file. ; Default Value: not set -;pm.status_path = /status +pm.status_path = /status ; The ping URI to call the monitoring page of FPM. If this value is not set, no ; URI will be recognized as a ping page. This could be used to test from outside @@ -256,7 +256,7 @@ pm.max_spare_servers = 3 ; The access log file ; Default: not set -;access.log = log/php7/$pool.access.log +;access.log = log/php81/$pool.access.log ; The access log format. ; The following syntax is allowed @@ -320,7 +320,7 @@ pm.max_spare_servers = 3 ; The log file for slow requests ; Default Value: not set ; Note: slowlog is mandatory if request_slowlog_timeout is set -;slowlog = log/php7/$pool.slow.log +;slowlog = log/php81/$pool.slow.log ; The timeout for serving a single request after which a PHP backtrace will be ; dumped to the 'slowlog' file. A value of '0s' means 'off'. @@ -401,7 +401,7 @@ clear_env = yes ; execute php code. ; Note: set an empty value to allow all extensions. ; Default Value: .php -;security.limit_extensions = .php .php3 .php4 .php5 .php7 +;security.limit_extensions = .php .php3 .php4 .php5 .php81 ; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from ; the current environment. @@ -433,6 +433,6 @@ clear_env = yes ; specified at startup with the -d argument ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com ;php_flag[display_errors] = off -;php_admin_value[error_log] = /var/log/php7/$pool.error.log +;php_admin_value[error_log] = /var/log/php81/$pool.error.log ;php_admin_flag[log_errors] = on ;php_admin_value[memory_limit] = 32M diff --git a/nginx/rootfs/etc/cont-init.d/02-fpm-install.sh b/nginx/rootfs/etc/cont-init.d/02-fpm-install.sh index 1b8b2c5a..ddc03225 100755 --- a/nginx/rootfs/etc/cont-init.d/02-fpm-install.sh +++ b/nginx/rootfs/etc/cont-init.d/02-fpm-install.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -e -mkdir /run/php-fpm7 &> /dev/null || true +mkdir /run/php-fpm81 &> /dev/null || true diff --git a/nginx/rootfs/etc/nginx/http.d/default.conf b/nginx/rootfs/etc/nginx/http.d/default.conf new file mode 100644 index 00000000..23ee964e --- /dev/null +++ b/nginx/rootfs/etc/nginx/http.d/default.conf @@ -0,0 +1,17 @@ +# This is a default site configuration which will simply return 404, preventing +# chance access to any other virtualhost. +server { + listen 80 default_server; + listen [::]:80 default_server; + + # Everything is a 404 + location / { + return 404; + } + + # You may need this to prevent return 404 recursion. + location = /404.html { + internal; + } + include /etc/nginx/shared/fpm.conf; +} diff --git a/nginx/rootfs/etc/nginx/shared/fpm.conf b/nginx/rootfs/etc/nginx/shared/fpm.conf new file mode 100644 index 00000000..71427d01 --- /dev/null +++ b/nginx/rootfs/etc/nginx/shared/fpm.conf @@ -0,0 +1,10 @@ +# Used to validate that PHP-FPM is in a ready state. +# Not accessible outside of the container. +location ~ ^/(status|ping)$ { + allow 127.0.0.1; + deny all; + fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; + fastcgi_index index.php; + include fastcgi_params; + fastcgi_pass unix:/var/run/php-fpm81/php-fpm81.sock; +} \ No newline at end of file diff --git a/nginx/rootfs/etc/services.d/fpm/data/check b/nginx/rootfs/etc/services.d/fpm/data/check new file mode 100755 index 00000000..6eaf4cb9 --- /dev/null +++ b/nginx/rootfs/etc/services.d/fpm/data/check @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +set -e + +# Wait for Socket to exist. +while ! test -S /run/php-fpm81/php-fpm81.sock; do sleep 1; done + +# Wait for PID file to exist. +while ! test -f /run/php-fpm81/php-fpm81.pid; do sleep 1; done \ No newline at end of file diff --git a/nginx/rootfs/etc/services.d/fpm/data/notification-fd b/nginx/rootfs/etc/services.d/fpm/data/notification-fd new file mode 100644 index 00000000..e440e5c8 --- /dev/null +++ b/nginx/rootfs/etc/services.d/fpm/data/notification-fd @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/nginx/rootfs/etc/services.d/fpm/finish b/nginx/rootfs/etc/services.d/fpm/finish old mode 100644 new mode 100755 diff --git a/nginx/rootfs/etc/services.d/fpm/notification-fd b/nginx/rootfs/etc/services.d/fpm/notification-fd new file mode 100644 index 00000000..e440e5c8 --- /dev/null +++ b/nginx/rootfs/etc/services.d/fpm/notification-fd @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/nginx/rootfs/etc/services.d/fpm/run b/nginx/rootfs/etc/services.d/fpm/run old mode 100644 new mode 100755 index ea85ff50..0a866cc3 --- a/nginx/rootfs/etc/services.d/fpm/run +++ b/nginx/rootfs/etc/services.d/fpm/run @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -e -exec /usr/sbin/php-fpm7 \ - --pid /var/run/php-fpm7/php-fpm7.pid \ - --prefix /var/run/php-fpm7 \ - --fpm-config /etc/php7/php-fpm.conf +exec s6-notifyoncheck -d -t 30000 -n 1 /usr/sbin/php-fpm81 \ + --pid /var/run/php-fpm81/php-fpm81.pid \ + --prefix /var/run/php-fpm81 \ + --fpm-config /etc/php81/php-fpm.conf diff --git a/nginx/rootfs/etc/services.d/nginx/data/check b/nginx/rootfs/etc/services.d/nginx/data/check new file mode 100755 index 00000000..6a24a61a --- /dev/null +++ b/nginx/rootfs/etc/services.d/nginx/data/check @@ -0,0 +1,11 @@ +#!/usr/bin/env bash +set -e + +# Wait for PID file to exist. +while ! test -f /run/nginx/nginx.pid; do sleep 1; done + +# Wait for PHP-FPM to report it has started. +s6-svwait -U /run/s6/services/fpm + +# Block until PHP-FPM is confirmed to be working. +while ! curl --silent --output --fail 'http://localhost/status' --output /dev/null; do sleep 1; done \ No newline at end of file diff --git a/nginx/rootfs/etc/services.d/nginx/finish b/nginx/rootfs/etc/services.d/nginx/finish old mode 100644 new mode 100755 diff --git a/nginx/rootfs/etc/services.d/nginx/notification-fd b/nginx/rootfs/etc/services.d/nginx/notification-fd new file mode 100644 index 00000000..e440e5c8 --- /dev/null +++ b/nginx/rootfs/etc/services.d/nginx/notification-fd @@ -0,0 +1 @@ +3 \ No newline at end of file diff --git a/nginx/rootfs/etc/services.d/nginx/run b/nginx/rootfs/etc/services.d/nginx/run old mode 100644 new mode 100755 index 4d500b4a..65719fcb --- a/nginx/rootfs/etc/services.d/nginx/run +++ b/nginx/rootfs/etc/services.d/nginx/run @@ -1,3 +1,3 @@ #!/usr/bin/env bash set -e -exec /usr/sbin/nginx +exec s6-notifyoncheck -t 30000 -n 1 /usr/sbin/nginx diff --git a/postgresql/Dockerfile b/postgresql/Dockerfile index 35b940e2..4d1ecd6d 100644 --- a/postgresql/Dockerfile +++ b/postgresql/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM alpine:${alpine} AS cache FROM ${repository}/base:${tag} diff --git a/postgresql/rootfs/etc/cont-init.d/00-container-environment-01-set-root-user.sh b/postgresql/rootfs/etc/cont-init.d/00-container-environment-01-set-root-user.sh index df80350b..12a8b957 100755 --- a/postgresql/rootfs/etc/cont-init.d/00-container-environment-01-set-root-user.sh +++ b/postgresql/rootfs/etc/cont-init.d/00-container-environment-01-set-root-user.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # Use what has been provided by the user or default to the derived values. diff --git a/postgresql/rootfs/etc/cont-init.d/03-postgresql-setup.sh b/postgresql/rootfs/etc/cont-init.d/03-postgresql-setup.sh index 49d8a4b8..50e2bd51 100755 --- a/postgresql/rootfs/etc/cont-init.d/03-postgresql-setup.sh +++ b/postgresql/rootfs/etc/cont-init.d/03-postgresql-setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # Make run directory if it does not exist. diff --git a/postgresql/rootfs/etc/services.d/postgres/finish b/postgresql/rootfs/etc/services.d/postgres/finish old mode 100644 new mode 100755 diff --git a/postgresql/rootfs/etc/services.d/postgres/run b/postgresql/rootfs/etc/services.d/postgres/run old mode 100644 new mode 100755 diff --git a/recast/Dockerfile b/recast/Dockerfile index 4fc84505..9daf91be 100644 --- a/recast/Dockerfile +++ b/recast/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$BUILDPLATFORM ${repository}/crayfish:${tag} AS crayfish RUN --mount=type=cache,id=recast-composer,sharing=locked,target=/root/.composer/cache \ composer install -d /var/www/crayfish/Recast && \ - ln -s /var/www/crayfish/Recast/src /var/www/html + ln -s /var/www/crayfish/Recast/public /var/www/html FROM ${repository}/nginx:${tag} @@ -17,8 +17,10 @@ ENV \ RECAST_LOG_LEVEL=info COPY --from=crayfish /etc/nginx/http.d/default.conf /etc/nginx/http.d/default.conf -COPY --from=crayfish --chown=nginx:nginx /var/www /var/www +COPY --from=crayfish /var/www /var/www COPY rootfs / +RUN chown -R nginx:nginx /var/www + WORKDIR /var/www/crayfish/Recast/ diff --git a/recast/README.md b/recast/README.md index 4cb86d3e..7b698987 100644 --- a/recast/README.md +++ b/recast/README.md @@ -10,10 +10,10 @@ additional settings, volumes, ports, etc. ## Settings -| Environment Variable | Confd Key | Default | Description | -| :------------------- | :----------------- | :----------------- | :------------------------------------------------------------------------------------------------ | -| RECAST_DRUPAL_URL | /recast/drupal/url | drupal:80 | Drupal URL | -| RECAST_FCREPO_URL | /recast/fcrepo/url | fcrepo/fcrepo/rest | Fcrepo Rest API URL | -| RECAST_LOG_LEVEL | /recast/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | +| Environment Variable | Confd Key | Default | Description | +| :------------------- | :----------------- | :------------------------------------ | :------------------------------------------------------------------------------------------------ | +| RECAST_DRUPAL_URL | /recast/drupal/url | islandora.traefik.me | Drupal URL | +| RECAST_FCREPO_URL | /recast/fcrepo/url | islandora.traefik.me:8081/fcrepo/rest | Fcrepo Rest API URL | +| RECAST_LOG_LEVEL | /recast/log/level | info | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | [Recast]: https://github.com/Islandora/Crayfish/tree/main/Recast diff --git a/recast/rootfs/etc/confd/conf.d/config.yaml.toml b/recast/rootfs/etc/confd/conf.d/config.yaml.toml deleted file mode 100644 index 98b77004..00000000 --- a/recast/rootfs/etc/confd/conf.d/config.yaml.toml +++ /dev/null @@ -1,7 +0,0 @@ -[template] -src = "config.yaml.tmpl" -dest = "/var/www/crayfish/Recast/cfg/config.yaml" -uid = 100 -gid = 101 -mode = "0644" -keys = [ "/" ] diff --git a/recast/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml b/recast/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml new file mode 100644 index 00000000..d1155af8 --- /dev/null +++ b/recast/rootfs/etc/confd/conf.d/crayfish_commons.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "crayfish_commons.yaml.tmpl" +dest = "/var/www/crayfish/Recast/config/packages/crayfish_commons.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/recast/rootfs/etc/confd/conf.d/monolog.yaml.toml b/recast/rootfs/etc/confd/conf.d/monolog.yaml.toml new file mode 100644 index 00000000..4ff9dfac --- /dev/null +++ b/recast/rootfs/etc/confd/conf.d/monolog.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "monolog.yaml.tmpl" +dest = "/var/www/crayfish/Recast/config/packages/monolog.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/recast/rootfs/etc/confd/conf.d/security.yaml.toml b/recast/rootfs/etc/confd/conf.d/security.yaml.toml new file mode 100644 index 00000000..b87bfa58 --- /dev/null +++ b/recast/rootfs/etc/confd/conf.d/security.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "security.yaml.tmpl" +dest = "/var/www/crayfish/Recast/config/packages/security.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/recast/rootfs/etc/confd/conf.d/services.yaml.toml b/recast/rootfs/etc/confd/conf.d/services.yaml.toml new file mode 100644 index 00000000..8ffc9a14 --- /dev/null +++ b/recast/rootfs/etc/confd/conf.d/services.yaml.toml @@ -0,0 +1,7 @@ +[template] +src = "services.yaml.tmpl" +dest = "/var/www/crayfish/Recast/config/services.yaml" +uid = 100 +gid = 101 +mode = "0644" +keys = [ "/" ] diff --git a/recast/rootfs/etc/confd/templates/config.yaml.tmpl b/recast/rootfs/etc/confd/templates/config.yaml.tmpl deleted file mode 100644 index 4880f600..00000000 --- a/recast/rootfs/etc/confd/templates/config.yaml.tmpl +++ /dev/null @@ -1,37 +0,0 @@ ---- - -fedora_resource: - base_url: {{ getenv "RECAST_FCREPO_URL" }} - -# if drupal_base_url contains a path, be sure to include trailing slash -# or relative paths will not resolve correctly. -drupal_base_url: {{ getenv "RECAST_DRUPAL_URL" }} - -debug: false - -log: - # Valid log levels are: - # debug, info, notice, warning, error, critical, alert, emergency, none - file: "php://stderr" - level: {{ getenv "RECAST_LOG_LEVEL" }} - -syn: - # toggles JWT security for service - enable: false - # Path to the syn config file for authentication. - # example can be found here: - # https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml - config: /opt/keys/jwt/syn-settings.xml - -# Add namespace prefixes used by Fedora for recast service -# Must be inside an array to maintain the internal associative array. -namespaces: -- - acl: "http://www.w3.org/ns/auth/acl#" - fedora: "http://fedora.info/definitions/v4/repository#" - ldp: "http://www.w3.org/ns/ldp#" - memento: "http://mementoweb.org/ns#" - pcdm: "http://pcdm.org/models#" - pcdmuse: "http://pcdm.org/use#" - webac: "http://fedora.info/definitions/v4/webac#" - vcard: "http://www.w3.org/2006/vcard/ns#" diff --git a/recast/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl b/recast/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl new file mode 100644 index 00000000..ee9265f5 --- /dev/null +++ b/recast/rootfs/etc/confd/templates/crayfish_commons.yaml.tmpl @@ -0,0 +1,3 @@ +crayfish_commons: + fedora_base_uri: '{{ getenv "RECAST_FCREPO_URL" }}' + syn_config: '/opt/keys/jwt/syn-settings.xml' \ No newline at end of file diff --git a/recast/rootfs/etc/confd/templates/monolog.yaml.tmpl b/recast/rootfs/etc/confd/templates/monolog.yaml.tmpl new file mode 100644 index 00000000..135fba4c --- /dev/null +++ b/recast/rootfs/etc/confd/templates/monolog.yaml.tmpl @@ -0,0 +1,8 @@ +monolog: + handlers: + recast: + type: stream + path: "php://stderr" + # Valid log levels are: + # debug, info, notice, warning, error, critical, alert, emergency, none + level: {{ getenv "RECAST_LOG_LEVEL" }} diff --git a/recast/rootfs/etc/confd/templates/security.yaml.tmpl b/recast/rootfs/etc/confd/templates/security.yaml.tmpl new file mode 100644 index 00000000..d011ff93 --- /dev/null +++ b/recast/rootfs/etc/confd/templates/security.yaml.tmpl @@ -0,0 +1,33 @@ +security: + # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers + providers: + users_in_memory: { memory: null } + jwt_user_provider: + id: Islandora\Crayfish\Commons\Syn\JwtUserProvider + firewalls: + dev: + pattern: ^/(_(profiler|wdt)|css|images|js)/ + security: false + main: + # To enable Syn, change anonymous to false and uncomment the lines further below + anonymous: false + # Need stateless or it reloads the User based on a token. + stateless: true + + # To enable Syn, uncomment the below 4 lines and change anonymous to false above. + provider: jwt_user_provider + guard: + authenticators: + - Islandora\Crayfish\Commons\Syn\JwtAuthenticator + + # activate different ways to authenticate + # https://symfony.com/doc/current/security.html#firewalls-authentication + + # https://symfony.com/doc/current/security/impersonating_user.html + # switch_user: true + + # Easy way to control access for large sections of your site + # Note: Only the *first* access control that matches will be used + access_control: + # - { path: ^/admin, roles: ROLE_ADMIN } + # - { path: ^/profile, roles: ROLE_USER } \ No newline at end of file diff --git a/recast/rootfs/etc/confd/templates/services.yaml.tmpl b/recast/rootfs/etc/confd/templates/services.yaml.tmpl new file mode 100644 index 00000000..63296bde --- /dev/null +++ b/recast/rootfs/etc/confd/templates/services.yaml.tmpl @@ -0,0 +1,48 @@ +# This file is the entry point to configure your own services. +# Files in the packages/ subdirectory configure your dependencies. + +# Put parameters here that don't need to change on each machine where the app is deployed +# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration +parameters: + app.drupal_base_url: "{{ getenv "RECAST_DRUPAL_URL" }}" + app.fedora_base_url: "{{ getenv "RECAST_FCREPO_URL" }}" + app.namespaces: + acl: "http://www.w3.org/ns/auth/acl#" + fedora: "http://fedora.info/definitions/v4/repository#" + ldp: "http://www.w3.org/ns/ldp#" + memento: "http://mementoweb.org/ns#" + pcdm: "http://pcdm.org/models#" + pcdmuse: "http://pcdm.org/use#" + webac: "http://fedora.info/definitions/v4/webac#" + vcard: "http://www.w3.org/2006/vcard/ns#" + +services: + # default configuration for services in *this* file + _defaults: + autowire: true # Automatically injects dependencies in your services. + autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. + + # makes classes in src/ available to be used as services + # this creates a service per class whose id is the fully-qualified class name + App\Islandora\Recast\: + resource: '../src/' + exclude: + - '../src/DependencyInjection/' + - '../src/Entity/' + - '../src/Kernel.php' + - '../src/Tests/' + + # controllers are imported separately to make sure services can be injected + # as action arguments even if you don't extend any base controller class + App\Islandora\Recast\Controller\RecastController: + arguments: + $drupal_base_url: '%app.drupal_base_url%' + $fcrepo_base_url: '%app.fedora_base_url%' + $namespaces: '%app.namespaces%' + tags: ['controller.service_arguments'] + + # add more service definitions when explicit configuration is needed + # please note that last definitions always *replace* previous ones + + # A guzzle instance as a service + GuzzleHttp\Client: ~ \ No newline at end of file diff --git a/riprap/Dockerfile b/riprap/Dockerfile index 1fc4c117..9f558829 100644 --- a/riprap/Dockerfile +++ b/riprap/Dockerfile @@ -1,15 +1,15 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM --platform=$BUILDPLATFORM ${repository}/composer:${tag} AS composer -ARG COMMIT="7d7cae2d09dec20caa3c3f5752434af32401819e" +ARG COMMIT="b84ac14370d0ffa156542e387a8eff9104b8858b" RUN --mount=type=cache,id=riprap-composer,sharing=locked,target=/root/.composer/cache \ --mount=type=cache,id=riprap-downloads,sharing=locked,target=/opt/downloads \ git-clone-cached.sh \ - --url https://github.com/mjordan/riprap.git \ + --url https://github.com/nigelgbanks/riprap.git \ --cache-dir "${DOWNLOAD_CACHE_DIRECTORY}" \ --commit "${COMMIT}" \ --worktree /var/www/riprap && \ @@ -21,7 +21,7 @@ FROM ${repository}/nginx:${tag} EXPOSE 8000 RUN --mount=type=cache,id=riprap-apk,sharing=locked,from=cache,target=/var/cache/apk \ - apk add php7-pdo_sqlite && \ + apk add php81-pdo_sqlite && \ cleanup.sh # The driver is given explicitly as Rip Rap can be run on SQLite without diff --git a/riprap/README.md b/riprap/README.md index 1991d996..ee501169 100644 --- a/riprap/README.md +++ b/riprap/README.md @@ -42,7 +42,7 @@ relevant settings. | RIPRAP_CROND_ENABLE_SERVICE | /riprap/crond/enable/service | true | Enable / disable crond service | | RIPRAP_CROND_LOG_LEVEL | /riprap/crond/log/level | 8 | The log level for crond | | RIPRAP_CROND_SCHEDULE | /riprap/crond/schedule | 0 0 1 * * | The schedule for running check_fixity command, default is once a month | -| RIPRAP_LOG_LEVEL | /riprap/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | +| RIPRAP_LOG_LEVEL | /riprap/log/level | info | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none | | RIPRAP_MAILER_URL | /riprap/mailer/url | null://localhost | | | RIPRAP_TRUSTED_HOSTS | /riprap/trusted/hosts | | | | RIPRAP_TRUSTED_PROXIES | /riprap/trusted/proxies | | | diff --git a/riprap/rootfs/etc/cont-init.d/03-riprap-setup.sh b/riprap/rootfs/etc/cont-init.d/03-riprap-setup.sh index 5d88eb10..a850c5c4 100755 --- a/riprap/rootfs/etc/cont-init.d/03-riprap-setup.sh +++ b/riprap/rootfs/etc/cont-init.d/03-riprap-setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e function mysql_create_database { diff --git a/riprap/rootfs/etc/nginx/http.d/default.conf b/riprap/rootfs/etc/nginx/http.d/default.conf index 98534ed2..ad616cf9 100644 --- a/riprap/rootfs/etc/nginx/http.d/default.conf +++ b/riprap/rootfs/etc/nginx/http.d/default.conf @@ -9,7 +9,7 @@ server { } location ~ ^/index\.php(/|$) { - fastcgi_pass unix:/var/run/php-fpm7/php-fpm7.sock; + fastcgi_pass unix:/var/run/php-fpm81/php-fpm81.sock; fastcgi_split_path_info ^(.+\.php)(/.*)$; include fastcgi_params; diff --git a/riprap/rootfs/etc/services.d/crond/finish b/riprap/rootfs/etc/services.d/crond/finish old mode 100644 new mode 100755 index 0509120a..437eee70 --- a/riprap/rootfs/etc/services.d/crond/finish +++ b/riprap/rootfs/etc/services.d/crond/finish @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # Only shutdown the container if this service was enabled otherwise ignore. diff --git a/riprap/rootfs/etc/services.d/crond/run b/riprap/rootfs/etc/services.d/crond/run old mode 100644 new mode 100755 index b71e0369..b14a1d8f --- a/riprap/rootfs/etc/services.d/crond/run +++ b/riprap/rootfs/etc/services.d/crond/run @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # Only run the service if explicitly told to do so. diff --git a/riprap/tests/ServiceStartsWithBackendMySQL/test.sh b/riprap/tests/ServiceStartsWithBackendMySQL/test.sh index e5f348e5..29423037 100755 --- a/riprap/tests/ServiceStartsWithBackendMySQL/test.sh +++ b/riprap/tests/ServiceStartsWithBackendMySQL/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/riprap/tests/ServiceStartsWithBackendPostgreSQL/test.sh b/riprap/tests/ServiceStartsWithBackendPostgreSQL/test.sh index 8ab16a96..d6ffa572 100755 --- a/riprap/tests/ServiceStartsWithBackendPostgreSQL/test.sh +++ b/riprap/tests/ServiceStartsWithBackendPostgreSQL/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/riprap/tests/ServiceStartsWithBackendSqlite/test.sh b/riprap/tests/ServiceStartsWithBackendSqlite/test.sh index 17eab802..8f4184be 100755 --- a/riprap/tests/ServiceStartsWithBackendSqlite/test.sh +++ b/riprap/tests/ServiceStartsWithBackendSqlite/test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash source /usr/local/share/isle/utilities.sh diff --git a/solr/rootfs/etc/cont-init.d/02-solr-setup.sh b/solr/rootfs/etc/cont-init.d/02-solr-setup.sh index e5f40bee..4081eff3 100755 --- a/solr/rootfs/etc/cont-init.d/02-solr-setup.sh +++ b/solr/rootfs/etc/cont-init.d/02-solr-setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e # When bind mounting we need to ensure that we diff --git a/solr/rootfs/etc/services.d/solr/finish b/solr/rootfs/etc/services.d/solr/finish old mode 100644 new mode 100755 diff --git a/solr/rootfs/etc/services.d/solr/run b/solr/rootfs/etc/services.d/solr/run old mode 100644 new mode 100755 index 4d07ff33..f2d8136d --- a/solr/rootfs/etc/services.d/solr/run +++ b/solr/rootfs/etc/services.d/solr/run @@ -1,4 +1,4 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash set -e ARGS=(-m "${SOLR_MEMORY}") diff --git a/demo/.dockerignore b/test/.dockerignore similarity index 100% rename from demo/.dockerignore rename to test/.dockerignore diff --git a/test/Dockerfile b/test/Dockerfile new file mode 100644 index 00000000..c2cb22bb --- /dev/null +++ b/test/Dockerfile @@ -0,0 +1,27 @@ +# syntax=docker/dockerfile:1.2.1 +ARG repository=local +ARG tag=latest +FROM --platform=$BUILDPLATFORM ${repository}/composer:${tag} AS composer + +ARG COMMIT=2b6731680a77befa16c5d3d50ba690f502be401b + +RUN --mount=type=cache,id=test-downloads,sharing=locked,target=/opt/downloads \ + git-clone-cached.sh \ + --url https://github.com/Islandora/islandora-starter-site.git \ + --cache-dir "${DOWNLOAD_CACHE_DIRECTORY}" \ + --commit "${COMMIT}" \ + --worktree /var/www/drupal + +COPY rootfs/var/www/drupal /var/www/drupal + +RUN --mount=type=cache,id=test-drupal-composer,sharing=locked,target=/root/.composer/cache \ + composer install -d /var/www/drupal + +FROM ${repository}/drupal:${tag} + +# jq used by install script to parse the output of ActiveMQ checks. +RUN apk add jq + +COPY rootfs / + +COPY --chown=nginx:nginx --from=composer /var/www/drupal /var/www/drupal diff --git a/test/README.md b/test/README.md new file mode 100644 index 00000000..7d976633 --- /dev/null +++ b/test/README.md @@ -0,0 +1,15 @@ +# Test + +This image is exclusively used for **manually testing** pull request to this +repository and is not intended for use in production environments. + +## Dependencies + +Requires `islandora/drupal` docker image to build. Please refer to the +[Drupal Image README](../drupal/README.md) for additional information. + +## Gotchas + +If updating the solr image [Solr Image](../solr/README.md) be sure to update the +configuration in +[test/rootfs/opt/solr/server/solr/default/conf](test/rootfs/opt/solr/server/solr/default/conf). diff --git a/test/rootfs/etc/cont-init.d/04-setup-drupal.sh b/test/rootfs/etc/cont-init.d/04-setup-drupal.sh new file mode 100755 index 00000000..02228264 --- /dev/null +++ b/test/rootfs/etc/cont-init.d/04-setup-drupal.sh @@ -0,0 +1,30 @@ +#!/command/with-contenv bash +# shellcheck shell=bash +set -e + +# shellcheck disable=SC1091 +source /etc/islandora/utilities.sh + +function setup() { + local site drupal_root subdir site_directory public_files_directory private_files_directory twig_cache_directory default_settings site + site="${1}"; shift + drupal_root=/var/www/drupal/web + subdir=$(drupal_site_env "${site}" "SUBDIR") + site_directory="${drupal_root}/sites/${subdir}" + public_files_directory="${site_directory}/files" + private_files_directory="/var/www/drupal/private" + twig_cache_directory="${private_files_directory}/php" + + # Ensure the files directories are writable by nginx, as when it is a new volume it is owned by root. + mkdir -p "${site_directory}" "${public_files_directory}" "${private_files_directory}" "${twig_cache_directory}" + chown nginx:nginx "${site_directory}" "${public_files_directory}" "${private_files_directory}" "${twig_cache_directory}" + chmod ug+rw "${site_directory}" "${public_files_directory}" "${private_files_directory}" "${twig_cache_directory}" +} + +function main() { + # Make sure the default drush cache directory exists and is writeable. + mkdir -p /tmp/drush-/cache + chmod a+rwx /tmp/drush-/cache + setup default +} +main diff --git a/test/rootfs/etc/services.d/install/run b/test/rootfs/etc/services.d/install/run new file mode 100755 index 00000000..7051b9c8 --- /dev/null +++ b/test/rootfs/etc/services.d/install/run @@ -0,0 +1,22 @@ +#!/command/with-contenv bash +# shellcheck shell=bash +set -e + +# Run as a one-shot service. +s6-svc -O /var/run/s6/services/install + +# Perform install/configure. +cd /var/www/drupal + +# Use a seperate file to make it easier to manually test. +/usr/local/share/custom/install.sh + +touch /installed + +cat <<-EOT + + +##################### +# Install Completed # +##################### +EOT diff --git a/test/rootfs/opt/solr/server/solr/default/conf/accents_en.txt b/test/rootfs/opt/solr/server/solr/default/conf/accents_en.txt new file mode 100644 index 00000000..164a1524 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/accents_en.txt @@ -0,0 +1,185 @@ +# À => A +"\u00C0" => "A" +# Á => A +"\u00C1" => "A" +#  => A +"\u00C2" => "A" +# à => A +"\u00C3" => "A" +# Ä => A +"\u00C4" => "A" +# Å => A +"\u00C5" => "A" +# Ą => A +"\u0104" => "A" +# Æ => AE +"\u00C6" => "AE" +# Ç => C +"\u00C7" => "C" +# Ć => C +"\U0106" => "C" +# È => E +"\u00C8" => "E" +# É => E +"\u00C9" => "E" +# Ê => E +"\u00CA" => "E" +# Ë => E +"\u00CB" => "E" +# Ę => E +"\u0118" => "E" +# Ì => I +"\u00CC" => "I" +# Í => I +"\u00CD" => "I" +# Î => I +"\u00CE" => "I" +# Ï => I +"\u00CF" => "I" +# IJ => IJ +"\u0132" => "IJ" +# Ð => D +"\u00D0" => "D" +# Ł => L +"\u0141" => "L" +# Ñ => N +"\u00D1" => "N" +# Ń => N +"\u0143" => "N" +# Ò => O +"\u00D2" => "O" +# Ó => O +"\u00D3" => "O" +# Ô => O +"\u00D4" => "O" +# Õ => O +"\u00D5" => "O" +# Ö => O +"\u00D6" => "O" +# Ø => O +"\u00D8" => "O" +# Œ => OE +"\u0152" => "OE" +# Þ +"\u00DE" => "TH" +# Ù => U +"\u00D9" => "U" +# Ú => U +"\u00DA" => "U" +# Û => U +"\u00DB" => "U" +# Ü => U +"\u00DC" => "U" +# Ý => Y +"\u00DD" => "Y" +# Ÿ => Y +"\u0178" => "Y" +# à => a +"\u00E0" => "a" +# á => a +"\u00E1" => "a" +# â => a +"\u00E2" => "a" +# ã => a +"\u00E3" => "a" +# ä => a +"\u00E4" => "a" +# å => a +"\u00E5" => "a" +# æ => ae +"\u00E6" => "ae" +# ç => c +"\u00E7" => "c" +# è => e +"\u00E8" => "e" +# é => e +"\u00E9" => "e" +# ê => e +"\u00EA" => "e" +# ë => e +"\u00EB" => "e" +# ì => i +"\u00EC" => "i" +# í => i +"\u00ED" => "i" +# î => i +"\u00EE" => "i" +# ï => i +"\u00EF" => "i" +# ij => ij +"\u0133" => "ij" +# ð => d +"\u00F0" => "d" +# ñ => n +"\u00F1" => "n" +# ò => o +"\u00F2" => "o" +# ó => o +"\u00F3" => "o" +# ô => o +"\u00F4" => "o" +# õ => o +"\u00F5" => "o" +# ö => o +"\u00F6" => "o" +# ø => o +"\u00F8" => "o" +# œ => oe +"\u0153" => "oe" +# ß => ss +"\u00DF" => "ss" +# Ś => S +"\u015a" => "S" +# þ => th +"\u00FE" => "th" +# ù => u +"\u00F9" => "u" +# ú => u +"\u00FA" => "u" +# û => u +"\u00FB" => "u" +# ü => u +"\u00FC" => "u" +# ý => y +"\u00FD" => "y" +# ÿ => y +"\u00FF" => "y" +# Ź => Z +"\u0179" => "Z" +# Ż => Z +"\u017b" => "Z" +# ff => ff +"\uFB00" => "ff" +# fi => fi +"\uFB01" => "fi" +# fl => fl +"\uFB02" => "fl" +# ffi => ffi +"\uFB03" => "ffi" +# ffl => ffl +"\uFB04" => "ffl" +# ſt => st +"\uFB05" => "st" +# st => st +"\uFB06" => "st" +# Māori macrons. +# Ā => A +"\u0100" => "A" +# Ē => E +"\u0112" => "E" +# Ī => I +"\u012A" => "I" +# Ō => O +"\u014C" => "O" +# Ū => U +"\u016A" => "U" +# ā => a +"\u0101" => "a" +# ē => e +"\u0113" => "e" +# ī => i +"\u012B" => "i" +# ō => o +"\u014D" => "o" +# ū => u +"\u016B" => "u" diff --git a/test/rootfs/opt/solr/server/solr/default/conf/accents_und.txt b/test/rootfs/opt/solr/server/solr/default/conf/accents_und.txt new file mode 100644 index 00000000..7c883f87 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/accents_und.txt @@ -0,0 +1,148 @@ +# À => A +"\u00C0" => "A" +# Á => A +"\u00C1" => "A" +#  => A +"\u00C2" => "A" +# à => A +"\u00C3" => "A" +# Ä => A +"\u00C4" => "A" +# Å => A +"\u00C5" => "A" +# Æ => AE +"\u00C6" => "AE" +# Ç => C +"\u00C7" => "C" +# È => E +"\u00C8" => "E" +# É => E +"\u00C9" => "E" +# Ê => E +"\u00CA" => "E" +# Ë => E +"\u00CB" => "E" +# Ì => I +"\u00CC" => "I" +# Í => I +"\u00CD" => "I" +# Î => I +"\u00CE" => "I" +# Ï => I +"\u00CF" => "I" +# IJ => IJ +"\u0132" => "IJ" +# Ð => D +"\u00D0" => "D" +# Ñ => N +"\u00D1" => "N" +# Ò => O +"\u00D2" => "O" +# Ó => O +"\u00D3" => "O" +# Ô => O +"\u00D4" => "O" +# Õ => O +"\u00D5" => "O" +# Ö => O +"\u00D6" => "O" +# Ø => O +"\u00D8" => "O" +# Œ => OE +"\u0152" => "OE" +# Þ +"\u00DE" => "TH" +# Ù => U +"\u00D9" => "U" +# Ú => U +"\u00DA" => "U" +# Û => U +"\u00DB" => "U" +# Ü => U +"\u00DC" => "U" +# Ý => Y +"\u00DD" => "Y" +# Ÿ => Y +"\u0178" => "Y" +# à => a +"\u00E0" => "a" +# á => a +"\u00E1" => "a" +# â => a +"\u00E2" => "a" +# ã => a +"\u00E3" => "a" +# ä => a +"\u00E4" => "a" +# å => a +"\u00E5" => "a" +# æ => ae +"\u00E6" => "ae" +# ç => c +"\u00E7" => "c" +# è => e +"\u00E8" => "e" +# é => e +"\u00E9" => "e" +# ê => e +"\u00EA" => "e" +# ë => e +"\u00EB" => "e" +# ì => i +"\u00EC" => "i" +# í => i +"\u00ED" => "i" +# î => i +"\u00EE" => "i" +# ï => i +"\u00EF" => "i" +# ij => ij +"\u0133" => "ij" +# ð => d +"\u00F0" => "d" +# ñ => n +"\u00F1" => "n" +# ò => o +"\u00F2" => "o" +# ó => o +"\u00F3" => "o" +# ô => o +"\u00F4" => "o" +# õ => o +"\u00F5" => "o" +# ö => o +"\u00F6" => "o" +# ø => o +"\u00F8" => "o" +# œ => oe +"\u0153" => "oe" +# ß => ss +"\u00DF" => "ss" +# þ => th +"\u00FE" => "th" +# ù => u +"\u00F9" => "u" +# ú => u +"\u00FA" => "u" +# û => u +"\u00FB" => "u" +# ü => u +"\u00FC" => "u" +# ý => y +"\u00FD" => "y" +# ÿ => y +"\u00FF" => "y" +# ff => ff +"\uFB00" => "ff" +# fi => fi +"\uFB01" => "fi" +# fl => fl +"\uFB02" => "fl" +# ffi => ffi +"\uFB03" => "ffi" +# ffl => ffl +"\uFB04" => "ffl" +# ſt => st +"\uFB05" => "st" +# st => st +"\uFB06" => "st" diff --git a/test/rootfs/opt/solr/server/solr/default/conf/elevate.xml b/test/rootfs/opt/solr/server/solr/default/conf/elevate.xml new file mode 100644 index 00000000..193a0e72 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/elevate.xml @@ -0,0 +1,27 @@ + + + + + + + + + + diff --git a/test/rootfs/opt/solr/server/solr/default/conf/protwords_en.txt b/test/rootfs/opt/solr/server/solr/default/conf/protwords_en.txt new file mode 100644 index 00000000..e69de29b diff --git a/test/rootfs/opt/solr/server/solr/default/conf/protwords_und.txt b/test/rootfs/opt/solr/server/solr/default/conf/protwords_und.txt new file mode 100644 index 00000000..e69de29b diff --git a/test/rootfs/opt/solr/server/solr/default/conf/schema.xml b/test/rootfs/opt/solr/server/solr/default/conf/schema.xml new file mode 100644 index 00000000..7c463e03 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/schema.xml @@ -0,0 +1,478 @@ + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + &extrafields; + + + &extratypes; + + + id + + + + + diff --git a/test/rootfs/opt/solr/server/solr/default/conf/schema_extra_fields.xml b/test/rootfs/opt/solr/server/solr/default/conf/schema_extra_fields.xml new file mode 100644 index 00000000..c21aeff2 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/schema_extra_fields.xml @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/rootfs/opt/solr/server/solr/default/conf/schema_extra_types.xml b/test/rootfs/opt/solr/server/solr/default/conf/schema_extra_types.xml new file mode 100644 index 00000000..91d11778 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/schema_extra_types.xml @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/rootfs/opt/solr/server/solr/default/conf/solrconfig.xml b/test/rootfs/opt/solr/server/solr/default/conf/solrconfig.xml new file mode 100644 index 00000000..c34beaeb --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/solrconfig.xml @@ -0,0 +1,811 @@ + + + + + + +]> + + + + + + + ${solr.abortOnConfigurationError:true} + + + ${solr.luceneMatchVersion:LUCENE_80} + + + + + + + + + + + + + + + + + + + + + ${solr.data.dir:} + + + + + + + + + ${solr.hdfs.home:} + + ${solr.hdfs.confdir:} + + ${solr.hdfs.blockcache.enabled:true} + + ${solr.hdfs.blockcache.global:true} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${solr.lock.type:native} + + + + + + + + + + + + + true + + + &index; + + + + + + + + + ${solr.ulog.dir:} + + + + + ${solr.autoCommit.MaxDocs:-1} + ${solr.autoCommit.MaxTime:15000} + false + + + + + + ${solr.autoSoftCommit.MaxDocs:-1} + ${solr.autoSoftCommit.MaxTime:5000} + + + + + + + + + + + + + + + + &query; + + + + + + + + + + + + static firstSearcher warming in solrconfig.xml + + + + + + false + + + + + + + + + &requestdispatcher; + + + + + + + &extra; + + + + + + + + + 100 + + + + + + + + 70 + + 0.5 + + [-\w ,/\n\"']{20,200} + + + + + + + ]]> + ]]> + + + + + + + + + + + + + + + + + + + + + + + + ,, + ,, + ,, + ,, + ,]]> + ]]> + + + + + + 10 + .,!? + + + + + + + WORD + + + en + US + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + + + + + + + + + + + + + + + diff --git a/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_extra.xml b/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_extra.xml new file mode 100644 index 00000000..db2bdf61 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_extra.xml @@ -0,0 +1,188 @@ + + + en + spellcheck_en + solr.DirectSolrSpellChecker + internal + 0.5 + 2 + 1 + 5 + 4 + 0.01 + .01 + true + + + + und + spellcheck_und + solr.DirectSolrSpellChecker + internal + 0.5 + 2 + 1 + 5 + 4 + 0.01 + .01 + true + + + + + en + AnalyzingInfixLookupFactory + DocumentDictionaryFactory + twm_suggest + text_en + sm_context_tags + true + false + + + + und + AnalyzingInfixLookupFactory + DocumentDictionaryFactory + twm_suggest + text_und + sm_context_tags + true + false + + + + + + false + false + false + true + false + 1 + false + 10 + + + terms + spellcheck + suggest + + + + + + + true + ignored_ + true + links + ignored_ + + + + + + + 1 + 1 + false + ${solr.mlt.timeAllowed:2000} + + + + + + + lucene + id + explicit + true + ${solr.selectSearchHandler.timeAllowed:-1} + false + + + spellcheck + elevator + + + + + + + id + und + on + false + false + 1 + 5 + 5 + true + true + 10 + 5 + + + spellcheck + + + + + + + true + und + 10 + + + suggest + + + + + + + id + true + + + tvComponent + + + + + + string + elevate.xml + + + diff --git a/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_index.xml b/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_index.xml new file mode 100644 index 00000000..e69de29b diff --git a/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_query.xml b/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_query.xml new file mode 100644 index 00000000..5bdd6969 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_query.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + true + + false + + 20 + 200 + 1024 diff --git a/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_requestdispatcher.xml b/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_requestdispatcher.xml new file mode 100644 index 00000000..3a3f17d1 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/solrconfig_requestdispatcher.xml @@ -0,0 +1,6 @@ + + + diff --git a/test/rootfs/opt/solr/server/solr/default/conf/solrcore.properties b/test/rootfs/opt/solr/server/solr/default/conf/solrcore.properties new file mode 100644 index 00000000..749fd532 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/solrcore.properties @@ -0,0 +1,13 @@ +solr.replication.master=false +solr.replication.slave=false +solr.replication.pollInterval=00:00:60 +solr.replication.masterUrl=http://localhost:8983/solr +solr.replication.confFiles=schema.xml,schema_extra_types.xml,schema_extra_fields.xml,elevate.xml,stopwords_en.txt,protwords_en.txt,accents_en.txt,synonyms_en.txt,stopwords_und.txt,protwords_und.txt,accents_und.txt,synonyms_und.txt +solr.mlt.timeAllowed=2000 +solr.selectSearchHandler.timeAllowed=-1 +solr.autoCommit.MaxDocs=-1 +solr.autoCommit.MaxTime=15000 +solr.autoSoftCommit.MaxDocs=-1 +solr.autoSoftCommit.MaxTime=5000 + +solr.luceneMatchVersion=8.11 diff --git a/test/rootfs/opt/solr/server/solr/default/conf/stopwords_en.txt b/test/rootfs/opt/solr/server/solr/default/conf/stopwords_en.txt new file mode 100644 index 00000000..69810507 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/stopwords_en.txt @@ -0,0 +1,35 @@ +a +an +and +are +as +at +be +but +by +for +if +in +into +is +it +no +not +of +on +or +s +such +t +that +the +their +then +there +these +they +this +to +was +will +with diff --git a/test/rootfs/opt/solr/server/solr/default/conf/stopwords_und.txt b/test/rootfs/opt/solr/server/solr/default/conf/stopwords_und.txt new file mode 100644 index 00000000..e69de29b diff --git a/test/rootfs/opt/solr/server/solr/default/conf/synonyms_en.txt b/test/rootfs/opt/solr/server/solr/default/conf/synonyms_en.txt new file mode 100644 index 00000000..5dc4536b --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/synonyms_en.txt @@ -0,0 +1,17477 @@ +drupal, durpal +abettor's, abetter's +abettor, abetter +abettors, abetters +abnormalize, abnormalise +abnormalized, abnormalised +abnormalizing, abnormalising +abolitionize, abolitionise +abolitionized, abolitionised +abolitionizing, abolitionising +abridgment's, abridgement's +abridgment, abridgement +abridgments, abridgements +absinthe's, absinth's +absinthe, absinth +absinthes, absinths +academize, academise +academized, academised +academizing, academising +acalephe, acalephae +accessorize, accessorise +accessorized, accessorised +accessorizes, accessorises +accessorizing, accessorising +acclimatizable, acclimatisable +acclimatization's, acclimatisation's +acclimatization, acclimatisation +acclimatize, acclimatise +acclimatized, acclimatised +acclimatizer, acclimatiser +acclimatizers, acclimatisers +acclimatizes, acclimatises +acclimatizing, acclimatising +accorage, accourage +accoraged, accouraged +accorages, accourages +accoraging, accouraging +accouter, accoutre +accoutered, accoutred +accoutering, accoutring +accouterment's, accoutrement's +accouterment, accoutrement +accouterments, accoutrements +accouters, accoutres +Acemetae's, Acoemetae's +Acemetae, Acoemetae +Acemetic's, Acoemetic's +Acemetic, Acoemetic +Acer's, Acre's +Acer, Acre +acetonemia, acetonaemia +acetonemic, acetonaemic +achenia, achaenia +achenium, achaenium +acheniums, achaeniums +achenocarp, achaenocarp +achroiocythemia, achroiocythaemia +achromatization's, achromatisation's +achromatization, achromatisation +achromatizations, achromatisations +achromatize, achromatise +achromatized, achromatised +achromatizes, achromatises +achromatizing, achromatising +acidemia, acidaemia +acknowledgment's, acknowledgement's +acknowledgment, acknowledgement +acknowledgments, acknowledgements +acmesthesia, acmaesthesia +acroanesthesia, acroanaesthesia +acroesthesia, acroaesthesia +actualization's, actualisation's +actualization, actualisation +actualizations, actualisations +actualize, actualise +actualized, actualised +actualizes, actualises +actualizing, actualising +acuesthesia, acuaesthesia +adapter's, adaptor's +adapter, adaptor +adapters, adaptors +addable, addible +addenda, addendums +adjuster's, adjustor's +adjuster, adjustor +adjusters, adjustors +adonize, adonise +adonized, adonised +adonizes, adonises +adonizing, adonising +adrenalin's, adrenalin's +adrenaline, adrenalin +adulterize, adulterise +adulterized, adulterised +adulterizes, adulterises +adulterizing, adulterising +advene, advenae +adverbialize, adverbialise +adverbialized, adverbialised +adverbializes, adverbialises +adverbializing, adverbialising +advertise, advertize +advertised, advertized +advertisement's, advertizement's +advertisement, advertizement +advertisements, advertizements +advertises, advertizes +advertising, advertizing +advertizable, advertisable +adviser's, advisor's +adviser, advisor +advisers, advisors +adze's, adz's +adze, adz +aedile's, edile's +aedile, edile +aediles, ediles +Aedon's, Aaedon's +Aedon, Aaedon +Aeetes's, Aeaetes's +Aeetes, Aeaetes +aegis's, egis's +aegis, egis +aegises, egises +aerialness's, aaerialness's +aerialness, aaerialness +aeric, areic +aerogram, aerogramme +aerograms, aerogrammes +aerographer, areographer +aerographic, areographic +aerographical, areographical +aerographies, areographies +aerography's, areography's +aerography, areography +aerologic, areologic +aerological, areological +aerologies, areologies +aerologist's, areologist's +aerologist, areologist +aerology's, areology's +aerology, areology +aerometer, areometer +aerometers, areometers +aerometric, areometric +Aerope's, Aaerope's +Aerope, Aaerope +aesthete's, esthete's +aesthete, esthete +aesthetes, esthetes +aesthetic's, esthetic's +aesthetic, esthetic +aesthetically, esthetically +aestheticize, aestheticise +aestheticized, aestheticised +aestheticizes, aestheticises +aestheticizing, aestheticising +aesthetics, esthetics +affeer, affere +Africanization's, Africanisation's +Africanization, Africanisation +Africanizations, Africanisations +Africanize, Africanise +Africanized, Africanised +Africanizes, Africanises +Africanizing, Africanising +Afrikanerization, Afrikanerisation +Afrikanerize, Afrikanerise +Afrikanerized, Afrikanerised +Afrikanerizes, Afrikanerises +Afrikanerizing, Afrikanerising +agathodemon, agathodaemon +agatize, agatise +agatizes, agatises +ageism, agism +agenize, agenise +ager, agre +aggrandizable's, aggrandisable's +aggrandizable, aggrandisable +aggrandizables, aggrandisables +aggrandization, aggrandisation +aggrandize, aggrandise +aggrandized, aggrandised +aggrandizement's, aggrandisement's +aggrandizement, aggrandisement +aggrandizements, aggrandisements +aggrandizer's, aggrandiser's +aggrandizer, aggrandiser +aggrandizers, aggrandisers +aggrandizes, aggrandises +aggrandizing, aggrandising +aging's, ageing's +aging, ageing +agings, ageings +agnize, agnise +agnized, agnised +agnizes, agnises +agnizing, agnising +agonize, agonise +agonized, agonised +agonizedlies, agonisedlies +agonizedly, agonisedly +agonizer, agoniser +agonizers, agonisers +agonizes, agonises +agonizing, agonising +agonizinglier, agonisinglier +agonizingliest, agonisingliest +agonizingly, agonisingly +agrarianize, agrarianise +agrarianizes, agrarianises +agrize, agrise +agrized, agrised +agrizes, agrises +agrizing, agrising +aguize, aguise +aguized, aguised +aguizes, aguises +aguizing, aguising +aiger, aigre +air_gun, airgun +air_letter, airletter +airfoil's, aerofoil's +airfoil, aerofoil +airfoils, aerofoils +airgel, aerogel +airplane's, aeroplane's +airplane, aeroplane +airplanes, aeroplanes +airstrike's, air_strike's +airstrike, air_strike +airstrikes, air_strikes +aker, akre +Aktistete's, Aktistetae's +Aktistete, Aktistetae +albitize, albitise +albitized, albitised +albitizes, albitises +albitizing, albitising +albumenizer, albumeniser +albuminisation's, albuminization's +albuminisation, albuminization +albuminisations, albuminizations +albuminise, albuminize +albuminised, albuminized +albuminises, albuminizes +albuminising, albuminizing +alchemize, alchemise +alchemized, alchemised +alchemizes, alchemises +alchemizing, alchemising +Alcide's, Alcidae's +Alcide, Alcidae +Alcithoe's, Alcithoae's +Alcithoe, Alcithoae +alcoholizable's, alcoholisable's +alcoholizable, alcoholisable +alcoholizables, alcoholisables +alcoholization's, alcoholisation's +alcoholization, alcoholisation +alcoholizations, alcoholisations +alcoholize, alcoholise +alcoholized, alcoholised +alcoholizes, alcoholises +alcoholizing, alcoholising +aleucemic, aleucaemic +aleukemic, aleukaemic +Aleus's, Aloeus's +Aleus, Aloeus +algebraization's, algebraisation's +algebraization, algebraisation +algebraizations, algebraisations +algebraize, algebraise +algebraizes, algebraises +algesthesis, algaesthesis +alienize, alienise +alienizes, alienises +align, aline +aligned, alined +aligning, alining +alignment's, alinement's +alignment, alinement +alignments, alinements +aligns, alines +alkalinization's, alkalinisation's +alkalinization, alkalinisation +alkalinizations, alkalinisations +alkalinize, alkalinise +alkalinized, alkalinised +alkalinizes, alkalinises +alkalinizing, alkalinising +alkalizable, alkalisable +alkalization's, alkalisation's +alkalization, alkalisation +alkalizations, alkalisations +alkalize, alkalise +alkalized, alkalised +alkalizer's, alkaliser's +alkalizer, alkaliser +alkalizes, alkalises +alkalizing, alkalising +allegorization's, allegorisation's +allegorization, allegorisation +allegorizations, allegorisations +allegorize, allegorise +allegorized, allegorised +allegorizer's, allegoriser's +allegorizer, allegoriser +allegorizers, allegorisers +allegorizes, allegorises +allegorizing, allegorising +alleluia's, halleluiah's +alleluia, halleluiah +alleluias, halleluiahs +alloxuremia, alloxuraemia +almanac, almanack +almanacs, almanacks +alphabetization's, alphabetisation's +alphabetization, alphabetisation +alphabetizations, alphabetisations +alphabetize, alphabetise +alphabetized, alphabetised +alphabetizer's, alphabetiser's +alphabetizer, alphabetiser +alphabetizers, alphabetisers +alphabetizes, alphabetises +alphabetizing, alphabetising +alternize, alternise +alternizes, alternises +althea's, althaea's +althea, althaea +altheas, althaeas +althein, althaein +although, altho +aluminization, aluminisation +aluminize, aluminise +aluminized, aluminised +aluminizes, aluminises +aluminizing, aluminising +aluminum's, aluminium's +aluminum, aluminium +aluminums, aluminiums +alumni, alumnuses +alveole, alveolae +amalgamatize, amalgamatise +amalgamatizes, amalgamatises +amalgamization's, amalgamisation's +amalgamization, amalgamisation +amalgamizations, amalgamisations +amalgamize, amalgamise +amalgamizes, amalgamises +Amalthea's, Amalthaea's +Amalthea, Amalthaea +ambiance's, ambience's +ambiance, ambience +ambiances, ambiences +ambicolorate, ambicolourate +ambicoloration, ambicolouration +ambilevous, ambilaevous +ameban, amoeban +amebas, amebae +amebean, amoebean +amebian, amoebian +amebiases, amoebiases +amebiasis, amoebiasis +amebicidal, amoebicidal +amebicide, amoebicide +amebid, amoebid +amebiform, amoebiform +amebiosis, amoebiosis +amebocyte's, amoebocyte's +amebocyte, amoebocyte +amebocytes, amoebocytes +ameboidism's, amoeboidism's +ameboidism, amoeboidism +amebous, amoebous +amebula, amoebula +amenorrhea's, amenorrhoea's +amenorrhea, amenorrhoea +amenorrheal, amenorrhoeal +amenorrheas, amenorrhoeas +amenorrheic, amenorrhoeic +Americanization's, Americanisation's +Americanization, Americanisation +americanization, americanisation +Americanizations, Americanisations +Americanize, Americanise +Americanized, Americanised +americanized, americanised +Americanizer's, Americaniser's +Americanizer, Americaniser +Americanizers, Americanisers +Americanizes, Americanises +Americanizing, Americanising +amid, amidst +amir's, ameer's +amir, ameer +amirs, ameers +ammocete's, ammocoete's +ammocete, ammocoete +ammocetes, ammocoetes +ammoniemia, ammoniaemia +amoeba's, ameba's +amoeba, ameba +amoebic, amebic +amoeboid, ameboid +amok's, amuck's +amok, amuck +amoks, amucks +among, amongst +amoralize, amoralise +amoralizes, amoralises +amoret, amouret +amorism's, amourism's +amorism, amourism +amorisms, amourisms +amorist's, amourist's +amorist, amourist +amoristic, amouristic +amoristics, amouristics +amorists, amourists +amorphization, amorphisation +amorphize, amorphise +amortizable's, amortisable's +amortizable, amortisable +amortizabler, amortisabler +amortizables, amortisables +amortizablest, amortisablest +amortization's, amortisation's +amortization, amortisation +amortizations, amortisations +amortize, amortise +amortized, amortised +amortizement's, amortisement's +amortizement, amortisement +amortizements, amortisements +amortizes, amortises +amortizing, amortising +amphigean, amphigaean +amphitheater's, amphitheatre's +amphitheater, amphitheatre +amphitheaters, amphitheatres +ampoule's, ampul's +ampoule, ampul +ampoules, ampuls +amygdale, amygdalae +amyxorrhea, amyxorrhoea +anabaptize, anabaptise +anabaptized, anabaptised +anabaptizes, anabaptises +anabaptizing, anabaptising +anaesthetization's, anesthetisation's +anaesthetization, anesthetisation +anaesthetizations, anesthetisations +anaesthetize, anesthetise +anaesthetized, anesthetised +anaesthetizer, anesthetiser +anaesthetizers, anesthetisers +anaesthetizes, anesthetises +anaesthetizing, anesthetising +anagrammatize, anagrammatise +anagrammatized, anagrammatised +anagrammatizes, anagrammatises +anagrammatizing, anagrammatising +analogize, analogise +analogized, analogised +analogizes, analogises +analogizing, analogising +analytical, analytic +analytically, analyticalally +analyticiti, analyticaliti +analyticitis, analyticalitis +analyticity, analyticality +analyzability's, analysability's +analyzability, analysability +analyzable, analysable +analyzabler, analysabler +analyzablest, analysablest +analyzation's, analysation's +analyzation, analysation +analyzations, analysations +analyze, analyse +analyzed, analysed +analyzer's, analyser's +analyzer, analyser +analyzers, analysers +analyzes, analyses +analyzing, analysing +anapestically, anapaestically +anapneic, anapnoeic +anarchize, anarchise +anarchized, anarchised +anarchizes, anarchises +anarchizing, anarchising +anathematization's, anathematisation's +anathematization, anathematisation +anathematizations, anathematisations +anathematize, anathematise +anathematized, anathematised +anathematizer's, anathematiser's +anathematizer, anathematiser +anathematizes, anathematises +anathematizing, anathematising +anatomizable, anatomisable +anatomization's, anatomisation's +anatomization, anatomisation +anatomize, anatomise +anatomized, anatomised +anatomizer's, anatomiser's +anatomizer, anatomiser +anatomizes, anatomises +anatomizing, anatomising +Anchinoe's, Anchinoae's +Anchinoe, Anchinoae +ancille, ancillae +anematosis, anaematosis +anemia's, anaemia's +anemia, anaemia +anemias, anaemias +anemic, anaemic +anemically, anaemically +anemicer, anaemicer +anemicest, anaemicest +anemics, anaemics +aneretic, anaeretic +anesis, anoesis +anesthesia's, anaesthesia's +anesthesia, anaesthesia +anesthesiant, anaesthesiant +anesthesias, anaesthesias +anesthesiologies, anaesthesiologies +anesthesiologist's, anaesthesiologist's +anesthesiologist, anaesthesiologist +anesthesiologists, anaesthesiologists +anesthesiology's, anaesthesiology's +anesthesiology, anaesthesiology +anesthesis, anaesthesis +anesthetic's, anaesthetic's +anesthetic, anaesthetic +anesthetically, anaesthetically +anestheticer, anaestheticer +anestheticest, anaestheticest +anesthetics, anaesthetics +anesthetist's, anaesthetist's +anesthetist, anaesthetist +anesthetists, anaesthetists +anesthyl, anaesthyl +anestra, anoestra +anestri, anoestri +anestrous, anoestrous +anestrum, anoestrum +anestrus's, anoestrus's +anestrus, anoestrus +anestruses, anoestruses +anetic, anoetic +anetiological, anaetiological +aneurysm's, aneurism's +aneurysm, aneurism +aneurysms, aneurisms +angelicize, angelicise +angelicizes, angelicises +angelize, angelise +angelizes, angelises +Anglicanize's, Anglicanise's +Anglicanize, Anglicanise +Anglicanizes, Anglicanises +anglicization's, anglicisation's +anglicization, anglicisation +anglicizations, anglicisations +anglicize, anglicise +anglicized, anglicised +anglicizes, anglicises +anglicizing, anglicising +angrecum, angraecum +angularization's, angularisation's +angularization, angularisation +angularizations, angularisations +angularize, angularise +angularizes, angularises +anhematopoiesis's, anhaematopoiesis's +anhematopoiesis, anhaematopoiesis +anhematosis, anhaematosis +anhemolytic, anhaemolytic +anhydremia, anhydraemia +anhydremic, anhydraemic +anhydridization's, anhydridisation's +anhydridization, anhydridisation +anhydridizations, anhydridisations +anhydridize, anhydridise +anhydridizes, anhydridises +animalization's, animalisation's +animalization, animalisation +animalizations, animalisations +animalize, animalise +animalized, animalised +animalizes, animalises +animalizing, animalising +animized, animised +annalize, annalise +annalized, annalised +annalizes, annalises +annalizing, annalising +annualization, annualisation +annualize, annualise +annualized, annualised +annualizes, annualises +annualizing, annualising +anodization, anodisation +anodize, anodise +anodized, anodised +anodizes, anodises +anodizing, anodising +anonymize, anonymise +anonymized, anonymised +anonymizes, anonymises +anonymizing, anonymising +Anora's, Anoura's +Anora, Anoura +anoxemia's, anoxaemia's +anoxemia, anoxaemia +anoxemic, anoxaemic +anserine, anserinae +antagonizable, antagonisable +antagonization's, antagonisation's +antagonization, antagonisation +antagonizations, antagonisations +antagonize, antagonise +antagonized, antagonised +antagonizer, antagoniser +antagonizers, antagonisers +antagonizes, antagonises +antagonizing, antagonising +antennae, antenna +antennas, antenna +anthecological, anthoecological +anthecologist, anthoecologist +anthecology, anthoecology +anthologization, anthologisation +anthologize, anthologise +anthologized, anthologised +anthologizer, anthologiser +anthologizes, anthologises +anthologizing, anthologising +anthracemia, anthracaemia +anthracitization's, anthracitisation's +anthracitization, anthracitisation +anthracitizations, anthracitisations +anthropomorphization's, anthropomorphisation's +anthropomorphization, anthropomorphisation +anthropomorphizations, anthropomorphisations +anthropomorphize, anthropomorphise +anthropomorphized, anthropomorphised +anthropomorphizes, anthropomorphises +anthropomorphizing, anthropomorphising +anticatalyzer's, anticatalyser's +anticatalyzer, anticatalyser +anticatalyzers, anticatalysers +anticentralization's, anticentralisation's +anticentralization, anticentralisation +anticentralizations, anticentralisations +anticize, anticise +anticizes, anticises +antiepicenter's, antiepicentre's +antiepicenter, antiepicentre +antiepicenters, antiepicentres +antifertilizer's, antifertiliser's +antifertilizer, antifertiliser +antifertilizers, antifertilisers +antilabor's, antilabour's +antilabor, antilabour +antilabors, antilabours +antilemic, antiloemic +antimedieval, antimediaeval +antimedievalism's, antimediaevalism's +antimedievalism, antimediaevalism +antimedievalist's, antimediaevalist's +antimedievalist, antimediaevalist +antimedievally, antimediaevally +antioxidizer's, antioxidiser's +antioxidizer, antioxidiser +antioxidizers, antioxidisers +antioxidizing's, antioxidising's +antioxidizing, antioxidising +antioxidizings, antioxidisings +antipathize, antipathise +antipathizes, antipathises +antiquarianize, antiquarianise +antiquarianizes, antiquarianises +antirumor's, antirumour's +antirumor, antirumour +antirumors, antirumours +antisensitize, antisensitise +antisensitizer's, antisensitiser's +antisensitizer, antisensitiser +antisensitizers, antisensitisers +antisensitizes, antisensitises +antisepticize, antisepticise +antisepticized, antisepticised +antisepticizes, antisepticises +antisepticizing, antisepticising +antiseptize, antiseptise +antiseptizes, antiseptises +antisiphon's, antisyphon's +antisiphon, antisyphon +antisiphons, antisyphons +antithesize, antithesise +antithesizes, antithesises +anviled, anvilled +anviling, anvilling +apesthesia, apaesthesia +apesthetic, apaesthetic +aphereses, aphaereses +apheresis's, aphaeresis's +apheresis, aphaeresis +apheretic, aphaeretic +aphetize, aphetise +aphetized, aphetised +aphetizes, aphetises +aphetizing, aphetising +aphorize, aphorise +aphorized, aphorised +aphorizer's, aphoriser's +aphorizer, aphoriser +aphorizers, aphorisers +aphorizes, aphorises +aphorizing, aphorising +apnea's, apnoea's +apnea, apnoea +apneal, apnoeal +apneas, apnoeas +apneic, apnoeic +apocenter, apocentre +apogeic, apogaeic +apologize, apologise +apologized, apologised +apologizer's, apologiser's +apologizer, apologiser +apologizers, apologisers +apologizes, apologises +apologizing, apologising +apophthegmatize, apophthegmatise +apophthegmatized, apophthegmatised +apophthegmatizes, apophthegmatises +apophthegmatizing, apophthegmatising +aporrhea, aporrhoea +apostatization, apostatisation +apostatize, apostatise +apostatized, apostatised +apostatizes, apostatises +apostatizing, apostatising +apostolize, apostolise +apostolized, apostolised +apostolizes, apostolises +apostolizing, apostolising +apostrophize, apostrophise +apostrophized, apostrophised +apostrophizes, apostrophises +apostrophizing, apostrophising +apothegmatize, apothegmatise +apothegmatized, apothegmatised +apothegmatizes, apothegmatises +apothegmatizing, apothegmatising +apotheosize, apotheosise +apotheosized, apotheosised +apotheosizes, apotheosises +apotheosizing, apotheosising +appall, appal +appalls, appals +appareled, apparelled +appareling, apparelling +appendices, appendix +appendixes, appendix +appetize, appetise +appetized, appetised +appetizement's, appetisement's +appetizement, appetisement +appetizements, appetisements +appetizer's, appetiser's +appetizer, appetiser +appetizers, appetisers +appetizes, appetises +appetizing, appetising +appetizingly, appetisingly +apprizal, apprisal +apprizer, appriser +apprizers, apprisers +apprizings, apprisings +aquaculture's, aquiculture's +aquaculture, aquiculture +Arabianize's, Arabianise's +Arabianize, Arabianise +Arabianizes, Arabianises +Arabicize, Arabicise +Arabicizes, Arabicises +arabization's, arabisation's +arabization, arabisation +arabizations, arabisations +Arabize, Arabise +arabize, arabise +Arabized, Arabised +arabized, arabised +Arabizes, Arabises +arabizes, arabises +Arabizing, Arabising +arabizing, arabising +Aramean, Aramaean +Arameans, Aramaeans +arbalester, arbalestre +arbor's, arbour's +arbor, arbour +arbored, arboured +arbores, arboures +arborization's, arborisation's +arborization, arborisation +arborizations, arborisations +arborize, arborise +arborized, arborised +arborizes, arborises +arborizing, arborising +arbors, arbours +archaeologic, archeologic +archaeological, archeological +archaeologically, archeologically +archaeologies, archeologies +archaeologist's, archeologist's +archaeologist, archeologist +archaeologists, archeologists +archaeology's, archeology's +archaeology, archeology +archaize, archaise +archaized, archaised +archaizer's, archaiser's +archaizer, archaiser +archaizers, archaisers +archaizes, archaises +archaizing, archaising +arche, archae +archeal, archaeal +archean, archaean +archei, archaei +archeoastronomies, archaeoastronomies +archeoastronomy, archaeoastronomy +archeocyte's, archaeocyte's +archeocyte, archaeocyte +archeol, archaeol +archeolithic, archaeolithic +archeologian, archaeologian +archeometries, archaeometries +archeometry, archaeometry +Archeozic, Archaeozic +Archeozoic, Archaeozoic +archeozoic, archaeozoic +archetypal, archetypical +archetypally, archetypically +archeus, archaeus +arcticize, arcticise +arcticizes, arcticises +Arctogea's, Arctogaea's +Arctogea, Arctogaea +Arctogean's, Arctogaean's +Arctogean, Arctogaean +Arctogeic's, Arctogaeic's +Arctogeic, Arctogaeic +ardor's, ardour's +ardor, ardour +ardors, ardours +arenicolor, arenicolour +areole, areolae +areometric, araeometric +areometrical, araeometrical +areostyle, araeostyle +areostyles, araeostyles +areosystyle, araeosystyle +Arianize's, Arianise's +Arianize, Arianise +Arianized's, Arianised's +Arianized, Arianised +Arianizes, Arianises +Arianizing's, Arianising's +Arianizing, Arianising +Arimathea's, Arimathaea's +Arimathea, Arimathaea +Arimathean's, Arimathaean's +Arimathean, Arimathaean +ariste, aristae +arithmetization's, arithmetisation's +arithmetization, arithmetisation +arithmetizations, arithmetisations +arithmetize, arithmetise +arithmetized, arithmetised +arithmetizes, arithmetises +armor's, armour's +armor, armour +armorbearer's, armourbearer's +armorbearer, armourbearer +armored, armoured +armorer's, armourer's +armorer, armourer +armorers, armourers +armoried, armouried +armoring, armouring +armorless, armourless +armors, armours +armory's, armoury's +armory, armoury +aromatite, aromatitae +aromatization's, aromatisation's +aromatization, aromatisation +aromatize, aromatise +aromatized, aromatised +aromatizer's, aromatiser's +aromatizer, aromatiser +aromatizes, aromatises +aromatizing, aromatising +arsenicize, arsenicise +arsenicizes, arsenicises +Arsinoe's, Arsinoae's +Arsinoe, Arsinoae +arterialization's, arterialisation's +arterialization, arterialisation +arterializations, arterialisations +arterialize, arterialise +arterialized, arterialised +arterializes, arterialises +arterializing, arterialising +arthrempyesis, arthroempyesis +artifact's, artefact's +artifact, artefact +artifacts, artefacts +artificialize, artificialise +artificialized, artificialised +artificializes, artificialises +artificializing, artificialising +Aryanization, Aryanisation +Aryanize, Aryanise +Aryanized's, Aryanised's +Aryanized, Aryanised +Aryanizes, Aryanises +Aryanizing's, Aryanising's +Aryanizing, Aryanising +arytenoid, arytaenoid +arytenoids, arytaenoids +asafetida's, asafoetida's +asafetida, asafoetida +asafetidas, asafoetidas +ascendance's, ascendence's +ascendance, ascendence +ascendancy's, ascendency's +ascendancy, ascendency +ascendant's, ascendent's +ascendant, ascendent +ascendants, ascendents +Asclepiade's, Asclepiadae's +Asclepiade, Asclepiadae +Asel's, Asael's +Asel, Asael +asepticize, asepticise +asepticized, asepticised +asepticizes, asepticises +asepticizing, asepticising +asexualization's, asexualisation's +asexualization, asexualisation +asexualize, asexualise +asexualized, asexualised +asexualizing, asexualising +Asiaticization's, Asiaticisation's +Asiaticization, Asiaticisation +Asiaticizations, Asiaticisations +Asiaticize's, Asiaticise's +Asiaticize, Asiaticise +Asiaticizes, Asiaticises +Asmonean's, Asmonaean's +Asmonean, Asmonaean +aspheterize, aspheterise +aspheterized, aspheterised +aspheterizes, aspheterises +aspheterizing, aspheterising +assafetida, assafoetida +assafetidas, assafoetidas +asshole's, arsehole's +asshole, arsehole +assholes, arseholes +Assidean's, Assidaean's +Assidean, Assidaean +Assyrianize's, Assyrianise's +Assyrianize, Assyrianise +Assyrianizes, Assyrianises +Astera's, Astrea's +Astera, Astrea +astigmatizer's, astigmatiser's +astigmatizer, astigmatiser +astigmatizers, astigmatisers +Astrea's, Astraea's +Astrea, Astraea +astrean, astraean +astronomize, astronomise +astronomized, astronomised +astronomizes, astronomises +astronomizing, astronomising +asynchronize, asynchronise +asynchronized, asynchronised +asynchronizes, asynchronises +asynchronizing, asynchronising +atheize, atheise +atheized, atheised +atheizes, atheises +atheizing, atheising +athetize, athetise +athetized, athetised +athetizes, athetises +athetizing, athetising +atmolyze, atmolyse +atmolyzed, atmolysed +atmolyzes, atmolyses +atmolyzing, atmolysing +atomizability, atomisability +atomizable, atomisable +atomization's, atomisation's +atomization, atomisation +atomizations, atomisations +atomize, atomise +atomized, atomised +atomizer's, atomiser's +atomizer, atomiser +atomizers, atomisers +atomizes, atomises +atomizing, atomising +atroceruleus, atrocoeruleus +attemper, attempre +Atticize, Atticise +atticize, atticise +Atticized, Atticised +Atticizes, Atticises +atticizes, atticises +Atticizing, Atticising +attitudinization, attitudinisation +attitudinize, attitudinise +attitudinized, attitudinised +attitudinizer's, attitudiniser's +attitudinizer, attitudiniser +attitudinizers, attitudinisers +attitudinizes, attitudinises +attitudinizing, attitudinising +attitudinizings, attitudinisings +aunter, auntre +auntie's, aunty's +auntie, aunty +aureole's, aureola's +aureole, aureola +Australianize's, Australianise's +Australianize, Australianise +Australianizes, Australianises +Australopithecine's, Australopithecinae's +Australopithecine, Australopithecinae +Austrianize's, Austrianise's +Austrianize, Austrianise +Austrianizes, Austrianises +autecious, autoecious +auteciously, autoeciously +auteciousness's, autoeciousness's +auteciousness, autoeciousness +autecism's, autoecism's +autecism, autoecism +autecisms, autoecisms +autecy, autoecy +authorizable, authorisable +authorization's, authorisation's +authorization, authorisation +authorizations, authorisations +authorize, authorise +authorized, authorised +authorizer's, authoriser's +authorizer, authoriser +authorizers, authorisers +authorizes, authorises +authorizing, authorising +autocatalyze, autocatalyse +autocatalyzed, autocatalysed +autocatalyzes, autocatalyses +autocatalyzing, autocatalysing +autodialer, autodialler +autoimmunization, autoimmunisation +autoionization's, autoionisation's +autoionization, autoionisation +autolyzate, autolysate +autolyzates, autolysates +autolyze, autolyse +autolyzed, autolysed +autolyzes, autolyses +autolyzing, autolysing +automatization's, automatisation's +automatization, automatisation +automatizations, automatisations +automatize, automatise +automatized, automatised +automatizes, automatises +automatizing, automatising +Autonoe's, Autonoae's +Autonoe, Autonoae +autotomize, autotomise +autotomized, autotomised +autotomizes, autotomises +autotomizing, autotomising +autotoxemia's, autotoxaemia's +autotoxemia, autotoxaemia +autotoxemias, autotoxaemias +avianize, avianise +avianized, avianised +avianizes, avianises +avianizing, avianising +avizandum, avisandum +avizandums, avisandums +avize, avise +avized, avised +avizes, avises +avizing, avising +awestruck, awestricken +AWOL, awol +ax's, axe's +ax, axe +axiomatization's, axiomatisation's +axiomatization, axiomatisation +axiomatizations, axiomatisations +axiomatize, axiomatise +axiomatized, axiomatised +axiomatizes, axiomatises +axiomatizing, axiomatising +aye's, ay's +aye, ay +azotemia, azotaemia +azotization, azotisation +azotize, azotise +azotized, azotised +azotizes, azotises +azotizing, azotising +azotorrhea, azotorrhoea +Babelization's, Babelisation's +Babelization, Babelisation +Babelize's, Babelise's +Babelize, Babelise +Babelized's, Babelised's +Babelized, Babelised +Babelizing's, Babelising's +Babelizing, Babelising +Babylonize's, Babylonise's +Babylonize, Babylonise +Babylonizes, Babylonises +bachelorize, bachelorise +bachelorizes, bachelorises +bacillemia, bacillaemia +bacillemias, bacillaemias +bacilli, bacilluses +backpedaled, backpedalled +backpedaling, backpedalling +baconize, baconise +baconizes, baconises +bacteremia's, bacteraemia's +bacteremia, bacteraemia +bacteremias, bacteraemias +bacteria, bacteria +bacteriemia, bacteriaemia +bacterize, bacterise +bacterized, bacterised +bacterizes, bacterises +bacterizing, bacterising +baddie's, baddy's +baddie, baddy +Baer's, Bare's +Baer, Bare +balk's, baulk's +balk, baulk +Balkanization's, Balkanisation's +balkanization's, balkanisation's +Balkanization, Balkanisation +balkanization, balkanisation +Balkanizations, Balkanisations +balkanizations, balkanisations +Balkanize, Balkanise +balkanize, balkanise +Balkanized, Balkanised +balkanized, balkanised +Balkanizes, Balkanises +balkanizes, balkanises +Balkanizing, Balkanising +balkanizing, balkanising +balked, baulked +balking, baulking +balks, baulks +balladize, balladise +balladized, balladised +balladizes, balladises +balladizing, balladising +baloney's, boloney's +baloney, boloney +balsamize, balsamise +balsamizes, balsamises +banalization, banalisation +banalizations, banalisations +banalize, banalise +banalized, banalised +banalizes, banalises +banalizing, banalising +bandanna's, bandana's +bandanna, bandana +bandannas, bandanas +bandoleer's, bandolier's +bandoleer, bandolier +bandoleers, bandoliers +banister's, bannister's +banister, bannister +banisters, bannisters +banshee's, banshie's +banshee, banshie +banshees, banshies +bantamize, bantamise +bantamizes, bantamises +baptisteries, baptistries +baptistery's, baptistry's +baptistery, baptistry +baptizable's, baptisable's +baptizable, baptisable +baptizables, baptisables +baptize, baptise +baptized, baptised +baptizement's, baptisement's +baptizement, baptisement +baptizements, baptisements +baptizer's, baptiser's +baptizer, baptiser +baptizers, baptisers +baptizes, baptises +baptizing, baptising +barbarianize, barbarianise +barbarianizes, barbarianises +barbarization's, barbarisation's +barbarization, barbarisation +barbarizations, barbarisations +barbarize, barbarise +barbarized, barbarised +barbarizes, barbarises +barbarizing, barbarising +barbecue's, barbeque's +barbecue, barbeque +barbecued, barbequed +barbecues, barbeques +barbecuing, barbequing +barcarole's, barcarolle's +barcarole, barcarolle +barcaroles, barcarolles +baronetize, baronetise +baronetized, baronetised +baronetizing, baronetising +baronize, baronise +baronizes, baronises +barreled, barrelled +barreling, barrelling +bartizan, bartisan +bartizaned, bartisaned +bartizans, bartisans +barycenter, barycentre +bastardization's, bastardisation's +bastardization, bastardisation +bastardizations, bastardisations +bastardize, bastardise +bastardized, bastardised +bastardizes, bastardises +bastardizing, bastardising +bastinaded, bastinadoed +bastinades, bastinadoes +bathyscaphe's, bathyscaph's +bathyscaphe, bathyscaph +bathyscaphes, bathyscaphs +battleaxe's, battleax's +battleaxe, battleax +battologize, battologise +battologized, battologised +battologizing, battologising +beaverize, beaverise +beaverizes, beaverises +beclamor, beclamour +beclamored, beclamoured +beclamoring, beclamouring +beclamors, beclamours +becolor, becolour +becudgeled, becudgelled +becudgeling, becudgelling +bedeviled, bedevilled +bedeviling, bedevilling +bedlamize, bedlamise +bedlamized, bedlamised +bedlamizes, bedlamises +bedlamizing, bedlamising +bedriveled, bedrivelled +bedriveling, bedrivelling +Beera's, Berea's +Beera, Berea +beeves, beef +befavor, befavour +beglamor, beglamour +beglamored, beglamoured +beglamoring, beglamouring +beglamors, beglamours +behavior's, behaviour's +behavior, behaviour +behavioral, behavioural +behavioraler, behaviouraler +behavioralest, behaviouralest +behaviorally, behaviourally +behaviored, behavioured +behaviorism's, behaviourism's +behaviorism, behaviourism +behaviorisms, behaviourisms +behaviorist's, behaviourist's +behaviorist, behaviourist +behavioristic, behaviouristic +behavioristicer, behaviouristicer +behavioristicest, behaviouristicest +behavioristics, behaviouristics +behaviorists, behaviourists +behaviors, behaviours +Behmenism's, Boehmenism's +Behmenism, Boehmenism +behmenism, boehmenism +Behmenist's, Boehmenist's +Behmenist, Boehmenist +Behmenite's, Boehmenite's +Behmenite, Boehmenite +behoove's, behove's +behoove, behove +behooved, behoved +behooves, behoves +behooving's, behoving's +behooving, behoving +behoovingly, behovingly +behoovings, behovings +bejeweled, bejewelled +bejeweling, bejewelling +bel's, bael's +bel, bael +belabor's, belabour's +belabor, belabour +belabored, belaboured +belaboring, belabouring +belabors, belabours +bels, baels +Belter's, Boelter's +Belter, Boelter +Belus's, Boelus's +Belus, Boelus +bemedaled, bemedalled +Beria's, Baeria's +Beria, Baeria +berk, burk +berks, burks +Berl's, Baerl's +Berl, Baerl +Berlinize's, Berlinise's +Berlinize, Berlinise +Berlinizes, Berlinises +berloque, breloque +berme, breme +bern, bren +Bessemerize's, Bessemerise's +Bessemerize, Bessemerise +Bessemerizes, Bessemerises +bestialize, bestialise +bestialized, bestialised +bestializes, bestialises +bestializing, bestialising +beveled, bevelled +beveler's, beveller's +beveler, beveller +bevelers, bevellers +beveling, bevelling +bevelings, bevellings +Beyer's, Baeyer's +Beyer, Baeyer +biased, biassed +biasing, biassing +bichromatize, bichromatise +bichromatizes, bichromatises +bicolor's, bicolour's +bicolor, bicolour +bicolored, bicoloured +bicoloredder, bicolouredder +bicoloreddest, bicoloureddest +bicolorous, bicolourous +bicolorrer, bicolourer +bicolorrest, bicolourest +bicolors, bicolours +bimetalist, bimetallist +bimetalistic, bimetallistic +bingeing, binging +biocenology, biocoenology +biocenose, biocoenose +biocenoses, biocoenoses +biocenosis, biocoenosis +biocenotic, biocoenotic +biographize, biographise +biographizes, biographises +biologize, biologise +biologizes, biologises +biosynthesized, biosynthesised +bipolarization, bipolarisation +bipolarize, bipolarise +bipolarizes, bipolarises +Birminghamize's, Birminghamise's +Birminghamize, Birminghamise +Birminghamizes, Birminghamises +bister's, bistre's +bister, bistre +bistered, bistred +bisteredder, bistredder +bistereddest, bistreddest +bisters, bistres +bittor, bittour +bittors, bittours +bituminization's, bituminisation's +bituminization, bituminisation +bituminizations, bituminisations +bituminize, bituminise +bituminized, bituminised +bituminizes, bituminises +bituminizing, bituminising +bize's, bise's +bize, bise +bizet, biset +blaize, blaise +blamable, blameable +blastocele, blastocoele +blastule, blastulae +blennemesis, blennoemesis +blennorrhea, blennorrhoea +blowzier, blowsier +blowziest, blowsiest +blowzy, blowsy +bluing's, blueing's +bluing, blueing +bo's'n's, bos'n's +bo'suns, bos'ns +bocce's, bocci's +bocce, bocci +Boedromius's, Boaedromius's +Boedromius, Boaedromius +bogeyed, bogied +bogeying, bogieing +bogeys, bogies +bogie's, bogey's +bogie, bogey +bogies, bogeys +bogy's, bogie's +bogy, bogie +boled, boloed +Bolshevize, Bolshevise +bolshevize, bolshevise +Bolshevized, Bolshevised +bolshevized, bolshevised +bolshevizes, bolshevises +Bolshevizing, Bolshevising +bolshevizing, bolshevising +bolshie, bolshy +bonderize, bonderise +bonny, bonnie +bony, boney +boogeyman's, boogerman's +boogeyman, boogerman +boogeymen, boogermans +boombox's, boom_box's +boombox, boom_box +boomboxes, boom_boxes +bor, bour +borage, bourage +borasque, bourasque +bord, bourd +bords, bourds +borg, bourg +borize, borise +borizes, borises +borscht's, borsch's +borscht, borsch +bos'n, bo's'n +Boswellize, Boswellise +Boswellized, Boswellised +Boswellizes, Boswellises +Boswellizing, Boswellising +botanize, botanise +botanized, botanised +botanizer's, botaniser's +botanizer, botaniser +botanizes, botanises +botanizing, botanising +boulder's, bowlder's +boulder, bowlder +boulders, bowlders +boulevardize, boulevardise +boulevardizes, boulevardises +bourbonize, bourbonise +bourbonizes, bourbonises +bowdlerization's, bowdlerisation's +bowdlerization, bowdlerisation +bowdlerizations, bowdlerisations +bowdlerize, bowdlerise +bowdlerized, bowdlerised +bowdlerizer's, bowdleriser's +bowdlerizer, bowdleriser +bowdlerizers, bowdlerisers +bowdlerizes, bowdlerises +bowdlerizing, bowdlerising +boweled, bowelled +boweling, bowelling +bradypnea, bradypnoea +breathalyze, breathalyse +breathalyzed, breathalysed +breathalyzer's, breathalyser's +breathalyzer, breathalyser +breathalyzers, breathalysers +breathalyzes, breathalyses +breathalyzing, breathalysing +brier's, briar's +brier, briar +briers, briars +brimful, brimfull +brinkmanship's, brinksmanship's +brinkmanship, brinksmanship +briquette's, briquet's +briquette, briquet +briquettes, briquets +briza's, brisa's +briza, brisa +bromethylene, bromoethylene +brominize, brominise +brominizes, brominises +bromization's, bromisation's +bromization, bromisation +bromize, bromise +bromized, bromised +bromizing, bromising +bronco's, broncho's +bronco, broncho +broncos, bronchos +brusque, brusk +brusquely, bruskly +brusqueness's, bruskness's +brusqueness, bruskness +brusquenesses, brusknesses +brusquer, brusker +brusquest, bruskest +brutalization's, brutalisation's +brutalization, brutalisation +brutalizations, brutalisations +brutalize, brutalise +brutalized, brutalised +brutalizes, brutalises +brutalizing, brutalising +Budenny's, Budaenny's +Budenny, Budaenny +bunco's, bunko's +bunco, bunko +buncoed, bunkoed +buncoing, bunkoing +buncos, bunkos +bunkum's, buncombe's +bunkum, buncombe +bunkums, buncombes +bureaucratization's, bureaucratisation's +bureaucratization, bureaucratisation +bureaucratizations, bureaucratisations +bureaucratize, bureaucratise +bureaucratized, bureaucratised +bureaucratizes, bureaucratises +bureaucratizing, bureaucratising +burglarize, burglarise +burglarized, burglarised +burglarizes, burglarises +burglarizing, burglarising +burnettize, burnettise +burnettized, burnettised +burnettizes, burnettises +burnettizing, burnettising +burnoose's, burnous's +burnoose, burnous +burnooses, burnouses +burqa's, burkha's +burqa, burkha +burqas, burkhas +busheled, bushelled +busheler's, busheller's +busheler, busheller +bushelers, bushellers +busheling, bushelling +bushelings, bushellings +bylaw's, byelaw's +bylaw, byelaw +bylaws, byelaws +Byronize's, Byronise's +Byronize, Byronise +Byronizes, Byronises +Byzantinize's, Byzantinise's +Byzantinize, Byzantinise +Byzantinizes, Byzantinises +cabbala, cabbalah +cabby's, cabbie's +cabby, cabbie +cacesthesia, cacaesthesia +cachemia, cachaemia +cachemic, cachaemic +cacodemon, cacodaemon +cacodemoniac, cacodaemoniac +cacodemonial, cacodaemonial +cacodemonic, cacodaemonic +cacodemons, cacodaemons +cacoethes's, cacoaethes's +cacoethes, cacoaethes +cadaster's, cadastre's +cadaster, cadastre +cadasters, cadastres +cadaverize, cadaverise +cadaverizes, cadaverises +cadmiumize, cadmiumise +cadmiumizes, cadmiumises +caesarian's, cesarian's +caesarian, cesarian +caesarians, cesarians +Caesarize's, Caesarise's +Caesarize, Caesarise +Caesarizes, Caesarises +caffer, caffre +caftan's, kaftan's +caftan, kaftan +caftans, kaftans +cagey, cagy +caginess's, cageyness's +caginess, cageyness +caginesses, cageynesses +caiman's, cayman's +caiman, cayman +caimans, caymans +calander, calandre +calcemia, calcaemia +calendarization, calendarisation +calendarizations, calendarisations +calendarize, calendarise +calendarized, calendarised +calendarizes, calendarises +calendarizing, calendarising +Calender's, Calendre's +Calender, Calendre +caliber's, calibre's +caliber, calibre +calibers, calibres +calif's, khalif's +calif, khalif +califs, khalifs +caliper's, calliper's +caliper, calliper +calipered, callipered +calipering, callipering +calipers, callipers +calisthenic, callisthenic +calisthenics, callisthenics +calk's, caulk's +calk, caulk +calked, caulked +calking, caulking +calks, caulks +Callirrhoe's, Callirrhoae's +Callirrhoe, Callirrhoae +calodemon, calodaemon +Calvinize's, Calvinise's +Calvinize, Calvinise +Calvinizes, Calvinises +camisades, camisadoes +camize, camise +Canadianization's, Canadianisation's +Canadianization, Canadianisation +Canadianizations, Canadianisations +Canadianize's, Canadianise's +Canadianize, Canadianise +Canadianizes, Canadianises +canaled, canalled +canaler, canaller +canalers, canallers +canaling, canalling +canalization's, canalisation's +canalization, canalisation +canalizations, canalisations +canalize, canalise +canalized, canalised +canalizes, canalises +canalizing, canalising +Cananean's, Cananaean's +Cananean, Cananaean +cancelable, cancellable +cancelate, cancellate +cancelated, cancellated +canceled, cancelled +canceler's, canceller's +canceler, canceller +cancelers, cancellers +canceling, cancelling +cancellation, cancelation +cancelous, cancellous +candor's, candour's +candor, candour +candors, candours +canephore, canephorae +canephore, canephoroe +canisterization, canisterisation +canisterizations, canisterisations +canisterize, canisterise +canisterized, canisterised +canisterizes, canisterises +canisterizing, canisterising +cannibalization's, cannibalisation's +cannibalization, cannibalisation +cannibalizations, cannibalisations +cannibalize, cannibalise +cannibalized, cannibalised +cannibalizes, cannibalises +cannibalizing, cannibalising +canonicalization, canonicalisation +canonicalize, canonicalise +canonicalized, canonicalised +canonicalizes, canonicalises +canonicalizing, canonicalising +canonization's, canonisation's +canonization, canonisation +canonizations, canonisations +canonize, canonise +canonized, canonised +canonizer's, canoniser's +canonizer, canoniser +canonizers, canonisers +canonizes, canonises +canonizing, canonising +cantaloupe's, cantaloup's +cantaloupe, cantaloup +cantaloupes, cantaloups +cantonization, cantonisation +cantonizations, cantonisations +cantonize, cantonise +cantonized, cantonised +cantonizes, cantonises +cantonizing, cantonising +capitalizable's, capitalisable's +capitalizable, capitalisable +capitalizabler, capitalisabler +capitalizables, capitalisables +capitalizablest, capitalisablest +capitalization's, capitalisation's +capitalization, capitalisation +capitalizations, capitalisations +capitalize, capitalise +capitalized, capitalised +capitalizer's, capitaliser's +capitalizer, capitaliser +capitalizers, capitalisers +capitalizes, capitalises +capitalizing, capitalising +caponization's, caponisation's +Caponization, Caponisation +caponization, caponisation +caponize, caponise +caponized, caponised +caponizer's, caponiser's +caponizer, caponiser +caponizes, caponises +caponizing, caponising +capsulization, capsulisation +capsulize, capsulise +capsulized, capsulised +capsulizes, capsulises +capsulizing, capsulising +caracoled, caracolled +caracoling, caracolling +caramelization's, caramelisation's +caramelization, caramelisation +caramelizations, caramelisations +caramelize, caramelise +caramelized, caramelised +caramelizes, caramelises +caramelizing, caramelising +caravansarais, caravansarai +caravansary's, caravanserai's +caravansary, caravanserai +carbolization, carbolisation +carbolize, carbolise +carbolized, carbolised +carbolizes, carbolises +carbolizing, carbolising +carbonades, carbonadoes +carbonatization's, carbonatisation's +carbonatization, carbonatisation +carbonatizations, carbonatisations +carbonizable's, carbonisable's +carbonizable, carbonisable +carbonizabler, carbonisabler +carbonizables, carbonisables +carbonizablest, carbonisablest +carbonization's, carbonisation's +carbonization, carbonisation +carbonizations, carbonisations +carbonize, carbonise +carbonized, carbonised +carbonizer's, carboniser's +carbonizer, carboniser +carbonizers, carbonisers +carbonizes, carbonises +carbonizing, carbonising +carburettor's, carburetter's +carburettor, carburetter +carburettors, carburetters +carburization's, carburisation's +carburization, carburisation +carburizations, carburisations +carburize, carburise +carburized, carburised +carburizer's, carburiser's +carburizer, carburiser +carburizes, carburises +carburizing, carburising +cardie, cardiae +cardueline, carduelinae +carnalize, carnalise +carnalized, carnalised +carnalizes, carnalises +carnalizing, carnalising +carney's, carnie's +carney, carnie +carnies, carneys +caroled, carolled +caroler's, caroller's +caroler, caroller +carolers, carollers +caroling, carolling +carotinemia, carotinaemia +carousel's, carrousel's +carousel, carrousel +carousels, carrousels +cartelization's, cartelisation's +cartelization, cartelisation +cartelizations, cartelisations +cartelize, cartelise +cartelized, cartelised +cartelizes, cartelises +cartelizing, cartelising +caster's, castor's +caster's, castor's +caster, castor +caster, castor +casters, castors +casters, castors +castorized's, castorised's +castorized, castorised +castorizeds, castoriseds +casualization, casualisation +casualizations, casualisations +casualize, casualise +casualized, casualised +casualizes, casualises +casualizing, casualising +catabolize, catabolise +catalog's, catalogue's +catalog, catalogue +cataloged, catalogued +cataloger's, cataloguer's +cataloger, cataloguer +catalogers, cataloguers +cataloging, cataloguing +catalogs, catalogues +cataloguize, cataloguise +cataloguized, cataloguised +cataloguizes, cataloguises +cataloguizing, cataloguising +catalyze, catalyse +catalyzed, catalysed +catalyzer's, catalyser's +catalyzer, catalyser +catalyzers, catalysers +catalyzes, catalyses +catalyzing, catalysing +catechizable's, catechisable's +catechizable, catechisable +catechizabler, catechisabler +catechizables, catechisables +catechizablest, catechisablest +catechization's, catechisation's +catechization, catechisation +catechizations, catechisations +catechize, catechise +catechized, catechised +catechizer's, catechiser's +catechizer, catechiser +catechizers, catechisers +catechizes, catechises +catechizing, catechising +catechizings, catechisings +categorization's, categorisation's +categorization, categorisation +categorizations, categorisations +categorize, categorise +categorized, categorised +categorizer, categoriser +categorizers, categorisers +categorizes, categorises +categorizing, categorising +catharize, catharise +catharized, catharised +catharizes, catharises +catharizing, catharising +catheterization's, catheterisation's +catheterization, catheterisation +catheterizations, catheterisations +catheterize, catheterise +catheterized, catheterised +catheterizes, catheterises +catheterizing, catheterising +catholicization's, catholicisation's +Catholicization, Catholicisation +catholicization, catholicisation +catholicizations, catholicisations +catholicize, catholicise +Catholicized, Catholicised +catholicized, catholicised +catholicizer's, catholiciser's +catholicizer, catholiciser +catholicizers, catholicisers +catholicizes, catholicises +Catholicizing, Catholicising +catholicizing, catholicising +catsup's, catchup's +catsup, catchup +catsups, catchups +cauldron's, caldron's +cauldron, caldron +cauldrons, caldrons +caulk, calk +caulked, calked +caulking, calking +caulks, calks +causticization's, causticisation's +causticization, causticisation +causticizations, causticisations +causticize, causticise +causticizer, causticiser +causticizers, causticisers +causticizes, causticises +cauterization's, cauterisation's +cauterization, cauterisation +cauterizations, cauterisations +cauterize, cauterise +cauterized, cauterised +cauterizes, cauterises +cauterizing, cauterising +caviar's, caviare's +caviar, caviare +caviars, caviares +cavilation, cavillation +caviled, cavilled +caviler's, caviller's +caviler, caviller +cavilers, cavillers +caviling, cavilling +cavilings, cavillings +ce, coe +cecally, caecally +cecitis, caecitis +cecitises, caecitises +cecity, caecity +cecostomy, caecostomy +cecotomy, caecotomy +Celastraceae's, Coelastraceae's +Celastraceae, Coelastraceae +celastraceous, coelastraceous +celestialize, celestialise +celestializes, celestialises +celestine, coelestine +celiac, coeliac +celiacs, coeliacs +celialgia, coelialgia +celiomyalgia, coeliomyalgia +celiorrhea, coeliorrhea +celioscopy, coelioscopy +celiotomy, coeliotomy +celom's, coelom's +celom, coelom +celoma, coeloma +celomata, coelomata +celoscope's, coeloscope's +celoscope, coeloscope +Celticize's, Celticise's +Celticize, Celticise +Celticizes, Celticises +cenacle's, coenacle's +cenacle, coenacle +cenaculum, coenaculum +cenesthesia's, coenesthesia's +cenesthesia, coenesthesia +cenesthesias, coenesthesias +cenesthesis, coenesthesis +Cenis's, Caenis's +Cenis, Caenis +cenobe, coenobe +cenobite's, coenobite's +cenobite, coenobite +cenobites, coenobites +cenobitic, coenobitic +cenobitical, coenobitical +cenobitism's, coenobitism's +cenobitism, coenobitism +cenobium, coenobium +cenoby, coenoby +cenogenetic, caenogenetic +cenogenetic, coenogenetic +cenogenetically, caenogenetically +cenosite, coenosite +cenospecies, coenospecies +cenospecific, coenospecific +cenospecifically, coenospecifically +cenozoic, caenozoic +center's, centre's +center, centre +centerable's, centreable's +centerable, centreable +centerables, centreables +centerboard's, centreboard's +centerboard, centreboard +centerboards, centreboards +centered, centred +centerer, centrer +centerers, centrers +centerfold's, centrefold's +centerfold, centrefold +centerfolds, centrefolds +centering's, centring's +centering, centring +centerings, centrings +centerless, centreless +centerlesser, centrelesser +centerlessest, centrelessest +centerline's, centreline's +centerline, centreline +centerlines, centrelines +centermost, centremost +centerpiece's, centrepiece's +centerpiece, centrepiece +centerpieces, centrepieces +centers, centres +Centerville's, Centreville's +Centerville, Centreville +centigram's, centigramme's +centigram, centigramme +centigrams, centigrammes +centiliter's, centilitre's +centiliter, centilitre +centiliters, centilitres +centimeter's, centimetre's +centimeter, centimetre +centimeters, centimetres +centralization's, centralisation's +centralization, centralisation +centralizations, centralisations +centralize, centralise +centralized, centralised +centralizer's, centraliser's +centralizer, centraliser +centralizers, centralisers +centralizes, centralises +centralizing, centralising +centrifugalization's, centrifugalisation's +centrifugalization, centrifugalisation +centrifugalizations, centrifugalisations +centrifugalize, centrifugalise +centrifugalized, centrifugalised +centrifugalizes, centrifugalises +centrifugalizing, centrifugalising +cephalization's, cephalisation's +cephalization, cephalisation +cephalizations, cephalisations +cer, cre +cera, crea +cerat, creat +ceratin, creatin +ceratins, creatins +cere's, cree's +cere, cree +cerebralization's, cerebralisation's +cerebralization, cerebralisation +cerebralizations, cerebralisations +cerebralize, cerebralise +cerebralizes, cerebralises +ceremonialize, ceremonialise +ceremonializes, ceremonialises +ceres, crees +cerolite, creolite +cerule, caerule +ceruleolactite, coeruleolactite +cesar, caesar +Cesaria's, Caesaria's +Cesaria, Caesaria +cesious, caesious +cesium's, caesium's +cesium, caesium +cesiums, caesiums +cespitose, caespitose +cespitosely, caespitosely +cestus, caestus +cestuses, caestuses +cesural, caesural +cetus, coetus +chaces, chacoes +chalaze, chalazae +Chaldeans, Chaldaeans +chameleonize, chameleonise +chameleonizes, chameleonises +Chamizal's, Chamisal's +Chamizal, Chamisal +chamomile's, camomile's +chamomile, camomile +chamomiles, camomiles +championize, championise +championizes, championises +channeled, channelled +channeler's, channeller's +channeler, channeller +channelers, channellers +channeling, channelling +channelization's, channelisation's +channelization, channelisation +channelizations, channelisations +channelize, channelise +channelized, channelised +channelizes, channelises +channelizing, channelising +chaperon's, chaperone's +chaperon, chaperone +chaperons, chaperones +chaptalization, chaptalisation +chaptalizations, chaptalisations +chaptalize, chaptalise +chaptalized, chaptalised +chaptalizes, chaptalises +chaptalizing, chaptalising +characterizable's, characterisable's +characterizable, characterisable +characterizabler, characterisabler +characterizables, characterisables +characterizablest, characterisablest +characterization's, characterisation's +characterization, characterisation +characterizations, characterisations +characterize, characterise +characterized, characterised +characterizer's, characteriser's +characterizer, characteriser +characterizers, characterisers +characterizes, characterises +characterizing, characterising +charer, charre +chattelization's, chattelisation's +chattelization, chattelisation +chattelizations, chattelisations +chattelize, chattelise +chattelizes, chattelises +checkbook's, chequebook's +checkbook, chequebook +checkbooks, chequebooks +checkerboard's, chequerboard's +checkerboard, chequerboard +checkerboards, chequerboards +cheerfulize, cheerfulise +cheerfulizes, cheerfulises +cheerly, cherely +chelicere, chelicerae +chemicalization's, chemicalisation's +chemicalization, chemicalisation +chemicalizations, chemicalisations +chemicalize, chemicalise +chemicalizes, chemicalises +chenix, choenix +chenixes, choenixes +chetopod, chaetopod +chiffer, chiffre +childer, childre +chile's, chilli's +chile, chilli +chilis, chillies +chimera's, chimaera's +chimera, chimaera +chimeras, chimaeras +chimerid, chimaerid +chimerids, chimaerids +chimerism, chimaerism +chimerisms, chimaerisms +chiseled, chiselled +chiseler's, chiseller's +chiseler, chiseller +chiselers, chisellers +chiseling, chiselling +chitlins's, chitlings's +chitlins, chitlings +chivied, chivvied +chivies, chivvies +chivy, chivvy +chivying, chivvying +chloranemia, chloranaemia +chloremia, chloraemia +chloridize, chloridise +chloridized, chloridised +chloridizes, chloridises +chloridizing, chloridising +chlorinize, chlorinise +chlorinized, chlorinised +chlorinizes, chlorinises +chlorinizing, chlorinising +chloritization, chloritisation +chloritizations, chloritisations +chloroanemia, chloroanaemia +chloroformization's, chloroformisation's +chloroformization, chloroformisation +chloroformizations, chloroformisations +chloroformize, chloroformise +chloroformizes, chloroformises +chlorophyll's, chlorophyl's +chlorophyll, chlorophyl +chlorophylls, chlorophyls +chocoholic's, chocaholic's +chocoholic, chocaholic +chocoholics, chocaholics +chocolaty, chocolatey +Choephori's, Choaephori's +Choephori, Choaephori +cholemia, cholaemia +cholemias, cholaemias +cholophein, cholophaein +choosy, choosey +chorization's, chorisation's +chorization, chorisation +chorizations, chorisations +Christianization's, Christianisation's +Christianization, Christianisation +christianization, christianisation +Christianizations, Christianisations +christianizations, christianisations +Christianize, Christianise +christianize, christianise +Christianized, Christianised +christianized, christianised +Christianizer's, Christianiser's +Christianizer, Christianiser +christianizer, christianiser +Christianizers, Christianisers +christianizers, christianisers +Christianizes, Christianises +christianizes, christianises +Christianizing, Christianising +christianizing, christianising +chromatize, chromatise +chromatizes, chromatises +chromesthesia, chromaesthesia +chromicize, chromicise +chromicizes, chromicises +chromize, chromise +chromized, chromised +chromizes, chromises +chromizing, chromising +chronologize, chronologise +chronologized, chronologised +chronologizes, chronologises +chronologizing, chronologising +chutzpa's, hutzpah's +chutzpa, hutzpah +chutzpas, hutzpahes +cicatrices, cicatrixes +cicatricule, cicatriculae +cicatrix's, cicatrice's +cicatrix, cicatrice +cicatrizant, cicatrisant +cicatrizate, cicatrisate +cicatrization's, cicatrisation's +cicatrization, cicatrisation +cicatrizations, cicatrisations +cicatrize, cicatrise +cicatrized, cicatrised +cicatrizer's, cicatriser's +cicatrizer, cicatriser +cicatrizes, cicatrises +cicatrizing, cicatrising +Ciceronianize's, Ciceronianise's +Ciceronianize, Ciceronianise +Ciceronianizes, Ciceronianises +cigarette's, cigaret's +cigarette, cigaret +cigarettes, cigarets +cimicide, cimicidae +cinchonization's, cinchonisation's +cinchonization, cinchonisation +cinchonizations, cinchonisations +cinchonize, cinchonise +cinchonized, cinchonised +cinchonizes, cinchonises +cinchonizing, cinchonising +cinematize, cinematise +cinter, cintre +cipher's, cypher's +cipher, cypher +ciphered, cyphered +ciphering, cyphering +ciphers, cyphers +Circean, Circaean +circularization's, circularisation's +circularization, circularisation +circularizations, circularisations +circularize, circularise +circularized, circularised +circularizer's, circulariser's +circularizer, circulariser +circularizers, circularisers +circularizes, circularises +circularizing, circularising +circumcenter, circumcentre +circumcenters, circumcentres +circumesophagal, circumoesophagal +cithern, cithren +citherns, cithrens +citizenize, citizenise +citizenized, citizenised +citizenizes, citizenises +citizenizing, citizenising +civilianization, civilianisation +civilianizations, civilianisations +civilianize, civilianise +civilianized, civilianised +civilianizes, civilianises +civilianizing, civilianising +civilizable's, civilisable's +civilizable, civilisable +civilizabler, civilisabler +civilizables, civilisables +civilizablest, civilisablest +civilization's, civilisation's +civilization, civilisation +civilizational's, civilisational's +civilizational, civilisational +civilizationaler, civilisationaler +civilizationalest, civilisationalest +civilizationals, civilisationals +civilizations, civilisations +civilizatory, civilisatory +civilize, civilise +civilized, civilised +civilizedness's, civilisedness's +civilizedness, civilisedness +civilizednesses, civilisednesses +civilizer's, civiliser's +civilizer, civiliser +civilizers, civilisers +civilizes, civilises +civilizing, civilising +civvies, civies +civvy's, civie's +civvy, civie +cize, cise +clamor's, clamour's +clamor, clamour +clamored, clamoured +clamorer's, clamourer's +clamorer, clamourer +clamorers, clamourers +clamoring, clamouring +clamorist's, clamourist's +clamorist, clamourist +clamors, clamours +clamorsome, clamoursome +clangor's, clangour's +clangor, clangour +clangored, clangoured +clangoring, clangouring +clangors, clangours +clares, claroes +clarinetist's, clarinettist's +clarinetist, clarinettist +clarinetists, clarinettists +classicalize, classicalise +classicalizes, classicalises +classicization, classicisation +classicize, classicise +classicized, classicised +classicizes, classicises +classicizing, classicising +clausule, clausulae +clericalize, clericalise +clericalizes, clericalises +Clete's, Cloete's +Clete, Cloete +climatize, climatise +climatized, climatised +climatizes, climatises +climatizing, climatising +clower, clowre +Clytie's, Clytiae's +Clytie, Clytiae +coalize, coalise +coalized, coalised +coalizer, coaliser +coalizers, coalisers +coalizes, coalises +coalizing, coalising +cocaine's, cocain's +cocaine, cocain +cocainization's, cocainisation's +cocainization, cocainisation +cocainizations, cocainisations +cocainize, cocainise +cocainized, cocainised +cocainizes, cocainises +cocainizing, cocainising +coconut's, cocoanut's +coconut, cocoanut +coconuts, cocoanuts +cocuiza, cocuisa +Coe's, Cooe's +Coe, Cooe +coeducationalize, coeducationalise +coeducationalizes, coeducationalises +coeloms, coelomata +coenamor, coenamour +coenamored, coenamoured +coenamoring, coenamouring +coenamorment, coenamourment +coenamors, coenamours +coequalize, coequalise +coequalizes, coequalises +cognizability's, cognisability's +cognizability, cognisability +cognizable, cognisable +cognizableness's, cognisableness's +cognizableness, cognisableness +cognizabler, cognisabler +cognizablest, cognisablest +cognizablier, cognisablier +cognizabliest, cognisabliest +cognizably, cognisably +cognizance's, cognisance's +cognizance, cognisance +cognizances, cognisances +cognizant, cognisant +cognizanter, cognisanter +cognizantest, cognisantest +cognize, cognise +cognized, cognised +cognizer's, cogniser's +cognizer, cogniser +cognizers, cognisers +cognizes, cognises +cognizing, cognising +colander's, cullender's +colander, cullender +colanders, cullenders +collateralize, collateralise +collectibilities, collectabilities +collectibility's, collectability's +collectibility, collectability +collectible's, collectable's +collectible, collectable +collectibles, collectables +collectivization's, collectivisation's +collectivization, collectivisation +collectivizations, collectivisations +collectivize, collectivise +collectivized, collectivised +collectivizes, collectivises +collectivizing, collectivising +colloquialize, colloquialise +colloquializes, colloquialises +colloquize, colloquise +colloquized, colloquised +colloquizes, colloquises +colloquizing, colloquising +colonialize, colonialise +colonialized, colonialised +colonializes, colonialises +colonializing, colonialising +colonizabilities, colonisabilities +colonizability's, colonisability's +colonizability, colonisability +colonizable's, colonisable's +colonizable, colonisable +colonizabler, colonisabler +colonizables, colonisables +colonizablest, colonisablest +colonization's, colonisation's +colonization, colonisation +colonizationist's, colonisationist's +colonizationist, colonisationist +colonizationists, colonisationists +colonizations, colonisations +colonize, colonise +colonized, colonised +colonizer's, coloniser's +colonizer, coloniser +colonizers, colonisers +colonizes, colonises +colonizing, colonising +color's, colour's +color, colour +colorabilities, colourabilities +colorability's, colourability's +colorability, colourability +colorable's, colourable's +colorable, colourable +colorableness's, colourableness's +colorableness, colourableness +colorablenesses, colourablenesses +colorabler, colourabler +colorables, colourables +colorablest, colourablest +colorablier, colourablier +colorablies, colourablies +colorabliest, colourabliest +colorably, colourably +coloradoite's, colouradoite's +coloradoite, colouradoite +colorama, colourama +colorant's, colourant's +colorant, colourant +colorants, colourants +colorate, colourate +coloration's, colouration's +coloration, colouration +colorational, colourational +colorationaler, colourationaler +colorationalest, colourationalest +colorationallier, colourationallier +colorationalliest, colourationalliest +colorationally, colourationally +colorations, colourations +colorative, colourative +colorbearer's, colourbearer's +colorbearer, colourbearer +colorblind, colourblind +colorblindness's, colourblindness's +colorblindness, colourblindness +colorblindnesses, colourblindnesses +colorbred, colourbred +colorbreed, colourbreed +colorbreeding, colourbreeding +colorbreeds, colourbreeds +colorcast's, colourcast's +colorcast, colourcast +colorcasted, colourcasted +colorcaster, colourcaster +colorcasters, colourcasters +colorcasting, colourcasting +colorcasts, colourcasts +colorectal, colourectal +colorectitis, colourectitis +colorectostomy, colourectostomy +colored's, coloured's +colored, coloured +coloreds, coloureds +colorer's, colourer's +colorer, colourer +colorers, colourers +colorfast, colourfast +colorfastness's, colourfastness's +colorfastness, colourfastness +colorfastnesses, colourfastnesses +colorful, colourful +colorfuler, colourfuler +colorfulest, colourfulest +colorfullier, colourfullier +colorfulliest, colourfulliest +colorfully, colourfully +colorfulness's, colourfulness's +colorfulness, colourfulness +colorfulnesses, colourfulnesses +colorific's, colourific's +colorific, colourific +colorifics, colourifics +colorimeter's, colourimeter's +colorimeter, colourimeter +colorimeters, colourimeters +colorimetric, colourimetric +colorimetrical, colourimetrical +colorimetrically, colourimetrically +colorimetrics, colourimetrics +colorimetries, colourimetries +colorimetrist's, colourimetrist's +colorimetrist, colourimetrist +colorimetry, colourimetry +coloring's, colouring's +coloring, colouring +colorings, colourings +colorism, colourism +colorisms, colourisms +colorist's, colourist's +colorist, colourist +coloristic, colouristic +coloristically, colouristically +coloristicer, colouristicer +coloristicest, colouristicest +coloristics, colouristics +colorists, colourists +colorless, colourless +colorlesser, colourlesser +colorlessest, colourlessest +colorlesslier, colourlesslier +colorlessliest, colourlessliest +colorlessly, colourlessly +colorlessness's, colourlessness's +colorlessness, colourlessness +colorlessnesses, colourlessnesses +colormaker, colourmaker +colormaking, colourmaking +colorman's, colourman's +colorman, colourman +colormap's, colourmap's +colormap, colourmap +colormaps, colourmaps +colormen, colourmen +coloroto, colouroto +colorpoint, colourpoint +colorpoints, colourpoints +colorrest, colourest +colorrhaphy, colourrhaphy +colors, colours +colortype, colourtype +colorway, colourway +colorways, colourways +colory, coloury +colourisation's, colourization's +colourisation, colourization +colourisations, colourizations +colourise, colourize +colourised, colourized +colourises, colourizes +colourising, colourizing +columnization's, columnisation's +columnization, columnisation +columnizations, columnisations +columnize, columnise +columnized, columnised +columnizes, columnises +columnizing, columnising +comedia, comoedia +commercialization's, commercialisation's +commercialization, commercialisation +commercializations, commercialisations +commercialize, commercialise +commercialized, commercialised +commercializes, commercialises +commercializing, commercialising +commonize, commonise +commonizes, commonises +communalization's, communalisation's +communalization, communalisation +communalizations, communalisations +communalize, communalise +communalized, communalised +communalizer's, communaliser's +communalizer, communaliser +communalizers, communalisers +communalizes, communalises +communalizing, communalising +communization's, communisation's +communization, communisation +communizations, communisations +communize, communise +communized, communised +communizes, communises +communizing, communising +companionize, companionise +companionizes, companionises +compartmentalization's, compartmentalisation's +compartmentalization, compartmentalisation +compartmentalizations, compartmentalisations +compartmentalize, compartmentalise +compartmentalized, compartmentalised +compartmentalizes, compartmentalises +compartmentalizing, compartmentalising +compartmentize, compartmentise +compartmentizes, compartmentises +comper, compoer +complementizer's, complementiser's +complementizer, complementiser +Composite, Compositae +comprehensivization, comprehensivisation +comprehensivizations, comprehensivisations +comprehensivize, comprehensivise +comprehensivized, comprehensivised +comprehensivizes, comprehensivises +comprehensivizing, comprehensivising +comprizable, comprisable +comprizal's, comprisal's +comprizal, comprisal +computerizable, computerisable +computerization's, computerisation's +computerization, computerisation +computerizations, computerisations +computerize, computerise +computerized, computerised +computerizes, computerises +computerizing, computerising +concenter, concentre +concentered, concentred +concentering, concentring +concenters, concentres +conceptualization's, conceptualisation's +conceptualization, conceptualisation +conceptualizations, conceptualisations +conceptualize, conceptualise +conceptualized, conceptualised +conceptualizer, conceptualiser +conceptualizes, conceptualises +conceptualizing, conceptualising +concertist, concretist +concertize, concertise +concertized, concertised +concertizer's, concertiser's +concertizer, concertiser +concertizers, concertisers +concertizes, concertises +concertizing, concertising +conche, conchae +concolor, concolour +concolorous, concolourous +concretization's, concretisation's +concretization, concretisation +concretizations, concretisations +concretize, concretise +concretized, concretised +concretizes, concretises +concretizing, concretising +conditionalize, conditionalise +conditionalizes, conditionalises +coneys, conies +confederatize, confederatise +confederatizes, confederatises +congenialize, congenialise +congenializes, congenialises +conges, congoes +congregationalize, congregationalise +congregationalizes, congregationalises +conjurer's, conjuror's +conjurer, conjuror +conjurers, conjurors +connectable, connectible +connection's, connexion's +connection, connexion +connections, connexions +connector's, connecter's +connector, connecter +connectors, connecters +conservatize, conservatise +conservatized, conservatised +conservatizes, conservatises +conservatizing, conservatising +consonantize, consonantise +consonantized, consonantised +consonantizes, consonantises +consonantizing, consonantising +constitutionalization's, constitutionalisation's +constitutionalization, constitutionalisation +constitutionalizations, constitutionalisations +constitutionalize, constitutionalise +constitutionalized, constitutionalised +constitutionalizes, constitutionalises +constitutionalizing, constitutionalising +containerization's, containerisation's +containerization, containerisation +containerizations, containerisations +containerize, containerise +containerized, containerised +containerizes, containerises +containerizing, containerising +contemporization, contemporisation +contemporize, contemporise +contemporized, contemporised +contemporizes, contemporises +contemporizing, contemporising +contextualization, contextualisation +contextualizations, contextualisations +contextualize, contextualise +contextualized, contextualised +contextualizes, contextualises +contextualizing, contextualising +Continentalize, Continentalise +Continentalizes, Continentalises +controversialize, controversialise +controversializes, controversialises +conundrumize, conundrumise +conundrumizes, conundrumises +convener's, convenor's +convener, convenor +conveners, convenors +conventionalization's, conventionalisation's +conventionalization, conventionalisation +conventionalizations, conventionalisations +conventionalize, conventionalise +conventionalized, conventionalised +conventionalizes, conventionalises +conventionalizing, conventionalising +conventionize, conventionise +conventionizes, conventionises +conversationize, conversationise +conversationizes, conversationises +converter's, convertor's +converter's, convertor's +converter, convertor +converter, convertor +converters, convertors +converters, convertors +conveyor's, conveyer's +conveyor, conveyer +conveyorize, conveyorise +conveyorized, conveyorised +conveyorizes, conveyorises +conveyorizing, conveyorising +conveyors, conveyers +convivialize, convivialise +convivializes, convivialises +cony's, coney's +cony, coney +cookie's, cooky's +cookie, cooky +copolymerization's, copolymerisation's +copolymerization, copolymerisation +copolymerizations, copolymerisations +copolymerize, copolymerise +copolymerized, copolymerised +copolymerizes, copolymerises +copolymerizing, copolymerising +copperization's, copperisation's +copperization, copperisation +copperizations, copperisations +copperize, copperise +copperizes, copperises +copremia, copraemia +copremic, copraemic +coraled, coralled +coranto, couranto +corantoes, courantoes +corantos, courantos +corbe, courbe +corbed, courbed +corbeled, corbelled +corbeling's, corbelling's +corbeling, corbelling +corbelings, corbellings +cordialize, cordialise +cordialized, cordialised +cordializes, cordialises +cordializing, cordialising +corge, courge +Corinthianize's, Corinthianise's +Corinthianize, Corinthianise +corinthianize, corinthianise +corinthianized, corinthianised +Corinthianizes, Corinthianises +corinthianizes, corinthianises +corinthianizing, corinthianising +corporealization's, corporealisation's +corporealization, corporealisation +corporealizations, corporealisations +corporealize, corporealise +corporealized, corporealised +corporealizes, corporealises +corporealizing, corporealising +corsy, coursy +cortage, courtage +cortin, courtin +cortine, cortinae +corve, corvae +coryphe, coryphae +coryphes, coryphaes +cosmeticize, cosmeticise +cosmeticized, cosmeticised +cosmeticizes, cosmeticises +cosmeticizing, cosmeticising +cosmopolitanization's, cosmopolitanisation's +cosmopolitanization, cosmopolitanisation +cosmopolitanizations, cosmopolitanisations +cosmopolitanize, cosmopolitanise +cosmopolitanized, cosmopolitanised +cosmopolitanizes, cosmopolitanises +cosmopolitanizing, cosmopolitanising +cosplendor, cosplendour +coste, costae +costumier, costumire +cottar's, cotter's +cottar, cotter +cottars, cotters +cotte, cottae +cottonization's, cottonisation's +cottonization, cottonisation +cottonizations, cottonisations +cottonize, cottonise +cottonizes, cottonises +cotyle, cotylae +councilor's, councillor's +councilor, councillor +councilors, councillors +councilorship's, councillorship's +councilorship, councillorship +councilorships, councillorships +counseled, counselled +counselee, counsellee +counseling, counselling +counselor's, counsellor's +counselor, counsellor +counselors, counsellors +counselorship's, counsellorship's +counselorship, counsellorship +counselorships, counsellorships +countercolored, countercoloured +countor, countour +cozied, cosied +cozier, cosier +cozies, cosies +coziest, cosiest +cozily, cosily +coziness's, cosiness's +coziness, cosiness +cozy's, cosy's +cozy, cosy +cozying, cosying +craizey, craisey +crambes, cramboes +crawlerize, crawlerise +crawlerizes, crawlerises +creaturize, creaturise +creaturizes, creaturises +crenelate, crenellate +crenelated, crenellated +crenelater, crenellater +crenelates, crenellates +crenelatest, crenellatest +crenelating, crenellating +crenelation's, crenellation's +crenelation, crenellation +crenelations, crenellations +creneled, crenelled +creneling, crenelling +Creolization, Creolisation +creolization, creolisation +creolizations, creolisations +Creolize, Creolise +creolize, creolise +Creolized, Creolised +creolized, creolised +Creolizes, Creolises +creolizes, creolises +Creolizing, Creolising +creolizing, creolising +cretinization's, cretinisation's +cretinization, cretinisation +cretinizations, cretinisations +cretinize, cretinise +cretinized, cretinised +cretinizes, cretinises +cretinizing, cretinising +criminalization's, criminalisation's +criminalization, criminalisation +criminalizations, criminalisations +criminalize, criminalise +criminalized, criminalised +criminalizes, criminalises +criminalizing, criminalising +criticizable's, criticisable's +criticizable, criticisable +criticizabler, criticisabler +criticizables, criticisables +criticizablest, criticisablest +criticize, criticise +criticized, criticised +criticizer's, criticiser's +criticizer, criticiser +criticizers, criticisers +criticizes, criticises +criticizing, criticising +criticizinglier, criticisinglier +criticizinglies, criticisinglies +criticizingliest, criticisingliest +criticizingly, criticisingly +crofterization's, crofterisation's +crofterization, crofterisation +crofterizations, crofterisations +crofterize, crofterise +crofterizes, crofterises +crosier's, crozier's +crosier, crozier +crosiers, croziers +crueler, crueller +cruelest, cruellest +cruelize, cruelise +cruelizes, cruelises +cryesthesia, cryaesthesia +cryoanesthesia, cryoanaesthesia +cryptanalyzes, cryptanalyses +cryptesthesia, cryptaesthesia +cryptesthesias, cryptaesthesias +cryptesthetic, cryptaesthetic +crystalize, crystallise +crystalized, crystallised +crystalizes, crystallises +crystalizing, crystallising +crystallizabilities, crystallisabilities +crystallizability's, crystallisability's +crystallizability, crystallisability +crystallizable's, crystallisable's +crystallizable, crystallisable +crystallizabler, crystallisabler +crystallizables, crystallisables +crystallizablest, crystallisablest +crystallization's, crystallisation's +crystallization, crystallisation +crystallizations, crystallisations +crystallizer, crystalliser +crystallizers, crystallisers +Cubanize's, Cubanise's +Cubanize, Cubanise +Cubanizes, Cubanises +cuckoldize, cuckoldise +cuckoldized, cuckoldised +cuckoldizes, cuckoldises +cuckoldizing, cuckoldising +cudgeled, cudgelled +cudgeler's, cudgeller's +cudgeler, cudgeller +cudgelers, cudgellers +cudgeling, cudgelling +cudgelings, cudgellings +culicide, culicidae +culturization's, culturisation's +culturization, culturisation +culturizations, culturisations +culturize, culturise +culturizes, culturises +cupelation, cupellation +cupeled, cupelled +cupeler's, cupeller's +cupeler, cupeller +cupelers, cupellers +cupeling, cupelling +cupule, cupulae +curarize, curarise +curarized, curarised +curarizes, curarises +curarizing, curarising +curatize, curatise +curatizes, curatises +curricularization's, curricularisation's +curricularization, curricularisation +curricularizations, curricularisations +curricularize, curricularise +curricularizes, curricularises +curtsied, curtseyed +curtsies, curtseys +curtsy's, curtsey's +curtsy, curtsey +curtsying, curtseying +curvaceous, curvacious +customizable, customisable +customization's, customisation's +customization, customisation +customizations, customisations +customize, customise +customized, customised +customizer, customiser +customizers, customisers +customizes, customises +customizing, customising +cutesy, cutesie +cuticolor, cuticolour +cutinization's, cutinisation's +cutinization, cutinisation +cutinizations, cutinisations +cutinize, cutinise +cutinized, cutinised +cutinizes, cutinises +cutinizing, cutinising +cutization's, cutisation's +cutization, cutisation +cutizations, cutisations +cutlass's, cutlas's +cutlass, cutlas +cutlasses, cutlases +cuve, cuvae +Cyanee's, Cyaneae's +Cyanee, Cyaneae +cyanize, cyanise +cyanized, cyanised +cyanizes, cyanises +cyanizing, cyanising +cyanomethemoglobin, cyanomethaemoglobin +cyclization's, cyclisation's +cyclization, cyclisation +cyclizations, cyclisations +cyclize, cyclise +cyclized, cyclised +cyclizes, cyclises +cyclizing, cyclising +cyclopedia's, cyclopaedia's +cyclopedia, cyclopaedia +cyclopedias, cyclopaedias +cyclopedic, cyclopaedic +cyclopedically, cyclopaedically +cyclopedist's, cyclopaedist's +cyclopedist, cyclopaedist +cyme, cymae +Czechization's, Czechisation's +Czechization, Czechisation +Czechizations, Czechisations +d'oh's, doh's +d'oh, doh +d'ohs, dohs +danaide, danaidae +dandizette, dandisette +dandyize, dandyise +dandyizes, dandyises +dane, danae +Danization's, Danisation's +Danization, Danisation +Danizations, Danisations +Danize's, Danise's +Danize, Danise +Danizes, Danises +Darwinize's, Darwinise's +Darwinize, Darwinise +Darwinizes, Darwinises +dastardize, dastardise +dastardizes, dastardises +deaconize, deaconise +deaconizes, deaconises +deadrize, deadrise +dealcoholize, dealcoholise +dealcoholized, dealcoholised +dealcoholizes, dealcoholises +dealcoholizing, dealcoholising +deaminize, deaminise +deary's, dearie's +deary, dearie +decagram's, decagramme's +decagram, decagramme +decagrams, decagrammes +decaliter, decalitre +decaliter, decalitre's +decaliter, decalitres +decameter, decametre +decameter, decametre's +decameter, decametres +decapitalization, decapitalisation +decapitalizations, decapitalisations +decapitalize, decapitalise +decapitalized, decapitalised +decapitalizes, decapitalises +decapitalizing, decapitalising +decarbonization's, decarbonisation's +decarbonization, decarbonisation +decarbonizations, decarbonisations +decarbonize, decarbonise +decarbonized, decarbonised +decarbonizer's, decarboniser's +decarbonizer, decarboniser +decarbonizers, decarbonisers +decarbonizes, decarbonises +decarbonizing, decarbonising +decarburization's, decarburisation's +decarburization, decarburisation +decarburizations, decarburisations +decarburize, decarburise +decarburized, decarburised +decarburizes, decarburises +decarburizing, decarburising +decasualization's, decasualisation's +decasualization, decasualisation +decasualizations, decasualisations +decasualize, decasualise +decasualized, decasualised +decasualizing, decasualising +decenters, decentres +decentralization's, decentralisation's +decentralization, decentralisation +decentralizationist, decentralisationist +decentralizations, decentralisations +decentralize, decentralise +decentralized, decentralised +decentralizes, decentralises +decentralizing, decentralising +decerebrize, decerebrise +decerebrized, decerebrised +decerebrizes, decerebrises +decerebrizing, decerebrising +dechristianization, dechristianisation +dechristianizations, dechristianisations +dechristianize, dechristianise +dechristianized, dechristianised +dechristianizes, dechristianises +dechristianizing, dechristianising +decigram's, decigramme's +decigram, decigramme +decigrams, decigrammes +deciliter's, decilitre's +deciliter, decilitre +deciliters, decilitres +decimalization's, decimalisation's +decimalization, decimalisation +decimalizations, decimalisations +decimalize, decimalise +decimalized, decimalised +decimalizes, decimalises +decimalizing, decimalising +decimeter's, decimetre's +decimeter, decimetre +decimeters, decimetres +decivilize, decivilise +decivilized, decivilised +decivilizes, decivilises +decivilizing, decivilising +decolonization's, decolonisation's +decolonization, decolonisation +decolonizations, decolonisations +decolonize, decolonise +decolonized, decolonised +decolonizes, decolonises +decolonizing, decolonising +decolor, decolour +decolorant, decolourant +decolorants, decolourants +decolorate, decolourate +decolorated, decolourated +decolorates, decolourates +decoloration's, decolouration's +decoloration, decolouration +decolorations, decolourations +decolored, decoloured +decolorimeter, decolourimeter +decoloring, decolouring +decolors, decolours +decolourisation's, decolourization's +decolourisation, decolourization +decolourisations, decolourizations +decolourise, decolourize +decolourised, decolourized +decolouriser's, decolourizer's +decolouriser, decolourizer +decolourisers, decolourizers +decolourises, decolourizes +decolourising, decolourizing +decriminalization's, decriminalisation's +decriminalization, decriminalisation +decriminalizations, decriminalisations +decriminalize, decriminalise +decriminalized, decriminalised +decriminalizes, decriminalises +decriminalizing, decriminalising +dedal, daedal +dedalian, daedalian +dedramatize, dedramatise +dedramatized, dedramatised +dedramatizes, dedramatises +dedramatizing, dedramatising +deemphasization's, deemphasisation's +deemphasization, deemphasisation +deemphasize, deemphasise +deemphasized, deemphasised +deemphasizer, deemphasiser +deemphasizers, deemphasisers +deemphasizes, deemphasises +deemphasizing, deemphasising +deenergize, deenergise +deenergized, deenergised +deenergizer, deenergiser +deenergizes, deenergises +deenergizing, deenergising +defedation, defoedation +defeminization's, defeminisation's +defeminization, defeminisation +defeminize, defeminise +defeminized, defeminised +defeminizes, defeminises +defeminizing, defeminising +defense's, defence's +defense, defence +defensed, defenced +defenseless, defenceless +defenselesser, defencelesser +defenselessest, defencelessest +defenselesslier, defencelesslier +defenselessliest, defencelessliest +defenselessly, defencelessly +defenselessness's, defencelessness's +defenselessness, defencelessness +defenselessnesses, defencelessnesses +defenseman's, defenceman's +defenseman, defenceman +defensemen, defencemen +defenses, defences +defensing, defencing +defeudalize, defeudalise +defeudalized, defeudalised +defeudalizes, defeudalises +defeudalizing, defeudalising +defibrinize, defibrinise +defibrinized, defibrinised +defibrinizes, defibrinises +defibrinizing, defibrinising +definitization's, definitisation's +definitization, definitisation +definitizations, definitisations +definitize, definitise +definitized, definitised +definitizes, definitises +definitizing, definitising +deflectionization's, deflectionisation's +deflectionization, deflectionisation +deflectionizations, deflectionisations +deflectionize, deflectionise +deflectionizes, deflectionises +deformalize, deformalise +defunctionalization's, defunctionalisation's +defunctionalization, defunctionalisation +defunctionalizations, defunctionalisations +defunctionalize, defunctionalise +defunctionalizes, defunctionalises +deglycerolized, deglycerolised +dehumanization's, dehumanisation's +dehumanization, dehumanisation +dehumanizations, dehumanisations +dehumanize, dehumanise +dehumanized, dehumanised +dehumanizes, dehumanises +dehumanizing, dehumanising +dehydrogenization's, dehydrogenisation's +dehydrogenization, dehydrogenisation +dehydrogenize, dehydrogenise +dehydrogenized, dehydrogenised +dehydrogenizer's, dehydrogeniser's +dehydrogenizer, dehydrogeniser +dehydrogenizing, dehydrogenising +dehypnotization's, dehypnotisation's +dehypnotization, dehypnotisation +dehypnotizations, dehypnotisations +dehypnotize, dehypnotise +dehypnotized, dehypnotised +dehypnotizes, dehypnotises +dehypnotizing, dehypnotising +deindustrialization's, deindustrialisation's +deindustrialization, deindustrialisation +deindustrializations, deindustrialisations +deindustrialize, deindustrialise +deindustrialized, deindustrialised +deindustrializes, deindustrialises +deindustrializing, deindustrialising +deionization's, deionisation's +deionization, deionisation +deionize, deionise +deionized, deionised +deionizes, deionises +deionizing, deionising +delimitize, delimitise +delimitizes, delimitises +delocalization's, delocalisation's +delocalization, delocalisation +delocalizations, delocalisations +delocalize, delocalise +delocalized, delocalised +delocalizes, delocalises +delocalizing, delocalising +deluster, delustre +demagnetizable's, demagnetisable's +demagnetizable, demagnetisable +demagnetizabler, demagnetisabler +demagnetizables, demagnetisables +demagnetizablest, demagnetisablest +demagnetization's, demagnetisation's +demagnetization, demagnetisation +demagnetizations, demagnetisations +demagnetize, demagnetise +demagnetized, demagnetised +demagnetizer's, demagnetiser's +demagnetizer, demagnetiser +demagnetizers, demagnetisers +demagnetizes, demagnetises +demagnetizing, demagnetising +demagogue's, demagog's +demagogue, demagog +demagogued, demagoged +demagogueri, demagogri +demagogueris, demagogris +demagoguery, demagogry +demagogues, demagogs +demagoguing, demagoging +demasculinization's, demasculinisation's +demasculinization, demasculinisation +demasculinize, demasculinise +demasculinized, demasculinised +demasculinizing, demasculinising +dematerialization's, dematerialisation's +dematerialization, dematerialisation +dematerializations, dematerialisations +dematerialize, dematerialise +dematerialized, dematerialised +dematerializes, dematerialises +dematerializing, dematerialising +demeanor's, demeanour's +demeanor, demeanour +demeanors, demeanours +demilitarization's, demilitarisation's +demilitarization, demilitarisation +demilitarizations, demilitarisations +demilitarize, demilitarise +demilitarized, demilitarised +demilitarizes, demilitarises +demilitarizing, demilitarising +demiluster, demilustre +demineralization's, demineralisation's +demineralization, demineralisation +demineralizations, demineralisations +demineralize, demineralise +demineralized, demineralised +demineralizer, demineraliser +demineralizes, demineralises +demineralizing, demineralising +demobilization's, demobilisation's +demobilization, demobilisation +demobilizations, demobilisations +demobilize, demobilise +demobilized, demobilised +demobilizes, demobilises +demobilizing, demobilising +democratization's, democratisation's +democratization, democratisation +democratizations, democratisations +democratize, democratise +democratized, democratised +democratizer, democratiser +democratizes, democratises +democratizing, democratising +demonetization's, demonetisation's +demonetization, demonetisation +demonetizations, demonetisations +demonetize, demonetise +demonetized, demonetised +demonetizes, demonetises +demonetizing, demonetising +demonian, daemonian +demonization, demonisation +demonize, demonise +demonized, demonised +demonizes, demonises +demonizing, demonising +demoralization's, demoralisation's +demoralization, demoralisation +demoralizations, demoralisations +demoralize, demoralise +demoralized, demoralised +demoralizer's, demoraliser's +demoralizer, demoraliser +demoralizers, demoralisers +demoralizes, demoralises +demoralizing, demoralising +demoralizingly, demoralisingly +demutualization, demutualisation +demutualizations, demutualisations +demutualize, demutualise +demutualized, demutualised +demutualizes, demutualises +demutualizing, demutualising +demythologization's, demythologisation's +demythologization, demythologisation +demythologizations, demythologisations +demythologize, demythologise +demythologized, demythologised +demythologizer, demythologiser +demythologizes, demythologises +demythologizing, demythologising +denationalization's, denationalisation's +denationalization, denationalisation +denationalizations, denationalisations +denationalize, denationalise +denationalized, denationalised +denationalizes, denationalises +denationalizing, denationalising +denaturalization's, denaturalisation's +denaturalization, denaturalisation +denaturalizations, denaturalisations +denaturalize, denaturalise +denaturalized, denaturalised +denaturalizes, denaturalises +denaturalizing, denaturalising +denaturization's, denaturisation's +denaturization, denaturisation +denaturizations, denaturisations +denaturize, denaturise +denaturized, denaturised +denaturizer's, denaturiser's +denaturizer, denaturiser +denaturizers, denaturisers +denaturizes, denaturises +denaturizing, denaturising +denicotinize, denicotinise +denizenize, denizenise +denizenizes, denizenises +denominationalize, denominationalise +denominationalizes, denominationalises +denormalize, denormalise +dentalization's, dentalisation's +dentalization, dentalisation +dentalizations, dentalisations +dentalize, dentalise +dentalized, dentalised +dentalizes, dentalises +dentalizing, dentalising +dentin's, dentine's +dentin, dentine +dentins, dentines +denuclearization's, denuclearisation's +denuclearization, denuclearisation +denuclearizations, denuclearisations +denuclearize, denuclearise +denuclearized, denuclearised +denuclearizes, denuclearises +denuclearizing, denuclearising +deodorization's, deodorisation's +deodorization, deodorisation +deodorizations, deodorisations +deodorize, deodorise +deodorized, deodorised +deodorizer's, deodoriser's +deodorizer, deodoriser +deodorizers, deodorisers +deodorizes, deodorises +deodorizing, deodorising +deoxidization's, deoxidisation's +deoxidization, deoxidisation +deoxidizations, deoxidisations +deoxidize, deoxidise +deoxidized, deoxidised +deoxidizer's, deoxidiser's +deoxidizer, deoxidiser +deoxidizers, deoxidisers +deoxidizes, deoxidises +deoxidizing, deoxidising +deoxygenize, deoxygenise +deoxygenized, deoxygenised +deoxygenizes, deoxygenises +deoxygenizing, deoxygenising +departmentalization's, departmentalisation's +departmentalization, departmentalisation +departmentalizations, departmentalisations +departmentalize, departmentalise +departmentalized, departmentalised +departmentalizes, departmentalises +departmentalizing, departmentalising +departmentization's, departmentisation's +departmentization, departmentisation +departmentizations, departmentisations +departmentize, departmentise +departmentizes, departmentises +depauperization, depauperisation +depauperize, depauperise +depauperized, depauperised +depauperizes, depauperises +depauperizing, depauperising +dependence's, dependance's +dependence, dependance +dependences, dependances +depersonalization's, depersonalisation's +depersonalization, depersonalisation +depersonalizations, depersonalisations +depersonalize, depersonalise +depersonalized, depersonalised +depersonalizes, depersonalises +depersonalizing, depersonalising +depolarization's, depolarisation's +depolarization, depolarisation +depolarizations, depolarisations +depolarize, depolarise +depolarized, depolarised +depolarizer's, depolariser's +depolarizer, depolariser +depolarizers, depolarisers +depolarizes, depolarises +depolarizing, depolarising +depoliticization, depoliticisation +depoliticize, depoliticise +depoliticized, depoliticised +depoliticizes, depoliticises +depoliticizing, depoliticising +depolymerization's, depolymerisation's +depolymerization, depolymerisation +depolymerizations, depolymerisations +depolymerize, depolymerise +depolymerized, depolymerised +depolymerizes, depolymerises +depolymerizing, depolymerising +depressurization's, depressurisation's +depressurization, depressurisation +depressurizations, depressurisations +depressurize, depressurise +depressurized, depressurised +depressurizes, depressurises +depressurizing, depressurising +deputationize, deputationise +deputationizes, deputationises +deputization, deputisation +deputize, deputise +deputized, deputised +deputizes, deputises +deputizing, deputising +deracialize, deracialise +deracialized, deracialised +deracializes, deracialises +deracializing, deracialising +derationalization's, derationalisation's +derationalization, derationalisation +derationalizations, derationalisations +derationalize, derationalise +derationalizes, derationalises +deratization's, deratisation's +deratization, deratisation +deratizations, deratisations +derealization, derealisation +derecognize, derecognise +derecognized, derecognised +derecognizes, derecognises +derecognizing, derecognising +deregulationize, deregulationise +deregulationizes, deregulationises +dereligionize, dereligionise +dereligionized, dereligionised +dereligionizes, dereligionises +dereligionizing, dereligionising +derk, drek +dermatorrhea, dermatorrhoea +Derr's, Drer's +Derr, Drer +desacralization, desacralisation +desacralizations, desacralisations +desacralize, desacralise +desacralized, desacralised +desacralizes, desacralises +desacralizing, desacralising +desalinization's, desalinisation's +desalinization, desalinisation +desalinizations, desalinisations +desalinize, desalinise +desalinized, desalinised +desalinizes, desalinises +desalinizing, desalinising +desensitization's, desensitisation's +desensitization, desensitisation +desensitizations, desensitisations +desensitize, desensitise +desensitized, desensitised +desensitizer's, desensitiser's +desensitizer, desensitiser +desensitizers, desensitisers +desensitizes, desensitises +desensitizing, desensitising +desertization, desertisation +desertizations, desertisations +desexualization's, desexualisation's +desexualization, desexualisation +desexualizations, desexualisations +desexualize, desexualise +desexualized, desexualised +desexualizes, desexualises +desexualizing, desexualising +desilverization, desilverisation +desilverizations, desilverisations +desilverize, desilverise +desilverized, desilverised +desilverizes, desilverises +desilverizing, desilverising +despiritualization, despiritualisation +despiritualize, despiritualise +despotize, despotise +despotizes, despotises +destabilization, destabilisation +destabilize, destabilise +destabilized, destabilised +destabilizer, destabiliser +destabilizers, destabilisers +destabilizes, destabilises +destabilizing, destabilising +destalinize, destalinise +destalinized, destalinised +destalinizes, destalinises +destalinizing, destalinising +desterilize, desterilise +destigmatization, destigmatisation +desulfurizer's, desulfuriser's +desulfurizer, desulfuriser +desulphurisation's, desulphurization's +desulphurisation, desulphurization +desulphurisations, desulphurizations +desulphurise, desulphurize +desulphurised, desulphurized +desulphurises, desulphurizes +desulphurising, desulphurizing +desulphurizer, desulphuriser +desulphurizers, desulphurisers +desynchronization's, desynchronisation's +desynchronization, desynchronisation +desynchronizations, desynchronisations +desynchronize, desynchronise +desynchronized, desynchronised +desynchronizes, desynchronises +desynchronizing, desynchronising +detribalization's, detribalisation's +detribalization, detribalisation +detribalizations, detribalisations +detribalize, detribalise +detribalized, detribalised +detribalizes, detribalises +detribalizing, detribalising +deva, daeva +devalorization, devalorisation +devalorizations, devalorisations +devalorize, devalorise +devalorized, devalorised +devalorizes, devalorises +devalorizing, devalorising +develed, develled +develing, develling +deviled, devilled +deviling, devilling +devilize, devilise +devilizes, devilises +devitalization's, devitalisation's +devitalization, devitalisation +devitalizations, devitalisations +devitalize, devitalise +devitalized, devitalised +devitalizes, devitalises +devitalizing, devitalising +devocalization's, devocalisation's +devocalization, devocalisation +devocalize, devocalise +devocalized, devocalised +devocalizes, devocalises +devocalizing, devocalising +devolatilization's, devolatilisation's +devolatilization, devolatilisation +devolatilizations, devolatilisations +devolatilize, devolatilise +devolatilized, devolatilised +devolatilizes, devolatilises +devolatilizing, devolatilising +dexterous, dextrous +dexterously, dextrously +dexterousness, dextrousness +diabolization's, diabolisation's +diabolization, diabolisation +diabolizations, diabolisations +diabolize, diabolise +diabolized, diabolised +diabolizes, diabolises +diabolizing, diabolising +diagonalizable, diagonalisable +diagonalization, diagonalisation +diagonalize, diagonalise +diagonalized, diagonalised +diagonalizes, diagonalises +diagonalizing, diagonalising +dialecticize, dialecticise +dialecticizes, dialecticises +dialed, dialled +dialer's, dialler's +dialer, dialler +dialers, diallers +dialing's, dialling's +dialing, dialling +dialings, diallings +dialist's, diallist's +dialist, diallist +dialists, diallists +dialogize, dialogise +dialogized, dialogised +dialogizes, dialogises +dialogizing, dialogising +dialogue's, dialog's +dialogue, dialog +dialogued, dialogged +dialogues, dialogs +dialoguing, dialogging +dialyzabilities, dialysabilities +dialyzability's, dialysability's +dialyzability, dialysability +dialyzable's, dialysable's +dialyzable, dialysable +dialyzabler, dialysabler +dialyzables, dialysables +dialyzablest, dialysablest +dialyzate's, dialysate's +dialyzate, dialysate +dialyzates, dialysates +dialyzation's, dialysation's +dialyzation, dialysation +dialyze, dialyse +dialyzed, dialysed +dialyzer's, dialyser's +dialyzer, dialyser +dialyzers, dialysers +dialyzes, dialyses +dialyzing, dialysing +diamondize, diamondise +diamondizes, diamondises +diarize, diarise +diarized, diarised +diarizes, diarises +diarizing, diarising +diarrhea's, diarrhoea's +diarrhea, diarrhoea +diarrheal, diarrhoeal +diarrhealer, diarrhoealer +diarrhealest, diarrhoealest +diarrheas, diarrhoeas +diarrheic, diarrhoeic +diarrheicer, diarrhoeicer +diarrheicest, diarrhoeicest +diarrhetic, diarrhoetic +diarrheticer, diarrhoeticer +diarrheticest, diarrhoeticest +dichotomization's, dichotomisation's +dichotomization, dichotomisation +dichotomizations, dichotomisations +dichotomize, dichotomise +dichotomized, dichotomised +dichotomizes, dichotomises +dichotomizing, dichotomising +dickeys, dickies +dicky's, dickie's +dicky, dickie +diene, diaene +dieretic, diaeretic +dieselization's, dieselisation's +dieselization, dieselisation +dieselizations, dieselisations +dieselize, dieselise +dieselized, dieselised +dieselizes, dieselises +dieselizing, dieselising +diestrous, dioestrous +diestrual, dioestrual +diestrum, dioestrum +diestrus's, dioestrus's +diestrus, dioestrus +diestruses, dioestruses +diethylstilbestrol's, diethylstilboestrol's +diethylstilbestrol, diethylstilboestrol +dietitian's, dietician's +dietitian, dietician +dietitians, dieticians +differentialize, differentialise +differentializes, differentialises +digitalization's, digitalisation's +digitalization, digitalisation +digitalizations, digitalisations +digitalize, digitalise +digitalized, digitalised +digitalizes, digitalises +digitalizing, digitalising +digitization's, digitisation's +digitization, digitisation +digitizations, digitisations +digitize, digitise +digitized, digitised +digitizer's, digitiser's +digitizer, digitiser +digitizers, digitisers +digitizes, digitises +digitizing, digitising +dike's, dyke's +dike, dyke +diked, dyked +dikes, dykes +diking, dyking +dimensionalization, dimensionalisation +dimensionalize, dimensionalise +dimensionalized, dimensionalised +dimensionalizes, dimensionalises +dimensionalizing, dimensionalising +dimerization's, dimerisation's +dimerization, dimerisation +dimerizations, dimerisations +dimerize, dimerise +dimerized, dimerised +dimerizes, dimerises +dimerizing, dimerising +diminutivize, diminutivise +diminutivizes, diminutivises +dingoes, dingos +dioecious, diecious +dioeciously, dieciously +dionize, dionise +diopter's, dioptre's +diopter, dioptre +diopters, dioptres +diphthongization's, diphthongisation's +diphthongization, diphthongisation +diphthongizations, diphthongisations +diphthongize, diphthongise +diphthongized, diphthongised +diphthongizes, diphthongises +diphthongizing, diphthongising +diple, diploe +diploe's, diploae's +diploe, diploae +diplomatize, diplomatise +diplomatized, diplomatised +diplomatizes, diplomatises +diplomatizing, diplomatising +dis's, diss's +dis, diss +disangularize, disangularise +disangularizes, disangularises +disauthorize, disauthorise +disauthorized, disauthorised +disauthorizes, disauthorises +disauthorizing, disauthorising +disboweled, disbowelled +disboweling, disbowelling +discanonization's, discanonisation's +discanonization, discanonisation +discanonizations, discanonisations +discanonize, discanonise +discanonizes, discanonises +discolor's, discolour's +discolor, discolour +discolorate, discolourate +discolorated, discolourated +discoloration's, discolouration's +discoloration, discolouration +discolorations, discolourations +discolored's, discoloured's +discolored, discoloured +discoloredness, discolouredness +discoloreds, discoloureds +discoloring, discolouring +discolorment's, discolourment's +discolorment, discolourment +discolorments, discolourments +discolors, discolours +discolourisation's, discolourization's +discolourisation, discolourization +discolourisations, discolourizations +discretization, discretisation +discretize, discretise +disdenominationalize, disdenominationalise +disdenominationalizes, disdenominationalises +disdiplomatize, disdiplomatise +disdiplomatizes, disdiplomatises +disemboweled, disembowelled +disemboweling, disembowelling +disequalize's, disequalise's +disequalize, disequalise +disequalizer, disequaliser +disequalizers, disequalisers +disequalizes, disequalises +disfavor's, disfavour's +disfavor, disfavour +disfavored, disfavoured +disfavorer's, disfavourer's +disfavorer, disfavourer +disfavorers, disfavourers +disfavoring, disfavouring +disfavors, disfavours +dishabille's, deshabille's +dishabille, deshabille +dishabilles, deshabilles +disharmonize, disharmonise +disharmonized, disharmonised +disharmonizes, disharmonises +disharmonizing, disharmonising +disheveled, dishevelled +disheveler, disheveller +disheveling, dishevelling +dishonor's, dishonour's +dishonor, dishonour +dishonorable's, dishonourable's +dishonorable, dishonourable +dishonorableness's, dishonourableness's +dishonorableness, dishonourableness +dishonorablenesses, dishonourablenesses +dishonorabler, dishonourabler +dishonorables, dishonourables +dishonorablest, dishonourablest +dishonorablier, dishonourablier +dishonorablies, dishonourablies +dishonorabliest, dishonourabliest +dishonorably, dishonourably +dishonorary, dishonourary +dishonored, dishonoured +dishonorer's, dishonourer's +dishonorer, dishonourer +dishonorers, dishonourers +dishonoring, dishonouring +dishonors, dishonours +dishumanize, dishumanise +dishumanizes, dishumanises +dishumor, dishumour +dishumored, dishumoured +dishumors, dishumours +disillusionize, disillusionise +disillusionized, disillusionised +disillusionizer's, disillusioniser's +disillusionizer, disillusioniser +disillusionizers, disillusionisers +disillusionizes, disillusionises +disillusionizing, disillusionising +disindividualize, disindividualise +disindividualized, disindividualised +disindividualizes, disindividualises +disindividualizing, disindividualising +disindustrialization, disindustrialisation +disindustrializations, disindustrialisations +disindustrialize, disindustrialise +disindustrialized, disindustrialised +disindustrializes, disindustrialises +disindustrializing, disindustrialising +disluster, dislustre +dismalize, dismalise +dismalizes, dismalises +disnaturalization's, disnaturalisation's +disnaturalization, disnaturalisation +disnaturalizations, disnaturalisations +disnaturalize, disnaturalise +disnaturalized, disnaturalised +disnaturalizes, disnaturalises +disnaturalizing, disnaturalising +disorganization's, disorganisation's +disorganization, disorganisation +disorganizations, disorganisations +disorganize, disorganise +disorganized, disorganised +disorganizer's, disorganiser's +disorganizer, disorganiser +disorganizers, disorganisers +disorganizes, disorganises +disorganizing, disorganising +disozonize, disozonise +disozonizes, disozonises +dispapalize, dispapalise +dispapalizes, dispapalises +dispatch's, despatch's +dispatch, despatch +dispatched, despatched +dispatches, despatches +dispatching, despatching +dispauperize, dispauperise +dispauperized, dispauperised +dispauperizes, dispauperises +dispauperizing, dispauperising +dispersonalize, dispersonalise +dispersonalizes, dispersonalises +dispopularize, dispopularise +dispopularizes, dispopularises +disrealize, disrealise +disrealizes, disrealises +disscepter's, dissceptre's +disscepter, dissceptre +disscepters, dissceptres +disseize, disseise +disseized, disseised +disseizee, disseisee +disseizes, disseises +disseizin's, disseisin's +disseizin, disseisin +disseizing, disseising +disseizins, disseisins +disseizor's, disseisor's +disseizor, disseisor +disseizors, disseisors +dissensualize, dissensualise +dissensualizes, dissensualises +disses, dises +dissocialize, dissocialise +dissocialized, dissocialised +dissocializes, dissocialises +dissocializing, dissocialising +dissyllabize, dissyllabise +dissyllabized, dissyllabised +dissyllabizing, dissyllabising +dissympathize, dissympathise +dissympathizes, dissympathises +distill, distil +distills, distils +disutilize, disutilise +disutilizes, disutilises +ditsier, ditzier +ditsy, ditzy +ditziness's, ditsiness's +ditziness, ditsiness +ditzinesses, ditsinesses +diversicolored, diversicoloured +divinister, divinistre +divinization's, divinisation's +divinization, divinisation +divinizations, divinisations +divinize, divinise +divinized, divinised +divinizes, divinises +divinizing, divinising +divisionalization, divisionalisation +divisionalizations, divisionalisations +djellaba's, djellabah's +djellaba, djellabah +djellabas, djellabahes +djinni's, djinn's +djinni, djinn +Docete's, Docetae's +Docete, Docetae +dockization's, dockisation's +dockization, dockisation +dockizations, dockisations +dockize, dockise +dockized, dockised +dockizes, dockises +dockizing, dockising +doctorization's, doctorisation's +doctorization, doctorisation +doctorizations, doctorisations +doctorize, doctorise +doctorizes, doctorises +doctrinization's, doctrinisation's +doctrinization, doctrinisation +doctrinizations, doctrinisations +doctrinize, doctrinise +doctrinizes, doctrinises +documentarization, documentarisation +documentarizations, documentarisations +documentarize, documentarise +documentarized, documentarised +documentarizes, documentarises +documentarizing, documentarising +documentize, documentise +documentizes, documentises +Dodonean's, Dodonaean's +Dodonean, Dodonaean +doggy's, doggie's +doggy, doggie +dogie's, dogy's +dogie, dogy +dogmatization's, dogmatisation's +dogmatization, dogmatisation +dogmatizations, dogmatisations +dogmatize, dogmatise +dogmatized, dogmatised +dogmatizer's, dogmatiser's +dogmatizer, dogmatiser +dogmatizers, dogmatisers +dogmatizes, dogmatises +dogmatizing, dogmatising +dognaped, dognapped +dognaping, dognapping +dollarization, dollarisation +dollarizations, dollarisations +dolomitization's, dolomitisation's +dolomitization, dolomitisation +dolomitizations, dolomitisations +dolomitize, dolomitise +dolomitized, dolomitised +dolomitizes, dolomitises +dolomitizing, dolomitising +dolor's, dolour's +dolor, dolour +dolors, dolours +domesticize, domesticise +domesticized, domesticised +domesticizes, domesticises +domesticizing, domesticising +domine, dominae +dopey, dopy +dora, doura +Doricize's, Doricise's +Doricize, Doricise +Doricizes, Doricises +dorize, dorise +dorized, dorised +dorizes, dorises +dorizing, dorising +doryline, dorylinae +doughnut's, donut's +doughnut, donut +doughnuts, donuts +doweled, dowelled +doweler, doweller +doweling, dowelling +downdraft's, downdraught's +downdraft, downdraught +dracena, dracaena +dracenaceae, dracaenaceae +dracenas, dracaenas +draftier, draughtier +draftiest, draughtiest +draftilier, draughtilier +draftiliest, draughtiliest +draftily, draughtily +draftiness's, draughtiness's +draftiness, draughtiness +draftinesses, draughtinesses +draftsman's, draughtsman's +draftsman, draughtsman +draftsmanship's, draughtsmanship's +draftsmanship, draughtsmanship +draftsmanships, draughtsmanships +draftsmen, draughtsmen +draftsperson, draughtsperson +draftswoman's, draughtswoman's +draftswoman, draughtswoman +draftswomen, draughtswomen +drafty, draughty +dragonize, dragonise +dragonized, dragonised +dragonizes, dragonises +dragonizing, dragonising +dramatizable's, dramatisable's +dramatizable, dramatisable +dramatizabler, dramatisabler +dramatizables, dramatisables +dramatizablest, dramatisablest +dramatization's, dramatisation's +dramatization, dramatisation +dramatizations, dramatisations +dramatize, dramatise +dramatized, dramatised +dramatizer's, dramatiser's +dramatizer, dramatiser +dramatizers, dramatisers +dramatizes, dramatises +dramatizing, dramatising +dreamed, dreamt +driveled, drivelled +driveler's, driveller's +driveler, driveller +drivelers, drivellers +driveling, drivelling +drought's, drouth's +drought, drouth +droughtiness, drouthiness +droughts, drouthes +droughty, drouthy +dryly, drily +dualization's, dualisation's +dualization, dualisation +dualizations, dualisations +dualize, dualise +dualizes, dualises +ductilize, ductilise +ductilizes, ductilises +dueled, duelled +dueler's, dueller's +dueler, dueller +duelers, duellers +dueling, duelling +duelings, duellings +duelist's, duellist's +duelist, duellist +duelists, duellists +duer, dure +dullness's, dulness's +dullness, dulness +dullnesses, dulnesses +dumbfound, dumfound +dumbfounded, dumfounded +dumbfounding, dumfounding +dumbfoundingly, dumfoundingly +dumbfounds, dumfounds +dumpster's, Dumpster's +dumpster, Dumpster +dumpsters, Dumpsters +dynamize, dynamise +dynamized, dynamised +dynamizes, dynamises +dynamizing, dynamising +dysesthesia, dysaesthesia +dysesthetic, dysaesthetic +dysmenorrhea's, dysmenorrhoea's +dysmenorrhea, dysmenorrhoea +dysmenorrheal, dysmenorrhoeal +dysmenorrheas, dysmenorrhoeas +dysmenorrheic, dysmenorrhoeic +dyspnea's, dyspnoea's +dyspnea, dyspnoea +dyspneal, dyspnoeal +dyspneas, dyspnoeas +dyspneic, dyspnoeic +earlierize, earlierise +earlierized, earlierised +earlierizes, earlierises +earlierizing, earlierising +easternize, easternise +ebionize, ebionise +ebionized, ebionised +ebionizes, ebionises +ebionizing, ebionising +ebonization, ebonisation +ebonize, ebonise +ebonized, ebonised +ebonizes, ebonises +ebonizing, ebonising +ec, aec +ecclesiasticize, ecclesiasticise +ecclesiasticizes, ecclesiasticises +echoize, echoise +echoized, echoised +echoizes, echoises +echoizing, echoising +eclecticize, eclecticise +eclecticizes, eclecticises +ecoid, oecoid +economization's, economisation's +economization, economisation +economizations, economisations +economize, economise +economized, economised +economizer's, economiser's +economizer, economiser +economizers, economisers +economizes, economises +economizing, economising +ecophobia, oecophobia +ecstasize, ecstasise +ecstasized, ecstasised +ecstasizes, ecstasises +ecstasizing, ecstasising +ecstaticize, ecstaticise +ecstaticizes, ecstaticises +ectethmoid, ectoethmoid +ectocelic, ectocoelic +ecumenic, oecumenic +ecumenicalism, oecumenicalism +ecumenicity, oecumenicity +ecumenism, oecumenism +ecus, oecus +edema's, oedema's +edema, oedema +edemas, oedemas +edematose, oedematose +edematous, oedematous +Edenization's, Edenisation's +Edenization, Edenisation +Edenizations, Edenisations +Edenize's, Edenise's +Edenize, Edenise +Edenizes, Edenises +edicule's, aedicule's +edicule, aedicule +edility, aedility +editorialization's, editorialisation's +editorialization, editorialisation +editorializations, editorialisations +editorialize, editorialise +editorialized, editorialised +editorializer's, editorialiser's +editorializer, editorialiser +editorializes, editorialises +editorializing, editorialising +eerie, eery +Eetion's, Eaetion's +Eetion, Eaetion +effectualize, effectualise +effectualizes, effectualises +effeminatize, effeminatise +effeminatizes, effeminatises +effeminization's, effeminisation's +effeminization, effeminisation +effeminize, effeminise +effeminized, effeminised +effeminizes, effeminises +effeminizing, effeminising +eger, aeger +eger, egre +egilops, aegilops +eglogue, aeglogue +egoize, egoise +egoizer, egoiser +egoizers, egoisers +egoizes, egoises +egophony, aegophony +egotize, egotise +egotized, egotised +egotizes, egotises +egotizing, egotising +egritude, aegritude +Egyptianization's, Egyptianisation's +Egyptianization, Egyptianisation +Egyptianizations, Egyptianisations +Egyptianize's, Egyptianise's +Egyptianize, Egyptianise +Egyptianized's, Egyptianised's +Egyptianized, Egyptianised +Egyptianizes, Egyptianises +Egyptianizing's, Egyptianising's +Egyptianizing, Egyptianising +Egyptize's, Egyptise's +Egyptize, Egyptise +Egyptizes, Egyptises +elasticization, elasticisation +elasticize, elasticise +elasticized, elasticised +elasticizer, elasticiser +elasticizers, elasticisers +elasticizes, elasticises +elasticizing, elasticising +electricalize, electricalise +electricalizes, electricalises +electricize, electricise +electricizes, electricises +electrization, electrisation +electrizations, electrisations +electrize, electrise +electrized, electrised +electrizes, electrises +electrizing, electrising +electroanesthesia's, electroanaesthesia's +electroanesthesia, electroanaesthesia +electroanesthesias, electroanaesthesias +electrocauterization's, electrocauterisation's +electrocauterization, electrocauterisation +electrocauterizations, electrocauterisations +electrodialyze, electrodialyse +electrodialyzer's, electrodialyser's +electrodialyzer, electrodialyser +electrodialyzers, electrodialysers +electrodialyzes, electrodialyses +electrogalvanize, electrogalvanise +electrogalvanizes, electrogalvanises +electrohomeopathies, electrohomoeopathies +electrohomeopathy's, electrohomoeopathy's +electrohomeopathy, electrohomoeopathy +electrolyzation's, electrolysation's +electrolyzation, electrolysation +electrolyze, electrolyse +electrolyzed, electrolysed +electrolyzer's, electrolyser's +electrolyzer, electrolyser +electrolyzes, electrolyses +electrolyzing, electrolysing +electromagnetizable, electromagnetisable +electrotonize, electrotonise +electrotonizes, electrotonises +elegize, elegise +elegized, elegised +elegizes, elegises +elegizing, elegising +elementalize, elementalise +elementalizes, elementalises +eleoblast, elaeoblast +eleolite, elaeolite +eleomargaric, elaeomargaric +eleometer, elaeometer +eleoptene's, elaeoptene's +eleoptene, elaeoptene +Elizabethanize's, Elizabethanise's +Elizabethanize, Elizabethanise +Elizabethanizes, Elizabethanises +Elizabethville's, Elisabethville's +Elizabethville, Elisabethville +embedment, imbedment +embedments, imbedments +emblematicize, emblematicise +emblematicizes, emblematicises +emblematization, emblematisation +emblematize, emblematise +emblematized, emblematised +emblematizes, emblematises +emblematizing, emblematising +emblemize, emblemise +emblemized, emblemised +emblemizes, emblemises +emblemizing, emblemising +embolization, embolisation +emboweled, embowelled +emboweling, embowelling +emotionalization's, emotionalisation's +emotionalization, emotionalisation +emotionalizations, emotionalisations +emotionalize, emotionalise +emotionalized, emotionalised +emotionalizes, emotionalises +emotionalizing, emotionalising +emotionize, emotionise +emotionizes, emotionises +empathize, empathise +empathized, empathised +empathizes, empathises +empathizing, empathising +emperize, emperise +emperized, emperised +emperizes, emperises +emperizing, emperising +empestic, empaestic +emphasize, emphasise +emphasized, emphasised +emphasizer, emphasiser +emphasizers, emphasisers +emphasizes, emphasises +emphasizing, emphasising +employee's, employe's +employee, employe +employees, employes +emprise, emprize +emprises, emprizes +empyreumatize, empyreumatise +empyreumatized, empyreumatised +empyreumatizes, empyreumatises +empyreumatizing, empyreumatising +emule, aemule +emuled, aemuled +emules, aemules +emuling, aemuling +emulsionize, emulsionise +emulsionized, emulsionised +emulsionizes, emulsionises +emulsionizing, emulsionising +enameled, enamelled +enameler's, enameller's +enameler, enameller +enamelers, enamellers +enameling, enamelling +enamelings, enamellings +enamelist's, enamellist's +enamelist, enamellist +enamelists, enamellists +enamor's, enamour's +enamor, enamour +enamored's, enamoured's +enamored, enamoured +enamoredness's, enamouredness's +enamoredness, enamouredness +enamorednesses, enamourednesses +enamoreds, enamoureds +enamoring, enamouring +enamorment's, enamourment's +enamorment, enamourment +enamorments, enamourments +enamors, enamours +enarbor's, enarbour's +enarbor, enarbour +enarbors, enarbours +encarnalization, encarnalisation +encarnalize, encarnalise +encarnalized, encarnalised +encarnalizes, encarnalises +encarnalizing, encarnalising +encephalocele, encephalocoele +enclose, inclose +enclosed, inclosed +encloses, incloses +enclosing, inclosing +enclosure's, inclosure's +enclosure, inclosure +enclosures, inclosures +encolor's, encolour's +encolor, encolour +encolored, encoloured +encoloring, encolouring +encolors, encolours +encrust, incrust +encrusted, incrusted +encrusting, incrusting +encrusts, incrusts +encumber, incumber +encumbered, incumbered +encumbering, incumbering +encumbers, incumbers +encyclopedia's, encyclopaedia's +encyclopedia, encyclopaedia +encyclopediac, encyclopaediac +encyclopedial, encyclopaedial +encyclopedian, encyclopaedian +encyclopedias, encyclopaedias +encyclopedic, encyclopaedic +encyclopedical, encyclopaedical +encyclopedically, encyclopaedically +encyclopedism, encyclopaedism +encyclopedisms, encyclopaedisms +encyclopedist, encyclopaedist +encyclopedists, encyclopaedists +endameba, endamoeba +endamebae, endamoebae +endamebas, endamoebas +endamebiasis, endamoebiasis +endamebic, endamoebic +endeavor's, endeavour's +endeavor, endeavour +endeavored, endeavoured +endeavorer's, endeavourer's +endeavorer, endeavourer +endeavorers, endeavourers +endeavoring, endeavouring +endeavors, endeavours +Enders, Endres +endorse, indorse +endorsed, indorsed +endorsement's, indorsement's +endorsement, indorsement +endorsements, indorsements +endorses, indorses +endorsing, indorsing +endue, indue +endued, indued +endues, indues +enduing, induing +eneid, aeneid +energization, energisation +energize, energise +energized, energised +energizer's, energiser's +energizer, energiser +energizers, energisers +energizes, energises +energizing, energising +Englishize's, Englishise's +Englishize, Englishise +Englishizes, Englishises +engrandize, engrandise +engrandizement's, engrandisement's +engrandizement, engrandisement +engrandizements, engrandisements +engrandizes, engrandises +enharbor, enharbour +enhemospore, enhaemospore +enhypostatize, enhypostatise +enhypostatized, enhypostatised +enhypostatizes, enhypostatises +enhypostatizing, enhypostatising +enigmatize, enigmatise +enigmatized, enigmatised +enigmatizes, enigmatises +enigmatizing, enigmatising +enjambment's, enjambement's +enjambment, enjambement +enjambments, enjambements +enocyte, oenocyte +enolic, oenolic +enolization's, enolisation's +enolization, enolisation +enolizations, enolisations +enolize, enolise +enolizes, enolises +enological, oenological +enologist, oenologist +enologists, oenologists +enomania, oenomania +enroll, enrol +enrollment's, enrolment's +enrollment, enrolment +enrollments, enrolments +enrolls, enrols +ensepulcher's, ensepulchre's +ensepulcher, ensepulchre +ensepulcherred, ensepulchred +ensepulcherring, ensepulchring +ensepulchers, ensepulchres +ensorceled, ensorcelled +ensorcels, ensorcells +entameba, entamoeba +entamebae, entamoebae +entamebas, entamoebas +entamebic, entamoebic +entender, entendre +entenders, entendres +enterocele, enterocoele +enteroceles, enterocoeles +enthrall, enthral +enthrallment's, enthralment's +enthrallment, enthralment +enthrallments, enthralments +enthralls, enthrals +enthronization's, enthronisation's +enthronization, enthronisation +enthronizations, enthronisations +enthronize, enthronise +enthronized, enthronised +enthronizes, enthronises +enthronizing, enthronising +entocele, entocoele +entomologize, entomologise +entomologized, entomologised +entomologizes, entomologises +entomologizing, entomologising +entre, entrae +entrench, intrench +entrenched, intrenched +entrenches, intrenches +entrenching, intrenching +entrenchment's, intrenchment's +entrenchment, intrenchment +entrenchments, intrenchments +entrust, intrust +entrusted, intrusted +entrusting, intrusting +entrustment, intrustment +entrustments, intrustments +entrusts, intrusts +envapor's, envapour's +envapor, envapour +envapors, envapours +envenomization, envenomisation +eolic, aeolic +eolipile's, aeolipile's +eolipile, aeolipile +eolipiles, aeolipiles +eolotropic, aeolotropic +eon's, aeon's +eon, aeon +eonian, aeonian +eonism's, aeonism's +eonism, aeonism +eonisms, aeonisms +eons, aeons +Eopaleozoic's, Eopalaeozoic's +Eopaleozoic, Eopalaeozoic +epaulet's, epaulette's +epaulet, epaulette +epaulets, epaulettes +epenetic, epaenetic +ephete, ephetae +epicele, epicoele +epicenter's, epicentre's +epicenter, epicentre +epicenters, epicentres +Epicurize's, Epicurise's +Epicurize, Epicurise +epicurize, epicurise +epicurized, epicurised +Epicurizes, Epicurises +epicurizes, epicurises +epicurizing, epicurising +epidotization, epidotisation +epidotizations, epidotisations +epidotized, epidotised +epigeal, epigaeal +epigean, epigaean +epigeous, epigaeous +epigrammatization, epigrammatisation +epigrammatize, epigrammatise +epigrammatized, epigrammatised +epigrammatizer, epigrammatiser +epigrammatizes, epigrammatises +epigrammatizing, epigrammatising +epilogize, epilogise +epilogized, epilogised +epilogizes, epilogises +epilogizing, epilogising +epilogue's, epilog's +epilogue, epilog +epilogues, epilogs +epiloguize, epiloguise +epiloguized, epiloguised +epiloguizes, epiloguises +epiloguizing, epiloguising +epimerize, epimerise +epimerized, epimerised +epimerizing, epimerising +epinephrine's, epinephrin's +epinephrine, epinephrin +epinephrines, epinephrins +epiphanize, epiphanise +epiphanized, epiphanised +epiphanizing, epiphanising +Episcopalianize's, Episcopalianise's +Episcopalianize, Episcopalianise +Episcopalianizes, Episcopalianises +episcopize, episcopise +episcopized, episcopised +episcopizes, episcopises +episcopizing, episcopising +epistolize, epistolise +epistolized, epistolised +epistolizes, epistolises +epistolizing, epistolising +epitaphize, epitaphise +epitaphizes, epitaphises +epithetize, epithetise +epithetizes, epithetises +epitomization's, epitomisation's +epitomization, epitomisation +epitomizations, epitomisations +epitomize, epitomise +epitomized, epitomised +epitomizer's, epitomiser's +epitomizer, epitomiser +epitomizers, epitomisers +epitomizes, epitomises +epitomizing, epitomising +eq, aeq +equaled, equalled +equaling, equalling +equalization's, equalisation's +equalization, equalisation +equalizations, equalisations +equalize, equalise +equalized, equalised +equalizer's, equaliser's +equalizer, equaliser +equalizers, equalisers +equalizes, equalises +equalizing, equalising +equalizings, equalisings +equestrianize, equestrianise +equestrianizes, equestrianises +erbia, rebia +erbias, rebias +ergotize, ergotise +ergotized, ergotised +ergotizes, ergotises +ergotizing, ergotising +eric, aeric +erical, aerical +erke, reke +ern, ren +ernes, renes +ernest, renest +erns, rens +erogenesis, aerogenesis +erogenic, aerogenic +eros, aeros +erose, aerose +eroticization, eroticisation +eroticize, eroticise +eroticized, eroticised +eroticizes, eroticises +eroticizing, eroticising +erses, reses +ersh, resh +ert, ret +eruginous, aeruginous +erugo, aerugo +erugos, aerugos +ervalenta, revalenta +ervalentas, revalentas +erythrean, erythraean +erythremia, erythraemia +esc, aesc +escalades, escaladoes +eschynite, aeschynite +escollope's, escalop's +escollope, escalop +escollopes, escalops +esculapian, aesculapian +esculetin, aesculetin +esculin's, aesculin's +esculin, aesculin +Eskimoized's, Eskimoised's +Eskimoized, Eskimoised +Eskimoizeds, Eskimoiseds +esop, aesop +esophagal, oesophagal +esophagean, oesophagean +esophagism, oesophagism +esophagismus, oesophagismus +esophagitis, oesophagitis +esophagus, oesophagus +Essenize's, Essenise's +Essenize, Essenise +Essenizes, Essenises +essentialize, essentialise +essentializes, essentialises +esterization's, esterisation's +esterization, esterisation +esterizations, esterisations +esterize, esterise +esterizes, esterises +estheses, aestheses +esthesia's, aesthesia's +esthesia, aesthesia +esthesias, aesthesias +esthesiogen, aesthesiogen +esthesiogenic, aesthesiogenic +esthesiogens, aesthesiogens +esthesis, aesthesis +esthetical, aesthetical +esthetician's, aesthetician's +esthetician, aesthetician +estheticians, aestheticians +estival, aestival +estivate, aestivate +estivated, aestivated +estivates, aestivates +estivating, aestivating +estivation's, aestivation's +estivation, aestivation +estivations, aestivations +estivator's, aestivator's +estivator, aestivator +estive, aestive +estradiol's, oestradiol's +estradiol, oestradiol +estradiols, oestradiols +estral, oestral +estrin's, oestrin's +estrin, oestrin +estrins, oestrins +estriol's, oestriol's +estriol, oestriol +estriols, oestriols +estrogen's, oestrogen's +estrogen, oestrogen +estrogenic, oestrogenic +estrogens, oestrogens +estrone's, oestrone's +estrone, oestrone +estrones, oestrones +estrous, oestrous +estrual, oestrual +estruate, oestruate +estruation, oestruation +estrum, oestrum +estrums, oestrums +estrus's, oestrus's +estrus, oestrus +estruses, oestruses +estuate, aestuate +estuous, aestuous +esture, aesture +estus, aestus +et, aet +eternalization's, eternalisation's +eternalization, eternalisation +eternalizations, eternalisations +eternalize, eternalise +eternalized, eternalised +eternalizes, eternalises +eternalizing, eternalising +eternization's, eternisation's +eternization, eternisation +eternizations, eternisations +eternize, eternise +eternized, eternised +eternizes, eternises +eternizing, eternising +etheling, aetheling +etherealization's, etherealisation's +etherealization, etherealisation +etherealizations, etherealisations +etherealize, etherealise +etherealized, etherealised +etherealizes, etherealises +etherealizing, etherealising +ethered, aethered +etherialization's, etherialisation's +etherialization, etherialisation +etherialize, etherialise +etherialized, etherialised +etherializing, etherialising +etheric, aetheric +etherization's, etherisation's +etherization, etherisation +etherizations, etherisations +etherize, etherise +etherized, etherised +etherizer's, etheriser's +etherizer, etheriser +etherizers, etherisers +etherizes, etherises +etherizing, etherising +ethicization, ethicisation +ethicize, ethicise +ethicized, ethicised +ethicizes, ethicises +ethicizing, ethicising +ethnicize, ethnicise +ethnicizes, ethnicises +etiogenic, aetiogenic +etiologically, aetiologically +etiologist's, aetiologist's +etiologist, aetiologist +etiologue, aetiologue +etiology's, aetiology's +etiology, aetiology +etiophyllin, aetiophyllin +etiotropic, aetiotropic +etiotropically, aetiotropically +etymologizable, etymologisable +etymologization, etymologisation +etymologize, etymologise +etymologized, etymologised +etymologizes, etymologises +etymologizing, etymologising +eudemon, eudaemon +eudemonia, eudaemonia +eudemonic, eudaemonic +eudemonics, eudaemonics +eudemonism, eudaemonism +eudemonisms, eudaemonisms +eudemonist's, eudaemonist's +eudemonist, eudaemonist +eudemonistic, eudaemonistic +eudemonistical, eudaemonistical +eudemonistically, eudaemonistically +eudemonists, eudaemonists +eudemons, eudaemons +eudemony, eudaemony +euhemerize, euhemerise +euhemerized, euhemerised +euhemerizes, euhemerises +euhemerizing, euhemerising +eukaryote's, eucaryote's +eukaryote, eucaryote +eukaryotes, eucaryotes +eukaryotic, eucaryotic +eulogization's, eulogisation's +eulogization, eulogisation +eulogizations, eulogisations +eulogize, eulogise +eulogized, eulogised +eulogizer's, eulogiser's +eulogizer, eulogiser +eulogizers, eulogisers +eulogizes, eulogises +eulogizing, eulogising +eunuchize, eunuchise +eunuchized, eunuchised +eunuchizes, eunuchises +eunuchizing, eunuchising +euphemization's, euphemisation's +euphemization, euphemisation +euphemize, euphemise +euphemized, euphemised +euphemizer's, euphemiser's +euphemizer, euphemiser +euphemizers, euphemisers +euphemizes, euphemises +euphemizing, euphemising +euphonization, euphonisation +euphonize, euphonise +euphonized, euphonised +euphonizes, euphonises +euphonizing, euphonising +euphuize, euphuise +euphuized, euphuised +euphuizes, euphuises +euphuizing, euphuising +eupnea's, eupnoea's +eupnea, eupnoea +eupneas, eupnoeas +eupneic, eupnoeic +Europeanization's, Europeanisation's +Europeanization, Europeanisation +Europeanizations, Europeanisations +Europeanize, Europeanise +europeanize, europeanise +Europeanized, Europeanised +europeanized, europeanised +Europeanizes, Europeanises +europeanizes, europeanises +Europeanizing, Europeanising +europeanizing, europeanising +Euryale's, Euryalae's +Euryale, Euryalae +evangelization's, evangelisation's +evangelization, evangelisation +evangelizations, evangelisations +evangelize, evangelise +evangelized, evangelised +evangelizer's, evangeliser's +evangelizer, evangeliser +evangelizers, evangelisers +evangelizes, evangelises +evangelizing, evangelising +eventualize, eventualise +eventualized, eventualised +eventualizes, eventualises +eventualizing, eventualising +eviler, eviller +evilest, evillest +eviternal, aeviternal +evolutionize, evolutionise +evolutionizes, evolutionises +excursionize, excursionise +excursionized, excursionised +excursionizes, excursionises +excursionizing, excursionising +exestuate, exaestuate +exhibitionize, exhibitionise +exhibitionizes, exhibitionises +existentialize, existentialise +existentializes, existentialises +exorcise, exorcize +exorcised, exorcized +exorcises, exorcizes +exorcising, exorcizing +exorcization, exorcisation +exorcizement, exorcisement +exorcizer's, exorciser's +exorcizer, exorciser +exorcizers, exorcisers +expediter's, expeditor's +expediter, expeditor +expediters, expeditors +experimentalize, experimentalise +experimentalized, experimentalised +experimentalizes, experimentalises +experimentalizing, experimentalising +experimentize, experimentise +experimentizes, experimentises +expertized, expertised +expertizing, expertising +exsiccate, exsiccatae +extemporization's, extemporisation's +extemporization, extemporisation +extemporizations, extemporisations +extemporize, extemporise +extemporized, extemporised +extemporizer's, extemporiser's +extemporizer, extemporiser +extemporizers, extemporisers +extemporizes, extemporises +extemporizing, extemporising +extendable, extendible +exteriorization's, exteriorisation's +exteriorization, exteriorisation +exteriorizations, exteriorisations +exteriorize, exteriorise +exteriorized, exteriorised +exteriorizes, exteriorises +exteriorizing, exteriorising +externalization's, externalisation's +externalization, externalisation +externalizations, externalisations +externalize, externalise +externalized, externalised +externalizes, externalises +externalizing, externalising +extol, extoll +extols, extolls +extrovert's, extravert's +extrovert, extravert +extroverted, extraverted +extroverts, extraverts +eyeing, eying +fabulize, fabulise +fabulized, fabulised +fabulizes, fabulises +fabulizing, fabulising +facsimilize, facsimilise +facsimilizes, facsimilises +factorization's, factorisation's +factorization, factorisation +factorizations, factorisations +factorize, factorise +factorized, factorised +factorizes, factorises +factorizing, factorising +faence's, faoence's +faence, faoence +faerie's, faery's +faerie, faery +faitor, faitour +faitors, faitours +falafel's, felafel's +falafel, felafel +familiarization's, familiarisation's +familiarization, familiarisation +familiarizations, familiarisations +familiarize, familiarise +familiarized, familiarised +familiarizer's, familiariser's +familiarizer, familiariser +familiarizers, familiarisers +familiarizes, familiarises +familiarizing, familiarising +familiarizingly, familiarisingly +fanaticize, fanaticise +fanaticized, fanaticised +fanaticizes, fanaticises +fanaticizing, fanaticising +fantasied, phantasied +fantasies, phantasies +fantasize, fantasise +fantasized, fantasised +fantasizer, fantasiser +fantasizes, fantasises +fantasizing, fantasising +fantasy's, phantasy's +fantasy, phantasy +fantasying, phantasying +faradization's, faradisation's +faradization, faradisation +faradizations, faradisations +faradize, faradise +faradized, faradised +faradizer's, faradiser's +faradizer, faradiser +faradizers, faradisers +faradizes, faradises +faradizing, faradising +fasciole, fasciolae +fascisticization's, fascisticisation's +fascisticization, fascisticisation +fascisticizations, fascisticisations +fascisticize, fascisticise +fascisticizes, fascisticises +fascistization's, fascistisation's +fascistization, fascistisation +fascistizations, fascistisations +fascistize, fascistise +fascistized, fascistised +fascistizes, fascistises +fascistizing, fascistising +fashionize, fashionise +fashionizes, fashionises +fatalize, fatalise +fatalizes, fatalises +favor's, favour's +favor, favour +favorable's, favourable's +favorable, favourable +favorableness's, favourableness's +favorableness, favourableness +favorablenesses, favourablenesses +favorabler, favourabler +favorables, favourables +favorablest, favourablest +favorablier, favourablier +favorabliest, favourabliest +favorably, favourably +favored's, favoured's +favored, favoured +favoredlier, favouredlier +favoredliest, favouredliest +favoredly, favouredly +favoredness's, favouredness's +favoredness, favouredness +favorednesses, favourednesses +favoreds, favoureds +favorer's, favourer's +favorer, favourer +favorers, favourers +favoress, favouress +favoring's, favouring's +favoring, favouring +favoringlier, favouringlier +favoringliest, favouringliest +favoringly, favouringly +favorings, favourings +favorite's, favourite's +favorite, favourite +favoriter, favouriter +favorites, favourites +favoritest, favouritest +favoritism's, favouritism's +favoritism, favouritism +favoritisms, favouritisms +favorless, favourless +favorlesser, favourlesser +favorlesses, favourlesses +favorlessest, favourlessest +favors, favours +fayer, fayre +fe, fae +fecal, faecal +fecalith, faecalith +feces's, faeces's +feces, faeces +fecula, faecula +feculence, faeculence +Fecunditatis's, Foecunditatis's +Fecunditatis, Foecunditatis +fecundize, fecundise +fecundizes, fecundises +fedarie, foedarie +fedaries, foedaries +federalization's, federalisation's +federalization, federalisation +federalizations, federalisations +federalize, federalise +federalized, federalised +federalizes, federalises +federalizing, federalising +Fedor's, Faedor's +Fedor, Faedor +feer, fere +feers, feres +femalize, femalise +femalizes, femalises +feminization's, feminisation's +feminization, feminisation +feminizations, feminisations +feminize, feminise +feminized, feminised +feminizes, feminises +feminizing, feminising +femtometer, femtometre +femtometers, femtometres +feralized, feralised +ferd, fred +ferie, feriae +ferity, freity +Ferneau's, Freneau's +Ferneau, Freneau +ferreled, ferrelled +ferreling, ferrelling +ferritization's, ferritisation's +ferritization, ferritisation +ferritizations, ferritisations +fertilizability's, fertilisability's +fertilizability, fertilisability +fertilizable's, fertilisable's +fertilizable, fertilisable +fertilizabler, fertilisabler +fertilizables, fertilisables +fertilizablest, fertilisablest +fertilization's, fertilisation's +fertilization, fertilisation +fertilizational's, fertilisational's +fertilizational, fertilisational +fertilizationaler, fertilisationaler +fertilizationalest, fertilisationalest +fertilizationals, fertilisationals +fertilizations, fertilisations +fertilize, fertilise +fertilized, fertilised +fertilizer's, fertiliser's +fertilizer, fertiliser +fertilizers, fertilisers +fertilizes, fertilises +fertilizing, fertilising +fervor's, fervour's +fervor, fervour +fervorless, fervourless +fervorlesses, fervourlesses +fervors, fervours +fetal, foetal +fetalism, foetalism +fetation's, foetation's +fetation, foetation +fetichize, fetichise +fetichized, fetichised +fetichizes, fetichises +fetichizing, fetichising +feticidal, foeticidal +feticide's, foeticide's +feticide, foeticide +feticides, foeticides +fetid, foetid +fetiferous, foetiferous +fetiparous, foetiparous +fetish's, fetich's +fetish, fetich +fetishes, fetiches +fetishization's, fetishisation's +fetishization, fetishisation +fetishizations, fetishisations +fetishize, fetishise +fetishized, fetishised +fetishizes, fetishises +fetishizing, fetishising +fetor's, foetor's +fetor, foetor +fetors, foetors +fetoscopies, foetoscopies +fetoscopy, foetoscopy +feture, foeture +fetus's, foetus's +fetus, foetus +fetuses, foetuses +feudalizable's, feudalisable's +feudalizable, feudalisable +feudalizables, feudalisables +feudalization's, feudalisation's +feudalization, feudalisation +feudalizations, feudalisations +feudalize, feudalise +feudalized, feudalised +feudalizes, feudalises +feudalizing, feudalising +feuter, feutre +fiber's, fibre's +fiber, fibre +fiberboard's, fibreboard's +fiberboard, fibreboard +fiberboards, fibreboards +fibered, fibred +fiberfill's, fibrefill's +fiberfill, fibrefill +fiberfills, fibrefills +fiberglass's, fibreglass's +fiberglass, fibreglass +fiberglasses, fibreglasses +fiberless, fibreless +fiberlesser, fibrelesser +fiberlesses, fibrelesses +fiberlessest, fibrelessest +fibers, fibres +fiberscope, fibrescope +fiberscopes, fibrescopes +fiberware, fibreware +fibrisation, fibrization +fibrise, fibrize +fibrised, fibrized +fibriser, fibrizer +fibrisers, fibrizers +fibrises, fibrizes +fibrising, fibrizing +fictionalization's, fictionalisation's +fictionalization, fictionalisation +fictionalizations, fictionalisations +fictionalize, fictionalise +fictionalized, fictionalised +fictionalizes, fictionalises +fictionalizing, fictionalising +fictionization's, fictionisation's +fictionization, fictionisation +fictionizations, fictionisations +fictionize, fictionise +fictionized, fictionised +fictionizes, fictionises +fictionizing, fictionising +figurize, figurise +figurizes, figurises +filmize, filmise +filmizes, filmises +filterable, filtrable +finalization's, finalisation's +finalization, finalisation +finalizations, finalisations +finalize, finalise +finalized, finalised +finalizes, finalises +finalizing, finalising +Finlandization, Finlandisation +Finlandizations, Finlandisations +fiscalization's, fiscalisation's +fiscalization, fiscalisation +fiscalizations, fiscalisations +fiscalize, fiscalise +fiscalizes, fiscalises +fjord's, fiord's +fjord, fiord +fjords, fiords +flamboyantize, flamboyantise +flamboyantizes, flamboyantises +flanneled, flannelled +flannelette's, flannelet's +flannelette, flannelet +flanneling, flannelling +flavor's, flavour's +flavor, flavour +flavored, flavoured +flavorer's, flavourer's +flavorer, flavourer +flavorers, flavourers +flavorful, flavourful +flavorfuler, flavourfuler +flavorfulest, flavourfulest +flavorfullier, flavourfullier +flavorfulliest, flavourfulliest +flavorfully, flavourfully +flavorier, flavourier +flavoriest, flavouriest +flavoring's, flavouring's +flavoring, flavouring +flavorings, flavourings +flavorless, flavourless +flavorlesser, flavourlesser +flavorlesses, flavourlesses +flavorlessest, flavourlessest +flavorous, flavourous +flavors, flavours +flavorsome, flavoursome +flavorsomer, flavoursomer +flavorsomest, flavoursomest +flavory, flavoury +fledgling's, fledgeling's +fledgling, fledgeling +fledglings, fledgelings +Fletcherize's, Fletcherise's +Fletcherize, Fletcherise +Fletcherized's, Fletcherised's +Fletcherized, Fletcherised +Fletcherizes, Fletcherises +Fletcherizing's, Fletcherising's +Fletcherizing, Fletcherising +flextime's, flexitime's +flextime, flexitime +flextimes, flexitimes +floozy's, floozie's +floozy, floozie +floralize, floralise +floralizes, floralises +floramor, floramour +flotation's, floatation's +flotation, floatation +flotations, floatations +fluidization's, fluidisation's +fluidization, fluidisation +fluidizations, fluidisations +fluidize, fluidise +fluidized, fluidised +fluidizer's, fluidiser's +fluidizer, fluidiser +fluidizers, fluidisers +fluidizes, fluidises +fluidizing, fluidising +fluky, flukey +flunkey's, flunkie's +flunkie, flunkey +flunkies, flunkeys +fluoridization's, fluoridisation's +fluoridization, fluoridisation +fluoridizations, fluoridisations +fluoridize, fluoridise +fluoridized, fluoridised +fluoridizes, fluoridises +fluoridizing, fluoridising +flutist's, flautist's +flutist, flautist +flutists, flautists +fo'c'sle's, fo'c's'le's +fo'c'sle, fo'c's'le +fo'c'sles, fo'c's'les +focalization's, focalisation's +focalization, focalisation +focalizations, focalisations +focalize, focalise +focalized, focalised +focalizes, focalises +focalizing, focalising +focused, focussed +focusing, focussing +fogies, fogeys +fogy's, fogey's +fogy, fogey +fondue's, fondu's +fondue, fondu +fondues, fondus +fontanel's, fontanelle's +fontanel, fontanelle +fontanels, fontanelles +foolhardize, foolhardise +foolhardized, foolhardised +foolhardizes, foolhardises +foolhardizing, foolhardising +forb, fourb +forche, fourche +foreignization's, foreignisation's +foreignization, foreignisation +foreignizations, foreignisations +foreignize, foreignise +foreignizes, foreignises +forejudgment's, forejudgement's +forejudgment, forejudgement +forejudgments, forejudgements +foreprize, foreprise +forgather, foregather +forgathered, foregathered +forgathering, foregathering +forgathers, foregathers +forgo, forego +forgoes, foregoes +forgoing, foregoing +forgone, foregone +formalizable, formalisable +formalization's, formalisation's +formalization, formalisation +formalizations, formalisations +formalize, formalise +formalized, formalised +formalizer's, formaliser's +formalizer, formaliser +formalizers, formalisers +formalizes, formalises +formalizing, formalising +forme, formae +formicide, formicidae +formularization's, formularisation's +formularization, formularisation +formularizations, formularisations +formularize, formularise +formularized, formularised +formularizer's, formulariser's +formularizer, formulariser +formularizers, formularisers +formularizes, formularises +formularizing's, formularising's +formularizing, formularising +formulization's, formulisation's +formulization, formulisation +formulizations, formulisations +formulize, formulise +formulized, formulised +formulizer's, formuliser's +formulizer, formuliser +formulizes, formulises +formulizing, formulising +forswear, foreswear +forswearing, foreswearing +forswears, foreswears +forswore, foreswore +forsworn, foresworn +forsworn, foresworn +forumize, forumise +forumizes, forumises +forwent, forewent +fosse, fossae +fossiled, fossilled +fossilizable's, fossilisable's +fossilizable, fossilisable +fossilizabler, fossilisabler +fossilizables, fossilisables +fossilizablest, fossilisablest +fossilization's, fossilisation's +fossilization, fossilisation +fossilizations, fossilisations +fossilize, fossilise +fossilized, fossilised +fossilizes, fossilises +fossilizing, fossilising +fossule, fossulae +foulder, fouldre +fouter, foutre +fouters, foutres +foveole, foveolae +fractionalization's, fractionalisation's +fractionalization, fractionalisation +fractionalizations, fractionalisations +fractionalize, fractionalise +fractionalized, fractionalised +fractionalizes, fractionalises +fractionalizing, fractionalising +fractionization's, fractionisation's +fractionization, fractionisation +fractionizations, fractionisations +fractionize, fractionise +fractionized, fractionised +fractionizes, fractionises +fractionizing, fractionising +fragmentization's, fragmentisation's +fragmentization, fragmentisation +fragmentize, fragmentise +fragmentized, fragmentised +fragmentizer, fragmentiser +fragmentizes, fragmentises +fragmentizing, fragmentising +frambesia's, framboesia's +frambesia, framboesia +frambesias, framboesias +Francize's, Francise's +Francize, Francise +Francizes, Francises +Franklinization's, Franklinisation's +Franklinization, Franklinisation +Franklinizations, Franklinisations +fraternization's, fraternisation's +fraternization, fraternisation +fraternizations, fraternisations +fraternize, fraternise +fraternized, fraternised +fraternizer's, fraterniser's +fraternizer, fraterniser +fraternizers, fraternisers +fraternizes, fraternises +fraternizing, fraternising +freebie's, freebee's +freebie, freebee +freebies, freebees +frena, fraena +Frenchize's, Frenchise's +Frenchize, Frenchise +Frenchizes, Frenchises +frenetic, phrenetic +frenula, fraenula +frenular, fraenular +frenulum's, fraenulum's +frenulum, fraenulum +frenum's, fraenum's +frenum, fraenum +frenums, fraenums +friborg, fribourg +frictionize, frictionise +frictionizes, frictionises +frivoled, frivolled +frivoler's, frivoller's +frivoler, frivoller +frivolers, frivollers +frivoling, frivolling +frizado, frisado +frize, frise +frizette's, frisette's +frizette, frisette +frizettes, frisettes +frizz's, friz's +frizz, friz +frowzier, frowsier +frowziest, frowsiest +frowzy, frowsy +fryer's, frier's +fryer, frier +fryers, friers +fuehrer's, f¸hrer's +fuehrer, f¸hrer +fuehrers, f¸hrers +fueled, fuelled +fueler's, fueller's +fueler, fueller +fuelers, fuellers +fueling, fuelling +fuelizer's, fueliser's +fuelizer, fueliser +fuelizers, fuelisers +fulfill, fulfil +fulfillment's, fulfilment's +fulfillment, fulfilment +fulfillments, fulfilments +fulfills, fulfils +fulgor, fulgour +fulgorous, fulgourous +fulgors, fulgours +fullness's, fulness's +fullness, fulness +fullnesses, fulnesses +functionalize, functionalise +functionalizes, functionalises +functionize, functionise +functionizes, functionises +funeralize, funeralise +funeralizes, funeralises +funneled, funnelled +funneler, funneller +funneling, funnelling +furcule, furculae +Furie's, Furiae's +Furie, Furiae +furor's, furore's +furor, furore +furors, furores +fusilier's, fusileer's +fusilier, fusileer +fusiliers, fusileers +fustianize, fustianise +fustianized, fustianised +fustianizes, fustianises +fustianizing, fustianising +futilize, futilise +futilizes, futilises +futurize, futurise +futurizes, futurises +gaberdine's, gabardine's +gaberdine, gabardine +gaberdines, gabardines +Gaelicization's, Gaelicisation's +Gaelicization, Gaelicisation +Gaelicizations, Gaelicisations +Gaelicize's, Gaelicise's +Gaelicize, Gaelicise +gaelicize, gaelicise +gaelicized, gaelicised +Gaelicizes, Gaelicises +gaelicizes, gaelicises +gaelicizing, gaelicising +gaiety's, gayety's +gaiety, gayety +gaily, gayly +galactorrhea, galactorrhoea +galactorrheas, galactorrhoeas +galactosemia, galactosaemia +galactosemias, galactosaemias +galee, galeae +gallantize, gallantise +gallantizes, gallantises +galliardize, galliardise +Gallicization's, Gallicisation's +Gallicization, Gallicisation +Gallicizations, Gallicisations +Gallicize, Gallicise +gallicize, gallicise +Gallicized, Gallicised +gallicized, gallicised +Gallicizer's, Galliciser's +Gallicizer, Galliciser +Gallicizes, Gallicises +gallicizes, gallicises +Gallicizing, Gallicising +gallicizing, gallicising +gallisize, gallisise +gallisized, gallisised +gallisizes, gallisises +gallisizing, gallisising +gallize, gallise +gallized, gallised +gallizes, gallises +gallizing, gallising +galosh's, galoshe's +galosh, galoshe +galvanization's, galvanisation's +galvanization, galvanisation +galvanizations, galvanisations +galvanize, galvanise +galvanized, galvanised +galvanizer's, galvaniser's +galvanizer, galvaniser +galvanizers, galvanisers +galvanizes, galvanises +galvanizing, galvanising +gambades, gambadoes +gamboled, gambolled +gamboling, gambolling +gamy, gamey +gargarize, gargarise +gargarized, gargarised +gargarizes, gargarises +gargarizing, gargarising +garotting, garoting +garrotte's, garote's +garrotte, garote +garrotted, garoted +garrottes, garotes +garruline, garrulinae +gases, gasses +gasoline's, gasolene's +gasoline, gasolene +gasolines, gasolenes +gastrea, gastraea +gastreas, gastraeas +gastrocele, gastrocoele +gaufer, gaufre +gaufers, gaufres +gauffer, gauffre +gauge's, gage's +gauge, gage +gauged, gaged +gauges, gages +gauging, gaging +gaveled, gavelled +gaveler, gaveller +gaveling, gavelling +ge, gae +ge, goe +ged, gaed +gelatin's, gelatine's +gelatin, gelatine +gelatinizabilities, gelatinisabilities +gelatinizability's, gelatinisability's +gelatinizability, gelatinisability +gelatinizable's, gelatinisable's +gelatinizable, gelatinisable +gelatinizables, gelatinisables +gelatinization's, gelatinisation's +gelatinization, gelatinisation +gelatinizations, gelatinisations +gelatinize, gelatinise +gelatinized, gelatinised +gelatinizer's, gelatiniser's +gelatinizer, gelatiniser +gelatinizers, gelatinisers +gelatinizes, gelatinises +gelatinizing, gelatinising +gelatins, gelatines +gelofer, gelofre +gemologies, gemmologies +gemology's, gemmology's +gemology, gemmology +genealogize, genealogise +genealogized, genealogised +genealogizes, genealogises +genealogizing, genealogising +generalizability, generalisability +generalizable's, generalisable's +generalizable, generalisable +generalizabler, generalisabler +generalizables, generalisables +generalizablest, generalisablest +generalization's, generalisation's +generalization, generalisation +generalizational, generalisational +generalizations, generalisations +generalize, generalise +generalized, generalised +generalizer's, generaliser's +generalizer, generaliser +generalizers, generalisers +generalizes, generalises +generalizing, generalising +genialize, genialise +genialized, genialised +genializes, genialises +genializing, genialising +genteelize, genteelise +genteelized, genteelised +genteelizes, genteelises +genteelizing, genteelising +gentilization's, gentilisation's +gentilization, gentilisation +gentilizations, gentilisations +gentilize, gentilise +gentilized, gentilised +gentilizes, gentilises +gentilizing, gentilising +gentlemanize, gentlemanise +gentlemanizes, gentlemanises +geodesia, geodaesia +geologize, geologise +geologized, geologised +geologizes, geologises +geologizing, geologising +geometricize, geometricise +geometricizes, geometricises +geometrization, geometrisation +geometrizations, geometrisations +geometrize, geometrise +geometrized, geometrised +geometrizes, geometrises +geometrizing, geometrising +ger, gre +gerenuk, greenuk +Germanization's, Germanisation's +germanization's, germanisation's +Germanization, Germanisation +germanization, germanisation +germanizations, germanisations +Germanize, Germanise +germanize, germanise +Germanized, Germanised +germanized, germanised +Germanizer's, Germaniser's +Germanizer, Germaniser +germanizer, germaniser +germanizers, germanisers +Germanizes, Germanises +germanizes, germanises +Germanizing, Germanising +germanizing, germanising +gerne, grene +gers, gres +Ges, Goes +gessed, gessoed +gesses, gessoes +geste, gestae +Getae's, Goetae's +Getae, Goetae +Getz's, Goetz's +Getz, Goetz +Getzville's, Goetzville's +Getzville, Goetzville +gewgaw's, geegaw's +gewgaw, geegaw +gewgaws, geegaws +gey, goey +Gheber's, Ghebre's +Gheber, Ghebre +Ghebers, Ghebres +ghettoization's, ghettoisation's +ghettoization, ghettoisation +ghettoizations, ghettoisations +ghettoize, ghettoise +ghettoized, ghettoised +ghettoizes, ghettoises +ghettoizing, ghettoising +giantize, giantise +giantizes, giantises +gigagram, gigagramme +gigagrams, gigagrammes +gigameter, gigametre +gigameters, gigametres +gimbaled, gimballed +gimbaling, gimballing +gingkos, gingkoes +ginkgo's, gingko's +ginkgo, gingko +girly, girlie +gizmo's, gismo's +gizmo, gismo +gizmos, gismos +glacialize, glacialise +glacializes, glacialises +glamorization's, glamorisation's +glamorizations, glamorisations +glamorless, glamourless +glamorous, glamourous +glamorousness's, glamourousness's +glamorousness, glamourousness +glamour's, glamor's +glamour, glamor +glamoured, glamored +glamouring, glamoring +glamourization, glamorisation +glamourize, glamorise +glamourized, glamorised +glamourizer's, glamoriser's +glamourizer, glamoriser +glamourizers, glamorisers +glamourizes, glamorises +glamourizing, glamorising +glamours, glamors +glauconitization, glauconitisation +glauconitizations, glauconitisations +glebe, glebae +globalization's, globalisation's +globalization, globalisation +globalizations, globalisations +globalize, globalise +globalized, globalised +globalizes, globalises +globalizing, globalising +globigerine, globigerinae +glottalization's, glottalisation's +glottalization, glottalisation +glottalize, glottalise +glottalizes, glottalises +glucemia, glucaemia +glucosemia, glucosaemia +gluing, glueing +gluteal, glutaeal +glutei, glutaei +gluteus, glutaeus +gluttonize, gluttonise +gluttonized, gluttonised +gluttonizes, gluttonises +gluttonizing, gluttonising +glycemia, glycaemia +glycemic, glycaemic +glycerin's, glycerine's +glycerin, glycerine +glycerinize, glycerinise +glycerinizes, glycerinises +glycerins, glycerines +glycerolize, glycerolise +glycerolized, glycerolised +glycerolizes, glycerolises +glycogenize, glycogenise +glycogenizes, glycogenises +glycohemia, glycohaemia +glycosemia, glycosaemia +Gnosticize, Gnosticise +gnosticize, gnosticise +Gnosticized's, Gnosticised's +Gnosticized, Gnosticised +Gnosticizer's, Gnosticiser's +Gnosticizer, Gnosticiser +gnosticizer, gnosticiser +gnosticizers, gnosticisers +Gnosticizes, Gnosticises +gnosticizes, gnosticises +Gnosticizing's, Gnosticising's +Gnosticizing, Gnosticising +gobbledygook's, gobbledegook's +gobbledygook, gobbledegook +gobbledygooks, gobbledegooks +goddamn's, goddam's +goddamn, goddam +goddamned, goddamed +goddamning, goddaming +goddamns, goddams +goddize, goddise +goddizes, goddises +goiter's, goitre's +goiter, goitre +goiters, goitres +gole, goloe +goliathize, goliathise +goliathized, goliathised +goliathizes, goliathises +goliathizing, goliathising +goloshes, goloshoes +gonorrhea's, gonorrhoea's +gonorrhea, gonorrhoea +gonorrheal, gonorrhoeal +gonorrhealer, gonorrhoealer +gonorrhealest, gonorrhoealest +gonorrheas, gonorrhoeas +gonorrheic, gonorrhoeic +goodbye's, goodby's +goodbye, goodby +goodbyes, goodbys +goody's, goodie's +goody, goodie +gor, gour +Gora's, Goura's +Gora, Goura +gora, goura +goramies, gouramies +gorgonize, gorgonise +gorgonized, gorgonised +gorgonizes, gorgonises +gorgonizing, gorgonising +gormandism's, gourmandism's +gormandism, gourmandism +gormandisms, gourmandisms +gormandize's, gormandise's +gormandize, gormandise +gormandized, gormandised +gormandizer's, gormandiser's +gormandizer, gormandiser +gormandizers, gormandisers +gormandizes, gormandises +gormandizing, gormandising +gormandizings, gormandisings +gospeler's, gospeller's +gospeler, gospeller +gospelers, gospellers +gospelize, gospelise +gospelized, gospelised +gospelizes, gospelises +gospelizing, gospelising +gospellize, gospellise +gospellized, gospellised +gospellizes, gospellises +gospellizing, gospellising +Gothicize, Gothicise +gothicize, gothicise +Gothicized, Gothicised +gothicized, gothicised +Gothicizer's, Gothiciser's +Gothicizer, Gothiciser +Gothicizers, Gothicisers +Gothicizes, Gothicises +gothicizes, gothicises +Gothicizing, Gothicising +gothicizing, gothicising +gourmandize, gourmandise +gourmandized, gourmandised +gourmandizes, gourmandises +gourmandizing, gourmandising +governmentalize, governmentalise +governmentalized, governmentalised +governmentalizes, governmentalises +governmentalizing, governmentalising +Goyesque, Goyaesque +Graecize, Graecise +Graecized, Graecised +Graecizes, Graecises +grammaticize, grammaticise +grammaticized, grammaticised +grammaticizes, grammaticises +grammaticizing, grammaticising +granddad's, grandad's +granddad, grandad +granddads, grandads +grangerization's, grangerisation's +grangerization, grangerisation +grangerizations, grangerisations +grangerize, grangerise +grangerized, grangerised +grangerizer's, grangeriser's +grangerizer, grangeriser +grangerizers, grangerisers +grangerizes, grangerises +grangerizing, grangerising +granitization's, granitisation's +granitization, granitisation +granitizations, granitisations +granitize, granitise +granitized, granitised +granitizes, granitises +granitizing, granitising +granny's, grannie's +granny, grannie +granulitization, granulitisation +granulitizations, granulitisations +granulize, granulise +granulizes, granulises +graphitizable, graphitisable +graphitization's, graphitisation's +graphitization, graphitisation +graphitizations, graphitisations +graphitize, graphitise +graphitized, graphitised +graphitizes, graphitises +graphitizing, graphitising +graveled, gravelled +graveling, gravelling +gray's, grey's +gray, grey +grayed, greyed +grayer, greyer +grayest, greyest +graying, greying +grayish, greyish +grayness's, greyness's +grayness, greyness +grays, greys +grecian, graecian +Grecianize, Grecianise +Grecianizes, Grecianises +Grecise's, Graecise's +Grecise, Graecise +Grecised's, Graecised's +Grecised, Graecised +Grecising's, Graecising's +Grecising, Graecising +Grecism's, Graecism's +Grecism, Graecism +grecism, graecism +Grecisms, Graecisms +Grecize, Grecise +grecize, grecise +Grecized, Grecised +grecized, grecised +grecizes, grecises +Grecizing, Grecising +grecizing, grecising +Greekize's, Greekise's +Greekize, Greekise +Greekizes, Greekises +greisenization, greisenisation +greisenizations, greisenisations +greisenize, greisenise +greisenized, greisenised +greisenizes, greisenises +greisenizing, greisenising +grizard, grisard +grize, grise +grizes, grises +groveled, grovelled +groveler's, groveller's +groveler, groveller +grovelers, grovellers +groveling, grovelling +grovelinglier, grovellinglier +grovelingliest, grovellingliest +grovelingly, grovellingly +grueled, gruelled +grueler's, grueller's +grueler, grueller +gruelers, gruellers +grueling's, gruelling's +grueling, gruelling +gruelingly, gruellingly +gruelings, gruellings +Gueber's, Guebre's +Gueber, Guebre +Guebers, Guebres +guerrilla's, guerilla's +guerrilla, guerilla +guerrillas, guerillas +guizer, guiser +guizers, guisers +gule, gulae +gunwale's, gunnel's +gunwale, gunnel +gunwales, gunnels +gutte, guttae +guttule, guttulae +gutturalization's, gutturalisation's +gutturalization, gutturalisation +gutturalizations, gutturalisations +gutturalize, gutturalise +gutturalized, gutturalised +gutturalizes, gutturalises +gutturalizing, gutturalising +gyne, gynae +gynecic, gynaecic +gynecocracies, gynaecocracies +gynecocracy's, gynaecocracy's +gynecocracy, gynaecocracy +gynecocrat's, gynaecocrat's +gynecocrat, gynaecocrat +gynecocratic, gynaecocratic +gynecocraticer, gynaecocraticer +gynecocraticest, gynaecocraticest +gynecocrats, gynaecocrats +gynecoid, gynaecoid +gynecol, gynaecol +gynecologic, gynaecologic +gynecological's, gynaecological's +gynecological, gynaecological +gynecologicaler, gynaecologicaler +gynecologicalest, gynaecologicalest +gynecologicals, gynaecologicals +gynecologicer, gynaecologicer +gynecologicest, gynaecologicest +gynecologics, gynaecologics +gynecologies, gynaecologies +gynecologist's, gynaecologist's +gynecologist, gynaecologist +gynecologists, gynaecologists +gynecology's, gynaecology's +gynecology, gynaecology +gynecomastia's, gynaecomastia's +gynecomastia, gynaecomastia +gynecomastias, gynaecomastias +gynecomasty's, gynaecomasty's +gynecomasty, gynaecomasty +gynecomorphous, gynaecomorphous +gyneconitis, gynaeconitis +gyneocracy, gynaeocracy +gyneolater, gynaeolater +gyneolatry, gynaeolatry +gynomonecious, gynomonoecious +gypsies, gipsies +gypsy's, gipsy's +gypsy, gipsy +gyrostabilization, gyrostabilisation +gyrostabilizations, gyrostabilisations +gyrostabilizer's, gyrostabiliser's +gyrostabilizer, gyrostabiliser +gyrostabilizers, gyrostabilisers +ha, hah +habitualize, habitualise +habitualizes, habitualises +hairdryer's, hairdrier's +hairdryer, hairdrier +hairdryers, hairdriers +hajj's, hadj's +hajj, hadj +hajji's, hadji's +hajji, hadji +hajjis, hadjis +hajjs, hadjs +hallo's, hollo's +hallo, hollo +halloing, holloing +hamletization's, hamletisation's +hamletization, hamletisation +hamletizations, hamletisations +hamletize, hamletise +hamletizes, hamletises +handseled, handselled +handseling, handselling +hankie's, hanky's +hankie, hanky +Hanoverianize's, Hanoverianise's +Hanoverianize, Hanoverianise +Hanoverianizes, Hanoverianises +Hanoverize's, Hanoverise's +Hanoverize, Hanoverise +Hanoverizes, Hanoverises +hansardize, hansardise +hansardized, hansardised +hansardizes, hansardises +hansardizing, hansardising +hanseled, hanselled +hanseling, hanselling +harbor's, harbour's +harbor, harbour +harborage's, harbourage's +harborage, harbourage +harborages, harbourages +harbored, harboured +harborer's, harbourer's +harborer, harbourer +harborers, harbourers +harborful, harbourful +harboring, harbouring +harborless, harbourless +harborlesser, harbourlesser +harborlesses, harbourlesses +harborlessest, harbourlessest +harborous, harbourous +harbors, harbours +harborside, harbourside +harborward, harbourward +harmonizable's, harmonisable's +harmonizable, harmonisable +harmonizabler, harmonisabler +harmonizables, harmonisables +harmonizablest, harmonisablest +harmonization's, harmonisation's +harmonization, harmonisation +harmonizations, harmonisations +harmonize, harmonise +harmonized, harmonised +harmonizer's, harmoniser's +harmonizer, harmoniser +harmonizers, harmonisers +harmonizes, harmonises +harmonizing, harmonising +Harmothoe's, Harmothoae's +Harmothoe, Harmothoae +Harvardize's, Harvardise's +Harvardize, Harvardise +Harvardizes, Harvardises +Harveyize's, Harveyise's +Harveyize, Harveyise +Harveyizes, Harveyises +hasheesh's, haschisch's +hasheesh, haschisch +Hasidean's, Hasidaean's +Hasidean, Hasidaean +Hasmonean, Hasmonaean +Hasmoneans, Hasmonaeans +hatcheled, hatchelled +hatcheling, hatchelling +Hattize's, Hattise's +Hattize, Hattise +Hattizes, Hattises +haussmannization, haussmannisation +haussmannizations, haussmannisations +haussmannize, haussmannise +haussmannized, haussmannised +haussmannizes, haussmannises +haussmannizing, haussmannising +havior, haviour +haviored, havioured +haviors, haviours +hazardize, hazardise +hazardizes, hazardises +heathenization, heathenisation +heathenize, heathenise +heathenized, heathenised +heathenizes, heathenises +heathenizing, heathenising +heavenize, heavenise +heavenizes, heavenises +Hebraicize's, Hebraicise's +Hebraicize, Hebraicise +Hebraicizes, Hebraicises +Hebraization's, Hebraisation's +Hebraization, Hebraisation +hebraization, hebraisation +hebraizations, hebraisations +Hebraize, Hebraise +hebraize, hebraise +Hebraized, Hebraised +hebraized, hebraised +Hebraizer's, Hebraiser's +Hebraizer, Hebraiser +Hebraizes, Hebraises +hebraizes, hebraises +Hebraizing, Hebraising +hebraizing, hebraising +Hecatean's, Hecataean's +Hecatean, Hecataean +hectogram's, hectogramme's +hectogram, hectogramme +hectograms, hectogrammes +hectoliter's, hectolitre's +hectoliter, hectolitre +hectoliters, hectolitres +hectometer's, hectometre's +hectometer, hectometre +hectometers, hectometres +hed, haed +Hegelianize's, Hegelianise's +Hegelianize, Hegelianise +Hegelianizes, Hegelianises +Hekatean's, Hekataean's +Hekatean, Hekataean +hele, heloe +helled, helloed +Hellenization's, Hellenisation's +Hellenization, Hellenisation +Hellenizations, Hellenisations +Hellenize, Hellenise +hellenize, hellenise +Hellenized, Hellenised +hellenized, hellenised +Hellenizer's, Helleniser's +Hellenizer, Helleniser +Hellenizes, Hellenises +hellenizes, hellenises +Hellenizing, Hellenising +hellenizing, hellenising +hemachrome's, haemachrome's +hemachrome, haemachrome +hemacytometer's, haemacytometer's +hemacytometer, haemacytometer +hemad, haemad +hemagglutinate, haemagglutinate +hemagglutinated, haemagglutinated +hemagglutinating, haemagglutinating +hemagglutination's, haemagglutination's +hemagglutination, haemagglutination +hemagglutinative, haemagglutinative +hemagglutinin, haemagglutinin +hemagogue, haemagogue +hemal, haemal +hemameba, hemamoeba +hemangioma's, haemangioma's +hemangioma, haemangioma +hemangiomas, haemangiomas +hemangiomata, haemangiomata +hemangiomatosis, haemangiomatosis +hemapophysis, haemapophysis +hemaspectroscope, haemaspectroscope +hematal, haematal +hematein's, haematein's +hematein, haematein +hematemesis, haematemesis +hematherm, haematherm +hemathermal, haemathermal +hemathermous, haemathermous +hematic, haematic +hematics, haematics +hematid, haematid +hematin's, haematin's +hematin, haematin +hematinic's, haematinic's +hematinic, haematinic +hematinics, haematinics +hematins, haematins +hematite's, haematite's +hematite, haematite +hematites, haematites +hematitic, haematitic +hematoblast's, haematoblast's +hematoblast, haematoblast +hematoblasts, haematoblasts +hematobranchiate, haematobranchiate +hematocele's, haematocele's +hematocele, haematocele +hematocrit's, haematocrit's +hematocrit, haematocrit +hematocrits, haematocrits +hematocryal, haematocryal +hematocyst's, haematocyst's +hematocyst, haematocyst +hematocystis, haematocystis +hematocyte's, haematocyte's +hematocyte, haematocyte +hematogeneses, haematogeneses +hematogenesis's, haematogenesis's +hematogenesis, haematogenesis +hematogenous, haematogenous +hematoid, haematoid +hematoidin, haematoidin +hematologic, haematologic +hematological, haematological +hematologies, haematologies +hematologist's, haematologist's +hematologist, haematologist +hematologists, haematologists +hematology's, haematology's +hematology, haematology +hematolysis, haematolysis +hematoma's, haematoma's +hematoma, haematoma +hematomas, haematomas +hematomata, haematomata +hematometer, haematometer +hematophyte's, haematophyte's +hematophyte, haematophyte +hematopoieses, haematopoieses +hematopoiesis, haematopoiesis +hematopoietic, haematopoietic +hematorrhachis, haematorrhachis +hematosepsis, haematosepsis +hematosin, haematosin +hematosis's, haematosis's +hematosis, haematosis +hematothermal, haematothermal +hematoxylic, haematoxylic +hematoxylin's, haematoxylin's +hematoxylin, haematoxylin +hematoxylins, haematoxylins +hematozoa, haematozoa +hematozoal, haematozoal +hematozoic, haematozoic +hematozoon's, haematozoon's +hematozoon, haematozoon +hematozzoa, haematozzoa +hematuria's, haematuria's +hematuria, haematuria +hematurias, haematurias +heme, haem +hemerythrin, hemoerythrin +hemic, haemic +hemihypesthesia, hemihypoesthesia +hemin's, haemin's +hemin, haemin +hemins, haemins +hemoblast's, haemoblast's +hemoblast, haemoblast +hemochromatoses, haemochromatoses +hemochromatosis, haemochromatosis +hemochrome, haemochrome +hemocoel, haemocoel +hemocoels, haemocoels +hemoconcentration's, haemoconcentration's +hemoconcentration, haemoconcentration +hemoconia, haemoconia +hemocyanin, haemocyanin +hemocyanins, haemocyanins +hemocyte's, haemocyte's +hemocyte, haemocyte +hemocytes, haemocytes +hemocytoblast's, haemocytoblast's +hemocytoblast, haemocytoblast +hemocytoblastic, haemocytoblastic +hemocytometer, haemocytometer +hemodialyses, haemodialyses +hemodialysis's, haemodialysis's +hemodialysis, haemodialysis +hemodilution, haemodilution +hemodynamic, haemodynamic +hemodynamics's, haemodynamics's +hemodynamics, haemodynamics +hemoflagellate's, haemoflagellate's +hemoflagellate, haemoflagellate +hemoglobic, haemoglobic +hemoglobin's, haemoglobin's +hemoglobin, haemoglobin +hemoglobinopathies, haemoglobinopathies +hemoglobinopathy, haemoglobinopathy +hemoglobinous, haemoglobinous +hemoglobinuria's, haemoglobinuria's +hemoglobinuria, haemoglobinuria +hemogram, haemogram +hemoid, haemoid +hemolysin's, haemolysin's +hemolysin, haemolysin +hemolysis, haemolysis +hemolytic, haemolytic +hemometer, haemometer +Hemon's, Haemon's +Hemon, Haemon +hemophile's, haemophile's +hemophile, haemophile +hemophilia's, haemophilia's +hemophilia, haemophilia +hemophiliac's, haemophiliac's +hemophiliac, haemophiliac +hemophiliacs, haemophiliacs +hemophilic, haemophilic +hemopod, haemopod +hemopoiesis, haemopoiesis +hemoptyses, haemoptyses +hemoptysis's, haemoptysis's +hemoptysis, haemoptysis +hemorrhage's, haemorrhage's +hemorrhage, haemorrhage +hemorrhaged, haemorrhaged +hemorrhages, haemorrhages +hemorrhaging, haemorrhaging +hemorrhoid, haemorrhoid +hemorrhoidal, haemorrhoidal +hemorrhoidectomy's, haemorrhoidectomy's +hemorrhoidectomy, haemorrhoidectomy +hemorrhoids, haemorrhoids +hemosporid, haemosporid +hemosporidian, haemosporidian +hemostases, haemostases +hemostasia, haemostasia +hemostasis's, haemostasis's +hemostasis, haemostasis +hemostatic, haemostatic +hemothorax's, haemothorax's +hemothorax, haemothorax +hemotoxic, haemotoxic +hemotoxin's, haemotoxin's +hemotoxin, haemotoxin +heparinize, heparinise +hepatization's, hepatisation's +hepatization, hepatisation +hepatizations, hepatisations +hepatize, hepatise +hepatized, hepatised +hepatizes, hepatises +hepatizing, hepatising +hepatorrhea, hepatorrhoea +heraldize, heraldise +heraldizes, heraldises +herborization, herborisation +herborizations, herborisations +herborize, herborise +herborized, herborised +herborizes, herborises +herborizing, herborising +heredes, haeredes +hereticize, hereticise +hereticizes, hereticises +heroinize, heroinise +heroinizes, heroinises +heroization's, heroisation's +heroization, heroisation +heroizations, heroisations +heroize, heroise +heroized, heroised +heroizes, heroises +heroizing, heroising +het, haet +heterecious, heteroecious +heteric, hetaeric +heterism, hetaerism +hets, haets +hexachlorethane, hexachloroethane +hexachlorethanes, hexachloroethanes +hexametrize, hexametrise +hexametrized, hexametrised +hexametrizes, hexametrises +hexametrizing, hexametrising +hexestrol, hexoestrol +Hibernicize's, Hibernicise's +Hibernicize, Hibernicise +hibernicize, hibernicise +Hibernicized's, Hibernicised's +Hibernicized, Hibernicised +hibernicized, hibernicised +hibernicizes, hibernicises +Hibernicizing's, Hibernicising's +Hibernicizing, Hibernicising +hibernicizing, hibernicising +hibernization, hibernisation +hibernizations, hibernisations +hibernize, hibernise +hibernized, hibernised +hibernizes, hibernises +hibernizing, hibernising +hiccuped, hiccupped +hiccuping, hiccupping +hierarchize, hierarchise +hierarchized, hierarchised +hierarchizing, hierarchising +hifalutin, highfaluting +high_jinks, hijinks +hijack's, highjack's +hijack, highjack +hijacked, highjacked +hijacker's, highjacker's +hijacker, highjacker +hijackers, highjackers +hijacking, highjacking +hijacks, highjacks +hilloed, hilloaed +Hinduize's, Hinduise's +Hinduize, Hinduise +Hinduized's, Hinduised's +Hinduized, Hinduised +Hinduizes, Hinduises +Hinduizing's, Hinduising's +Hinduizing, Hinduising +hippieness's, hippiness's +hippieness, hippiness +hippienesses, hippinesses +hirseled, hirselled +hirseling, hirselling +Hispanicization's, Hispanicisation's +Hispanicization, Hispanicisation +Hispanicizations, Hispanicisations +Hispanicize, Hispanicise +hispanicize, hispanicise +Hispanicized, Hispanicised +hispanicized, hispanicised +Hispanicizes, Hispanicises +hispanicizes, hispanicises +Hispanicizing, Hispanicising +hispanicizing, hispanicising +Hispaniolize's, Hispaniolise's +Hispaniolize, Hispaniolise +hispaniolize, hispaniolise +Hispaniolized's, Hispaniolised's +Hispaniolized, Hispaniolised +hispaniolized, hispaniolised +Hispaniolizes, Hispaniolises +hispaniolizes, hispaniolises +Hispaniolizing's, Hispaniolising's +Hispaniolizing, Hispaniolising +hispaniolizing, hispaniolising +historicize, historicise +historicized, historicised +historicizes, historicises +historicizing, historicising +hmm, hm +hoagie's, hoagy's +hoagie, hoagy +hollos, hallos +Hollywoodize's, Hollywoodise's +Hollywoodize, Hollywoodise +Hollywoodized's, Hollywoodised's +Hollywoodized, Hollywoodised +Hollywoodizes, Hollywoodises +Hollywoodizing's, Hollywoodising's +Hollywoodizing, Hollywoodising +homeoblastic, homoeoblastic +homeobox, homoeobox +homeochromatic, homoeochromatic +homeochronous, homoeochronous +homeocrystalline, homoeocrystalline +homeogenic, homoeogenic +homeogenous, homoeogenous +homeoid, homoeoid +homeokinesis, homoeokinesis +homeomeric, homoeomeric +homeomeries, homoeomeries +homeomerous, homoeomerous +homeomery, homoeomery +homeomorph's, homoeomorph's +homeomorph, homoeomorph +homeomorphic, homoeomorphic +homeomorphies, homoeomorphies +homeomorphous, homoeomorphous +homeomorphs, homoeomorphs +homeomorphy, homoeomorphy +homeopath's, homoeopath's +homeopath, homoeopath +homeopathic, homoeopathic +homeopathicallier, homoeopathicallier +homeopathicalliest, homoeopathicalliest +homeopathically, homoeopathically +homeopathicer, homoeopathicer +homeopathicest, homoeopathicest +homeopathician, homoeopathician +homeopathicity, homoeopathicity +homeopathies, homoeopathies +homeopathist's, homoeopathist's +homeopathist, homoeopathist +homeopathists, homoeopathists +homeopaths, homoeopaths +homeopathy's, homoeopathy's +homeopathy, homoeopathy +homeophony, homoeophony +homeoplasia, homoeoplasia +homeoplastic, homoeoplastic +homeoplasy, homoeoplasy +homeopolar, homoeopolar +homeoses, homoeoses +homeosis, homoeosis +homeostases, homoeostases +homeostasis's, homoeostasis's +homeostasis, homoeostasis +homeostatic, homoeostatic +homeoteleuton, homoeoteleuton +homeoteleutons, homoeoteleutons +homeothermal, homoeothermal +homeothermic, homoeothermic +homeothermous, homoeothermous +homeotic, homoeotic +homeotype, homoeotype +homeotypic, homoeotypic +homeotypical, homoeotypical +homeozoic, homoeozoic +homeyness's, hominess's +homeyness, hominess +homeynesses, hominesses +hominization, hominisation +hominized, hominised +homogenization's, homogenisation's +homogenization, homogenisation +homogenizations, homogenisations +homogenize, homogenise +homogenized, homogenised +homogenizer's, homogeniser's +homogenizer, homogeniser +homogenizers, homogenisers +homogenizes, homogenises +homogenizing, homogenising +homologization, homologisation +homologize, homologise +homologized, homologised +homologizer's, homologiser's +homologizer, homologiser +homologizers, homologisers +homologizes, homologises +homologizing, homologising +homologue's, homolog's +homologue, homolog +homologues, homologs +honkie's, honkey's +honkie, honkey +honkies, honkeys +honor's, honour's +honor, honour +honorabilities, honourabilities +honorability's, honourability's +honorability, honourability +honorable's, honourable's +honorable, honourable +honorableness's, honourableness's +honorableness, honourableness +honorablenesses, honourablenesses +honorabler, honourabler +honorables, honourables +honorableship's, honourableship's +honorableship, honourableship +honorableships, honourableships +honorablest, honourablest +honorablier, honourablier +honorablies, honourablies +honorabliest, honourabliest +honorably, honourably +honored, honoured +honoree's, honouree's +honoree, honouree +honorees, honourees +honorer's, honourer's +honorer, honourer +honorers, honourers +honoring, honouring +honorless, honourless +honorlesser, honourlesser +honorlesses, honourlesses +honorlessest, honourlessest +honors, honours +hooch, hootch +hoodlumize, hoodlumise +hoodlumizes, hoodlumises +hookies, hookeys +hooky's, hookey's +hooky, hookey +hooliganize, hooliganise +hooliganizes, hooliganises +hoorah's, hurray's +hoorah, hurray +hoorayed, hurrayed +hooraying, hurraying +Hoosierize's, Hoosierise's +Hoosierize, Hoosierise +Hoosierizes, Hoosierises +Hooverize's, Hooverise's +Hooverize, Hooverise +Hooverizes, Hooverises +hore, horae +horizontalization's, horizontalisation's +horizontalization, horizontalisation +horizontalizations, horizontalisations +horizontalize, horizontalise +horizontalizes, horizontalises +hormonize, hormonise +hormonizes, hormonises +horrorize, horrorise +horrorizes, horrorises +horsey, horsy +hospitalization's, hospitalisation's +hospitalization, hospitalisation +hospitalizations, hospitalisations +hospitalize, hospitalise +hospitalized, hospitalised +hospitalizes, hospitalises +hospitalizing, hospitalising +hostilize, hostilise +hostilizes, hostilises +hotelization's, hotelisation's +hotelization, hotelisation +hotelizations, hotelisations +hotelize, hotelise +hotelizes, hotelises +houseled, houselled +houseling, houselling +houselings, housellings +hoveled, hovelled +hoveler, hoveller +hovelers, hovellers +hoveling, hovelling +hucksterize, hucksterise +hucksterizes, hucksterises +huer, hure +humanitarianize, humanitarianise +humanitarianizes, humanitarianises +humanization's, humanisation's +humanization, humanisation +humanizations, humanisations +humanize, humanise +humanized, humanised +humanizer's, humaniser's +humanizer, humaniser +humanizers, humanisers +humanizes, humanises +humanizing, humanising +humongous, humungous +humor's, humour's +humor, humour +humoral, humoural +humored, humoured +humorer, humourer +humorers, humourers +humorful, humourful +humoring, humouring +humorize, humorise +humorizes, humorises +humorless, humourless +humorlesser, humourlesser +humorlesses, humourlesses +humorlessest, humourlessest +humorlessness's, humourlessness's +humorlessness, humourlessness +humorlessnesses, humourlessnesses +humors, humours +humorsome, humoursome +humorsomeness, humoursomeness +hurrays, hurrahes +hurricanize, hurricanise +hurricanizes, hurricanises +huzzah's, huzza's +huzzah, huzza +huzzahed, huzzaed +huzzahing, huzzaing +huzzahs, huzzas +hyalinization's, hyalinisation's +hyalinization, hyalinisation +hyalinizations, hyalinisations +hyalinize, hyalinise +hyalinized, hyalinised +hyalinizes, hyalinises +hyalinizing, hyalinising +hybridizable's, hybridisable's +hybridizable, hybridisable +hybridizabler, hybridisabler +hybridizables, hybridisables +hybridizablest, hybridisablest +hybridization's, hybridisation's +hybridization, hybridisation +hybridizations, hybridisations +hybridize, hybridise +hybridized, hybridised +hybridizer's, hybridiser's +hybridizer, hybridiser +hybridizers, hybridisers +hybridizes, hybridises +hybridizing, hybridising +hydremia's, hydraemia's +hydremia, hydraemia +hydremias, hydraemias +hydremic, hydraemic +hydrocele, hydrocoele +hydrocephalus's, hydrocephaly's +hydrocephalus, hydrocephaly +hydrocephaluses, hydrocephalies +hydrogenization's, hydrogenisation's +hydrogenization, hydrogenisation +hydrogenizations, hydrogenisations +hydrogenize, hydrogenise +hydrogenized, hydrogenised +hydrogenizes, hydrogenises +hydrogenizing, hydrogenising +hydrolize, hydrolise +hydrolyzable's, hydrolysable's +hydrolyzable, hydrolysable +hydrolyzabler, hydrolysabler +hydrolyzables, hydrolysables +hydrolyzablest, hydrolysablest +hydrolyzate, hydrolysate +hydrolyzates, hydrolysates +hydrolyzation's, hydrolysation's +hydrolyzation, hydrolysation +hydrolyze, hydrolyse +hydrolyzed, hydrolysed +hydrolyzer's, hydrolyser's +hydrolyzer, hydrolyser +hydrolyzes, hydrolyses +hydrolyzing, hydrolysing +hydrorrhea, hydrorrhoea +hydroxylization's, hydroxylisation's +hydroxylization, hydroxylisation +hydroxylizations, hydroxylisations +hydroxylize, hydroxylise +hydroxylizes, hydroxylises +hyena's, hyaena's +hyena, hyaena +hyenic, hyaenic +hygienization's, hygienisation's +hygienization, hygienisation +hygienizations, hygienisations +hygienize, hygienise +hygienizes, hygienises +hymenean, hymenaean +hyperbolize, hyperbolise +hyperbolized, hyperbolised +hyperbolizes, hyperbolises +hyperbolizing, hyperbolising +hypercalcemia, hypercalcaemia +hypercalcemias, hypercalcaemias +hypercalcinemia, hypercalcinaemia +hypercatharsises, hypercatharses +hyperchloremia, hyperchloraemia +hypercholesterolemia, hypercholesterolaemia +hypercholesterolemias, hypercholesterolaemias +hypercivilization's, hypercivilisation's +hypercivilization, hypercivilisation +hypercivilizations, hypercivilisations +hypercivilized's, hypercivilised's +hypercivilized, hypercivilised +hypercivilizeds, hyperciviliseds +hypercriticize, hypercriticise +hypercriticized, hypercriticised +hypercriticizes, hypercriticises +hypercriticizing, hypercriticising +hypercryesthesia, hypercryaesthesia +hyperemia's, hyperaemia's +hyperemia, hyperaemia +hyperemias, hyperaemias +hyperemic, hyperaemic +hyperemphasize, hyperemphasise +hyperemphasizes, hyperemphasises +hyperesthesia's, hyperaesthesia's +hyperesthesia, hyperaesthesia +hyperesthesias, hyperaesthesias +hyperesthete's, hyperaesthete's +hyperesthete, hyperaesthete +hyperesthetic, hyperaesthetic +hyperestheticer, hyperaestheticer +hyperestheticest, hyperaestheticest +hyperglycemic, hyperglycaemic +hyperimmunization's, hyperimmunisation's +hyperimmunization, hyperimmunisation +hyperimmunizations, hyperimmunisations +hyperimmunize, hyperimmunise +hyperimmunizes, hyperimmunises +hyperinsulinization's, hyperinsulinisation's +hyperinsulinization, hyperinsulinisation +hyperinsulinizations, hyperinsulinisations +hyperinsulinize, hyperinsulinise +hyperinsulinizes, hyperinsulinises +hyperlipemia, hyperlipaemia +hyperlipemic, hyperlipaemic +hyperlipidemia, hyperlipidaemia +hypernatremia, hypernatraemia +hyperoxygenize, hyperoxygenise +hyperoxygenizes, hyperoxygenises +hyperparasitize, hyperparasitise +hyperparasitizes, hyperparasitises +hyperpnea's, hyperpnoea's +hyperpnea, hyperpnoea +hyperrealize, hyperrealise +hyperrealizes, hyperrealises +hypersensitization's, hypersensitisation's +hypersensitization, hypersensitisation +hypersensitizations, hypersensitisations +hypersensitize, hypersensitise +hypersensitized, hypersensitised +hypersensitizes, hypersensitises +hypersensitizing, hypersensitising +hyperspiritualizing's, hyperspiritualising's +hyperspiritualizing, hyperspiritualising +hyperspiritualizings, hyperspiritualisings +hyperthyroidization's, hyperthyroidisation's +hyperthyroidization, hyperthyroidisation +hyperthyroidizations, hyperthyroidisations +hyperthyroidize, hyperthyroidise +hyperthyroidizes, hyperthyroidises +hypervitalization's, hypervitalisation's +hypervitalization, hypervitalisation +hypervitalizations, hypervitalisations +hypervitalize, hypervitalise +hypervitalizes, hypervitalises +hypesthesia's, hypaesthesia's +hypesthesia, hypaesthesia +hypesthesias, hypaesthesias +hypesthesic, hypaesthesic +hypethral, hypaethral +hyphenization's, hyphenisation's +hyphenization, hyphenisation +hyphenizations, hyphenisations +hyphenize, hyphenise +hyphenized, hyphenised +hyphenizes, hyphenises +hyphenizing, hyphenising +hypnoidize, hypnoidise +hypnoidized, hypnoidised +hypnoidizes, hypnoidises +hypnoidizing, hypnoidising +hypnopedia, hypnopaedia +hypnopedias, hypnopaedias +hypnotizabilities, hypnotisabilities +hypnotizability's, hypnotisability's +hypnotizability, hypnotisability +hypnotizable's, hypnotisable's +hypnotizable, hypnotisable +hypnotizabler, hypnotisabler +hypnotizables, hypnotisables +hypnotizablest, hypnotisablest +hypnotization's, hypnotisation's +hypnotization, hypnotisation +hypnotizations, hypnotisations +hypnotize, hypnotise +hypnotized, hypnotised +hypnotizer's, hypnotiser's +hypnotizer, hypnotiser +hypnotizers, hypnotisers +hypnotizes, hypnotises +hypnotizing, hypnotising +hypocenter's, hypocentre's +hypocenter, hypocentre +hypocenters, hypocentres +hypogea, hypogaea +hypogeal, hypogaeal +hypogean, hypogaean +hypogeic, hypogaeic +hypogeous, hypogaeous +hypogeum, hypogaeum +hypomagnesemia, hypomagnesaemia +hypomagnesemias, hypomagnesaemias +hypomenorrhea, hypomenorrhoea +hypomenorrheas, hypomenorrhoeas +hypophysectomize, hypophysectomise +hypophysectomized, hypophysectomised +hypopnea's, hypopnoea's +hypopnea, hypopnoea +hyposensitization's, hyposensitisation's +hyposensitization, hyposensitisation +hyposensitize, hyposensitise +hypostasize, hypostasise +hypostasized, hypostasised +hypostasizes, hypostasises +hypostasizing, hypostasising +hypostatization's, hypostatisation's +hypostatization, hypostatisation +hypostatizations, hypostatisations +hypostatize, hypostatise +hypostatized, hypostatised +hypostatizes, hypostatises +hypostatizing, hypostatising +hypothesize, hypothesise +hypothesized, hypothesised +hypothesizer's, hypothesiser's +hypothesizer, hypothesiser +hypothesizers, hypothesisers +hypothesizes, hypothesises +hypothesizing, hypothesising +hypothetize, hypothetise +hypothetized, hypothetised +hypothetizes, hypothetises +hypothetizing, hypothetising +hypoxemia, hypoxaemia +hypoxemias, hypoxaemias +hypoxemic, hypoxaemic +hysterectomize, hysterectomise +hysterectomized, hysterectomised +hysterectomizes, hysterectomises +hysterectomizing, hysterectomising +ichneumonized's, ichneumonised's +ichneumonized, ichneumonised +ichneumonizeds, ichneumoniseds +ichorrhea, ichorrhoea +ichorrhemia, ichorrhaemia +icon's, ikon's +icon's, ikon's +icon, ikon +icon, ikon +iconic, ikonic +iconically, ikonically +iconize, iconise +iconized, iconised +iconizes, iconises +iconizing, iconising +icons, ikons +icons, ikons +Idea's, Idaea's +Idea, Idaea +idealization's, idealisation's +idealization, idealisation +idealizations, idealisations +idealize, idealise +idealized, idealised +idealizer's, idealiser's +idealizer, idealiser +idealizers, idealisers +idealizes, idealises +idealizing, idealising +Idean's, Idaean's +Idean, Idaean +ideologize, ideologise +ideologized, ideologised +ideologizing, ideologising +idiotize, idiotise +idiotized, idiotised +idiotizes, idiotises +idiotizing, idiotising +idolaster, idolastre +idolatrize, idolatrise +idolatrized, idolatrised +idolatrizer's, idolatriser's +idolatrizer, idolatriser +idolatrizes, idolatrises +idolatrizing, idolatrising +idolization's, idolisation's +idolization, idolisation +idolizations, idolisations +idolize, idolise +idolized, idolised +idolizer's, idoliser's +idolizer, idoliser +idolizers, idolisers +idolizes, idolises +idolizing, idolising +Idumea's, Idumaea's +Idumea, Idumaea +Idumean, Idumaean +Idumeans, Idumaeans +idyll's, idyl's +idyll, idyl +idylls, idyls +Ier's, Ire's +Ier, Ire +ignitable, ignitible +igniter's, ignitor's +igniter, ignitor +igniters, ignitors +ileocecal, ileocaecal +Iliadize's, Iliadise's +Iliadize, Iliadise +Iliadizes, Iliadises +illegalization's, illegalisation's +illegalization, illegalisation +illegalizations, illegalisations +illegalize, illegalise +illegalized, illegalised +illegalizes, illegalises +illegalizing, illegalising +illegitimatize, illegitimatise +illegitimatized, illegitimatised +illegitimatizes, illegitimatises +illegitimatizing, illegitimatising +illiberalize, illiberalise +illiberalized, illiberalised +illiberalizes, illiberalises +illiberalizing, illiberalising +Illuminize, Illuminise +Illuminizes, Illuminises +Imer's, Imre's +Imer, Imre +immaterialization, immaterialisation +immaterialize, immaterialise +immaterialized, immaterialised +immaterializes, immaterialises +immaterializing, immaterialising +immiserization, immiserisation +immiserizations, immiserisations +immiserize, immiserise +immiserized, immiserised +immiserizes, immiserises +immiserizing, immiserising +immobilization's, immobilisation's +immobilization, immobilisation +immobilizations, immobilisations +immobilize, immobilise +immobilized, immobilised +immobilizer, immobiliser +immobilizers, immobilisers +immobilizes, immobilises +immobilizing, immobilising +immoralize, immoralise +immoralized, immoralised +immoralizes, immoralises +immoralizing, immoralising +immortalizable's, immortalisable's +immortalizable, immortalisable +immortalizabler, immortalisabler +immortalizables, immortalisables +immortalizablest, immortalisablest +immortalization's, immortalisation's +immortalization, immortalisation +immortalizations, immortalisations +immortalize, immortalise +immortalized, immortalised +immortalizer's, immortaliser's +immortalizer, immortaliser +immortalizers, immortalisers +immortalizes, immortalises +immortalizing, immortalising +immunization's, immunisation's +immunization, immunisation +immunizations, immunisations +immunize, immunise +immunized, immunised +immunizer's, immuniser's +immunizer, immuniser +immunizes, immunises +immunizing, immunising +impactionize, impactionise +impactionizes, impactionises +impanel, empanel +impanelled, empanelled +impanelling, empanelling +impanelment, empanelment +impanels, empanels +impasted, impastoed +imperialization's, imperialisation's +imperialization, imperialisation +imperializations, imperialisations +imperialize, imperialise +imperialized, imperialised +imperializes, imperialises +imperializing, imperialising +imperiled, imperilled +imperiling, imperilling +imperscriptible, imprescriptible +impersonalization's, impersonalisation's +impersonalization, impersonalisation +impersonalizations, impersonalisations +impersonalize, impersonalise +impersonalized, impersonalised +impersonalizes, impersonalises +impersonalizing, impersonalising +impostor's, imposter's +impostor, imposter +impostors, imposters +improvisatorise, improvisatorize +improvisatorises, improvisatorizes +improviser's, improvisor's +improviser, improvisor +improvisers, improvisors +incarnalize, incarnalise +incarnalized, incarnalised +incarnalizing, incarnalising +incenter, incentre +incenters, incentres +incentivization, incentivisation +incentivizations, incentivisations +incentivize, incentivise +incentivized, incentivised +incentivizes, incentivises +incentivizing, incentivising +incerate, increate +incognizable, incognisable +incognizance's, incognisance's +incognizance, incognisance +incognizances, incognisances +incognizant, incognisant +Indianization's, Indianisation's +Indianization, Indianisation +Indianize, Indianise +Indianized, Indianised +Indianizes, Indianises +Indianizing, Indianising +indigene, indigenae +indigenization, indigenisation +indigenizations, indigenisations +indigenize, indigenise +indigenized, indigenised +indigenizes, indigenises +indigenizing, indigenising +individualization's, individualisation's +individualization, individualisation +individualizations, individualisations +individualize, individualise +individualized, individualised +individualizer's, individualiser's +individualizer, individualiser +individualizers, individualisers +individualizes, individualises +individualizing, individualising +individualizingly, individualisingly +indraft's, indraught's +indraft, indraught +indrafts, indraughts +industrialization's, industrialisation's +industrialization, industrialisation +industrializations, industrialisations +industrialize, industrialise +industrialized, industrialised +industrializes, industrialises +industrializing, industrialising +inesthetic, inaesthetic +infamize, infamise +infamized, infamised +infamizes, infamises +infamizing, infamising +infamonize, infamonise +infamonized, infamonised +infamonizes, infamonises +infamonizing, infamonising +infere, infree +inferiorize, inferiorise +inferiorizes, inferiorises +infernalize, infernalise +infernalizes, infernalises +infidelize, infidelise +infidelizes, infidelises +infinitize, infinitise +infinitizes, infinitises +inflection's, inflexion's +inflection, inflexion +inflections, inflexions +informalize, informalise +informalizes, informalises +Ingveonic's, Ingvaeonic's +Ingveonic, Ingvaeonic +Ingweonic's, Ingwaeonic's +Ingweonic, Ingwaeonic +inhumanize, inhumanise +inhumanizes, inhumanises +initialed, initialled +initialer's, initialler's +initialer, initialler +initialers, initiallers +initialing, initialling +initializable, initialisable +initialization's, initialisation's +initialization, initialisation +initializations, initialisations +initialize, initialise +initialized, initialised +initializer, initialiser +initializers, initialisers +initializes, initialises +initializing, initialising +inorganization, inorganisation +inorganizations, inorganisations +inorganized, inorganised +inquire, enquire +inquired, enquired +inquires, enquires +inquiries, enquiries +inquiring, enquiring +inquiry's, enquiry's +inquiry, enquiry +insignia's, insigne's +insignia, insigne +insolubilization's, insolubilisation's +insolubilization, insolubilisation +insolubilize, insolubilise +insolubilized, insolubilised +insolubilizes, insolubilises +insolubilizing, insolubilising +install, instal +installment's, instalment's +installment, instalment +installments, instalments +installs, instals +instill, instil +instills, instils +instituter's, institutor's +instituter, institutor +instituters, institutors +institutionalization's, institutionalisation's +institutionalization, institutionalisation +institutionalizations, institutionalisations +institutionalize, institutionalise +institutionalized, institutionalised +institutionalizes, institutionalises +institutionalizing, institutionalising +institutionize, institutionise +institutionizes, institutionises +instrumentalize, instrumentalise +instrumentalizes, instrumentalises +insularize, insularise +insularizes, insularises +insurrectionize, insurrectionise +insurrectionized, insurrectionised +insurrectionizes, insurrectionises +insurrectionizing, insurrectionising +integralization's, integralisation's +integralization, integralisation +integralizations, integralisations +integralize, integralise +integralizes, integralises +intellectualization's, intellectualisation's +intellectualization, intellectualisation +intellectualizations, intellectualisations +intellectualize, intellectualise +intellectualized, intellectualised +intellectualizer's, intellectualiser's +intellectualizer, intellectualiser +intellectualizers, intellectualisers +intellectualizes, intellectualises +intellectualizing, intellectualising +intercivilization's, intercivilisation's +intercivilization, intercivilisation +intercivilizations, intercivilisations +intercolonization's, intercolonisation's +intercolonization, intercolonisation +intercolonizations, intercolonisations +intercrystallization's, intercrystallisation's +intercrystallization, intercrystallisation +intercrystallizations, intercrystallisations +intercrystallize, intercrystallise +intercrystallizes, intercrystallises +interhemal, interhaemal +interhybridize, interhybridise +interhybridizes, interhybridises +interiorization, interiorisation +interiorize, interiorise +interiorized, interiorised +interiorizes, interiorises +interiorizing, interiorising +interjectionalize, interjectionalise +interjectionalized, interjectionalised +interjectionalizes, interjectionalises +interjectionalizing, interjectionalising +interjectionize, interjectionise +interjectionizes, interjectionises +interjudgment's, interjudgement's +interjudgment, interjudgement +interjudgments, interjudgements +internalization's, internalisation's +internalization, internalisation +internalizations, internalisations +internalize, internalise +internalized, internalised +internalizes, internalises +internalizing, internalising +internationalization's, internationalisation's +internationalization, internationalisation +internationalizations, internationalisations +internationalize, internationalise +internationalized, internationalised +internationalizes, internationalises +internationalizing, internationalising +internment, internement +internments, internements +internship, interneship +internships, interneships +interorganizational, interorganisational +intime, intimae +intraorganization's, intraorganisation's +intraorganization, intraorganisation +intraorganizations, intraorganisations +inure, enure +inured, enured +inures, enures +inuring, enuring +invigor, invigour +iodization's, iodisation's +iodization, iodisation +iodize, iodise +iodized, iodised +iodizer's, iodiser's +iodizer, iodiser +iodizers, iodisers +iodizes, iodises +iodizing, iodising +Ionicization's, Ionicisation's +Ionicization, Ionicisation +Ionicizations, Ionicisations +Ionicize's, Ionicise's +Ionicize, Ionicise +Ionicized's, Ionicised's +Ionicized, Ionicised +Ionicizes, Ionicises +Ionicizing's, Ionicising's +Ionicizing, Ionicising +ionizable's, ionisable's +ionizable, ionisable +ionizabler, ionisabler +ionizables, ionisables +ionizablest, ionisablest +ionization's, ionisation's +ionization, ionisation +ionizations, ionisations +ionize, ionise +ionized, ionised +ionizer's, ioniser's +ionizer, ioniser +ionizers, ionisers +ionizes, ionises +ionizing, ionising +ionizings, ionisings +ionizion, ionision +ionizions, ionisions +Iphinoe's, Iphinoae's +Iphinoe, Iphinoae +ipomea, ipomoea +Iranize's, Iranise's +Iranize, Iranise +Iranizes, Iranises +Iricize's, Iricise's +Iricize, Iricise +Iricized's, Iricised's +Iricized, Iricised +Iricizing's, Iricising's +Iricizing, Iricising +iridectomize, iridectomise +iridectomized, iridectomised +iridectomizing, iridectomising +iridization, iridisation +iridizations, iridisations +iridize, iridise +iridized, iridised +iridizes, iridises +iridizing, iridising +Irishize's, Irishise's +Irishize, Irishise +Irishized's, Irishised's +Irishized, Irishised +Irishizes, Irishises +Irishizing's, Irishising's +Irishizing, Irishising +ironize, ironise +ironized, ironised +ironizes, ironises +ironizing, ironising +irrationalize, irrationalise +irrationalized, irrationalised +irrationalizes, irrationalises +irrationalizing, irrationalising +irrealizable, irrealisable +irrecognizable, irrecognisable +irregularize, irregularise +irregularizes, irregularises +ischemia's, ischaemia's +ischemia, ischaemia +ischemias, ischaemias +ischemic, ischaemic +Islamicize's, Islamicise's +Islamicize, Islamicise +Islamicized's, Islamicised's +Islamicized, Islamicised +Islamicizes, Islamicises +Islamicizing's, Islamicising's +Islamicizing, Islamicising +Islamization's, Islamisation's +Islamization, Islamisation +Islamizations, Islamisations +Islamize, Islamise +Islamized, Islamised +Islamizes, Islamises +Islamizing, Islamising +isochronization, isochronisation +isochronize, isochronise +isochronized, isochronised +isochronizes, isochronises +isochronizing, isochronising +isoimmunization's, isoimmunisation's +isoimmunization, isoimmunisation +isoimmunizations, isoimmunisations +isoimmunize, isoimmunise +isoimmunizes, isoimmunises +isomerization's, isomerisation's +isomerization, isomerisation +isomerizations, isomerisations +isomerize, isomerise +isomerized, isomerised +isomerizes, isomerises +isomerizing, isomerising +Israelitize's, Israelitise's +Israelitize, Israelitise +Israelitizes, Israelitises +Italianization's, Italianisation's +Italianization, Italianisation +Italianizations, Italianisations +Italianize, Italianise +italianize, italianise +Italianized, Italianised +italianized, italianised +Italianizer's, Italianiser's +Italianizer, Italianiser +Italianizers, Italianisers +Italianizes, Italianises +italianizes, italianises +Italianizing, Italianising +italianizing, italianising +italicization's, italicisation's +italicization, italicisation +italicizations, italicisations +italicize, italicise +italicized, italicised +italicizes, italicises +italicizing, italicising +itemization's, itemisation's +itemization, itemisation +itemizations, itemisations +itemize, itemise +itemized, itemised +itemizer's, itemiser's +itemizer, itemiser +itemizers, itemisers +itemizes, itemises +itemizing, itemising +Iturean, Ituraean +Itureans, Ituraeans +izing, ising +jacobean, jacobaean +Jacobinization's, Jacobinisation's +Jacobinization, Jacobinisation +Jacobinize's, Jacobinise's +Jacobinize, Jacobinise +Jacobinized's, Jacobinised's +Jacobinized, Jacobinised +Jacobinizes, Jacobinises +Jacobinizing's, Jacobinising's +Jacobinizing, Jacobinising +jail's, gaol's +jail, gaol +jailbird's, gaolbird's +jailbird, gaolbird +jailbirds, gaolbirds +jailbreak's, gaolbreak's +jailbreak, gaolbreak +jailbreaks, gaolbreaks +jailed, gaoled +jailing, gaoling +jailor's, gaoler's +jailor, gaoler +jailors, gaolers +jails, gaols +janizaries, janisaries +janizary, janisary +Japanization's, Japanisation's +Japanization, Japanisation +Japanizations, Japanisations +Japanize, Japanise +Japanized, Japanised +Japanizes, Japanises +Japanizing, Japanising +jargonization's, jargonisation's +jargonization, jargonisation +jargonizations, jargonisations +jargonize, jargonise +jargonized, jargonised +jargonizes, jargonises +jargonizing, jargonising +jasmine's, jessamine's +jasmine, jessamine +jasmines, jessamines +jasperize, jasperise +jasperized, jasperised +jasperizes, jasperises +jasperizing, jasperising +jeez, geez +jeopardization, jeopardisation +jeopardize, jeopardise +jeopardized, jeopardised +jeopardizes, jeopardises +jeopardizing, jeopardising +jerrican's, jerry_can's +jerrican, jerry_can +jerricans, jerry_cans +Jesuitization's, Jesuitisation's +Jesuitization, Jesuitisation +Jesuitize, Jesuitise +Jesuitized, Jesuitised +Jesuitizes, Jesuitises +Jesuitizing, Jesuitising +jeweled, jewelled +jeweler's, jeweller's +jeweler, jeweller +jewelers, jewellers +jeweling, jewelling +jewelry's, jewellery's +jewelry, jewellery +jihad's, jehad's +jihad, jehad +jihads, jehads +jinricksha's, jinriksha's +jinricksha, jinriksha +jinrickshas, jinrikshas +jiujitsu's, jujutsu's +jokey, joky +Jonathanization's, Jonathanisation's +Jonathanization, Jonathanisation +Jonathanizations, Jonathanisations +jor, jour +jors, jours +journalization's, journalisation's +journalization, journalisation +journalizations, journalisations +journalize, journalise +journalized, journalised +journalizer's, journaliser's +journalizer, journaliser +journalizers, journalisers +journalizes, journalises +journalizing, journalising +jovialize, jovialise +jovializes, jovialises +Judaization's, Judaisation's +Judaization, Judaisation +Judaize, Judaise +Judaized, Judaised +Judaizer's, Judaiser's +Judaizer, Judaiser +judaizer, judaiser +Judaizing, Judaising +Judean, Judaean +Judeans, Judaeans +Judeophobia's, Judaeophobia's +Judeophobia, Judaeophobia +judgment's, judgement's +judgment, judgement +judgmental, judgemental +judgmentaler, judgementaler +judgmentalest, judgementalest +judgments, judgements +judicialize, judicialise +judicializes, judicialises +jujutsu, jiujitsu +jujutsus, jiujitsus +Julide's, Julidae's +Julide, Julidae +jumboize, jumboise +jumboized, jumboised +jumboizes, jumboises +jumboizing, jumboising +junketeer's, junketer's +junketeer, junketer +junketeers, junketers +juvenilize, juvenilise +juvenilizes, juvenilises +kabob, kebob +kabobs, kebobs +kane, kanae +kaolinization's, kaolinisation's +kaolinization, kaolinisation +kaolinizations, kaolinisations +kaolinize, kaolinise +kaolinized, kaolinised +kaolinizes, kaolinises +kaolinizing, kaolinising +kebob's, kabob's +ked, kaed +Keizer's, Keiser's +Keizer, Keiser +kellia, koellia +kembed, kemboed +kenneled, kennelled +kenneling, kennelling +Keppel's, Koeppel's +Keppel, Koeppel +keratinization's, keratinisation's +keratinization, keratinisation +keratinizations, keratinisations +keratinize, keratinise +keratinized, keratinised +keratinizes, keratinises +keratinizing, keratinising +Kerin's, Krein's +Kerin, Krein +kerneled, kernelled +kerneling, kernelling +kerosene's, kerosine's +kerosene, kerosine +kerosenes, kerosines +ketonemia, ketonaemia +ketonization's, ketonisation's +ketonization, ketonisation +ketonizations, ketonisations +ketonize, ketonise +ketonizes, ketonises +kiddie's, kiddy's +kiddie, kiddy +kidnapped, kidnaped +kidnappee's, kidnapee's +kidnappee, kidnapee +kidnappees, kidnapees +kidnapper's, kidnaper's +kidnapper, kidnaper +kidnappers, kidnapers +kidnapping, kidnaping +kilogram's, kilogramme's +kilogram, kilogramme +kilograms, kilogrammes +kiloliter's, kilolitre's +kiloliter, kilolitre +kiloliters, kilolitres +kilometer's, kilometre's +kilometer, kilometre +kilometers, kilometres +kindergartner's, kindergartener's +kindergartner, kindergartener +kindergartners, kindergarteners +kinestheses, kinaestheses +kinesthesia's, kinaesthesia's +kinesthesia, kinaesthesia +kinesthesias, kinaesthesias +kinesthesis's, kinaesthesis's +kinesthesis, kinaesthesis +kinesthetic, kinaesthetic +kinestheticallier, kinaestheticallier +kinestheticalliest, kinaestheticalliest +kinesthetically, kinaesthetically +kinestheticer, kinaestheticer +kinestheticest, kinaestheticest +kinesthetics, kinaesthetics +kissogram's, kissagram's +kissogram, kissagram +kissograms, kissagrams +knickknack's, nicknack's +knickknack, nicknack +knickknacks, nicknacks +knockwurst's, knackwurst's +knockwurst, knackwurst +knockwursts, knackwursts +kooky, kookie +kopek's, copeck's +kopek, copeck +kopeks, copecks +Kossean's, Kossaean's +Kossean, Kossaean +kumquat's, cumquat's +kumquat, cumquat +kumquats, cumquats +kyanize, kyanise +kyanized, kyanised +kyanizes, kyanises +kyanizing, kyanising +kyles, kyloes +labelable, labellable +labeled, labelled +labeler's, labeller's +labeler, labeller +labelers, labellers +labeling, labelling +labialization's, labialisation's +labialization, labialisation +labializations, labialisations +labialize, labialise +labialized, labialised +labializes, labialises +labializing, labialising +labiate, labiatae +labilization's, labilisation's +labilization, labilisation +labilizations, labilisations +labilize, labilise +labilizes, labilises +labiovelarization's, labiovelarisation's +labiovelarization, labiovelarisation +labiovelarize, labiovelarise +labiovelarized, labiovelarised +labiovelarizing, labiovelarising +labor's, labour's +labor, labour +laborabilities, labourabilities +laborability's, labourability's +laborability, labourability +laborable's, labourable's +laborable, labourable +laborables, labourables +laborage, labourage +labored, laboured +laboredlier, labouredlier +laboredliest, labouredliest +laboredly, labouredly +laboredness's, labouredness's +laboredness, labouredness +laborednesses, labourednesses +laborer's, labourer's +laborer, labourer +laborers, labourers +laboress, labouress +laborhood's, labourhood's +laborhood, labourhood +laborhoods, labourhoods +laboring's, labouring's +laboring, labouring +laboringlier, labouringlier +laboringliest, labouringliest +laboringly, labouringly +laborings, labourings +Laborism's, Labourism's +laborism's, labourism's +Laborism, Labourism +laborism, labourism +laborisms, labourisms +laborist's, labourist's +laborist, labourist +laborists, labourists +Laborite's, Labourite's +laborite's, labourite's +Laborite, Labourite +laborite, labourite +Laborites, Labourites +laborites, labourites +laborless, labourless +laborlesser, labourlesser +laborlesses, labourlesses +laborlessest, labourlessest +labors, labours +laborsaving, laboursaving +laborsome, laboursome +laborsomely, laboursomely +lachrymal, lacrimal +lackluster's, lacklustre's +lackluster, lacklustre +lacklusterrer, lacklustrer +lacklusterrest, lacklustrest +lacklusters, lacklustres +laconize, laconise +laconized, laconised +laconizes, laconises +laconizing, laconising +lactonized, lactonised +lagniappe's, lagnappe's +lagniappe, lagnappe +lagniappes, lagnappes +laicization's, laicisation's +laicization, laicisation +laicizations, laicisations +laicize, laicise +laicized, laicised +laicizes, laicises +laicizing, laicising +lairize, lairise +lairized, lairised +lairizes, lairises +lairizing, lairising +lambaste, lambast +lambastes, lambasts +laminarize, laminarise +laminarized, laminarised +laminarizes, laminarises +laminarizing, laminarising +Lander's, Landre's +Lander, Landre +Laothoe's, Laothoae's +Laothoe, Laothoae +lapeled, lapelled +lasagna's, lasagne's +lasagna, lasagne +lasagnas, lasagnes +laster, lastre +latentize, latentise +latentizes, latentises +lateralization's, lateralisation's +lateralization, lateralisation +lateralizations, lateralisations +lateralize, lateralise +lateralizes, lateralises +laterization's, laterisation's +laterization, laterisation +laterizations, laterisations +Latinization's, Latinisation's +Latinization, Latinisation +Latinizations, Latinisations +Latinize, Latinise +latinize, latinise +Latinized, Latinised +Latinizer, Latiniser +Latinizers, Latinisers +Latinizes, Latinises +Latinizing, Latinising +launderette's, laundrette's +launderette, laundrette +launderettes, laundrettes +laure, laurae +laureled, laurelled +laureling, laurelling +lavalier_microphone's, lavaliere_microphone's +lavalier_microphone, lavaliere_microphone +lavalier_microphones, lavaliere_microphones +lavolted, lavoltaed +leaped, leapt +learned, learnt +leatherize, leatherise +leatherizes, leatherises +lefty's, leftie's +lefty, leftie +legalization's, legalisation's +legalization, legalisation +legalizations, legalisations +legalize, legalise +legalized, legalised +legalizes, legalises +legalizing, legalising +legitimatize, legitimatise +legitimatized, legitimatised +legitimatizes, legitimatises +legitimatizing, legitimatising +legitimization's, legitimisation's +legitimization, legitimisation +legitimizations, legitimisations +legitimize, legitimise +legitimized, legitimised +legitimizer, legitimiser +legitimizes, legitimises +legitimizing, legitimising +leguminose, leguminosae +lemmatize, lemmatise +lemmatized, lemmatised +lemmatizes, lemmatises +lemmatizing, lemmatising +leporide, leporidae +leptospire, leptospirae +Lernean's, Lernaean's +Lernean, Lernaean +lernean, lernaean +lesses, loesses +lethalize, lethalise +lethalizes, lethalises +lethargize, lethargise +lethargized, lethargised +lethargizes, lethargises +lethargizing, lethargising +leucemia, leucaemia +leucemias, leucaemias +leucemic, leucaemic +leuchemia, leuchaemia +leucocythemia, leucocythaemia +leucocythemic, leucocythaemic +leucorrhea's, leucorrhoea's +leucorrhea, leucorrhoea +leucorrheal, leucorrhoeal +leucorrheas, leucorrhoeas +Leucothoe's, Leucothoae's +Leucothoe, Leucothoae +leukemia's, leukaemia's +leukemia, leukaemia +leukemias, leukaemias +leukemogeneses, leukaemogeneses +leukemogenesis, leukaemogenesis +leukorrhea, leukorrhoea +leukorrheal, leukorrhoeal +leveled, levelled +leveler's, leveller's +leveler, leveller +levelers, levellers +levelest, levellest +leveling's, levelling's +leveling, levelling +levigate, laevigate +levigated, laevigated +levigates, laevigates +levigating, laevigating +levo, laevo +levoduction, laevoduction +levogyrate, laevogyrate +levogyre, laevogyre +levogyrous, laevogyrous +levolactic, laevolactic +levorotation's, laevorotation's +levorotation, laevorotation +levorotations, laevorotations +levorotatory, laevorotatory +levotartaric, laevotartaric +levoversion, laevoversion +levulin, laevulin +levulose's, laevulose's +levulose, laevulose +levuloses, laevuloses +lexicalization, lexicalisation +lexicalizations, lexicalisations +lexiconize, lexiconise +lexiconizes, lexiconises +libelant's, libellant's +libelant, libellant +libelants, libellants +libeled, libelled +libelee's, libellee's +libelee, libellee +libelees, libellees +libeler's, libeller's +libeler, libeller +libelers, libellers +libeling, libelling +libelous, libellous +libelouser, libellouser +libelousest, libellousest +libelouslier, libellouslier +libelousliest, libellousliest +libelously, libellously +liberalization's, liberalisation's +liberalization, liberalisation +liberalizations, liberalisations +liberalize, liberalise +liberalized, liberalised +liberalizer's, liberaliser's +liberalizer, liberaliser +liberalizers, liberalisers +liberalizes, liberalises +liberalizing, liberalising +licenseless, licenceless +licenselesses, licencelesses +lichenization's, lichenisation's +lichenization, lichenisation +lichenizations, lichenisations +lichenize, lichenise +lichenized, lichenised +lichenizes, lichenises +lichenizing, lichenising +licorice's, liquorice's +licorice, liquorice +lignitize, lignitise +lignitizes, lignitises +lignose, lignosae +ligule, ligulae +likabilities, likeabilities +likability's, likeability's +likability, likeability +likable, likeable +likableness's, likeableness's +likableness, likeableness +likablenesses, likeablenesses +Lilliputianize's, Lilliputianise's +Lilliputianize, Lilliputianise +Lilliputianizes, Lilliputianises +linchpin's, lynchpin's +linchpin, lynchpin +linchpins, lynchpins +linearizable, linearisable +linearization's, linearisation's +linearization, linearisation +linearizations, linearisations +linearize, linearise +linearized, linearised +linearizes, linearises +linearizing, linearising +linearizion, linearision +linenize, linenise +linenizer, lineniser +linenizers, linenisers +linenizes, linenises +linge, lingoe +lingualize, lingualise +lingualizes, lingualises +linguine's, linguini's +linguine, linguini +linguines, linguinis +lionizable's, lionisable's +lionizable, lionisable +lionizables, lionisables +lionization's, lionisation's +lionization, lionisation +lionizations, lionisations +lionize, lionise +lionized, lionised +lionizer's, lioniser's +lionizer, lioniser +lionizers, lionisers +lionizes, lionises +lionizing, lionising +lipemia, lipaemia +lipemic, lipaemic +lipoidemia, lipoidaemia +liquefied, liquified +liquefier, liquifier +liquefiers, liquifiers +liquefies, liquifies +liquefy, liquify +liquefying, liquifying +liquidization, liquidisation +liquidize, liquidise +liquidized, liquidised +liquidizer's, liquidiser's +liquidizer, liquidiser +liquidizers, liquidisers +liquidizes, liquidises +liquidizing, liquidising +lissome, lissom +lissomely, lissomly +lissomeness, lissomness +lissomenesses, lissomnesses +Listerize's, Listerise's +Listerize, Listerise +Listerized's, Listerised's +Listerized, Listerised +Listerizes, Listerises +Listerizing's, Listerising's +Listerizing, Listerising +liter's, litre's +liter, litre +literalization's, literalisation's +literalization, literalisation +literalizations, literalisations +literalize, literalise +literalized, literalised +literalizer's, literaliser's +literalizer, literaliser +literalizers, literalisers +literalizes, literalises +literalizing, literalising +liters, litres +lithed, lithoed +lithemia, lithaemia +lithemic, lithaemic +lithographize, lithographise +lithographizes, lithographises +lithopedion, lithopaedion +lithopedium, lithopaedium +lithophyse, lithophysae +lithotritize, lithotritise +lithotritized, lithotritised +lithotritizes, lithotritises +lithotritizing, lithotritising +livable, liveable +livableness, liveableness +lobotomize, lobotomise +lobotomized, lobotomised +lobotomizes, lobotomises +lobotomizing, lobotomising +localizable's, localisable's +localizable, localisable +localizabler, localisabler +localizables, localisables +localizablest, localisablest +localization's, localisation's +localization, localisation +localizations, localisations +localize, localise +localized, localised +localizer's, localiser's +localizer, localiser +localizers, localisers +localizes, localises +localizing, localising +locator's, locater's +locator, locater +locators, locaters +lodestar's, loadstar's +lodestar, loadstar +lodestars, loadstars +lodestone's, loadstone's +lodestone, loadstone +lodestones, loadstones +lodgment's, lodgement's +lodgment, lodgement +lodgments, lodgements +lodicule, lodiculae +loed, looed +logicalization's, logicalisation's +logicalization, logicalisation +logicalizations, logicalisations +logicalize, logicalise +logicalizes, logicalises +logicize, logicise +logicized, logicised +logicizes, logicises +logicizing, logicising +logopedic, logopaedic +logopedics's, logopaedics's +logopedics, logopaedics +logorrhea's, logorrhoea's +logorrhea, logorrhoea +logorrheas, logorrhoeas +lollipop's, lollypop's +lollipop, lollypop +lollipops, lollypops +lollygag, lallygag +lollygagged, lallygagged +lollygagging, lallygagging +lollygags, lallygags +Londonization's, Londonisation's +Londonization, Londonisation +Londonizations, Londonisations +Londonize's, Londonise's +Londonize, Londonise +Londonized's, Londonised's +Londonized, Londonised +Londonizes, Londonises +Londonizing's, Londonising's +Londonizing, Londonising +longeval, longaeval +longevous, longaevous +looneyies, looneys +loonier, looneyier +loony's, looney's +loony, looney +lordy, lourdy +lorings, lourings +lory, loury +louter, loutre +louver's, louvre's +louver, louvre +louvered, louvred +louvers, louvres +lovability, lovaebility +lovable, loveable +lovableness, loveableness +lovably, loveably +love, luv +loves, luvs +lovey, luvvie +loveys, luvvies +loyalize, loyalise +loyalizes, loyalises +lumbarization's, lumbarisation's +lumbarization, lumbarisation +lumbarizations, lumbarisations +lunatize, lunatise +lunatizes, lunatises +lunule, lunulae +luster's, lustre's +luster, lustre +lustered, lustred +lustering's, lustring's +lustering, lustring +lusterless, lustreless +lusterlesser, lustrelesser +lusterlessest, lustrelessest +lusters, lustres +lusterware's, lustreware's +lusterware, lustreware +lusterwares, lustrewares +luteinization's, luteinisation's +luteinization, luteinisation +luteinizations, luteinisations +luteinize, luteinise +luteinized, luteinised +luteinizes, luteinises +luteinizing, luteinising +Lutheranize's, Lutheranise's +Lutheranize, Lutheranise +Lutheranizer's, Lutheraniser's +Lutheranizer, Lutheraniser +Lutheranizers, Lutheranisers +Lutheranizes, Lutheranises +lutrine, lutrinae +luvvy, luvvie +lychee's, lichee's +lychee, lichee +lychees, lichees +lymphedema, lymphoedema +lymphemia, lymphaemia +lyophilization's, lyophilisation's +lyophilization, lyophilisation +lyophilizations, lyophilisations +lyophilize, lyophilise +lyophilized, lyophilised +lyophilizer, lyophiliser +lyophilizes, lyophilises +lyophilizing, lyophilising +lyricization's, lyricisation's +lyricization, lyricisation +lyricize, lyricise +lyricized, lyricised +lyricizes, lyricises +lyricizing, lyricising +lysogenization, lysogenisation +lysogenize, lysogenise +lysogenized, lysogenised +lysogenizes, lysogenises +lysogenizing, lysogenising +mac's, mack's +mac, mack +macadamization's, macadamisation's +macadamization, macadamisation +macadamizations, macadamisations +macadamize, macadamise +macadamized, macadamised +macadamizes, macadamises +macadamizing, macadamising +macarize, macarise +macarized, macarised +macarizes, macarises +macarizing, macarising +Maccabean, Maccabaean +machinization's, machinisation's +machinization, machinisation +machinizations, machinisations +machinize, machinise +machinizes, machinises +mackintosh's, macintosh's +mackintosh, macintosh +mackintoshes, macintoshes +macrander, macrandre +macs, macks +macule, maculae +Madera's, Madoera's +Madera, Madoera +maderization, maderisation +maderizations, maderisations +maderize, maderise +maderized, maderised +maderizes, maderises +maderizing, maderising +maed, maaed +maenad's, menad's +maenad, menad +maenadic, menadic +maenads, menads +magicalize, magicalise +magicalizes, magicalises +magnetizabilities, magnetisabilities +magnetizability's, magnetisability's +magnetizability, magnetisability +magnetizable's, magnetisable's +magnetizable, magnetisable +magnetizables, magnetisables +magnetization's, magnetisation's +magnetization, magnetisation +magnetizations, magnetisations +magnetize, magnetise +magnetized, magnetised +magnetizer's, magnetiser's +magnetizer, magnetiser +magnetizers, magnetisers +magnetizes, magnetises +magnetizing, magnetising +maharajah's, maharaja's +maharajah, maharaja +maharajahs, maharajas +maharani's, maharanee's +maharani, maharanee +maharanis, maharanees +mahoganize, mahoganise +mahoganized, mahoganised +mahoganizes, mahoganises +mahoganizing, mahoganising +maiger, maigre +mainor, mainour +mainors, mainours +mainprize, mainprise +maisters, maistres +Maize's, Maise's +Maize, Maise +majolica's, maiolica's +majolica, maiolica +majolicas, maiolicas +majorize, majorise +majorizes, majorises +majuscule, majusculae +Malayize's, Malayise's +Malayize, Malayise +Malayizes, Malayises +malleablize, malleablise +malleablizes, malleablises +malodor's, malodour's +malodor, malodour +malodorousness, malodourousness +malodors, malodours +mandarinize, mandarinise +mandarinizes, mandarinises +Mandean's, Mandaean's +Mandean, Mandaean +Mandeans, Mandaeans +mandoer, mandore +mandrel's, mandril's +mandrel, mandril +mandrels, mandrils +maneuverabilities, manoeuvrabilities +maneuverability's, manoeuvrability's +maneuverability, manoeuvrability +maneuverable, manoeuvrable +maneuverabler, manoeuvrabler +maneuverablest, manoeuvrablest +maneuverer's, manoeuvrer's +maneuverer, manoeuvrer +maneuverers, manoeuvrers +Manhattanize, Manhattanise +Manhattanizes, Manhattanises +Manicheanism's, Manichaeanism's +Manicheanism, Manichaeanism +Manicheans, Manichaeans +Manicheism's, Manichaeism's +Manicheism, Manichaeism +Manicheisms, Manichaeisms +Manicheus's, Manichaeus's +Manicheus, Manichaeus +manikin's, mannikin's +manikin, mannikin +manikins, mannikins +mannerize, mannerise +mannerizes, mannerises +manoeuvre's, manoeuver's +manoeuvre, manoeuver +manoeuvred, manoeuvered +manoeuvres, manoeuvers +manoeuvring, manoeuvering +manoeuvrings, manoeuverings +mantelpiece, mantlepiece +mantelpieces, mantlepieces +mantes, mantoes +marabou's, marabout's +marabou, marabout +marabous, marabouts +marbleize, marbleise +marbleized, marbleised +marbleizes, marbleises +marbleizing, marbleising +margarite, margaritae +marginalization, marginalisation +marginalize, marginalise +marginalized, marginalised +marginalizes, marginalises +marginalizing, marginalising +marijuana's, marihuana's +marijuana, marihuana +marijuanas, marihuanas +marlinespike's, marlinspike's +marlinespike, marlinspike +marlinespikes, marlinspikes +marmarize, marmarise +marmarized, marmarised +marmarizes, marmarises +marmarizing, marmarising +marmelize, marmelise +marmelized, marmelised +marmelizes, marmelises +marmelizing, marmelising +marshaled, marshalled +marshaling, marshalling +marsupialization's, marsupialisation's +marsupialization, marsupialisation +marsupializations, marsupialisations +marsupialize, marsupialise +marsupialized, marsupialised +marsupializes, marsupialises +marsupializing, marsupialising +Marte's, Martae's +Marte, Martae +martialization's, martialisation's +martialization, martialisation +martializations, martialisations +martialize, martialise +martializes, martialises +martyrization's, martyrisation's +martyrization, martyrisation +martyrizations, martyrisations +martyrize, martyrise +martyrized, martyrised +martyrizer, martyriser +martyrizers, martyrisers +martyrizes, martyrises +martyrizing, martyrising +marveled, marvelled +marveler, marveller +marveling, marvelling +marvelous, marvellous +marvelouser, marvellouser +marvelousest, marvellousest +marvelouslier, marvellouslier +marvelousliest, marvellousliest +marvelously, marvellously +marvelousness's, marvellousness's +marvelousness, marvellousness +marvelousnesses, marvellousnesses +masculinization's, masculinisation's +masculinization, masculinisation +masculinizations, masculinisations +masculinize, masculinise +masculinized, masculinised +masculinizes, masculinises +masculinizing, masculinising +materialization's, materialisation's +materialization, materialisation +materializations, materialisations +materialize, materialise +materialized, materialised +materializer's, materialiser's +materializer, materialiser +materializers, materialisers +materializes, materialises +materializing, materialising +maternalize, maternalise +maternalized, maternalised +maternalizes, maternalises +maternalizing, maternalising +maters, matres +mathematicize, mathematicise +mathematicized, mathematicised +mathematicizes, mathematicises +mathematicizing, mathematicising +mathematization's, mathematisation's +mathematization, mathematisation +mathematizations, mathematisations +mathematize, mathematise +mathematized, mathematised +mathematizes, mathematises +mathematizing, mathematising +matronize, matronise +matronized, matronised +matronizes, matronises +matronizing, matronising +matte, mat +Matthean, Matthaean +maudlinize, maudlinise +maudlinizes, maudlinises +mauger, maugre +maven's, mavin's +maven, mavin +mavens, mavins +maximization's, maximisation's +maximization, maximisation +maximizations, maximisations +maximize, maximise +maximized, maximised +maximizer's, maximiser's +maximizer, maximiser +maximizers, maximisers +maximizes, maximises +maximizing, maximising +mazurka's, mazourka's +mazurka, mazourka +mazurkas, mazourkas +meager, meagre +meagerly, meagrely +meagerness's, meagreness's +meagerness, meagreness +meagernesses, meagrenesses +meagerrer, meagrer +meagerrest, meagrest +meandrine, maeandrine +meandriniform, maeandriniform +meanie's, meany's +meanie, meany +mechanicalization's, mechanicalisation's +mechanicalization, mechanicalisation +mechanicalizations, mechanicalisations +mechanicalize, mechanicalise +mechanicalizes, mechanicalises +mechanizable, mechanisable +mechanization's, mechanisation's +mechanization, mechanisation +mechanizations, mechanisations +mechanize, mechanise +mechanized, mechanised +mechanizer's, mechaniser's +mechanizer, mechaniser +mechanizers, mechanisers +mechanizes, mechanises +mechanizing, mechanising +meck, moeck +Med's, Moed's +Med, Moed +medaled, medalled +medaling, medalling +medalist's, medallist's +medalist, medallist +medalists, medallists +medalize, medalise +medalizes, medalises +medialization's, medialisation's +medialization, medialisation +medializations, medialisations +medialize, medialise +medializes, medialises +mediatization's, mediatisation's +mediatization, mediatisation +mediatizations, mediatisations +mediatize, mediatise +mediatized, mediatised +mediatizes, mediatises +mediatizing, mediatising +medicalization, medicalisation +medicalizations, medicalisations +medicalize, medicalise +medicalized, medicalised +medicalizes, medicalises +medicalizing, medicalising +medieval's, mediaeval's +medieval, mediaeval +medievalism's, mediaevalism's +medievalism, mediaevalism +medievalisms, mediaevalisms +medievally, mediaevally +medievals, mediaevals +Mediterraneanization's, Mediterraneanisation's +Mediterraneanization, Mediterraneanisation +Mediterraneanizations, Mediterraneanisations +Mediterraneanize's, Mediterraneanise's +Mediterraneanize, Mediterraneanise +Mediterraneanizes, Mediterraneanises +mediumization's, mediumisation's +mediumization, mediumisation +mediumizations, mediumisations +mediumize, mediumise +mediumizes, mediumises +megagram, megagramme +megagrams, megagrammes +megameter, megametre +megameters, megametres +megbote, maegbote +megerg, megaerg +melanemia, melanaemia +melanemic, melanaemic +melanization, melanisation +melanize, melanise +melanized, melanised +melanizes, melanises +melanizing, melanising +mele, meloe +melena, melaena +melenic, melaenic +Melie's, Meliae's +Melie, Meliae +meline, melinae +melitemia, melitaemia +melithemia, melithaemia +mellon, moellon +melodization, melodisation +melodize, melodise +melodized, melodised +melodizer's, melodiser's +melodizer, melodiser +melodizes, melodises +melodizing, melodising +melodramatization, melodramatisation +melodramatize, melodramatise +melodramatized, melodramatised +melodramatizes, melodramatises +melodramatizing, melodramatising +memorialization's, memorialisation's +memorialization, memorialisation +memorializations, memorialisations +memorialize, memorialise +memorialized, memorialised +memorializer's, memorialiser's +memorializer, memorialiser +memorializers, memorialisers +memorializes, memorialises +memorializing, memorialising +memorizable's, memorisable's +memorizable, memorisable +memorizables, memorisables +memorization's, memorisation's +memorization, memorisation +memorizations, memorisations +memorize, memorise +memorized, memorised +memorizer's, memoriser's +memorizer, memoriser +memorizers, memorisers +memorizes, memorises +memorizing, memorising +Mendelize's, Mendelise's +Mendelize, Mendelise +Mendelizes, Mendelises +meningorrhea, meningorrhoea +menorrhea, menorrhoea +menorrheas, menorrhoeas +menorrheic, menorrhoeic +mense, mensae +mentalization's, mentalisation's +mentalization, mentalisation +mentalizations, mentalisations +mentalize, mentalise +mentalizes, mentalises +meow's, miaow's +meow, miaow +meowed, miaowed +meowing, miaowing +meows, miaows +mephitine, mephitinae +Mera's, Maera's +Mera, Maera +mercerization's, mercerisation's +mercerization, mercerisation +mercerizations, mercerisations +mercerize, mercerise +mercerized, mercerised +mercerizer's, merceriser's +mercerizer, merceriser +mercerizers, mercerisers +mercerizes, mercerises +mercerizing, mercerising +merchandiser's, merchandizer's +merchandiser, merchandizer +merchandisers, merchandizers +mercurialization's, mercurialisation's +mercurialization, mercurialisation +mercurializations, mercurialisations +mercurialize, mercurialise +mercurialized, mercurialised +mercurializes, mercurialises +mercurializing, mercurialising +mercurize, mercurise +mercurized, mercurised +mercurizes, mercurises +mercurizing, mercurising +Meroe's, Meroae's +Meroe, Meroae +mesmerizabilities, mesmerisabilities +mesmerizability's, mesmerisability's +mesmerizability, mesmerisability +mesmerizable's, mesmerisable's +mesmerizable, mesmerisable +mesmerizables, mesmerisables +mesmerization's, mesmerisation's +mesmerization, mesmerisation +mesmerizations, mesmerisations +mesmerize, mesmerise +mesmerized, mesmerised +mesmerizer's, mesmeriser's +mesmerizer, mesmeriser +mesmerizers, mesmerisers +mesmerizes, mesmerises +mesmerizing, mesmerising +mesoglea, mesogloea +mesogleal, mesogloeal +mesogleas, mesogloeas +mesprize, mesprise +mesprizes, mesprises +mesquite's, mesquit's +mesquite, mesquit +mesquites, mesquits +metabolizable's, metabolisable's +metabolizable, metabolisable +metabolizables, metabolisables +metabolize, metabolise +metabolized, metabolised +metabolizes, metabolises +metabolizing, metabolising +metacenter's, metacentre's +metacenter, metacentre +metacenters, metacentres +metagrabolize, metagrabolise +metagrabolized, metagrabolised +metagrabolizes, metagrabolises +metagrabolizing, metagrabolising +metagrobolize, metagrobolise +metagrobolized, metagrobolised +metagrobolizes, metagrobolises +metagrobolizing, metagrobolising +metaled, metalled +metaling, metalling +metallisation's, metallization's +metallisation, metallization +metallisations, metallizations +metallise, metallize +metallised, metallized +metallises, metallizes +metallising, metallizing +metamerization's, metamerisation's +metamerization, metamerisation +metamerizations, metamerisations +metamerized's, metamerised's +metamerized, metamerised +metamerizeds, metameriseds +metaphonize, metaphonise +metaphonizes, metaphonises +metaphorize, metaphorise +metaphorizes, metaphorises +metaphysicize, metaphysicise +metaphysicizes, metaphysicises +metastasize, metastasise +metastasized, metastasised +metastasizes, metastasises +metastasizing, metastasising +metathesize, metathesise +metathesized, metathesised +metathesizes, metathesises +metathesizing, metathesising +meteorization's, meteorisation's +meteorization, meteorisation +meteorizations, meteorisations +meteorize, meteorise +meteorizes, meteorises +metergram, metregram +meterless, metreless +metership, metreship +metestrus's, metoestrus's +metestrus, metoestrus +methadone's, methadon's +methadone, methadon +methadones, methadons +methemoglobin, methaemoglobin +methodization's, methodisation's +methodization, methodisation +methodizations, methodisations +methodize, methodise +methodized, methodised +methodizer's, methodiser's +methodizer, methodiser +methodizers, methodisers +methodizes, methodises +methodizing, methodising +metope, metopae +metricize, metricise +metricized, metricised +metricizes, metricises +metricizing, metricising +metrize, metrise +metropolitanization, metropolitanisation +metropolitanize, metropolitanise +metropolitanized, metropolitanised +metropolitanizes, metropolitanises +metropolitanizing, metropolitanising +Mexicanize's, Mexicanise's +Mexicanize, Mexicanise +Mexicanizes, Mexicanises +micelle, micellae +micresthete, micraesthete +microcolorimeter, microcolourimeter +microcolorimetric, microcolourimetric +microcolorimetrically, microcolourimetrically +microcolorimetry, microcolourimetry +microgram, microgramme +micrograms, nanogrammes +microliter's, microlitre's +microliter, microlitre +microliters, microlitres +micromillimeter's, micromillimetre's +micromillimeter, micromillimetre +micromillimeters, micromillimetres +microminiaturization's, microminiaturisation's +microminiaturization, microminiaturisation +microminiaturizations, microminiaturisations +microminiaturize, microminiaturise +microminiaturized, microminiaturised +microminiaturizer, microminiaturiser +microminiaturizers, microminiaturisers +microminiaturizes, microminiaturises +microminiaturizing, microminiaturising +micronization's, micronisation's +micronization, micronisation +micronizations, micronisations +micronize, micronise +micronizes, micronises +micropaleontologies, micropalaeontologies +micropaleontologist, micropalaeontologist +micropaleontologists, micropalaeontologists +micropaleontology's, micropalaeontology's +micropaleontology, micropalaeontology +micropolarization's, micropolarisation's +micropolarization, micropolarisation +micropolarizations, micropolarisations +microscopize, microscopise +microscopizes, microscopises +microspheric, microsphaeric +Midlandize's, Midlandise's +Midlandize, Midlandise +Midlandizes, Midlandises +midsize, midsized +midwifed, midwived +midwifing, midwiving +migniardize, migniardise +militarization's, militarisation's +militarization, militarisation +militarizations, militarisations +militarize, militarise +militarized, militarised +militarizes, militarises +militarizing, militarising +milligram's, milligramme's +milligram, milligramme +milligrams, milligrammes +milliliter's, millilitre's +milliliter, millilitre +milliliters, millilitres +millimeter's, millimetre's +millimeter, millimetre +millimeters, millimetres +millionaire's, millionnaire's +millionaire, millionnaire +millionaires, millionnaires +millionize, millionise +millionizes, millionises +millipede's, millepede's +millipede, millepede +millipedes, millepedes +milometer's, mileometer's +milometer, mileometer +milometers, mileometers +Miltonize's, Miltonise's +Miltonize, Miltonise +Miltonized's, Miltonised's +Miltonized, Miltonised +Miltonizes, Miltonises +Miltonizing's, Miltonising's +Miltonizing, Miltonising +mineralizable's, mineralisable's +mineralizable, mineralisable +mineralizables, mineralisables +mineralization's, mineralisation's +mineralization, mineralisation +mineralizations, mineralisations +mineralize, mineralise +mineralized, mineralised +mineralizer's, mineraliser's +mineralizer, mineraliser +mineralizers, mineralisers +mineralizes, mineralises +mineralizing, mineralising +mineralogize, mineralogise +mineralogized, mineralogised +mineralogizes, mineralogises +mineralogizing, mineralogising +miniaturization's, miniaturisation's +miniaturization, miniaturisation +miniaturizations, miniaturisations +miniaturize, miniaturise +miniaturized, miniaturised +miniaturizes, miniaturises +miniaturizing, miniaturising +minibuses, minibusses +minimization's, minimisation's +minimization, minimisation +minimizations, minimisations +minimize, minimise +minimized, minimised +minimizer's, minimiser's +minimizer, minimiser +minimizers, minimisers +minimizes, minimises +minimizing, minimising +minuscule's, miniscule's +minuscule, miniscule +minuscules, miniscules +miraculize, miraculise +miraculized, miraculised +miraculizes, miraculises +miraculizing, miraculising +mirrorize, mirrorise +mirrorizes, mirrorises +misadvize, misadvise +misalphabetize, misalphabetise +misalphabetizes, misalphabetises +misanthropize, misanthropise +misanthropized, misanthropised +misanthropizes, misanthropises +misanthropizing, misanthropising +misauthorization's, misauthorisation's +misauthorization, misauthorisation +misauthorizations, misauthorisations +misauthorize, misauthorise +misauthorizes, misauthorises +misbaptize, misbaptise +misbaptizes, misbaptises +misbehavior's, misbehaviour's +misbehavior, misbehaviour +misbehaviors, misbehaviours +miscanonize, miscanonise +miscanonizes, miscanonises +mischaracterization's, mischaracterisation's +mischaracterization, mischaracterisation +mischaracterizations, mischaracterisations +mischaracterize, mischaracterise +mischaracterizes, mischaracterises +miscolor's, miscolour's +miscolor, miscolour +miscoloration, miscolouration +miscolored, miscoloured +miscoloring, miscolouring +miscolors, miscolours +misdemeanor's, misdemeanour's +misdemeanor, misdemeanour +misdemeanors, misdemeanours +misemphasize, misemphasise +misemphasizes, misemphasises +misjudgment's, misjudgement's +misjudgment, misjudgement +misjudgments, misjudgements +mislabeled, mislabelled +mislabeling, mislabelling +mislabor's, mislabour's +mislabor, mislabour +mislabored, mislaboured +mislaboring, mislabouring +mislabors, mislabours +misopedia, misopaedia +misopedism, misopaedism +misopedist's, misopaedist's +misopedist, misopaedist +misorganization's, misorganisation's +misorganization, misorganisation +misorganizations, misorganisations +misorganize, misorganise +misorganizes, misorganises +misprizal, misprisal +misprize, misprise +misprized, misprised +misprizer, mispriser +misprizes, misprises +misprizing, misprising +misrealize, misrealise +misrealizes, misrealises +misrecognize, misrecognise +misrecognizes, misrecognises +misrouting, misrouteing +missilery's, missilry's +missilery, missilry +missionarize, missionarise +missionarized, missionarised +missionarizes, missionarises +missionarizing, missionarising +missionization, missionisation +missionize, missionise +missionized, missionised +missionizer, missioniser +missionizers, missionisers +missionizes, missionises +missionizing, missionising +missus's, missis's +missus, missis +missuses, missises +miter's, mitre's +miter, mitre +mitered, mitred +miterer's, mitrer's +miterer, mitrer +miterflower, mitreflower +mitering, mitring +miters, mitres +miterwort's, mitrewort's +miterwort, mitrewort +miterworts, mitreworts +mithridatize, mithridatise +mithridatized, mithridatised +mithridatizes, mithridatises +mithridatizing, mithridatising +mize, mise +mobilizable's, mobilisable's +mobilizable, mobilisable +mobilizabler, mobilisabler +mobilizables, mobilisables +mobilizablest, mobilisablest +mobilization's, mobilisation's +mobilization, mobilisation +mobilizations, mobilisations +mobilize, mobilise +mobilized, mobilised +mobilizer's, mobiliser's +mobilizer, mobiliser +mobilizers, mobilisers +mobilizes, mobilises +mobilizing, mobilising +modalize, modalise +modalizes, modalises +modeled, modelled +modeler's, modeller's +modeler, modeller +modelers, modellers +modeling's, modelling's +modeling, modelling +modelings, modellings +modernizable's, modernisable's +modernizable, modernisable +modernizables, modernisables +modernization's, modernisation's +modernization, modernisation +modernizations, modernisations +modernize, modernise +modernized, modernised +modernizer's, moderniser's +modernizer, moderniser +modernizers, modernisers +modernizes, modernises +modernizing, modernising +modularization, modularisation +modularize, modularise +modularized, modularised +modularizes, modularises +modularizing, modularising +moggy's, moggie's +moggy, moggie +Mohammedanization's, Mohammedanisation's +Mohammedanization, Mohammedanisation +Mohammedanizations, Mohammedanisations +Mohammedanize's, Mohammedanise's +Mohammedanize, Mohammedanise +Mohammedanized's, Mohammedanised's +Mohammedanized, Mohammedanised +Mohammedanizes, Mohammedanises +Mohammedanizing's, Mohammedanising's +Mohammedanizing, Mohammedanising +moisturization, moisturisation +moisturize, moisturise +moisturized, moisturised +moisturizer's, moisturiser's +moisturizer, moisturiser +moisturizers, moisturisers +moisturizes, moisturises +moisturizing, moisturising +molarization, molarisation +molarizations, molarisations +mold's, mould's +mold, mould +molded, moulded +molder's, moulder's +molder, moulder +moldered, mouldered +moldering, mouldering +molders, moulders +moldier, mouldier +moldiest, mouldiest +molding's, moulding's +molding, moulding +moldings, mouldings +molds, moulds +moldy, mouldy +molluscan, molluskan +mollusk's, mollusc's +mollusk, mollusc +mollusks, molluscs +Molochize's, Molochise's +Molochize, Molochise +molochize, molochise +molochized, molochised +Molochizes, Molochises +molochizes, molochises +molochizing, molochising +molt's, moult's +molt, moult +molted, moulted +molting, moulting +molts, moults +mommy's, mommie's +mommy, mommie +monarchize, monarchise +monarchized, monarchised +monarchizer, monarchiser +monarchizers, monarchisers +monarchizes, monarchises +monarchizing, monarchising +monasticize, monasticise +monasticizes, monasticises +monecian, monoecian +monestrous, monoestrous +monetization's, monetisation's +monetization, monetisation +monetizations, monetisations +monetize, monetise +monetized, monetised +monetizes, monetises +monetizing, monetising +moneyed, monied +Mongolize's, Mongolise's +Mongolize, Mongolise +Mongolized's, Mongolised's +Mongolized, Mongolised +Mongolizes, Mongolises +Mongolizing's, Mongolising's +Mongolizing, Mongolising +mongrelization's, mongrelisation's +mongrelization, mongrelisation +mongrelizations, mongrelisations +mongrelize, mongrelise +mongrelized, mongrelised +mongrelizer, mongreliser +mongrelizes, mongrelises +mongrelizing, mongrelising +moniker's, monicker's +moniker, monicker +monikers, monickers +monochordize, monochordise +monochordizes, monochordises +monoecious, monecious +monologist's, monologuist's +monologist, monologuist +monologists, monologuists +monologize, monologise +monologized, monologised +monologizes, monologises +monologizing, monologising +monologue's, monolog's +monologue, monolog +monologues, monologs +monologuize, monologuise +monologuized, monologuised +monologuizes, monologuises +monologuizing, monologuising +monometalism, monometallism +monometalist, monometallist +monophthongize, monophthongise +monophthongized, monophthongised +monophthongizes, monophthongises +monophthongizing, monophthongising +monopolizable's, monopolisable's +monopolizable, monopolisable +monopolizables, monopolisables +monopolization's, monopolisation's +monopolization, monopolisation +monopolizations, monopolisations +monopolize, monopolise +monopolized, monopolised +monopolizer's, monopoliser's +monopolizer, monopoliser +monopolizers, monopolisers +monopolizes, monopolises +monopolizing, monopolising +monotonize, monotonise +monotonizes, monotonises +monumentalization's, monumentalisation's +monumentalization, monumentalisation +monumentalizations, monumentalisations +monumentalize, monumentalise +monumentalized, monumentalised +monumentalizes, monumentalises +monumentalizing, monumentalising +moralization's, moralisation's +moralization, moralisation +moralizations, moralisations +moralize, moralise +moralized, moralised +moralizer's, moraliser's +moralizer, moraliser +moralizers, moralisers +moralizes, moralises +moralizing, moralising +moralizinglies, moralisinglies +moralizingly, moralisingly +Moravianized's, Moravianised's +Moravianized, Moravianised +Moravianizeds, Moravianiseds +morbidize, morbidise +morbidizes, morbidises +Morea's, Moraea's +Morea, Moraea +morne, mourne +morningly, mourningly +morphinization's, morphinisation's +morphinization, morphinisation +morphinizations, morphinisations +morphinize, morphinise +morphinizes, morphinises +morseled, morselled +morseling, morselling +morselization's, morselisation's +morselization, morselisation +morselizations, morselisations +morselize, morselise +morselizes, morselises +mortalize, mortalise +mortalized, mortalised +mortalizes, mortalises +mortalizing, mortalising +mortarize, mortarise +mortarizes, mortarises +mortgagor's, mortgager's +mortgagor, mortgager +mortgagors, mortgagers +mortise's, mortice's +mortise, mortice +mortised, morticed +mortises, mortices +mortising, morticing +morule, morulae +Moslemize's, Moslemise's +Moslemize, Moslemise +Moslemizes, Moslemises +motorization's, motorisation's +motorization, motorisation +motorizations, motorisations +motorize, motorise +motorized, motorised +motorizes, motorises +motorizing, motorising +mousy, mousey +movability, moveability +movable's, moveable's +movable, moveable +movableness, moveableness +movablenesses, moveablenesses +movables, moveables +movably, moveably +mucorrhea, mucorrhoea +mucose, mucosae +mujahedin's, mujahedeen's +mujahedin, mujahedeen +multicolor's, multicolour's +multicolor, multicolour +multicolored, multicoloured +multicoloredder, multicolouredder +multicoloreddest, multicoloureddest +multicolorous, multicolourous +multicolors, multicolours +multifibered's, multifibred's +multifibered, multifibred +multifibereds, multifibreds +multileveled, multilevelled +multiplexer's, multiplexor's +multiplexer, multiplexor +multiplexers, multiplexors +municipalization's, municipalisation's +municipalization, municipalisation +municipalizations, municipalisations +municipalize, municipalise +municipalized, municipalised +municipalizer, municipaliser +municipalizers, municipalisers +municipalizes, municipalises +municipalizing, municipalising +murena, muraena +murenas, muraenas +muscularize, muscularise +muscularizes, muscularises +museumize, museumise +museumizes, museumises +musicalization's, musicalisation's +musicalization, musicalisation +musicalizations, musicalisations +musicalize, musicalise +musicalized, musicalised +musicalizes, musicalises +musicalizing, musicalising +Muslim's, Moslem's +Muslim, Moslem +mustache's, moustache's +mustache, moustache +mustached, moustached +mustaches, moustaches +mustachio's, moustachio's +mustachio, moustachio +mustachioed, moustachioed +mutagenize, mutagenise +mutagenized, mutagenised +mutagenizes, mutagenises +mutagenizing, mutagenising +mutualization's, mutualisation's +mutualization, mutualisation +mutualizations, mutualisations +mutualize, mutualise +mutualized, mutualised +mutualizes, mutualises +mutualizing, mutualising +mycohemia, mycohaemia +myelinization's, myelinisation's +myelinization, myelinisation +myelinizations, myelinisations +myelocele, myelocoele +myelocythemia, myelocythaemia +mylonitization, mylonitisation +mylonitizations, mylonitisations +mylonitize, mylonitise +mylonitized, mylonitised +mylonitizes, mylonitises +mylonitizing, mylonitising +myna's, mynah's +myna, mynah +mynas, mynahes +myocele, myocoele +myohematin, myohaematin +myrialiter, myrialitre +myriameter, myriametre +mysticize, mysticise +mysticizes, mysticises +mythicization, mythicisation +mythicize, mythicise +mythicized, mythicised +mythicizer's, mythiciser's +mythicizer, mythiciser +mythicizers, mythicisers +mythicizes, mythicises +mythicizing, mythicising +mythize, mythise +mythized, mythised +mythizes, mythises +mythizing, mythising +mythologization's, mythologisation's +mythologization, mythologisation +mythologizations, mythologisations +mythologize, mythologise +mythologized, mythologised +mythologizer's, mythologiser's +mythologizer, mythologiser +mythologizers, mythologisers +mythologizes, mythologises +mythologizing, mythologising +mythopeic, mythopoeic +mythopeist, mythopoeist +mythopoetize, mythopoetise +mythopoetized, mythopoetised +mythopoetizing, mythopoetising +myxameba, myxamoeba +myxedema's, myxoedema's +myxedema, myxoedema +myxedemas, myxoedemas +myxedematous, myxoedematous +myxedemic, myxoedemic +myxemia, myxaemia +naan's, nan's +naan, nan +naans, nans +Nabateans, Nabataeans +Nabathean's, Nabathaean's +Nabathean, Nabathaean +nakedize, nakedise +nakedizes, nakedises +nanization, nanisation +nanizations, nanisations +nanogram, nanogramme +nanograms, nanogrammes +nanometer's, nanometre's +nanometer, nanometre +nanometers, nanometres +napea, napaea +naphthalize, naphthalise +naphthalized, naphthalised +naphthalizes, naphthalises +naphthalizing, naphthalising +Napoleonize's, Napoleonise's +Napoleonize, Napoleonise +Napoleonizes, Napoleonises +narc's, nark's +narc, nark +narcotization's, narcotisation's +narcotization, narcotisation +narcotizations, narcotisations +narcotize, narcotise +narcotized, narcotised +narcotizes, narcotises +narcotizing, narcotising +narcs, narks +nasalization's, nasalisation's +nasalization, nasalisation +nasalizations, nasalisations +nasalize, nasalise +nasalized, nasalised +nasalizes, nasalises +nasalizing, nasalising +nationalization's, nationalisation's +nationalization, nationalisation +nationalizations, nationalisations +nationalize, nationalise +nationalized, nationalised +nationalizer's, nationaliser's +nationalizer, nationaliser +nationalizers, nationalisers +nationalizes, nationalises +nationalizing, nationalising +naturalization's, naturalisation's +naturalization, naturalisation +naturalizations, naturalisations +naturalize, naturalise +naturalized, naturalised +naturalizer's, naturaliser's +naturalizer, naturaliser +naturalizers, naturalisers +naturalizes, naturalises +naturalizing, naturalising +naturize, naturise +naturizes, naturises +nebularization's, nebularisation's +nebularization, nebularisation +nebularizations, nebularisations +nebularize, nebularise +nebularizes, nebularises +nebulization's, nebulisation's +nebulization, nebulisation +nebulizations, nebulisations +nebulize, nebulise +nebulized, nebulised +nebulizer's, nebuliser's +nebulizer, nebuliser +nebulizers, nebulisers +nebulizes, nebulises +nebulizing, nebulising +necremia, necraemia +necrotize, necrotise +necrotized, necrotised +necrotizes, necrotises +necrotizing, necrotising +nectarize, nectarise +nectarized, nectarised +nectarizes, nectarises +nectarizing, nectarising +neebor, neebour +neencephalon, neoencephalon +neer, nere +negligee's, neglig's +negligee, neglig +negligees, negligs +Negritize's, Negritise's +Negritize, Negritise +Negritized's, Negritised's +Negritized, Negritised +Negritizing's, Negritising's +Negritizing, Negritising +Negroization's, Negroisation's +Negroization, Negroisation +Negroizations, Negroisations +Negroize's, Negroise's +Negroize, Negroise +Negroized's, Negroised's +Negroized, Negroised +Negroizes, Negroises +Negroizing's, Negroising's +Negroizing, Negroising +neighbor's, neighbour's +neighbor, neighbour +neighbored, neighboured +neighborer's, neighbourer's +neighborer, neighbourer +neighborers, neighbourers +neighboress, neighbouress +neighborhood's, neighbourhood's +neighborhood, neighbourhood +neighborhoods, neighbourhoods +neighboring, neighbouring +neighborings, neighbourings +neighborless, neighbourless +neighborlesser, neighbourlesser +neighborlesses, neighbourlesses +neighborlessest, neighbourlessest +neighborlier, neighbourlier +neighborliest, neighbourliest +neighborlike's, neighbourlike's +neighborlike, neighbourlike +neighborlikes, neighbourlikes +neighborliness's, neighbourliness's +neighborliness, neighbourliness +neighborlinesses, neighbourlinesses +neighborly, neighbourly +neighbors, neighbours +neighborship's, neighbourship's +neighborship, neighbourship +neighborships, neighbourships +Neogea's, Neogaea's +Neogea, Neogaea +Neogeal's, Neogaeal's +Neogeal, Neogaeal +Neogean, Neogaean +Neogeic's, Neogaeic's +Neogeic, Neogaeic +neologization, neologisation +neologize, neologise +neologized, neologised +neologizes, neologises +neologizing, neologising +neopaganize, neopaganise +neopaganized, neopaganised +neopaganizes, neopaganises +neopaganizing, neopaganising +neoterize, neoterise +neoterized, neoterised +neoterizes, neoterises +neoterizing, neoterising +nephrectomize, nephrectomise +nephrectomized, nephrectomised +nephrectomizing, nephrectomising +nephrocele, nephrocoele +nephrotomize, nephrotomise +nesslerize, nesslerise +nesslerized, nesslerised +nesslerizing, nesslerising +net's, nett's +net, nett +nets, netts +neurepithelium, neuroepithelium +neurocele, neurocoele +neurocelian, neurocoelian +neuronal, neuronic +neuroticize, neuroticise +neuroticizes, neuroticises +neutralization's, neutralisation's +neutralization, neutralisation +neutralizations, neutralisations +neutralize, neutralise +neutralized, neutralised +neutralizer's, neutraliser's +neutralizer, neutraliser +neutralizers, neutralisers +neutralizes, neutralises +neutralizing, neutralising +neves, naeves +nevoid, naevoid +Newmanize's, Newmanise's +Newmanize, Newmanise +Newmanized's, Newmanised's +Newmanized, Newmanised +Newmanizes, Newmanises +Newmanizing's, Newmanising's +Newmanizing, Newmanising +newspaperized's, newspaperised's +newspaperized, newspaperised +newspaperizeds, newspaperiseds +nickeled, nickelled +nickeling, nickelling +nickelization's, nickelisation's +nickelization, nickelisation +nickelizations, nickelisations +nickelize, nickelise +nickelized, nickelised +nickelizes, nickelises +nickelizing, nickelising +nicotinize, nicotinise +nicotinized, nicotinised +nicotinizes, nicotinises +nicotinizing, nicotinising +nielled, nielloed +niger, nigre +niggardize, niggardise +niggardized, niggardised +niggardizes, niggardises +niggardizing, niggardising +night's, nite's +night, nite +nightie's, nighty's +nightie, nighty +nightingalize, nightingalise +nightingalizes, nightingalises +nights, nites +Nipponize's, Nipponise's +Nipponize, Nipponise +Nipponizes, Nipponises +niter's, nitre's +niter, nitre +niters, nitres +nitridization's, nitridisation's +nitridization, nitridisation +nitridizations, nitridisations +nitridize, nitridise +nitridizes, nitridises +nitrogenization's, nitrogenisation's +nitrogenization, nitrogenisation +nitrogenizations, nitrogenisations +nitrogenize, nitrogenise +nitrogenized, nitrogenised +nitrogenizes, nitrogenises +nitrogenizing, nitrogenising +nitroglycerin's, nitroglycerine's +nitroglycerin, nitroglycerine +nitroglycerins, nitroglycerines +nodalize, nodalise +nodalized, nodalised +nodalizes, nodalises +nodalizing, nodalising +nodulize, nodulise +nodulizes, nodulises +Noemon's, Noaemon's +Noemon, Noaemon +nomadization's, nomadisation's +nomadization, nomadisation +nomadizations, nomadisations +nomadize, nomadise +nomadized, nomadised +nomadizes, nomadises +nomadizing, nomadising +nominalization, nominalisation +nominalizations, nominalisations +nominalize, nominalise +nominalized, nominalised +nominalizes, nominalises +nominalizing, nominalising +nonacknowledgment's, nonacknowledgement's +nonacknowledgment, nonacknowledgement +nonacknowledgments, nonacknowledgements +nonanaesthetised, nonanaesthetized +nonanemic, nonanaemic +nonapostatizing's, nonapostatising's +nonapostatizing, nonapostatising +nonapostatizings, nonapostatisings +noncanonization's, noncanonisation's +noncanonization, noncanonisation +noncanonizations, noncanonisations +noncartelized's, noncartelised's +noncartelized, noncartelised +noncartelizeds, noncarteliseds +noncatechizable's, noncatechisable's +noncatechizable, noncatechisable +noncatechizables, noncatechisables +noncivilized's, noncivilised's +noncivilized, noncivilised +noncivilizeds, nonciviliseds +noncolor's, noncolour's +noncolor, noncolour +noncolorabilities, noncolourabilities +noncolorability's, noncolourability's +noncolorability, noncolourability +noncolorable's, noncolourable's +noncolorable, noncolourable +noncolorableness's, noncolourableness's +noncolorableness, noncolourableness +noncolorables, noncolourables +noncolorablies, noncolourablies +noncolorably, noncolourably +noncolored, noncoloured +noncolorer, noncolourer +noncolorers, noncolourers +noncolorfast, noncolourfast +noncoloring, noncolouring +noncolorings, noncolourings +noncolors, noncolours +noncrystallizable's, noncrystallisable's +noncrystallizable, noncrystallisable +noncrystallizables, noncrystallisables +noncrystallized's, noncrystallised's +noncrystallized, noncrystallised +noncrystallizeds, noncrystalliseds +noncrystallizing's, noncrystallising's +noncrystallizing, noncrystallising +noncrystallizings, noncrystallisings +nondemobilization's, nondemobilisation's +nondemobilization, nondemobilisation +nondemobilizations, nondemobilisations +nondialyzing's, nondialysing's +nondialyzing, nondialysing +nondialyzings, nondialysings +nondimensionalize, nondimensionalise +nondimensionalized, nondimensionalised +nonecumenic, nonoecumenic +nonecumenical, nonoecumenical +nonencyclopedic, nonencyclopaedic +nonesthetic, nonaesthetic +nonesthetical, nonaesthetical +nonesthetically, nonaesthetically +nonfavorite's, nonfavourite's +nonfavorite, nonfavourite +nonfavorites, nonfavourites +nonflavored, nonflavoured +nonfulfillment's, nonfulfilment's +nonfulfillment, nonfulfilment +nonfulfillments, nonfulfilments +nongalvanized's, nongalvanised's +nongalvanized, nongalvanised +nongalvanizeds, nongalvaniseds +nongelatinizing's, nongelatinising's +nongelatinizing, nongelatinising +nongelatinizings, nongelatinisings +nonhydrolyzable's, nonhydrolysable's +nonhydrolyzable, nonhydrolysable +nonhydrolyzables, nonhydrolysables +nonimmunized's, nonimmunised's +nonimmunized, nonimmunised +nonimmunizeds, nonimmuniseds +nonionized's, nonionised's +nonionized, nonionised +nonionizeds, nonioniseds +nonionizing's, nonionising's +nonionizing, nonionising +nonionizings, nonionisings +nonlocalized's, nonlocalised's +nonlocalized, nonlocalised +nonlocalizeds, nonlocaliseds +nonmagnetizable's, nonmagnetisable's +nonmagnetizable, nonmagnetisable +nonmagnetizables, nonmagnetisables +nonnitrogenized's, nonnitrogenised's +nonnitrogenized, nonnitrogenised +nonnitrogenizeds, nonnitrogeniseds +nonorganization's, nonorganisation's +nonorganization, nonorganisation +nonorganizations, nonorganisations +nonoxidizable's, nonoxidisable's +nonoxidizable, nonoxidisable +nonoxidizables, nonoxidisables +nonoxidizing's, nonoxidising's +nonoxidizing, nonoxidising +nonoxidizings, nonoxidisings +nonparlor's, nonparlour's +nonparlor, nonparlour +nonparlors, nonparlours +nonpenalized's, nonpenalised's +nonpenalized, nonpenalised +nonpenalizeds, nonpenaliseds +nonphosphorized's, nonphosphorised's +nonphosphorized, nonphosphorised +nonphosphorizeds, nonphosphoriseds +nonpolarizable's, nonpolarisable's +nonpolarizable, nonpolarisable +nonpolarizables, nonpolarisables +nonpolarized, nonpolarised +nonpolarizing's, nonpolarising's +nonpolarizing, nonpolarising +nonpolarizings, nonpolarisings +nonrationalized's, nonrationalised's +nonrationalized, nonrationalised +nonrationalizeds, nonrationaliseds +nonrealization's, nonrealisation's +nonrealization, nonrealisation +nonrealizations, nonrealisations +nonrecognized's, nonrecognised's +nonrecognized, nonrecognised +nonrecognizeds, nonrecogniseds +nonschematized's, nonschematised's +nonschematized, nonschematised +nonschematizeds, nonschematiseds +nonsensitized's, nonsensitised's +nonsensitized, nonsensitised +nonsensitizeds, nonsensitiseds +nonspecialized's, nonspecialised's +nonspecialized, nonspecialised +nonspecializeds, nonspecialiseds +nonstandardized's, nonstandardised's +nonstandardized, nonstandardised +nonstandardizeds, nonstandardiseds +nonstylized's, nonstylised's +nonstylized, nonstylised +nonstylizeds, nonstyliseds +nonsuccor, nonsuccour +nonsympathizer's, nonsympathiser's +nonsympathizer, nonsympathiser +nonsympathizers, nonsympathisers +nonsynthesized's, nonsynthesised's +nonsynthesized, nonsynthesised +nonsynthesizeds, nonsynthesiseds +nontemporizing's, nontemporising's +nontemporizing, nontemporising +nontemporizings, nontemporisings +nonutilized's, nonutilised's +nonutilized, nonutilised +nonutilizeds, nonutiliseds +nonvisualized's, nonvisualised's +nonvisualized, nonvisualised +nonvisualizeds, nonvisualiseds +nonvolatilized's, nonvolatilised's +nonvolatilized, nonvolatilised +nonvolatilizeds, nonvolatiliseds +nonvulcanizable's, nonvulcanisable's +nonvulcanizable, nonvulcanisable +nonvulcanizables, nonvulcanisables +norice, nourice +normalizable, normalisable +normalization's, normalisation's +normalization, normalisation +normalizations, normalisations +normalize, normalise +normalized, normalised +normalizer's, normaliser's +normalizer, normaliser +normalizers, normalisers +normalizes, normalises +normalizing, normalising +Normanization's, Normanisation's +Normanization, Normanisation +Normanizations, Normanisations +Normanize, Normanise +normanize, normanise +Normanized, Normanised +normanized, normanised +Normanizer's, Normaniser's +Normanizer, Normaniser +Normanizers, Normanisers +Normanizes, Normanises +normanizes, normanises +Normanizing, Normanising +normanizing, normanising +Northernize's, Northernise's +Northernize, Northernise +northernize, northernise +northernized, northernised +northernizes, northernises +northernizing, northernising +nosies, noseys +nosize, nosise +nosohemia, nosohaemia +nosy's, nosey's +nosy, nosey +notarization, notarisation +notarizations, notarisations +notarize, notarise +notarized, notarised +notarizes, notarises +notarizing, notarising +noter, notre +nothingize, nothingise +nothingizes, nothingises +Notogea's, Notogaea's +Notogea, Notogaea +nounize, nounise +nounizes, nounises +novelization's, novelisation's +novelization, novelisation +novelizations, novelisations +novelize, novelise +novelized, novelised +novelizer's, noveliser's +novelizer, noveliser +novelizers, novelisers +novelizes, novelises +novelizing, novelising +novene, novenae +nuclearization, nuclearisation +nuclearizations, nuclearisations +nuclearize, nuclearise +nuclearized, nuclearised +nuclearizes, nuclearises +nuclearizing, nuclearising +numskull's, numbskull's +numskull, numbskull +numskulls, numbskulls +nuptialize, nuptialise +nuptializes, nuptialises +nympheum, nymphaeum +Obe's, Oboe's +Obe, Oboe +obelize, obelise +obelized, obelised +obelizes, obelises +obelizing, obelising +objectivize, objectivise +objectivized, objectivised +objectivizes, objectivises +objectivizing, objectivising +objectization's, objectisation's +objectization, objectisation +objectizations, objectisations +objectize, objectise +objectizes, objectises +oblivionize, oblivionise +oblivionizes, oblivionises +Occidentalization's, Occidentalisation's +Occidentalization, Occidentalisation +Occidentalizations, Occidentalisations +Occidentalize, Occidentalise +occidentalize, occidentalise +Occidentalized, Occidentalised +occidentalized, occidentalised +Occidentalizes, Occidentalises +occidentalizes, occidentalises +Occidentalizing, Occidentalising +occidentalizing, occidentalising +ocher's, ochre's +ocher, ochre +ochered, ochred +ochering, ochring +ocherish, ochreish +ocherous, ochreous +ocherouser, ochreouser +ocherousest, ochreousest +ocherrer, ochrer +ocherrest, ochrest +ochers, ochres +ochery, ochrey +octet's, octette's +octet, octette +octets, octettes +Ocyrrhoe's, Ocyrrhoae's +Ocyrrhoe, Ocyrrhoae +odor's, odour's +odor, odour +odored, odoured +odorful, odourful +odorfuller, odourfuller +odorfullest, odourfullest +odorize, odorise +odorized, odorised +odorizer, odoriser +odorizes, odorises +odorizing, odorising +odorless, odourless +odorlesser, odourlesser +odorlesses, odourlesses +odorlessest, odourlessest +odors, odours +oesophagi, oesophaguses +offense's, offence's +offense, offence +offenseless, offenceless +offenselesser, offencelesser +offenselesses, offencelesses +offenselessest, offencelessest +offenselessly, offencelessly +offenses, offences +officialization's, officialisation's +officialization, officialisation +officializations, officialisations +officialize, officialise +officializes, officialises +OK's, okay's +OK, okay +OKed, okayed +OKing, okaying +OKs, okays +oleomargarine's, oleomargarin's +oleomargarine, oleomargarin +oleomargarines, oleomargarins +oligemia, oligaemia +oligocythemia, oligocythaemia +olpe, olpae +Olympianize's, Olympianise's +Olympianize, Olympianise +Olympianizes, Olympianises +omber's, ombre's +omber, ombre +ombers, ombres +omelet's, omelette's +omelet, omelette +omelets, omelettes +oneyer, oneyre +oneyers, oneyres +onionized's, onionised's +onionized, onionised +onionizeds, onioniseds +ontologize, ontologise +ooglea, oogloea +oophorectomize, oophorectomise +oophorectomized, oophorectomised +oophorectomizes, oophorectomises +oophorectomizing, oophorectomising +opaled, opalled +opalize, opalise +opalized, opalised +opalizes, opalises +operationalization, operationalisation +operationalizations, operationalisations +operationalize, operationalise +operationalized, operationalised +operatize, operatise +operatized, operatised +operatizes, operatises +operatizing, operatising +opiniaster, opiniastre +opiniater, opiniatre +optimalization, optimalisation +optimalizations, optimalisations +optimalize, optimalise +optimalized, optimalised +optimalizes, optimalises +optimalizing, optimalising +optimization's, optimisation's +optimization, optimisation +optimizations, optimisations +optimize, optimise +optimized, optimised +optimizer's, optimiser's +optimizer, optimiser +optimizers, optimisers +optimizes, optimises +optimizing, optimising +optionalize, optionalise +optionalizes, optionalises +oralization's, oralisation's +oralization, oralisation +oralizations, oralisations +oralize, oralise +oralizes, oralises +orang, ourang +orangize, orangise +orangizes, orangises +orangs, ourangs +orangutan's, orangutang's +orangutan, orangutang +orangutans, orangutangs +oratorize, oratorise +oratorizes, oratorises +orchester, orchestre +organdy's, organdie's +organdy, organdie +organizabilities, organisabilities +organizability's, organisability's +organizability, organisability +organizable's, organisable's +organizable, organisable +organizabler, organisabler +organizables, organisables +organizablest, organisablest +organization's, organisation's +organization, organisation +organizational's, organisational's +organizational, organisational +organizationaler, organisationaler +organizationalest, organisationalest +organizationallier, organisationallier +organizationalliest, organisationalliest +organizationally, organisationally +organizationals, organisationals +organizationist's, organisationist's +organizationist, organisationist +organizationists, organisationists +organizations, organisations +organize, organise +organized, organised +organizer's, organiser's +organizer, organiser +organizers, organisers +organizes, organises +organizing, organising +orientalization's, orientalisation's +orientalization, orientalisation +orientalizations, orientalisations +Orientalize, Orientalise +orientalize, orientalise +Orientalized, Orientalised +orientalized, orientalised +orientalizes, orientalises +Orientalizing, Orientalising +orientalizing, orientalising +orientization's, orientisation's +orientization, orientisation +orientizations, orientisations +orientize, orientise +orientizes, orientises +ornamentalize, ornamentalise +ornamentalizes, ornamentalises +orologies, ourologies +orology, ourology +orphanize, orphanise +orphanizes, orphanises +orsel, oursel +orthocenter's, orthocentre's +orthocenter, orthocentre +orthocenters, orthocentres +orthogonalization's, orthogonalisation's +orthogonalization, orthogonalisation +orthogonalize, orthogonalise +orthogonalized, orthogonalised +orthogonalizes, orthogonalises +orthogonalizing, orthogonalising +orthographize, orthographise +orthographized, orthographised +orthographizing, orthographising +orthopedia, orthopaedia +orthopedic's, orthopaedic's +orthopedic, orthopaedic +orthopedical, orthopaedical +orthopedicallier, orthopaedicallier +orthopedicalliest, orthopaedicalliest +orthopedically, orthopaedically +orthopedicer, orthopaedicer +orthopedicest, orthopaedicest +orthopedics's, orthopaedics's +orthopedics, orthopaedics +orthopedies, orthopaedies +orthopedist's, orthopaedist's +orthopedist, orthopaedist +orthopedists, orthopaedists +orthopedy, orthopaedy +orthopnea, orthopnoea +orthopneic, orthopnoeic +osteopedion, osteopaedion +ostracizable's, ostracisable's +ostracizable, ostracisable +ostracizables, ostracisables +ostracization's, ostracisation's +ostracization, ostracisation +ostracizations, ostracisations +ostracize, ostracise +ostracized, ostracised +ostracizer's, ostraciser's +ostracizer, ostraciser +ostracizers, ostracisers +ostracizes, ostracises +ostracizing, ostracising +othematoma, othaematoma +otorrhea, otorrhoea +Ottomanization's, Ottomanisation's +Ottomanization, Ottomanisation +Ottomanizations, Ottomanisations +Ottomanize's, Ottomanise's +Ottomanize, Ottomanise +Ottomanizes, Ottomanises +outcaviled, outcavilled +outcaviling, outcavilling +outclamor's, outclamour's +outclamor, outclamour +outclamors, outclamours +outerness, outreness +outhumor's, outhumour's +outhumor, outhumour +outhumored, outhumoured +outhumoring, outhumouring +outhumors, outhumours +outhyperbolize, outhyperbolise +outhyperbolizes, outhyperbolises +outlabor's, outlabour's +outlabor, outlabour +outlabors, outlabours +outluster, outlustre +outmaneuver, outmanoeuvre +outmaneuvered, outmanoeuvred +outmaneuvering, outmanoeuvring +outmaneuvers, outmanoeuvres +outrivaled, outrivalled +outrivaling, outrivalling +outsavor's, outsavour's +outsavor, outsavour +outsavoring, outsavouring +outsavors, outsavours +outsplendor's, outsplendour's +outsplendor, outsplendour +outsplendors, outsplendours +outtyrannize, outtyrannise +outtyrannizes, outtyrannises +ovalization's, ovalisation's +ovalization, ovalisation +ovalizations, ovalisations +ovalize, ovalise +ovalizes, ovalises +ovariectomized, ovariectomised +overagonize, overagonise +overagonizes, overagonises +overanalyze, overanalyse +overanalyzes, overanalyses +overbrutalize, overbrutalise +overbrutalizes, overbrutalises +overcapitalization's, overcapitalisation's +overcapitalization, overcapitalisation +overcapitalizations, overcapitalisations +overcapitalize, overcapitalise +overcapitalized, overcapitalised +overcapitalizes, overcapitalises +overcapitalizing, overcapitalising +overcentralization's, overcentralisation's +overcentralization, overcentralisation +overcentralizations, overcentralisations +overcentralize, overcentralise +overcentralizes, overcentralises +overcivilization's, overcivilisation's +overcivilization, overcivilisation +overcivilizations, overcivilisations +overcivilize, overcivilise +overcivilizes, overcivilises +overclamor's, overclamour's +overclamor, overclamour +overclamors, overclamours +overcolor's, overcolour's +overcolor, overcolour +overcoloration's, overcolouration's +overcoloration, overcolouration +overcoloring, overcolouring +overcolors, overcolours +overcriticize, overcriticise +overcriticizes, overcriticises +overdoctrinize, overdoctrinise +overdoctrinizes, overdoctrinises +overdramatize, overdramatise +overdramatized, overdramatised +overdramatizes, overdramatises +overdramatizing, overdramatising +overemotionalize, overemotionalise +overemotionalizes, overemotionalises +overemphasize, overemphasise +overemphasized, overemphasised +overemphasizer, overemphasiser +overemphasizers, overemphasisers +overemphasizes, overemphasises +overemphasizing, overemphasising +overfavor's, overfavour's +overfavor, overfavour +overfavorable's, overfavourable's +overfavorable, overfavourable +overfavorables, overfavourables +overfavorablies, overfavourablies +overfavorably, overfavourably +overfavors, overfavours +overfertilization, overfertilisation +overgeneralize, overgeneralise +overgeneralized, overgeneralised +overgeneralizes, overgeneralises +overgeneralizing, overgeneralising +overhonor's, overhonour's +overhonor, overhonour +overhonors, overhonours +overhumanize, overhumanise +overhumanizes, overhumanises +overindustrialization's, overindustrialisation's +overindustrialization, overindustrialisation +overindustrializations, overindustrialisations +overindustrialize, overindustrialise +overindustrializes, overindustrialises +overjudgment's, overjudgement's +overjudgment, overjudgement +overjudgments, overjudgements +overlabor's, overlabour's +overlabor, overlabour +overlabored, overlaboured +overlaboring, overlabouring +overlabors, overlabours +overnationalization's, overnationalisation's +overnationalization, overnationalisation +overnationalizations, overnationalisations +overrapturize, overrapturise +overrapturizes, overrapturises +overrationalize, overrationalise +overrationalizes, overrationalises +oversentimentalize, oversentimentalise +oversentimentalizes, oversentimentalises +oversize, oversized +overspecialization's, overspecialisation's +overspecialization, overspecialisation +overspecializations, overspecialisations +overspecialize, overspecialise +overspecialized, overspecialised +overspecializes, overspecialises +overspecializing, overspecialising +oversystematize, oversystematise +oversystematizes, oversystematises +overunionized's, overunionised's +overunionized, overunionised +overunionizeds, overunioniseds +overurbanization's, overurbanisation's +overurbanization, overurbanisation +overurbanizations, overurbanisations +overutilization, overutilisation +overwomanize, overwomanise +overwomanizes, overwomanises +ower, owre +owercome, owrecome +owerword, owreword +oxalemia, oxalaemia +oxidizabilities, oxidisabilities +oxidizability's, oxidisability's +oxidizability, oxidisability +oxidizable's, oxidisable's +oxidizable, oxidisable +oxidizables, oxidisables +oxidization's, oxidisation's +oxidization, oxidisation +oxidizations, oxidisations +oxidize, oxidise +oxidized, oxidised +oxidizement's, oxidisement's +oxidizement, oxidisement +oxidizements, oxidisements +oxidizer's, oxidiser's +oxidizer, oxidiser +oxidizers, oxidisers +oxidizes, oxidises +oxidizing, oxidising +oxidizings, oxidisings +oxygenizable's, oxygenisable's +oxygenizable, oxygenisable +oxygenizables, oxygenisables +oxygenize, oxygenise +oxygenized, oxygenised +oxygenizement's, oxygenisement's +oxygenizement, oxygenisement +oxygenizements, oxygenisements +oxygenizer's, oxygeniser's +oxygenizer, oxygeniser +oxygenizers, oxygenisers +oxygenizes, oxygenises +oxygenizing, oxygenising +oxyhematin, oxyhaematin +oxyhemoglobin, oxyhaemoglobin +oxyhemoglobins, oxyhaemoglobins +ozena, ozaena +ozena, ozoena +ozonization's, ozonisation's +ozonization, ozonisation +ozonizations, ozonisations +ozonize, ozonise +ozonized, ozonised +ozonizer's, ozoniser's +ozonizer, ozoniser +ozonizers, ozonisers +ozonizes, ozonises +ozonizing, ozonising +pachyemia, pachyaemia +pachyhemia, pachyhaemia +packetization, packetisation +packetize, packetise +packetized, packetised +packetizer's, packetiser's +packetizer, packetiser +packetizers, packetisers +packetizes, packetises +packetizing, packetising +paeanize, paeanise +paeanizes, paeanises +paganization's, paganisation's +paganization, paganisation +paganizations, paganisations +paganize, paganise +paganized, paganised +paganizer's, paganiser's +paganizer, paganiser +paganizers, paganisers +paganizes, paganises +paganizing, paganising +pagine, paginae +pajama's, pyjama's +pajama, pyjama +pajamaed, pyjamased +pajamas's, pyjamas's +pajamas, pyjamas +palame, palamae +palatalization's, palatalisation's +palatalization, palatalisation +palatalizations, palatalisations +palatalize, palatalise +palatalized, palatalised +palatalizes, palatalises +palatalizing, palatalising +palatization's, palatisation's +palatization, palatisation +palatizations, palatisations +palatize, palatise +palatizes, palatises +paleanthropic, palaeanthropic +Palearctic, Palaearctic +paleencephalon's, palaeencephalon's +paleencephalon, palaeencephalon +paleentomology, palaeentomology +paleethnologic, palaeethnologic +paleethnological, palaeethnological +paleethnologist, palaeethnologist +paleethnology, palaeethnology +paleichthyologist, palaeichthyologist +paleichthyology, palaeichthyology +paleoalchemical, palaeoalchemical +paleoanthropic, palaeoanthropic +paleoanthropography, palaeoanthropography +paleoanthropological, palaeoanthropological +paleoanthropologies, palaeoanthropologies +paleoanthropologist, palaeoanthropologist +paleoanthropologists, palaeoanthropologists +paleoanthropology, palaeoanthropology +Paleoanthropus's, Palaeoanthropus's +Paleoanthropus, Palaeoanthropus +paleoatavism, palaeoatavism +paleoatavistic, palaeoatavistic +paleobiogeography, palaeobiogeography +paleobiologic, palaeobiologic +paleobiological, palaeobiological +paleobiologies, palaeobiologies +paleobiologist's, palaeobiologist's +paleobiologist, palaeobiologist +paleobiologists, palaeobiologists +paleobiology's, palaeobiology's +paleobiology, palaeobiology +paleobotanic, palaeobotanic +paleobotanical, palaeobotanical +paleobotanically, palaeobotanically +paleobotanies, palaeobotanies +paleobotanist, palaeobotanist +paleobotanists, palaeobotanists +paleobotany's, palaeobotany's +paleobotany, palaeobotany +paleoceanography, palaeoceanography +paleochorology, palaeochorology +paleoclimatic, palaeoclimatic +paleoclimatologic, palaeoclimatologic +paleoclimatological, palaeoclimatological +paleoclimatologies, palaeoclimatologies +paleoclimatologist's, palaeoclimatologist's +paleoclimatologist, palaeoclimatologist +paleoclimatologists, palaeoclimatologists +paleoclimatology's, palaeoclimatology's +paleoclimatology, palaeoclimatology +Paleoconcha's, Palaeoconcha's +Paleoconcha, Palaeoconcha +paleocosmic, palaeocosmic +paleocosmology, palaeocosmology +paleocrystal, palaeocrystal +paleocrystallic, palaeocrystallic +paleocrystalline, palaeocrystalline +paleocrystic, palaeocrystic +paleocyclic, palaeocyclic +paleodendrologic, palaeodendrologic +paleodendrological, palaeodendrological +paleodendrologically, palaeodendrologically +paleodendrologist, palaeodendrologist +paleodendrology, palaeodendrology +paleoecologic, palaeoecologic +paleoecological, palaeoecological +paleoecologies, palaeoecologies +paleoecologist's, palaeoecologist's +paleoecologist, palaeoecologist +paleoecologists, palaeoecologists +paleoecology's, palaeoecology's +paleoecology, palaeoecology +paleoencephalon's, palaeoencephalon's +paleoencephalon, palaeoencephalon +paleoentomologic, palaeoentomologic +paleoentomological, palaeoentomological +paleoentomologist's, palaeoentomologist's +paleoentomologist, palaeoentomologist +paleoeremology, palaeoeremology +paleoethnic, palaeoethnic +paleoethnography, palaeoethnography +paleoethnologic, palaeoethnologic +paleoethnological, palaeoethnological +paleoethnologist, palaeoethnologist +paleoethnology, palaeoethnology +paleofauna, palaeofauna +paleogenesis's, palaeogenesis's +paleogenesis, palaeogenesis +paleogenetic, palaeogenetic +paleogeographer, palaeogeographer +paleogeographers, palaeogeographers +paleogeographic, palaeogeographic +paleogeographical, palaeogeographical +paleogeographically, palaeogeographically +paleogeographies, palaeogeographies +paleogeography, palaeogeography +paleogeology, palaeogeology +paleoglaciology, palaeoglaciology +paleoglyph, palaeoglyph +paleograph, palaeograph +paleographic, palaeographic +paleographical, palaeographical +paleographically, palaeographically +paleographist, palaeographist +paleoherpetologist, palaeoherpetologist +paleoherpetology, palaeoherpetology +paleohistology, palaeohistology +paleohydrography, palaeohydrography +paleoichthyology, palaeoichthyology +paleolatry, palaeolatry +paleolimnology, palaeolimnology +paleolith's, palaeolith's +paleolith, palaeolith +paleolithic, palaeolithic +Paleolithic, Palaeolithic +paleolithical, palaeolithical +paleolithist, palaeolithist +paleolithoid, palaeolithoid +paleoliths, palaeoliths +paleolithy, palaeolithy +paleological, palaeological +paleologist's, palaeologist's +paleologist, palaeologist +paleology, palaeology +paleomagnetism's, palaeomagnetism's +paleomagnetism, palaeomagnetism +paleomagnetisms, palaeomagnetisms +paleometallic, palaeometallic +paleometeorological, palaeometeorological +paleometeorology, palaeometeorology +paleontographic, palaeontographic +paleontographical, palaeontographical +paleontographies, palaeontographies +paleontography's, palaeontography's +paleontography, palaeontography +paleontol, palaeontol +paleontologic, palaeontologic +paleontological, palaeontological +paleontologically, palaeontologically +paleontologist's, palaeontologist's +paleontologist, palaeontologist +paleontologists, palaeontologists +paleontology's, palaeontology's +paleontology, palaeontology +paleopathologic, palaeopathologic +paleopathological, palaeopathological +paleopathologies, palaeopathologies +paleopathologist, palaeopathologist +paleopathologists, palaeopathologists +paleopathology, palaeopathology +paleopedology, palaeopedology +paleophysiography, palaeophysiography +paleophysiology, palaeophysiology +paleophytic, palaeophytic +paleophytological, palaeophytological +paleophytologist, palaeophytologist +paleophytology, palaeophytology +paleoplain, palaeoplain +paleopotamology, palaeopotamology +paleopsychic, palaeopsychic +paleopsychological, palaeopsychological +paleopsychology, palaeopsychology +paleornithological, palaeornithological +paleornithology, palaeornithology +paleostriatal, palaeostriatal +paleostriatum, palaeostriatum +paleostylic, palaeostylic +paleostyly, palaeostyly +paleotechnic, palaeotechnic +paleothalamus, palaeothalamus +Paleotropical's, Palaeotropical's +Paleotropical, Palaeotropical +paleovolcanic, palaeovolcanic +paleozoic, palaeozoic +paleozoologic, palaeozoologic +paleozoological, palaeozoological +paleozoologies, palaeozoologies +paleozoologist's, palaeozoologist's +paleozoologist, palaeozoologist +paleozoologists, palaeozoologists +paleozoology's, palaeozoology's +paleozoology, palaeozoology +palestra's, palaestra's +palestra, palaestra +palestrae, palaestrae +palestral, palaestral +palestras, palaestras +palestrian, palaestrian +palestric, palaestric +paletiology, palaetiology +palladiumize, palladiumise +palladiumizes, palladiumises +palletization's, palletisation's +palletization, palletisation +palletizations, palletisations +palletize, palletise +palletized, palletised +palletizer's, palletiser's +palletizer, palletiser +palletizers, palletisers +palletizes, palletises +palletizing, palletising +pamperize, pamperise +pamperizes, pamperises +pamphletize, pamphletise +pamphletizes, pamphletises +panderize, panderise +panderizes, panderises +pandora, pandoura +panegyrize, panegyrise +panegyrized, panegyrised +panegyrizes, panegyrises +panegyrizing, panegyrising +paneled, panelled +paneling's, panelling's +paneling, panelling +panelings, panellings +panelist's, panellist's +panelist, panellist +panelists, panellists +panelized, panelised +panellisation, panellization +panesthesia, panaesthesia +panesthesias, panaesthesias +panesthetic, panaesthetic +pangea, pangaea +pannier's, panier's +pannier, panier +panniers, paniers +panomphean, panomphaean +pantheonization's, pantheonisation's +pantheonization, pantheonisation +pantheonizations, pantheonisations +pantheonize, pantheonise +pantheonizes, pantheonises +pantie's, panty's +pantie, panty +papalization's, papalisation's +papalization, papalisation +papalizations, papalisations +papalize, papalise +papalized, papalised +papalizer, papaliser +papalizers, papalisers +papalizes, papalises +papalizing, papalising +papilledema, papilloedema +papule, papulae +parabolization's, parabolisation's +parabolization, parabolisation +parabolize, parabolise +parabolized, parabolised +parabolizes, parabolises +parabolizing, parabolising +paraffinize, paraffinise +paraffinizes, paraffinises +paragraphize, paragraphise +paragraphizes, paragraphises +parakeet's, parrakeet's +parakeet, parrakeet +parakeets, parrakeets +parallelization's, parallelisation's +parallelization, parallelisation +parallelizations, parallelisations +parallelize, parallelise +parallelized, parallelised +parallelizer, paralleliser +parallelizers, parallelisers +parallelizes, parallelises +parallelizing, parallelising +paralogize, paralogise +paralogized, paralogised +paralogizes, paralogises +paralogizing, paralogising +paralyzation's, paralysation's +paralyzation, paralysation +paralyzations, paralysations +paralyze, paralyse +paralyzed, paralysed +paralyzedlies, paralysedlies +paralyzedly, paralysedly +paralyzer's, paralyser's +paralyzer, paralyser +paralyzers, paralysers +paralyzes, paralyses +paralyzing, paralysing +paralyzinglies, paralysinglies +paralyzingly, paralysingly +Paramecium's, Paramoecium's +Paramecium, Paramoecium +parameterizable, parameterisable +parameterization's, parameterisation's +parameterization, parameterisation +parameterizations, parameterisations +parameterize, parameterise +parameterized, parameterised +parameterizes, parameterises +parameterizing, parameterising +parametrizable, parametrisable +parametrization's, parametrisation's +parametrization, parametrisation +parametrizations, parametrisations +parametrize, parametrise +parametrized, parametrised +parametrizes, parametrises +parametrizing, parametrising +paraselene, paraselenae +parasitemia, parasitaemia +parasitization, parasitisation +parasitize, parasitise +parasitized, parasitised +parasitizes, parasitises +parasitizing, parasitising +parathyroidectomize, parathyroidectomise +parathyroidectomized, parathyroidectomised +parathyroidectomizes, parathyroidectomises +parathyroidectomizing, parathyroidectomising +paratragedia, paratragoedia +parceled, parcelled +parceler, parceller +parceling's, parcelling's +parceling, parcelling +parchmentize, parchmentise +parchmentized, parchmentised +parchmentizes, parchmentises +parchmentizing, parchmentising +parecious, paroecious +pareciously, paroeciously +pareciousness, paroeciousness +parecism, paroecism +parecy, paroecy +pareneses, paraeneses +parenesis, paraenesis +parenetic, paraenetic +parenetical, paraenetical +parenthesization, parenthesisation +parenthesize, parenthesise +parenthesized, parenthesised +parenthesizes, parenthesises +parenthesizing, parenthesising +paresthesia's, paraesthesia's +paresthesia, paraesthesia +paresthesias, paraesthesias +paresthetic, paraesthetic +parfocalization, parfocalisation +parfocalize, parfocalise +Parisianization's, Parisianisation's +Parisianization, Parisianisation +Parisianizations, Parisianisations +Parisianize's, Parisianise's +Parisianize, Parisianise +Parisianizes, Parisianises +parlor's, parlour's +parlor, parlour +parlorish, parlourish +parlormaid, parlourmaid +parlors, parlours +parmigiana, parmigiano +parochialization's, parochialisation's +parochialization, parochialisation +parochializations, parochialisations +parochialize, parochialise +parochialized, parochialised +parochializes, parochialises +parochializing, parochialising +parrotize, parrotise +parrotizes, parrotises +parsonize, parsonise +parsonizes, parsonises +partialize, partialise +partialized, partialised +partializes, partialises +partializing, partialising +particolored, particoloured +particoloredder, particolouredder +particoloreddest, particoloureddest +particularization's, particularisation's +particularization, particularisation +particularizations, particularisations +particularize, particularise +particularized, particularised +particularizer's, particulariser's +particularizer, particulariser +particularizes, particularises +particularizing, particularising +partisan's, partizan's +partisan's, partizan's +partisan, partizan +partisan, partizan +partisanize, partisanise +partisanizes, partisanises +partisans, partizans +partisans, partizans +Pasiphae's, Pasiphaae's +Pasiphae, Pasiphaae +passades, passadoes +passivization, passivisation +passivize, passivise +passivized, passivised +passivizes, passivises +passivizing, passivising +pasteurization's, pasteurisation's +pasteurization, pasteurisation +pasteurizations, pasteurisations +pasteurize, pasteurise +pasteurized, pasteurised +pasteurizer's, pasteuriser's +pasteurizer, pasteuriser +Pasteurizers, Pasteurisers +pasteurizers, pasteurisers +pasteurizes, pasteurises +pasteurizing, pasteurising +pastoralize, pastoralise +pastoralizes, pastoralises +pastorize, pastorise +pastorizes, pastorises +paternalize, paternalise +paternalizes, paternalises +patine, patinae +patined, patinaed +patrialization, patrialisation +patrializations, patrialisations +patrialize, patrialise +patrialized, patrialised +patrializes, patrialises +patrializing, patrialising +patrices, patricoes +patronizable's, patronisable's +patronizable, patronisable +patronizabler, patronisabler +patronizables, patronisables +patronizablest, patronisablest +patronization's, patronisation's +patronization, patronisation +patronizations, patronisations +patronize, patronise +patronized, patronised +patronizer's, patroniser's +patronizer, patroniser +patronizers, patronisers +patronizes, patronises +patronizing's, patronising's +patronizing, patronising +patronizinglier, patronisinglier +patronizingliest, patronisingliest +patronizingly, patronisingly +patronizings, patronisings +patte, pattae +patternize, patternise +patternizes, patternises +Paulinize's, Paulinise's +Paulinize, Paulinise +Paulinizes, Paulinises +pauperization's, pauperisation's +pauperization, pauperisation +pauperizations, pauperisations +pauperize, pauperise +pauperized, pauperised +pauperizer's, pauperiser's +pauperizer, pauperiser +pauperizers, pauperisers +pauperizes, pauperises +pauperizing, pauperising +Pavior's, Paviour's +pavior's, paviour's +Pavior, Paviour +pavior, paviour +paviors, paviours +pawpaw's, papaw's +pawpaw, papaw +pawpaws, papaws +Paynize's, Paynise's +Paynize, Paynise +Paynizes, Paynises +pe, poe +pearlization, pearlisation +pearlize, pearlise +pearlized, pearlised +pearlizes, pearlises +pearlizing, pearlising +peasantize, peasantise +peasantizes, peasantises +pectization's, pectisation's +pectization, pectisation +pectizations, pectisations +pectize, pectise +pectized, pectised +pectizes, pectises +pectizing, pectising +peculiarize, peculiarise +peculiarized, peculiarised +peculiarizes, peculiarises +peculiarizing, peculiarising +pedagogism, paedagogism +pedagogue's, pedagog's +pedagogue, pedagog +pedagogues, pedagogs +pedaled, pedalled +pedaler's, pedaller's +pedaler, pedaller +pedalers, pedallers +pedaling, pedalling +pedanticize, pedanticise +pedanticized, pedanticised +pedanticizes, pedanticises +pedanticizing, pedanticising +pedantize, pedantise +pedantized, pedantised +pedantizes, pedantises +pedantizing, pedantising +pedatrophia, paedatrophia +pedatrophy, paedatrophy +peddler's, pedlar's +peddler, pedlar +peddlers, pedlars +pederast's, paederast's +pederast, paederast +pederastic, paederastic +pederastically, paederastically +pederasts, paederasts +pedestaled, pedestalled +pedestaling, pedestalling +pedestrianization's, pedestrianisation's +pedestrianization, pedestrianisation +pedestrianizations, pedestrianisations +pedestrianize, pedestrianise +pedestrianized, pedestrianised +pedestrianizes, pedestrianises +pedestrianizing, pedestrianising +pediatric, paediatric +pediatrics, paediatrics +pediatrist's, paediatrician's +pediatrist, paediatrician +pediatrists, paediatricians +pediatry, paediatry +pedobaptism's, paedobaptism's +pedobaptism, paedobaptism +pedobaptist's, paedobaptist's +pedobaptist, paedobaptist +pedodontic, paedodontic +pedodontics, paedodontics +pedogeneses, paedogeneses +pedogenesis, paedogenesis +pedogenetic, paedogenetic +pedogenic, paedogenic +pedological, paedological +pedologies, paedologies +pedologist, paedologist +pedologists, paedologists +pedology's, paedology's +pedology, paedology +pedometrical, paedometrical +pedomorphic, paedomorphic +pedomorphism, paedomorphism +pedomorphisms, paedomorphisms +pedomorphoses, paedomorphoses +pedomorphosis, paedomorphosis +pedophile, paedophile +pedophiles, paedophiles +pedophilia, paedophilia +pedophiliac, paedophiliac +pedophiliacs, paedophiliacs +pedophilias, paedophilias +pedophilic, paedophilic +pedotribe, paedotribe +pedotrophic, paedotrophic +pedotrophist, paedotrophist +pedotrophy, paedotrophy +peize, peise +peized, peised +peizes, peises +peizing, peising +Pekingese's, Pekinese's +Pekingese, Pekinese +pelletization's, pelletisation's +pelletization, pelletisation +pelletizations, pelletisations +pelletize, pelletise +pelletized, pelletised +pelletizer, pelletiser +pelletizes, pelletises +pelletizing, pelletising +pelorized, pelorised +pemmicanization's, pemmicanisation's +pemmicanization, pemmicanisation +pemmicanizations, pemmicanisations +pemmicanize's, pemmicanise's +pemmicanize, pemmicanise +pemmicanizes, pemmicanises +penalizable's, penalisable's +penalizable, penalisable +penalizabler, penalisabler +penalizables, penalisables +penalizablest, penalisablest +penalization's, penalisation's +penalization, penalisation +penalizations, penalisations +penalize, penalise +penalized, penalised +penalizes, penalises +penalizing, penalising +penciled, pencilled +penciler's, penciller's +penciler, penciller +pencilers, pencillers +penciling, pencilling +pencilings, pencillings +penelopize, penelopise +penelopized, penelopised +penelopizes, penelopises +penelopizing, penelopising +penlight's, penlite's +penlight, penlite +penlights, penlites +penne, pennae +pense, pensae +peptizable's, peptisable's +peptizable, peptisable +peptizables, peptisables +peptization's, peptisation's +peptization, peptisation +peptizations, peptisations +peptize, peptise +peptized, peptised +peptizer, peptiser +peptizers, peptisers +peptizes, peptises +peptizing, peptising +peptonemia, peptonaemia +peptonization's, peptonisation's +peptonization, peptonisation +peptonizations, peptonisations +peptonize, peptonise +peptonized, peptonised +peptonizer's, peptoniser's +peptonizer, peptoniser +peptonizes, peptonises +peptonizing, peptonising +peracid, preacid +peracidity, preacidity +peract, preact +peracute, preacute +perambulatory, preambulatory +perces, preces +perchlorethane, perchloroethane +perchlorethylene, perchloroethylene +perchloric, prechloric +perclose, preclose +percompound, precompound +percurrent, precurrent +percussionize, percussionise +percussionizes, percussionises +perdicine, perdicinae +perdiligent, prediligent +perdy, predy +perea, peraea +perennialize, perennialise +perennializes, perennialises +pereon, peraeon +pereopod, peraeopod +pereopods, peraeopods +perfectivize, perfectivise +perfectivizes, perfectivises +perfervor's, perfervour's +perfervor, perfervour +perfervors, perfervours +perfet, prefet +perfoliation, prefoliation +perfoliations, prefoliations +performant, preformant +performative, preformative +perhazard, prehazard +pericecal, pericaecal +pericecitis, pericaecitis +pericenter, pericentre +perichete, perichaete +pericope, pericopae +periesophageal, perioesophageal +periled, perilled +periling, perilling +periodicalize, periodicalise +periodicalizes, periodicalises +periodization's, periodisation's +periodization, periodisation +periodizations, periodisations +periodize, periodise +periodized, periodised +periodizes, periodises +periodizing, periodising +perjink, prejink +perlection, prelection +perlingual, prelingual +perlingually, prelingually +permissable, premissable +permixture, premixture +pernasal, prenasal +peroral, preoral +perorally, preorally +perotic, preotic +peroxidize, peroxidise +peroxidized, peroxidised +peroxidizement's, peroxidisement's +peroxidizement, peroxidisement +peroxidizements, peroxidisements +peroxidizes, peroxidises +peroxidizing, peroxidising +perperfect, preperfect +Perse's, Persae's +Perse, Persae +perse, prese +Persianization's, Persianisation's +Persianization, Persianisation +Persianizations, Persianisations +Persianize's, Persianise's +Persianize, Persianise +Persianized's, Persianised's +Persianized, Persianised +Persianizes, Persianises +Persianizing's, Persianising's +Persianizing, Persianising +Persicize's, Persicise's +Persicize, Persicise +Persicized's, Persicised's +Persicized, Persicised +Persicizes, Persicises +Persicizing's, Persicising's +Persicizing, Persicising +persolve, presolve +personalization's, personalisation's +personalization, personalisation +personalizations, personalisations +personalize, personalise +personalized, personalised +personalizes, personalises +personalizing, personalising +personization's, personisation's +personization, personisation +personizations, personisations +personize, personise +personized, personised +personizes, personises +personizing, personising +perst, prest +Peruvianize's, Peruvianise's +Peruvianize, Peruvianise +Peruvianizes, Peruvianises +perv, prev +perve, preve +perved, preved +perves, preves +perviable, previable +perving, preving +perviousness, previousness +perviousnesses, previousnesses +petaled, petalled +petling, poetling +Petrarchize's, Petrarchise's +Petrarchize, Petrarchise +Petrarchized's, Petrarchised's +Petrarchized, Petrarchised +Petrarchizes, Petrarchises +Petrarchizing's, Petrarchising's +Petrarchizing, Petrarchising +petrolization's, petrolisation's +petrolization, petrolisation +petrolizations, petrolisations +petrolize, petrolise +petrolizes, petrolises +phacochere, phacochoere +phacocherine, phacochoerine +Phaenna's, Phaaenna's +Phaenna, Phaaenna +phagedena, phagedaena +phagedenas, phagedaenas +phagedenic, phagedaenic +phagedenical, phagedaenical +phagedenous, phagedaenous +phagocytize, phagocytise +phagocytizes, phagocytises +phalanxes, phalanx +phantomize, phantomise +phantomizer, phantomiser +phantomizers, phantomisers +phantomizes, phantomises +Pharisean's, Pharisaean's +Pharisean, Pharisaean +pharmacopeian, pharmacopoeian +pharmacopoeia's, pharmacopeia's +pharmacopoeia, pharmacopeia +pharmacopoeial, pharmacopeial +pharmacopoeias, pharmacopeias +phelonion, phaelonion +phelonions, phaelonions +phenicia, phoenicia +phenicopter, phoenicopter +phenogam, phaenogam +phenogams, phaenogams +phenogenesis, phaenogenesis +phenogenetic, phaenogenetic +phenolization's, phenolisation's +phenolization, phenolisation +phenolizations, phenolisations +phenolize, phenolise +phenolizes, phenolises +phenological, phaenological +phenologies, phaenologies +phenology, phaenology +phenomenalization's, phenomenalisation's +phenomenalization, phenomenalisation +phenomenalizations, phenomenalisations +phenomenalize, phenomenalise +phenomenalized, phenomenalised +phenomenalizes, phenomenalises +phenomenalizing, phenomenalising +phenomenism, phaenomenism +phenomenize, phenomenise +phenomenized, phenomenised +phenomenizes, phenomenises +phenomenizing, phenomenising +phenozygous, phaenozygous +pheophyl, phaeophyl +pheophyll, phaeophyll +pheophytin, phaeophytin +phiale, phialae +philanthropize, philanthropise +philanthropized, philanthropised +philanthropizes, philanthropises +philanthropizing, philanthropising +Philippize's, Philippise's +Philippize, Philippise +Philippized's, Philippised's +Philippized, Philippised +Philippizes, Philippises +Philippizing's, Philippising's +Philippizing, Philippising +Philistinize's, Philistinise's +Philistinize, Philistinise +Philistinized's, Philistinised's +Philistinized, Philistinised +Philistinizes, Philistinises +Philistinizing's, Philistinising's +Philistinizing, Philistinising +philopena, philopoena +philopenas, philopoenas +philosophization's, philosophisation's +philosophization, philosophisation +philosophizations, philosophisations +philosophize, philosophise +philosophized, philosophised +philosophizer's, philosophiser's +philosophizer, philosophiser +philosophizers, philosophisers +philosophizes, philosophises +philosophizing, philosophising +philter's, philtre's +philter, philtre +philters, philtres +phlebotomization's, phlebotomisation's +phlebotomization, phlebotomisation +phlebotomizations, phlebotomisations +phlebotomize, phlebotomise +phlebotomized, phlebotomised +phlebotomizes, phlebotomises +phlebotomizing, phlebotomising +phleum, phloeum +phlyctena's, phlyctaena's +phlyctena, phlyctaena +phlyctenae, phlyctaenae +phlyctenula, phlyctaenula +Phocean, Phocaean +phonemicization, phonemicisation +phonemicizations, phonemicisations +phonemicize, phonemicise +phonemicized, phonemicised +phonemicizes, phonemicises +phonemicizing, phonemicising +phoneticization's, phoneticisation's +phoneticization, phoneticisation +phoneticizations, phoneticisations +phoneticize, phoneticise +phoneticized, phoneticised +phoneticizes, phoneticises +phoneticizing, phoneticising +phonetization, phonetisation +phonetizations, phonetisations +phonetize, phonetise +phonetized, phonetised +phonetizes, phonetises +phonetizing, phonetising +phorrhea, phorrhoea +phosphatization's, phosphatisation's +phosphatization, phosphatisation +phosphatizations, phosphatisations +phosphatize, phosphatise +phosphatized, phosphatised +phosphatizes, phosphatises +phosphatizing, phosphatising +phosphorize, phosphorise +phosphorized, phosphorised +phosphorizes, phosphorises +phosphorizing, phosphorising +photesthesis, photaesthesis +photesthesis, photoesthesis +photocatalyzer's, photocatalyser's +photocatalyzer, photocatalyser +photocatalyzers, photocatalysers +photoesthetic, photoaesthetic +photographize, photographise +photographizes, photographises +photoionization's, photoionisation's +photoionization, photoionisation +photoionizations, photoionisations +photoisomerization's, photoisomerisation's +photoisomerization, photoisomerisation +photoisomerizations, photoisomerisations +photolabeled, photolabelled +photolabeler, photolabeller +photolabeling, photolabelling +photolyzable, photolysable +photolyze, photolyse +photolyzed, photolysed +photolyzes, photolyses +photolyzing, photolysing +photopolymerization's, photopolymerisation's +photopolymerization, photopolymerisation +photopolymerizations, photopolymerisations +photosensitization's, photosensitisation's +photosensitization, photosensitisation +photosensitizations, photosensitisations +photosensitize, photosensitise +photosensitized, photosensitised +photosensitizer's, photosensitiser's +photosensitizer, photosensitiser +photosensitizers, photosensitisers +photosensitizes, photosensitises +photosensitizing, photosensitising +photosynthesize, photosynthesise +photosynthesized, photosynthesised +photosynthesizes, photosynthesises +photosynthesizing, photosynthesising +phrenologize, phrenologise +phrenologized, phrenologised +phrenologizes, phrenologises +phrenologizing, phrenologising +Phylactolema's, Phylactolaema's +Phylactolema, Phylactolaema +Phylactolemata's, Phylactolaemata's +Phylactolemata, Phylactolaemata +phytoecology, phytooecology +phytohemagglutinin, phytohaemagglutinin +piarhemic, piarhaemic +piaster's, piastre's +piaster, piastre +piasters, piastres +picogram's, picogramme's +picogram, picogramme +picograms, picogrammes +picometer's, picometre's +picometer, picometre +picometers, picometres +pictorialization's, pictorialisation's +pictorialization, pictorialisation +pictorializations, pictorialisations +pictorialize, pictorialise +pictorialized, pictorialised +pictorializes, pictorialises +pictorializing, pictorialising +picturization's, picturisation's +picturization, picturisation +picturizations, picturisations +picturize, picturise +picturized, picturised +picturizes, picturises +picturizing, picturising +pidginization's, pidginisation's +pidginization, pidginisation +pidginizations, pidginisations +pidginize, pidginise +pidginized, pidginised +pidginizes, pidginises +pidginizing, pidginising +piggyback's, pickaback's +piggyback, pickaback +piggybacking, pickabacking +piggybacks, pickabacks +pigmean, pigmaean +pigmentize, pigmentise +pigmentizes, pigmentises +pilau's, pilaff's +pilau, pilaff +pilaus, pilaffs +pilgrimize, pilgrimise +pilgrimized, pilgrimised +pilgrimizes, pilgrimises +pilgrimizing, pilgrimising +pillarize, pillarise +pillarizes, pillarises +pillorize, pillorise +pillorized, pillorised +pillorizes, pillorises +pillorizing, pillorising +pillowbeer, pillowbere +Pindarize's, Pindarise's +Pindarize, Pindarise +Pindarized's, Pindarised's +Pindarized, Pindarised +Pindarizes, Pindarises +Pindarizing's, Pindarising's +Pindarizing, Pindarising +piney, piny +pinkie's, pinky's +pinkie, pinky +pinnule, pinnulae +pinochle's, pinocle's +pinochle, pinocle +pinyon's, piÒon's +pinyon, piÒon +pinyons, piÒons +piratize, piratise +piratizes, piratises +piroshki's, pirozhki's +piroshki, pirozhki +piscine, piscinae +pistoled, pistolled +pistoling, pistolling +pixie's, pixy's +pixie, pixy +pixieish, pixyish +pizes, pises +pizzazz's, pizazz's +pizzazz, pizazz +pizzazzes, pizazzes +Placean's, Placaean's +Placean, Placaean +placebos, placeboes +plage, plagae +plagiarization's, plagiarisation's +plagiarization, plagiarisation +plagiarizations, plagiarisations +plagiarize, plagiarise +plagiarized, plagiarised +plagiarizer's, plagiariser's +plagiarizer, plagiariser +plagiarizers, plagiarisers +plagiarizes, plagiarises +plagiarizing, plagiarising +Plante's, Plantae's +Plante, Plantae +plantule, plantulae +plasmapheresis, plasmaphaeresis +plasmolyze, plasmolyse +plasmolyzed, plasmolysed +plasmolyzes, plasmolyses +plasmolyzing, plasmolysing +plasticization's, plasticisation's +plasticization, plasticisation +plasticizations, plasticisations +plasticize, plasticise +plasticized, plasticised +plasticizer's, plasticiser's +plasticizer, plasticiser +plasticizers, plasticisers +plasticizes, plasticises +plasticizing, plasticising +platea, plataea +platinization's, platinisation's +platinization, platinisation +platinizations, platinisations +platinize, platinise +platinized, platinised +platinizes, platinises +platinizing, platinising +platitudinization's, platitudinisation's +platitudinization, platitudinisation +platitudinizations, platitudinisations +platitudinize, platitudinise +platitudinized, platitudinised +platitudinizer's, platitudiniser's +platitudinizer, platitudiniser +platitudinizes, platitudinises +platitudinizing, platitudinising +Platonization's, Platonisation's +Platonization, Platonisation +platonization, platonisation +Platonize, Platonise +platonize, platonise +Platonized, Platonised +platonized, platonised +Platonizer's, Platoniser's +Platonizer, Platoniser +Platonizes, Platonises +platonizes, platonises +Platonizing, Platonising +platonizing, platonising +platycelian, platycoelian +platycelous, platycoelous +plebeianization's, plebeianisation's +plebeianization, plebeianisation +plebeianize, plebeianise +plebeianized, plebeianised +plebeianizes, plebeianises +plebeianizing, plebeianising +pleuroperitoneal, pleuroperitonaeal +plow's, plough's +plow, plough +plowable, ploughable +plowboy's, ploughboy's +plowboy, ploughboy +plowboys, ploughboys +plowed, ploughed +plower's, plougher's +plower, plougher +plowers, ploughers +plowhead, ploughhead +plowing's, ploughing's +plowing, ploughing +plowman's, ploughman's +plowman, ploughman +plowmen, ploughmen +plows, ploughs +plowshare's, ploughshare's +plowshare, ploughshare +plowshares, ploughshares +plumule, plumulae +pluralization's, pluralisation's +pluralization, pluralisation +pluralizations, pluralisations +pluralize, pluralise +pluralized, pluralised +pluralizer's, pluraliser's +pluralizer, pluraliser +pluralizers, pluralisers +pluralizes, pluralises +pluralizing, pluralising +poeticization, poeticisation +poeticize, poeticise +poeticized, poeticised +poeticizes, poeticises +poeticizing, poeticising +poetization's, poetisation's +poetization, poetisation +poetizations, poetisations +poetize, poetise +poetized, poetised +poetizer's, poetiser's +poetizer, poetiser +poetizers, poetisers +poetizes, poetises +poetizing, poetising +pogromize, pogromise +pogromizes, pogromises +poky, pokey +polarizabilities, polarisabilities +polarizability's, polarisability's +polarizability, polarisability +polarizable's, polarisable's +polarizable, polarisable +polarizables, polarisables +polarization's, polarisation's +polarization, polarisation +polarizations, polarisations +polarize, polarise +polarized, polarised +polarizer's, polariser's +polarizer, polariser +polarizers, polarisers +polarizes, polarises +polarizing, polarising +polemicize, polemicise +polemicized, polemicised +polemicizes, polemicises +polemicizing, polemicising +polemize, polemise +polemized, polemised +polemizes, polemises +polemizing, polemising +policize, policise +policizer, policiser +policizers, policisers +policizes, policises +poliencephalitis's, polioencephalitis's +poliencephalitis, polioencephalitis +poliencephalomyelitis, polioencephalomyelitis +politicalize, politicalise +politicalizes, politicalises +politicization's, politicisation's +politicization, politicisation +politicizations, politicisations +politicize, politicise +politicized, politicised +politicizer, politiciser +politicizers, politicisers +politicizes, politicises +politicizing, politicising +politize, politise +politizes, politises +pollack's, pollock's +pollack, pollock +pollenizer, polleniser +pollinize, pollinise +pollinized, pollinised +pollinizer, polliniser +pollinizes, pollinises +pollinizing, pollinising +polliwog's, pollywog's +polliwog, pollywog +polliwogs, pollywogs +Polonization's, Polonisation's +Polonization, Polonisation +polonize, polonise +polonized, polonised +polonizes, polonises +polonizing, polonising +polychetous, polychaetous +polychromatize, polychromatise +polychromatizes, polychromatises +polychromize, polychromise +polychromizes, polychromises +polycythemia, polycythaemia +polycythemias, polycythaemias +polycythemic, polycythaemic +polydemonism, polydaemonism +polydemonisms, polydaemonisms +polydemonist's, polydaemonist's +polydemonist, polydaemonist +polyemia, polyaemia +polyemic, polyaemic +polyestrous, polyoestrous +polygamize, polygamise +polygamizes, polygamises +polyhemia, polyhaemia +polyhemic, polyhaemic +polymerization's, polymerisation's +polymerization, polymerisation +polymerizations, polymerisations +polymerize, polymerise +polymerized, polymerised +polymerizes, polymerises +polymerizing, polymerising +polypnea, polypnoea +polypneic, polypnoeic +polysulphurization's, polysulphurisation's +polysulphurization, polysulphurisation +polysulphurizations, polysulphurisations +polytetrafluorethylene, polytetrafluoroethylene +polytetrafluorethylenes, polytetrafluoroethylenes +pomerium, pomoerium +pomme, pommae +pommeled, pommelled +pommeling, pommelling +popliteal, poplitaeal +popularization's, popularisation's +popularization, popularisation +popularizations, popularisations +popularize, popularise +popularized, popularised +popularizer's, populariser's +popularizer, populariser +popularizers, popularisers +popularizes, popularises +popularizing, popularising +porcelainization's, porcelainisation's +porcelainization, porcelainisation +porcelainizations, porcelainisations +porcelainize, porcelainise +porcelainized, porcelainised +porcelainizes, porcelainises +porcelainizing, porcelainising +porcellanize, porcellanise +porcellanized, porcellanised +porcellanizes, porcellanises +porcellanizing, porcellanising +porer, pourer +porers, pourers +poringly, pouringly +porphyrization's, porphyrisation's +porphyrization, porphyrisation +porte, portae +portionize, portionise +portionizes, portionises +positivize, positivise +positivizes, positivises +postcecal, postcaecal +postcenal, postcoenal +posterize, posterise +posterizes, posterises +postfetal, postfoetal +postilion's, postillion's +postilion, postillion +postilions, postillions +postmedieval, postmediaeval +postsynchronization, postsynchronisation +posturize, posturise +posturized, posturised +posturizes, posturises +posturizing, posturising +potentialization's, potentialisation's +potentialization, potentialisation +potentializations, potentialisations +potentialize, potentialise +potentializes, potentialises +potentize, potentise +potentized, potentised +potentizes, potentises +potentizing, potentising +pouder, poudre +pouders, poudres +pouffe's, pouf's +pouffe, pouf +pouffes, poufs +poulder, pouldre +poulders, pouldres +powderization's, powderisation's +powderization, powderisation +powderizations, powderisations +powderize, powderise +powderizer, powderiser +powderizers, powderisers +powderizes, powderises +powellize, powellise +powellized, powellised +powellizes, powellises +powellizing, powellising +practicer's, practiser's +practicer, practiser +practicers, practisers +praenomen's, prenomen's +praenomen, prenomen +praenomens, prenomens +pragmatization, pragmatisation +pragmatizations, pragmatisations +pragmatize, pragmatise +pragmatized, pragmatised +pragmatizer, pragmatiser +pragmatizers, pragmatisers +pragmatizes, pragmatises +pragmatizing, pragmatising +preabdomen, praeabdomen +preacetabular, praeacetabular +preacherize, preacherise +preacherizes, preacherises +preacknowledgment's, preacknowledgement's +preacknowledgment, preacknowledgement +preacknowledgments, preacknowledgements +preanal, praeanal +preanesthetic's, preanaesthetic's +preanesthetic, preanaesthetic +preanesthetics, preanaesthetics +preapprize, preapprise +preapprized, preapprised +preapprizing, preapprising +preauthorize, preauthorise +prebaptize, prebaptise +prebaptizes, prebaptises +precancelation, precancellation +precava, praecava +precavae, praecavae +precipe, praecipe +precipes, praecipes +precisionize, precisionise +precisionizes, precisionises +precivilization's, precivilisation's +precivilization, precivilisation +precivilizations, precivilisations +precocial, praecocial +precolor's, precolour's +precolor, precolour +precolorable's, precolourable's +precolorable, precolourable +precolorabler, precolourabler +precolorables, precolourables +precolorablest, precolourablest +precoloration's, precolouration's +precoloration, precolouration +precolorations, precolourations +precolored, precoloured +precoloring, precolouring +precolorings, precolourings +precolors, precolours +preconization's, preconisation's +preconization, preconisation +preconizations, preconisations +preconize, preconise +preconized, preconised +preconizer's, preconiser's +preconizer, preconiser +preconizers, preconisers +preconizes, preconises +preconizing, preconising +precoracoid, praecoracoid +precordia, praecordia +precordial, praecordial +precordium, praecordium +precornu, praecornu +precox, praecox +precriticize, precriticise +precriticizes, precriticises +precuneus, praecuneus +predial, praedial +predialist, praedialist +prediality, praediality +predials, praedials +preemptor's, preaemptor's +preemptor, preaemptor +preesophageal, praeesophageal +preesophageal, preoesophageal +preestival, preaestival +preexistent, preaexistent +prefavor's, prefavour's +prefavor, prefavour +prefavorable's, prefavourable's +prefavorable, prefavourable +prefavorables, prefavourables +prefavorablies, prefavourablies +prefavorably, prefavourably +prefavorite's, prefavourite's +prefavorite, prefavourite +prefavorites, prefavourites +prefavors, prefavours +prefectorial, praefectorial +prefertilization's, prefertilisation's +prefertilization, prefertilisation +prefertilizations, prefertilisations +prefertilize, prefertilise +prefertilizes, prefertilises +preflavor's, preflavour's +preflavor, preflavour +preflavoring, preflavouring +preflavorings, preflavourings +preflavors, preflavours +prefloration, praefloration +prefoliation, praefoliation +pregalvanize, pregalvanise +pregalvanizes, pregalvanises +prehallux, praehallux +prehumor's, prehumour's +prehumor, prehumour +prehumors, prehumours +preinitialize, preinitialise +preinitialized, preinitialised +preinitializes, preinitialises +preinitializing, preinitialising +prejudgment's, prejudgement's +prejudgment, prejudgement +prejudgments, prejudgements +prelabor's, prelabour's +prelabor, prelabour +prelabors, prelabours +prelabrum, praelabrum +prelatize, prelatise +prelatized, prelatised +prelatizes, prelatises +prelatizing, prelatising +prelect, praelect +prelected, praelected +prelecting, praelecting +prelection's, praelection's +prelection, praelection +prelector, praelector +prelectorship, praelectorship +prelectress, praelectress +prelects, praelects +prelocalization's, prelocalisation's +prelocalization, prelocalisation +prelocalizations, prelocalisations +preludium, praeludium +preludize, preludise +preludizes, preludises +premaxilla, praemaxilla +premial, proemial +premillennialize, premillennialise +premillennialized, premillennialised +premillennializing, premillennialising +premonopolize, premonopolise +premonopolizes, premonopolises +premunire, praemunire +prenarial, praenarial +preneural, praeneural +prenomina, praenomina +prenominal, praenominal +preoffense's, preoffence's +preoffense, preoffence +preoffenses, preoffences +preoperculum, praeoperculum +preorganization's, preorganisation's +preorganization, preorganisation +preorganizations, preorganisations +preorganize, preorganise +preorganizes, preorganises +preoxidize, preoxidise +preoxidized, preoxidised +preoxidizes, preoxidises +preoxidizing, preoxidising +prepaleolithic, prepalaeolithic +prepositor, praepositor +prepositure, praepositure +preposter, praeposter +prepostor's, praepostor's +prepostor, praepostor +prepostors, praepostors +preppy's, preppie's +preppy, preppie +preprogram, preprogramme +prepubis, praepubis +prerealization's, prerealisation's +prerealization, prerealisation +prerealizations, prerealisations +prerealize, prerealise +prerealizes, prerealises +prerecognize, prerecognise +prerecognizes, prerecognises +Presbyterianize's, Presbyterianise's +Presbyterianize, Presbyterianise +Presbyterianized's, Presbyterianised's +Presbyterianized, Presbyterianised +Presbyterianizes, Presbyterianises +Presbyterianizing's, Presbyterianising's +Presbyterianizing, Presbyterianising +prescutum, praescutum +presidium's, praesidium's +presidium, praesidium +prespecialize, prespecialise +prespecializes, prespecialises +presphenoid, praesphenoid +presplendor's, presplendour's +presplendor, presplendour +presplendors, presplendours +pressurization's, pressurisation's +pressurization, pressurisation +pressurizations, pressurisations +pressurize, pressurise +pressurized, pressurised +pressurizer, pressuriser +pressurizers, pressurisers +pressurizes, pressurises +pressurizing, pressurising +prestandardization's, prestandardisation's +prestandardization, prestandardisation +prestandardizations, prestandardisations +prestandardize, prestandardise +prestandardizes, prestandardises +presternal, praesternal +presternum, praesternum +prestomium, praestomium +presympathize, presympathise +presympathizes, presympathises +presystolic, praesystolic +pretaxation, praetaxation +pretense's, pretence's +pretense, pretence +pretenses, pretences +pretensive, pretencive +preterit's, preterite's +preterit, preterite +preterits, preterites +pretexta's, praetexta's +pretexta, praetexta +pretextae, praetextae +pretorial, praetorial +Pretorians, Praetorians +pretorium, praetorium +Pretorius's, Praetorius's +Pretorius, Praetorius +pretorship, praetorship +preutilizable's, preutilisable's +preutilizable, preutilisable +preutilizables, preutilisables +preutilization's, preutilisation's +preutilization, preutilisation +preutilizations, preutilisations +preutilize, preutilise +preutilizes, preutilises +preventable, preventible +previze, previse +prezygapophysis, praezygapophysis +pricey, pricy +primeval, primaeval +primevally, primaevally +prioritization's, prioritisation's +prioritization, prioritisation +prioritizations, prioritisations +prioritize, prioritise +prioritized, prioritised +prioritizer, prioritiser +prioritizers, prioritisers +prioritizes, prioritises +prioritizing, prioritising +prioritizings, prioritisings +priorization, priorisation +priorizations, priorisations +priorize, priorise +priorized, priorised +priorizes, priorises +priorizing, priorising +privatization's, privatisation's +privatization, privatisation +privatizations, privatisations +privatize, privatise +privatized, privatised +privatizer, privatiser +privatizers, privatisers +privatizes, privatises +privatizing, privatising +prizable, prisable +proadvertizing, proadvertising +problemize, problemise +problemizes, problemises +processionize, processionise +processionizes, processionises +Procrusteanize's, Procrusteanise's +Procrusteanize, Procrusteanise +Procrusteanizes, Procrusteanises +proctodea, proctodaea +proctodeal, proctodaeal +proctodeum's, proctodaeum's +proctodeum, proctodaeum +proctodeums, proctodaeums +proctorization's, proctorisation's +proctorization, proctorisation +proctorizations, proctorisations +proctorize, proctorise +proctorized, proctorised +proctorizes, proctorises +proctorizing, proctorising +prodigalize, prodigalise +prodigalized, prodigalised +prodigalizes, prodigalises +prodigalizing, prodigalising +productize, productise +productized, productised +productizer, productiser +productizers, productisers +productizes, productises +productizing, productising +proemium, prooemium +profanize, profanise +profanizes, profanises +profer, profre +professionalization's, professionalisation's +professionalization, professionalisation +professionalizations, professionalisations +professionalize, professionalise +professionalized, professionalised +professionalizes, professionalises +professionalizing, professionalising +professionize, professionise +professionizes, professionises +programmer's, programer's +programmer, programer +programmers, programers +proindustrialization, proindustrialisation +projectization, projectisation +projectizations, projectisations +prokaryote's, procaryote's +prokaryote, procaryote +prokaryotes, procaryotes +prokaryotic, procaryotic +proletarianization's, proletarianisation's +proletarianization, proletarianisation +proletarianizations, proletarianisations +proletarianize, proletarianise +proletarianized, proletarianised +proletarianizes, proletarianises +proletarianizing, proletarianising +proletarize, proletarise +proletarized, proletarised +proletarizing, proletarising +prologize, prologise +prologized, prologised +prologizes, prologises +prologizing, prologising +prologue's, prolog's +prologue, prolog +prologues, prologs +prologuize, prologuise +prologuized, prologuised +prologuizer's, prologuiser's +prologuizer, prologuiser +prologuizers, prologuisers +prologuizes, prologuises +prologuizing, prologuising +prolusionize, prolusionise +prolusionizes, prolusionises +pronominalization, pronominalisation +pronominalize, pronominalise +propagandize, propagandise +propagandized, propagandised +propagandizes, propagandises +propagandizing, propagandising +propellant's, propellent's +propellant, propellent +propellants, propellents +prophetize, prophetise +prophetizes, prophetises +propositionize, propositionise +propositionizes, propositionises +propretor's, propraetor's +propretor, propraetor +propretorial, propraetorial +propretorian, propraetorian +propretors, propraetors +propylitization, propylitisation +propylitizations, propylitisations +propylitize, propylitise +propylitized, propylitised +propylitizes, propylitises +propylitizing, propylitising +proselytization's, proselytisation's +proselytization, proselytisation +proselytizations, proselytisations +proselytize, proselytise +proselytized, proselytised +proselytizer's, proselytiser's +proselytizer, proselytiser +proselytizers, proselytisers +proselytizes, proselytises +proselytizing, proselytising +proseuche, proseuchae +prosocele, prosocoele +prosopopeial, prosopopoeial +prosopopoeia, prosopopeia +prosopopoeias, prosopopeias +prostatorrhea, prostatorrhoea +protectionize, protectionise +protectionizes, protectionises +proteide, proteidae +Protestantize's, Protestantise's +Protestantize, Protestantise +Protestantized's, Protestantised's +Protestantized, Protestantised +Protestantizes, Protestantises +Protestantizing's, Protestantising's +Protestantizing, Protestantising +protester's, protestor's +protester, protestor +protesters, protestors +Prothoenor's, Prothoaenor's +Prothoenor, Prothoaenor +protoarcheology, protoarchaeology +protocoled, protocolled +protocoling, protocolling +protocolization's, protocolisation's +protocolization, protocolisation +protocolizations, protocolisations +protocolize, protocolise +protocolized, protocolised +protocolizes, protocolises +protocolizing, protocolising +proverbialize, proverbialise +proverbialized, proverbialised +proverbializes, proverbialises +proverbializing, proverbialising +proverbize, proverbise +proverbizes, proverbises +provincialization's, provincialisation's +provincialization, provincialisation +provincializations, provincialisations +provincialize, provincialise +provincialized, provincialised +provincializes, provincialises +provincializing, provincialising +Prussianization's, Prussianisation's +prussianization's, prussianisation's +Prussianization, Prussianisation +prussianization, prussianisation +Prussianizations, Prussianisations +Prussianize, Prussianise +prussianize, prussianise +Prussianized, Prussianised +prussianized, prussianised +Prussianizer's, Prussianiser's +prussianizer's, prussianiser's +Prussianizer, Prussianiser +prussianizer, prussianiser +Prussianizers, Prussianisers +Prussianizes, Prussianises +prussianizes, prussianises +Prussianizing, Prussianising +prussianizing, prussianising +psalmodize, psalmodise +psalmodized, psalmodised +psalmodizes, psalmodises +psalmodizing, psalmodising +pseudelephant, pseudoelephant +pseudembryo, pseudoembryo +pseudembryonic, pseudoembryonic +pseudesthesia, pseudaesthesia +pseudhemal, pseudhaemal +pseudoanemia's, pseudoanaemia's +pseudoanemia, pseudoanaemia +pseudoanemias, pseudoanaemias +pseudoanemic, pseudoanaemic +pseudoanemics, pseudoanaemics +pseudocele, pseudocoele +pseudocelom, pseudocoelom +pseudoedema's, pseudooedema's +pseudoedema, pseudooedema +pseudoedemas, pseudooedemas +pseudographize, pseudographise +pseudographizes, pseudographises +pseudolunule, pseudolunulae +psychoanalyze, psychoanalyse +psychoanalyzed, psychoanalysed +psychoanalyzer's, psychoanalyser's +psychoanalyzer, psychoanalyser +psychoanalyzers, psychoanalysers +psychoanalyzes, psychoanalyses +psychoanalyzing, psychoanalysing +psychologization, psychologisation +psychologize, psychologise +psychologized, psychologised +psychologizes, psychologises +psychologizing, psychologising +Ptolemean's, Ptolemaean's +Ptolemean, Ptolemaean +ptyalize, ptyalise +ptyalized, ptyalised +ptyalizes, ptyalises +ptyalizing, ptyalising +publice, publicae +publicize, publicise +publicized, publicised +publicizes, publicises +publicizing, publicising +puebloization's, puebloisation's +puebloization, puebloisation +puebloizations, puebloisations +puebloize, puebloise +puebloizes, puebloises +puers, pures +pulicide, pulicidae +Pullmanize's, Pullmanise's +Pullmanize, Pullmanise +Pullmanizes, Pullmanises +pulpitize, pulpitise +pulpitizes, pulpitises +pulverizable's, pulverisable's +pulverizable, pulverisable +pulverizabler, pulverisabler +pulverizables, pulverisables +pulverizablest, pulverisablest +pulverization's, pulverisation's +pulverization, pulverisation +pulverizations, pulverisations +pulverize, pulverise +pulverized, pulverised +pulverizer's, pulveriser's +pulverizer, pulveriser +pulverizers, pulverisers +pulverizes, pulverises +pulverizing, pulverising +pulvilized, pulvilised +pummeled, pummelled +pummeler, pummeller +pummeling, pummelling +pumpkin's, punkin's +pumpkin, punkin +pumpkins, punkins +pupilize, pupilise +pupilizes, pupilises +puppetize, puppetise +puppetizes, puppetises +Puritanize's, Puritanise's +Puritanize, Puritanise +puritanize, puritanise +puritanized, puritanised +Puritanizer's, Puritaniser's +Puritanizer, Puritaniser +Puritanizers, Puritanisers +Puritanizes, Puritanises +puritanizes, puritanises +puritanizing, puritanising +pyemia's, pyaemia's +pyemia, pyaemia +pyemias, pyaemias +pyemic, pyaemic +pygmean, pygmaean +pygmies, pigmies +pygmy's, pigmy's +pygmy, pigmy +pyorrhea's, pyorrhoea's +pyorrhea, pyorrhoea +pyorrheal, pyorrhoeal +pyorrhealer, pyorrhoealer +pyorrhealest, pyorrhoealest +pyorrheas, pyorrhoeas +pyorrheic, pyorrhoeic +pyramidize, pyramidise +pyramidizes, pyramidises +Pyrenean, Pyrenaean +Pyreneus's, Pyrenaeus's +Pyreneus, Pyrenaeus +pyridinize, pyridinise +pyridinizes, pyridinises +pyritization's, pyritisation's +pyritization, pyritisation +pyritizations, pyritisations +pyritize, pyritise +pyritized, pyritised +pyritizes, pyritises +pyritizing, pyritising +pyrolyzable, pyrolysable +pyrolyzate's, pyrolysate's +pyrolyzate, pyrolysate +pyrolyzates, pyrolysates +pyrolyze's, pyrolyse's +pyrolyze, pyrolyse +pyrolyzed, pyrolysed +pyrolyzer, pyrolyser +pyrolyzes, pyrolyses +pyrolyzing, pyrolysing +Pythagoreanize's, Pythagoreanise's +Pythagoreanize, Pythagoreanise +Pythagoreanizes, Pythagoreanises +pythonine, pythoninae +pythonize, pythonise +pythonizes, pythonises +quadriphonic, quadrophonic +quadriphonics, quadrophonics +quaestor's, questor's +quaestor, questor +quaestors, questors +quahog's, quahaug's +quahog, quahaug +quahogs, quahaugs +Quakerization's, Quakerisation's +Quakerization, Quakerisation +Quakerizations, Quakerisations +Quakerize's, Quakerise's +Quakerize, Quakerise +Quakerizes, Quakerises +quantization's, quantisation's +quantization, quantisation +quantizations, quantisations +quantize, quantise +quantized, quantised +quantizer's, quantiser's +quantizer, quantiser +quantizers, quantisers +quantizes, quantises +quantizing, quantising +quarreled, quarrelled +quarreler's, quarreller's +quarreler, quarreller +quarrelers, quarrellers +quarreling, quarrelling +quarrelous, quarrellous +quarterization's, quarterisation's +quarterization, quarterisation +quarterizations, quarterisations +quartet's, quartette's +quartet, quartette +quartets, quartettes +quaters, quatres +que, quae +querele, querelae +questionaries, quaestionaries +questionary, quaestionary +questorial, quaestorial +questorship's, quaestorship's +questorship, quaestorship +queuing, queueing +quininize, quininise +quininizes, quininises +quintessentialize, quintessentialise +quintessentialized, quintessentialised +quintessentializes, quintessentialises +quintessentializing, quintessentialising +quintet's, quintette's +quintet, quintette +quintets, quintettes +Quran's, Qur'an's +Quran, Qur'an +Quranic, Qur'anic +Qurans, Qur'ans +raccoon's, racoon's +raccoon, racoon +raccoons, racoons +racemization's, racemisation's +racemization, racemisation +racemizations, racemisations +racemize, racemise +racemized, racemised +racemizes, racemises +racemizing, racemising +racialization's, racialisation's +racialization, racialisation +racializations, racialisations +racialize, racialise +racializes, racialises +Radborne's, Radbourne's +Radborne, Radbourne +radialization's, radialisation's +radialization, radialisation +radializations, radialisations +radialize, radialise +radialized, radialised +radializes, radialises +radializing, radialising +radicalization's, radicalisation's +radicalization, radicalisation +radicalizations, radicalisations +radicalize, radicalise +radicalized, radicalised +radicalizes, radicalises +radicalizing, radicalising +radiopasteurization, radiopasteurisation +radiosensitize, radiosensitise +radiosensitized, radiosensitised +radiosensitizes, radiosensitises +radiosensitizing, radiosensitising +radiosterilization, radiosterilisation +radiosterilize, radiosterilise +radiosterilized, radiosterilised +radiosterilizes, radiosterilises +radiosterilizing, radiosterilising +radiumization's, radiumisation's +radiumization, radiumisation +radiumizations, radiumisations +radiumize, radiumise +radiumizes, radiumises +rajah's, raja's +rajah, raja +rajahs, rajas +Rame's, Ramae's +Rame, Ramae +ramekin's, ramequin's +ramekin, ramequin +ramekins, ramequins +rampier, rampire +rancor's, rancour's +rancor, rancour +rancors, rancours +randomization's, randomisation's +randomization, randomisation +randomizations, randomisations +randomize, randomise +randomized, randomised +randomizer's, randomiser's +randomizer, randomiser +randomizers, randomisers +randomizes, randomises +randomizing, randomising +ranee's, rani's +ranee, rani +ranees, ranis +raphe, raphae +raphide, raphidae +rapturize, rapturise +rapturized, rapturised +rapturizes, rapturises +rapturizing, rapturising +rascalize, rascalise +rascalizes, rascalises +rationalizable's, rationalisable's +rationalizable, rationalisable +rationalizables, rationalisables +rationalization's, rationalisation's +rationalization, rationalisation +rationalizations, rationalisations +rationalize, rationalise +rationalized, rationalised +rationalizer's, rationaliser's +rationalizer, rationaliser +rationalizers, rationalisers +rationalizes, rationalises +rationalizing, rationalising +ratite, ratitae +ratline's, ratlin's +ratlines, ratlins +raveler's, raveller's +raveler, raveller +ravelers, ravellers +reacclimatization's, reacclimatisation's +reacclimatization, reacclimatisation +reacclimatizations, reacclimatisations +reacclimatize, reacclimatise +reacclimatized, reacclimatised +reacclimatizes, reacclimatises +reacclimatizing, reacclimatising +reactualize, reactualise +reactualizes, reactualises +readvertize, readvertise +readvertized, readvertised +readvertizing, readvertising +realisticize, realisticise +realisticizes, realisticises +realizabilities, realisabilities +realizability's, realisability's +realizability, realisability +realizable, realisable +realizableness's, realisableness's +realizableness, realisableness +realizabler, realisabler +realizables, realisables +realizablest, realisablest +realizablies, realisablies +realizably, realisably +realization's, realisation's +realization, realisation +realizations, realisations +realize, realise +realized, realised +realizer's, realiser's +realizer, realiser +realizers, realisers +realizes, realises +realizing's, realising's +realizing, realising +realizingly, realisingly +realizings, realisings +reanalyze, reanalyse +reanalyzed, reanalysed +reanalyzer, reanalyser +reanalyzers, reanalysers +reanalyzes, reanalyses +reanalyzing, reanalysing +reanimalize, reanimalise +reanimalizes, reanimalises +reapologize, reapologise +reapologizes, reapologises +reauthorization's, reauthorisation's +reauthorization, reauthorisation +reauthorizations, reauthorisations +reauthorize, reauthorise +reauthorizes, reauthorises +rebaptization's, rebaptisation's +rebaptization, rebaptisation +rebaptizations, rebaptisations +rebaptize, rebaptise +rebaptized, rebaptised +rebaptizes, rebaptises +rebaptizing, rebaptising +rebourbonize, rebourbonise +rebourbonizes, rebourbonises +rebrutalize, rebrutalise +rebrutalizes, rebrutalises +recanalization, recanalisation +recapitalization's, recapitalisation's +recapitalization, recapitalisation +recapitalizations, recapitalisations +recapitalize, recapitalise +recapitalized, recapitalised +recapitalizes, recapitalises +recapitalizing, recapitalising +recarbonization's, recarbonisation's +recarbonization, recarbonisation +recarbonizations, recarbonisations +recarbonize, recarbonise +recarbonizer, recarboniser +recarbonizers, recarbonisers +recarbonizes, recarbonises +recategorized, recategorised +recausticize, recausticise +recausticizes, recausticises +recentralization's, recentralisation's +recentralization, recentralisation +recentralizations, recentralisations +recentralize, recentralise +recentralizes, recentralises +recercele, recercelae +reciprocalize, reciprocalise +reciprocalizes, reciprocalises +recivilization's, recivilisation's +recivilization, recivilisation +recivilizations, recivilisations +recivilize, recivilise +recivilizes, recivilises +recognizability, recognisability +recognizable, recognisable +recognizabler, recognisabler +recognizablest, recognisablest +recognizably, recognisably +recognizance's, recognisance's +recognizance, recognisance +recognizances, recognisances +recognize, recognise +recognized, recognised +recognizedlies, recognisedlies +recognizedly, recognisedly +recognizer's, recogniser's +recognizer, recogniser +recognizers, recognisers +recognizes, recognises +recognizing, recognising +recognizinglies, recognisinglies +recognizingly, recognisingly +recolonization's, recolonisation's +recolonization, recolonisation +recolonizations, recolonisations +recolonize, recolonise +recolonized, recolonised +recolonizes, recolonises +recolonizing, recolonising +recolor's, recolour's +recolor, recolour +recoloration's, recolouration's +recoloration, recolouration +recolorations, recolourations +recolored, recoloured +recoloring, recolouring +recolors, recolours +reconceptualization, reconceptualisation +reconceptualizing, reconceptualising +reconnoiter's, reconnoitre's +reconnoiter, reconnoitre +reconnoitered, reconnoitred +reconnoiterer's, reconnoitrer's +reconnoiterer, reconnoitrer +reconnoiterers, reconnoitrers +reconnoitering, reconnoitring +reconnoiters, reconnoitres +recriticize, recriticise +recriticizes, recriticises +recrystallization's, recrystallisation's +recrystallization, recrystallisation +recrystallizations, recrystallisations +recrystallize, recrystallise +recrystallized, recrystallised +recrystallizes, recrystallises +recrystallizing, recrystallising +redialed, redialled +redialer, redialler +redialing, redialling +redisseize, redisseise +redisseizin, redisseisin +reedified, reaedified +reedifies, reaedifies +reedify, reaedify +reedifying, reaedifying +reemphasize, reemphasise +reemphasized, reemphasised +reemphasizer, reemphasiser +reemphasizers, reemphasisers +reemphasizes, reemphasises +reemphasizing, reemphasising +reentrance's, reaentrance's +reentrance, reaentrance +reexportation's, reaexportation's +reexportation, reaexportation +reexporter's, reaexporter's +reexporter, reaexporter +refavor's, refavour's +refavor, refavour +refavors, refavours +refertilization's, refertilisation's +refertilization, refertilisation +refertilizations, refertilisations +refertilize, refertilise +refertilizes, refertilises +reflectorize's, reflectorise's +reflectorize, reflectorise +reflectorized, reflectorised +reflectorizes, reflectorises +reflectorizing, reflectorising +reforestization's, reforestisation's +reforestization, reforestisation +reforestize, reforestise +reforestizes, reforestises +reformades, reformadoes +refueled, refuelled +refueling, refuelling +regalize, regalise +regalizes, regalises +regalvanization's, regalvanisation's +regalvanization, regalvanisation +regalvanizations, regalvanisations +regalvanize, regalvanise +regalvanizes, regalvanises +reges, regoes +regionalization's, regionalisation's +regionalization, regionalisation +regionalizations, regionalisations +regionalize, regionalise +regionalized, regionalised +regionalizes, regionalises +regionalizing, regionalising +regularization's, regularisation's +regularization, regularisation +regularizations, regularisations +regularize, regularise +regularized, regularised +regularizer's, regulariser's +regularizer, regulariser +regularizers, regularisers +regularizes, regularises +regularizing, regularising +regulize, regulise +regulized, regulised +regulizes, regulises +regulizing, regulising +reharmonization, reharmonisation +reharmonize, reharmonise +reharmonizes, reharmonises +Rehm's, Roehm's +Rehm, Roehm +rehonor's, rehonour's +rehonor, rehonour +rehonors, rehonours +rehumanization's, rehumanisation's +rehumanization, rehumanisation +rehumanize, rehumanise +rehumanizes, rehumanises +rehybridize, rehybridise +rehybridizes, rehybridises +reindustrialization, reindustrialisation +reindustrializations, reindustrialisations +reindustrialize, reindustrialise +reindustrialized, reindustrialised +reindustrializes, reindustrialises +reindustrializing, reindustrialising +reinforce, reenforce +reinforceable, reenforceable +reinforced, reenforced +reinforces, reenforces +reinforcing, reenforcing +reinitialization, reinitialisation +reinitialize, reinitialise +reinitialized, reinitialised +reinitializes, reinitialises +reinitializing, reinitialising +reitemize, reitemise +reitemizes, reitemises +rejuvenize, rejuvenise +rejuvenized, rejuvenised +rejuvenizes, rejuvenises +rejuvenizing, rejuvenising +relabeled, relabelled +relabeler, relabeller +relabelers, relabellers +relabeling, relabelling +relativization's, relativisation's +relativization, relativisation +relativizations, relativisations +relativize, relativise +relativized, relativised +relativizes, relativises +relativizing, relativising +religionize, religionise +religionized, religionised +religionizes, religionises +religionizing, religionising +remagnetization's, remagnetisation's +remagnetization, remagnetisation +remagnetizations, remagnetisations +remagnetize, remagnetise +remagnetizes, remagnetises +rematerialize, rematerialise +rematerialized, rematerialised +rematerializes, rematerialises +rememorize, rememorise +rememorizes, rememorises +remilitarization's, remilitarisation's +remilitarization, remilitarisation +remilitarizations, remilitarisations +remilitarize, remilitarise +remilitarized, remilitarised +remilitarizes, remilitarises +remilitarizing, remilitarising +remineralization's, remineralisation's +remineralization, remineralisation +remineralizations, remineralisations +remineralize, remineralise +remineralized, remineralised +remineralizes, remineralises +remineralizing, remineralising +remobilization's, remobilisation's +remobilization, remobilisation +remobilizations, remobilisations +remobilize, remobilise +remobilizes, remobilises +remodeled, remodelled +remodeling, remodelling +remold, remould +remolded, remoulded +remolding, remoulding +remolds, remoulds +remonetization's, remonetisation's +remonetization, remonetisation +remonetizations, remonetisations +remonetize, remonetise +remonetized, remonetised +remonetizes, remonetises +remonetizing, remonetising +remoralization, remoralisation +remoralizations, remoralisations +remoralize, remoralise +remoralized, remoralised +remoralizes, remoralises +remoralizing, remoralising +renationalize, renationalise +renationalized, renationalised +renationalizes, renationalises +renationalizing, renationalising +rencounter, rencontre +Renferd's, Renfred's +Renferd, Renfred +renormalization's, renormalisation's +renormalization, renormalisation +renormalizations, renormalisations +renormalize, renormalise +renormalized, renormalised +renormalizes, renormalises +renormalizing, renormalising +reobjectivization's, reobjectivisation's +reobjectivization, reobjectivisation +reobjectivizations, reobjectivisations +reobjectivize, reobjectivise +reobjectivizes, reobjectivises +reorganization's, reorganisation's +reorganization, reorganisation +reorganizational, reorganisational +reorganizationist's, reorganisationist's +reorganizationist, reorganisationist +reorganizationists, reorganisationists +reorganizations, reorganisations +reorganize, reorganise +reorganized, reorganised +reorganizer's, reorganiser's +reorganizer, reorganiser +reorganizers, reorganisers +reorganizes, reorganises +reorganizing, reorganising +reoxidize, reoxidise +reoxidized, reoxidised +reoxidizes, reoxidises +reoxidizing, reoxidising +reoxygenize, reoxygenise +reoxygenizes, reoxygenises +repaganization's, repaganisation's +repaganization, repaganisation +repaganizations, repaganisations +repaganize, repaganise +repaganizer, repaganiser +repaganizers, repaganisers +repaganizes, repaganises +repatronize, repatronise +repatronizes, repatronises +repellent's, repellant's +repellent, repellant +repellents, repellants +repersonalize, repersonalise +rephosphorization's, rephosphorisation's +rephosphorization, rephosphorisation +rephosphorizations, rephosphorisations +rephosphorize, rephosphorise +rephosphorizes, rephosphorises +repolymerization's, repolymerisation's +repolymerization, repolymerisation +repolymerizations, repolymerisations +repolymerize, repolymerise +repolymerizes, repolymerises +repopularize, repopularise +reprivatization's, reprivatisation's +reprivatization, reprivatisation +reprivatizations, reprivatisations +reprivatize, reprivatise +reprivatized, reprivatised +reprivatizes, reprivatises +reprivatizing, reprivatising +reprized, reprised +reprogram, reprogramme +reprograms, reprogrammes +republicanization's, republicanisation's +republicanization, republicanisation +republicanizations, republicanisations +republicanize, republicanise +republicanized, republicanised +republicanizer's, republicaniser's +republicanizer, republicaniser +republicanizers, republicanisers +republicanizes, republicanises +republicanizing, republicanising +repulverize, repulverise +repulverizes, repulverises +reroyalize, reroyalise +reroyalizes, reroyalises +reseize, reseise +reseizer, reseiser +resensitization's, resensitisation's +resensitization, resensitisation +resensitizations, resensitisations +resensitize, resensitise +resensitizes, resensitises +resepulcher, resepulchre +resepulchers, resepulchres +reshes, reshoes +resinize, resinise +resinized, resinised +resinizes, resinises +resinizing, resinising +resolemnize, resolemnise +resolemnizes, resolemnises +respectabilize, respectabilise +respectabilized, respectabilised +respectabilizes, respectabilises +respectabilizing, respectabilising +restandardization's, restandardisation's +restandardization, restandardisation +restandardizations, restandardisations +restandardize, restandardise +restandardizes, restandardises +restaurateur's, restauranteur's +restaurateur, restauranteur +restaurateurs, restauranteurs +resterilize, resterilise +resterilizes, resterilises +restigmatize, restigmatise +restigmatizes, restigmatises +resurrectionize, resurrectionise +resurrectionized, resurrectionised +resurrectionizes, resurrectionises +resurrectionizing, resurrectionising +resymbolization's, resymbolisation's +resymbolization, resymbolisation +resymbolizations, resymbolisations +resymbolize, resymbolise +resymbolizes, resymbolises +resynchronization's, resynchronisation's +resynchronization, resynchronisation +resynchronizations, resynchronisations +resynchronize, resynchronise +resynchronized, resynchronised +resynchronizes, resynchronises +resynchronizing, resynchronising +resynthesize, resynthesise +resynthesizes, resynthesises +retinize, retinise +retinizes, retinises +retinule, retinulae +retranquilize, retranquilise +retranquilizes, retranquilises +retrocecal, retrocaecal +reutilization's, reutilisation's +reutilization, reutilisation +reutilize, reutilise +reutilized, reutilised +reutilizes, reutilises +reutilizing, reutilising +revalorization's, revalorisation's +revalorization, revalorisation +revalorizations, revalorisations +revalorize, revalorise +revalorized, revalorised +revalorizes, revalorises +revalorizing, revalorising +revaporization's, revapourisation's +revaporization, revapourisation +revaporizations, revapourisations +revaporize, revaporise +revaporizes, revaporises +revelationize, revelationise +revelationizes, revelationises +reveled, revelled +reveler's, reveller's +reveler, reveller +revelers, revellers +reveling, revelling +revelings, revellings +reverie's, revery's +reverie, revery +revigor, revigour +revisualization's, revisualisation's +revisualization, revisualisation +revisualizations, revisualisations +revisualize, revisualise +revisualizes, revisualises +revitalization's, revitalisation's +revitalization, revitalisation +revitalizations, revitalisations +revitalize, revitalise +revitalized, revitalised +revitalizer, revitaliser +revitalizers, revitalisers +revitalizes, revitalises +revitalizing, revitalising +revivalize, revivalise +revivalizes, revivalises +revocable, revokable +revolatilize, revolatilise +revolatilizes, revolatilises +revolutionize, revolutionise +revolutionized, revolutionised +revolutionizement's, revolutionisement's +revolutionizement, revolutionisement +revolutionizements, revolutionisements +revolutionizer's, revolutioniser's +revolutionizer, revolutioniser +revolutionizers, revolutionisers +revolutionizes, revolutionises +revolutionizing, revolutionising +Rexford's, Rexfourd's +Rexford, Rexfourd +rhaphe, rhaphae +rhapsodize, rhapsodise +rhapsodized, rhapsodised +rhapsodizes, rhapsodises +rhapsodizing, rhapsodising +rheadine, rhoeadine +rhebosis, rhaebosis +Rhetian's, Rhaetian's +Rhetian, Rhaetian +Rhetic, Rhaetic +rhetorize, rhetorise +rhetorized, rhetorised +rhetorizes, rhetorises +rhetorizing, rhetorising +rheumatize, rheumatise +rheumatized, rheumatised +rheumatizes, rheumatises +rheumatizing, rheumatising +rhinocele, rhinocoele +rhinocelian, rhinocoelian +rhinorrhea, rhinorrhoea +rhinorrheal, rhinorrhoeal +rhodanize, rhodanise +rhodanized, rhodanised +rhodanizes, rhodanises +rhodanizing, rhodanising +rhotacize, rhotacise +rhotacized, rhotacised +rhotacizes, rhotacises +rhotacizing, rhotacising +rhythmicize, rhythmicise +rhythmicizes, rhythmicises +rhythmizable's, rhythmisable's +rhythmizable, rhythmisable +rhythmizables, rhythmisables +rhythmization's, rhythmisation's +rhythmization, rhythmisation +rhythmizations, rhythmisations +rhythmize, rhythmise +rhythmized, rhythmised +rhythmizes, rhythmises +rhythmizing, rhythmising +rickshaw's, ricksha's +rickshaw, ricksha +rickshaws, rickshas +ridiculize, ridiculise +ridiculizes, ridiculises +rigidize, rigidise +rigidized, rigidised +rigidizes, rigidises +rigidizing, rigidising +rigmarole's, rigamarole's +rigmarole, rigamarole +rigmaroles, rigamaroles +rigor's, rigour's +rigor, rigour +rigorism's, rigourism's +rigorism, rigourism +rigorist's, rigourist's +rigorist, rigourist +rigoristic, rigouristic +rigors, rigours +riotize, riotise +riotizes, riotises +riposte's, ripost's +riposte, ripost +ripostes, riposts +ritornelle, ritournelle +ritornelles, ritournelles +ritualization's, ritualisation's +ritualization, ritualisation +ritualizations, ritualisations +ritualize, ritualise +ritualized, ritualised +ritualizes, ritualises +ritualizing, ritualising +rivaled, rivalled +rivaless's, rivalless's +rivaless, rivalless +rivalesses, rivallesses +rivaling, rivalling +rivalize, rivalise +rivalized, rivalised +rivalizes, rivalises +rivalizing, rivalising +robotization's, robotisation's +robotization, robotisation +robotizations, robotisations +robotize, robotise +robotized, robotised +robotizes, robotises +robotizing, robotising +roed, rooed +Roentgen, Rˆntgen +roentgenize, roentgenise +roer, rore +Romania's, Roumania's +Romania, Roumania +Romanias, Roumanias +Romanization's, Romanisation's +Romanization, Romanisation +Romanizations, Romanisations +Romanize, Romanise +romanize, romanise +Romanized, Romanised +romanized, romanised +Romanizer's, Romaniser's +Romanizer, Romaniser +Romanizers, Romanisers +Romanizes, Romanises +romanizes, romanises +Romanizing, Romanising +romanizing, romanising +romanticization's, romanticisation's +romanticization, romanticisation +romanticizations, romanticisations +romanticize, romanticise +romanticized, romanticised +romanticizes, romanticises +romanticizing, romanticising +ropy, ropey +routinization's, routinisation's +routinization, routinisation +routinizations, routinisations +routinize, routinise +routinized, routinised +routinizes, routinises +routinizing, routinising +roweled, rowelled +roweling, rowelling +royalization's, royalisation's +royalization, royalisation +royalizations, royalisations +royalize, royalise +royalized, royalised +royalizes, royalises +royalizing, royalising +rubberization, rubberisation +rubberize, rubberise +rubberized, rubberised +rubberizes, rubberises +rubberizing, rubberising +ruble's, rouble's +ruble, rouble +rubles, roubles +rubricize, rubricise +rubricizes, rubricises +ruffianize, ruffianise +ruffianizes, ruffianises +ruggedization's, ruggedisation's +ruggedization, ruggedisation +ruggedizations, ruggedisations +ruggedize, ruggedise +ruggedized, ruggedised +ruggedizes, ruggedises +ruggedizing, ruggedising +rumor's, rumour's +rumor, rumour +rumored, rumoured +rumorer's, rumourer's +rumorer, rumourer +rumorers, rumourers +rumoring, rumouring +rumormonger's, rumourmonger's +rumormonger, rumourmonger +rumormongers, rumourmongers +rumors, rumours +ruralization's, ruralisation's +ruralization, ruralisation +ruralizations, ruralisations +ruralize, ruralise +ruralized, ruralised +ruralizes, ruralises +ruralizing, ruralising +Russianization's, Russianisation's +Russianization, Russianisation +russianization, russianisation +Russianizations, Russianisations +Russianize, Russianise +russianize, russianise +Russianized, Russianised +Russianizes, Russianises +Russianizing, Russianising +rusticize, rusticise +rusticized, rusticised +rusticizes, rusticises +rusticizing, rusticising +Sabbathize's, Sabbathise's +Sabbathize, Sabbathise +Sabbathizes, Sabbathises +sabbatize, sabbatise +sabbatized, sabbatised +sabbatizes, sabbatises +sabbatizing, sabbatising +Sabean, Sabaean +Sabeans, Sabaeans +saber's, sabre's +saber, sabre +saberbill, sabrebill +sabered, sabred +sabering, sabring +saberlike's, sabrelike's +saberlike, sabrelike +saberlikes, sabrelikes +sabers, sabres +sabertooth, sabretooth +saccharization, saccharisation +saccharizations, saccharisations +saccharize, saccharise +saccharized, saccharised +saccharizes, saccharises +saccharizing, saccharising +sacerdotalize, sacerdotalise +sacerdotalized, sacerdotalised +sacerdotalizes, sacerdotalises +sacerdotalizing, sacerdotalising +sacralization's, sacralisation's +sacralization, sacralisation +sacralizations, sacralisations +sacralize, sacralise +sacralized, sacralised +sacralizes, sacralises +sacralizing, sacralising +sacramentize, sacramentise +sacramentizes, sacramentises +Safier's, Safire's +Safier, Safire +sailorizing's, sailorising's +sailorizing, sailorising +sailorizings, sailorisings +sake's, saki's +sake, saki +sakes, sakis +salable, saleable +salabler, saleabler +salablest, saleablest +salinization, salinisation +salinize, salinise +salinizes, salinises +saltiers, saltires +saltierwise, saltirewise +saltpeter's, saltpetre's +saltpeter, saltpetre +saltpeters, saltpetres +sanctuarize, sanctuarise +sanctuarized, sanctuarised +sanctuarizes, sanctuarises +sanctuarizing, sanctuarising +sandaled, sandalled +sandaling, sandalling +Sanferd's, Sanfred's +Sanferd, Sanfred +Sanforize, Sanforise +Sanforizes, Sanforises +Sanforizing, Sanforising +sanitization's, sanitisation's +sanitization, sanitisation +sanitizations, sanitisations +sanitize, sanitise +sanitized, sanitised +sanitizer's, sanitiser's +sanitizer, sanitiser +sanitizers, sanitisers +sanitizes, sanitises +sanitizing, sanitising +Sanskritize's, Sanskritise's +Sanskritize, Sanskritise +sapientize, sapientise +sapientizes, sapientises +sapor, sapour +sapors, sapours +sapremia's, sapraemia's +sapremia, sapraemia +sapremias, sapraemias +sapremic, sapraemic +sarcine, sarcinae +sari's, saree's +sari, saree +saris, sarees +Sassanide, Sassanidae +satanize, satanise +satanizes, satanises +satellitize, satellitise +satellitized, satellitised +satellitizes, satellitises +satellitizing, satellitising +satinize, satinise +satinizes, satinises +satirizable's, satirisable's +satirizable, satirisable +satirizables, satirisables +satirization, satirisation +satirize, satirise +satirized, satirised +satirizer's, satiriser's +satirizer, satiriser +satirizers, satirisers +satirizes, satirises +satirizing, satirising +sative, sativae +savable, saveable +savagize, savagise +savagizes, savagises +savanna's, savannah's +savanna, savannah +savannas, savannahes +savior's, saviour's +savior, saviour +savioress, saviouress +saviorhood's, saviourhood's +saviorhood, saviourhood +saviorhoods, saviourhoods +saviors, saviours +saviorship's, saviourship's +saviorship, saviourship +saviorships, saviourships +savor's, savour's +savor, savour +savored, savoured +savorer's, savourer's +savorer, savourer +savorers, savourers +savorier, savourier +savories, savouries +savoriest, savouriest +savorilies, savourilies +savorily, savourily +savoriness's, savouriness's +savoriness, savouriness +savorinesses, savourinesses +savoring, savouring +savoringlier, savouringlier +savoringlies, savouringlies +savoringliest, savouringliest +savoringly, savouringly +savorless, savourless +savorlesser, savourlesser +savorlesses, savourlesses +savorlessest, savourlessest +savorly, savourly +savorous, savourous +savorouser, savourouser +savorousest, savourousest +savors, savours +savory's, savoury's +savory, savoury +Saxonization's, Saxonisation's +Saxonization, Saxonisation +Saxonizations, Saxonisations +Saxonize's, Saxonise's +Saxonize, Saxonise +Saxonized's, Saxonised's +Saxonized, Saxonised +Saxonizes, Saxonises +Saxonizing's, Saxonising's +Saxonizing, Saxonising +scalawag's, scallywag's +scalawag, scallywag +scalawags, scallywags +scallop's, scollop's +scallop, scollop +scalloped, scolloped +scalloping, scolloping +scallops, scollops +scandaled, scandalled +scandaling, scandalling +scandalization's, scandalisation's +scandalization, scandalisation +scandalizations, scandalisations +scandalize, scandalise +scandalized, scandalised +scandalizer's, scandaliser's +scandalizer, scandaliser +scandalizers, scandalisers +scandalizes, scandalises +scandalizing, scandalising +scaped, scapaed +scary, scarey +scena, scaena +scenarioization's, scenarioisation's +scenarioization, scenarioisation +scenarioizations, scenarioisations +scenarioize, scenarioise +scenarioizes, scenarioises +scenarization's, scenarisation's +scenarization, scenarisation +scenarizations, scenarisations +scenarize, scenarise +scenarized, scenarised +scenarizes, scenarises +scenarizing, scenarising +scepter's, sceptre's +scepter, sceptre +scepterdom, sceptredom +sceptered, sceptred +sceptering, sceptring +scepterless, sceptreless +scepterlesses, sceptrelesses +scepters, sceptres +Scevor's, Scevour's +Scevor, Scevour +schedulize, schedulise +schedulizes, schedulises +schemata, schemas +schematization's, schematisation's +schematization, schematisation +schematizations, schematisations +schematize, schematise +schematized, schematised +schematizer, schematiser +schematizers, schematisers +schematizes, schematises +schematizing, schematising +schillerization, schillerisation +schillerizations, schillerisations +schillerize, schillerise +schillerized, schillerised +schillerizes, schillerises +schillerizing, schillerising +schismatize, schismatise +schismatized, schismatised +schismatizes, schismatises +schismatizing, schismatising +schistocelia, schistocoelia +schlemiel's, shlemiel's +schlemiel, shlemiel +schlemiels, shlemiels +schlepped, shlepped +schlepping, shlepping +schmaltzy, schmalzy +schmalz's, shmaltz's +schmalz, shmaltz +schmalzes, shmaltzes +schmo's, schmoe's +schmo, schmoe +schnapps's, schnaps's +schnapps, schnaps +schtick's, shtik's +scientize, scientise +scientized, scientised +scientizes, scientises +scientizing, scientising +sclere, sclerae +sclerotization's, sclerotisation's +sclerotization, sclerotisation +sclerotize, sclerotise +sclerotized, sclerotised +sclerotizes, sclerotises +sclerotizing, sclerotising +scorse, scourse +scorsed, scoursed +scorses, scourses +scorsing, scoursing +Scotticize's, Scotticise's +Scotticize, Scotticise +Scotticized's, Scotticised's +Scotticized, Scotticised +Scotticizes, Scotticises +Scotticizing's, Scotticising's +Scotticizing, Scotticising +scripturalize, scripturalise +scripturalizes, scripturalises +scrod's, schrod's +scrod, schrod +scrods, schrods +scrunchy's, scrunchie's +scrunchy, scrunchie +scrutinization's, scrutinisation's +scrutinization, scrutinisation +scrutinizations, scrutinisations +scrutinize, scrutinise +scrutinized, scrutinised +scrutinizer's, scrutiniser's +scrutinizer, scrutiniser +scrutinizers, scrutinisers +scrutinizes, scrutinises +scrutinizing, scrutinising +scrutinizinglies, scrutinisinglies +scrutinizingly, scrutinisingly +se, sae +se, soe +seborrhea's, seborrhoea's +seborrhea, seborrhoea +seborrheas, seborrhoeas +seborrheic, seborrhoeic +sectarianization, sectarianisation +sectarianize, sectarianise +sectarianized, sectarianised +sectarianizes, sectarianises +sectarianizing, sectarianising +sectionalization's, sectionalisation's +sectionalization, sectionalisation +sectionalizations, sectionalisations +sectionalize, sectionalise +sectionalized, sectionalised +sectionalizes, sectionalises +sectionalizing, sectionalising +sectionization, sectionisation +sectionizations, sectionisations +sectionize, sectionise +sectionized, sectionised +sectionizes, sectionises +sectionizing, sectionising +sectorization, sectorisation +sectorizations, sectorisations +sectorize, sectorise +sectorized, sectorised +sectorizes, sectorises +sectorizing, sectorising +secularization's, secularisation's +secularization, secularisation +secularizations, secularisations +secularize, secularise +secularized, secularised +secularizer's, seculariser's +secularizer, seculariser +secularizers, secularisers +secularizes, secularises +secularizing, secularising +seculum, saeculum +seculums, saeculums +securitization, securitisation +securitizations, securitisations +securitize, securitise +securitized, securitised +securitizes, securitises +securitizing, securitising +Seed's, Saeed's +Seed, Saeed +seizable, seisable +seizer's, seiser's +seizer, seiser +seizers, seisers +seizin's, seisin's +seizin, seisin +seizings, seisings +seizins, seisins +selle, sellae +selvage's, selvedge's +selvage, selvedge +selvages, selvedges +Semenov's, Semaenov's +Semenov, Semaenov +semianesthetic, semianaesthetic +semicarbonize, semicarbonise +semicarbonizes, semicarbonises +semicivilization's, semicivilisation's +semicivilization, semicivilisation +semicivilizations, semicivilisations +semicivilized's, semicivilised's +semicivilized, semicivilised +semicivilizeds, semiciviliseds +semifossilized's, semifossilised's +semifossilized, semifossilised +semifossilizeds, semifossiliseds +semihonor's, semihonour's +semihonor, semihonour +semihonors, semihonours +semihumanized's, semihumanised's +semihumanized, semihumanised +semihumanizeds, semihumaniseds +semimercerized's, semimercerised's +semimercerized, semimercerised +semimercerizeds, semimerceriseds +semimineralized's, semimineralised's +semimineralized, semimineralised +semimineralizeds, semimineraliseds +seminarize, seminarise +seminarizes, seminarises +seminationalization's, seminationalisation's +seminationalization, seminationalisation +seminationalizations, seminationalisations +semiorganized's, semiorganised's +semiorganized, semiorganised +semiorganizeds, semiorganiseds +semioxidized's, semioxidised's +semioxidized, semioxidised +semioxidizeds, semioxidiseds +semioxygenized's, semioxygenised's +semioxygenized, semioxygenised +semioxygenizeds, semioxygeniseds +semiprofessionalized's, semiprofessionalised's +semiprofessionalized, semiprofessionalised +semiprofessionalizeds, semiprofessionaliseds +semite, semitae +Semiticize's, Semiticise's +Semiticize, Semiticise +Semiticizes, Semiticises +Semitization's, Semitisation's +Semitization, Semitisation +Semitizations, Semitisations +Semitize's, Semitise's +Semitize, Semitise +Semitized's, Semitised's +Semitized, Semitised +Semitizes, Semitises +Semitizing's, Semitising's +Semitizing, Semitising +semivulcanized's, semivulcanised's +semivulcanized, semivulcanised +semivulcanizeds, semivulcaniseds +semper, sempre +senilize, senilise +senilizes, senilises +sensationalize, sensationalise +sensationalized, sensationalised +sensationalizes, sensationalises +sensationalizing, sensationalising +sensitization's, sensitisation's +sensitization, sensitisation +sensitizations, sensitisations +sensitize, sensitise +sensitized, sensitised +sensitizer's, sensitiser's +sensitizer, sensitiser +sensitizers, sensitisers +sensitizes, sensitises +sensitizing, sensitising +sensize, sensise +sensizes, sensises +sensualization's, sensualisation's +sensualization, sensualisation +sensualizations, sensualisations +sensualize, sensualise +sensualized, sensualised +sensualizes, sensualises +sensualizing, sensualising +sentimentalization's, sentimentalisation's +sentimentalization, sentimentalisation +sentimentalizations, sentimentalisations +sentimentalize, sentimentalise +sentimentalized, sentimentalised +sentimentalizer, sentimentaliser +sentimentalizers, sentimentalisers +sentimentalizes, sentimentalises +sentimentalizing, sentimentalising +sentineled, sentinelled +sentineling, sentinelling +sepaled, sepalled +sepaledder, sepalledder +sepaleddest, sepalleddest +Septembrizer's, Septembriser's +Septembrizer, Septembriser +Septembrizers, Septembrisers +septemia, septaemia +septet's, septette's +septet, septette +septets, septettes +septicemia's, septicaemia's +septicemia, septicaemia +septicemias, septicaemias +septicemic, septicaemic +septicization's, septicisation's +septicization, septicisation +septicizations, septicisations +septicolored, septicoloured +sepulcher's, sepulchre's +sepulcher, sepulchre +sepulchered, sepulchred +sepulchering, sepulchring +sepulchers, sepulchres +sepulchralize, sepulchralise +sepulchralizes, sepulchralises +sequentialize, sequentialise +sequentialized, sequentialised +sequentializes, sequentialises +sequentializing, sequentialising +serape's, sarape's +serape, sarape +serapes, sarapes +serenize, serenise +serenizes, serenises +serializability, serialisability +serializable, serialisable +serialization's, serialisation's +serialization, serialisation +serializations, serialisations +serialize, serialise +serialized, serialised +serializes, serialises +serializing, serialising +sericitization, sericitisation +sericitizations, sericitisations +sermonize, sermonise +sermonized, sermonised +sermonizer's, sermoniser's +sermonizer, sermoniser +sermonizers, sermonisers +sermonizes, sermonises +sermonizing, sermonising +serose, serosae +serpentinization's, serpentinisation's +serpentinization, serpentinisation +serpentinizations, serpentinisations +serpentinize, serpentinise +serpentinized, serpentinised +serpentinizes, serpentinises +serpentinizing, serpentinising +serpentize, serpentise +serpentized, serpentised +serpentizes, serpentises +serpentizing, serpentising +serre, serrae +servilize, servilise +servilizes, servilises +seta, saeta +setule, setulae +severalize, severalise +severalizes, severalises +severization's, severisation's +severization, severisation +severizations, severisations +severize, severise +severizes, severises +sextet's, sextette's +sextet, sextette +sextets, sextettes +sexualization's, sexualisation's +sexualization, sexualisation +sexualizations, sexualisations +sexualize, sexualise +sexualized, sexualised +sexualizes, sexualises +sexualizing, sexualising +Shakespearize's, Shakespearise's +Shakespearize, Shakespearise +Shakespearizes, Shakespearises +shammy's, chammy's +shammy, chammy +shareable, sharable +sharpie's, sharpy's +sharpie, sharpy +sheikdom's, sheikhdom's +sheikdom, sheikhdom +sheikdoms, sheikhdoms +shellac's, shellack's +shellac, shellack +shellacs, shellacks +shepherdize, shepherdise +shepherdizes, shepherdises +sher, shoer +sherardize, sherardise +sherardized, sherardised +sherardizes, sherardises +sherardizing, sherardising +sherbet's, sherbert's +sherbet, sherbert +sherbets, sherberts +Shere's, Shree's +Shere, Shree +shere, shree +shillelagh's, shillalah's +shillelagh, shillalah +shillelaghes, shillalahes +Shintoize's, Shintoise's +Shintoize, Shintoise +Shintoizes, Shintoises +Shkoder's, Shkodaer's +Shkoder, Shkodaer +shlep, shlepp +shlepp's, shlep's +shleps, shlepps +shlock, shlocky +shorty's, shortie's +shorty, shortie +shoveled, shovelled +shoveler's, shoveller's +shoveler, shoveller +shovelers, shovellers +shoveling, shovelling +shriveled, shrivelled +shriveling, shrivelling +shtik, schtick +shtiks, schticks +sialorrhea, sialorrhoea +siderealize, siderealise +siderealizes, siderealises +signaled, signalled +signaler's, signaller's +signaler, signaller +signalers, signallers +signaling, signalling +signalization, signalisation +signalize, signalise +signalized, signalised +signalizes, signalises +signalizing, signalising +siled, siloed +silicatization's, silicatisation's +silicatization, silicatisation +silicatizations, silicatisations +siliceous, silicious +silicidize, silicidise +silicidizes, silicidises +siliconize, siliconise +siliconizes, siliconises +silicule, siliculae +silique, siliquae +silverize, silverise +silverized, silverised +silverizer's, silveriser's +silverizer, silveriser +silverizers, silverisers +silverizes, silverises +silverizing, silverising +similarize, similarise +similarizes, similarises +similize, similise +similized, similised +similizes, similises +similizing, similising +simonize, simonise +Sine's, Sinae's +Sine, Sinae +singularization's, singularisation's +singularization, singularisation +singularizations, singularisations +singularize, singularise +singularized, singularised +singularizes, singularises +singularizing, singularising +sinicize, sinicise +sinicized, sinicised +sinicizes, sinicises +sinicizing, sinicising +siphon's, syphon's +siphon, syphon +siphoned, syphoned +siphoning, syphoning +siphonless, syphonless +siphonlesses, syphonlesses +siphonlike's, syphonlike's +siphonlike, syphonlike +siphonlikes, syphonlikes +siphonophore's, syphonophore's +siphonophore, syphonophore +siphonostele's, syphonostele's +siphonostele, syphonostele +siphonostelic, syphonostelic +siphonostely, syphonostely +siphons, syphons +sirenize, sirenise +sirenized, sirenised +sirenizes, sirenises +sirenizing, sirenising +sirree's, siree's +sirree, siree +sirrees, sirees +sisterize, sisterise +sisterizes, sisterises +sistern, sistren +sizable, sizeable +sizableness, sizeableness +sizably, sizeably +sizel, sisel +skeer, skere +skeletonization's, skeletonisation's +skeletonization, skeletonisation +skeletonizations, skeletonisations +skeletonize, skeletonise +skeletonized, skeletonised +skeletonizer's, skeletoniser's +skeletonizer, skeletoniser +skeletonizers, skeletonisers +skeletonizes, skeletonises +skeletonizing, skeletonising +skeptic's, sceptic's +skeptic, sceptic +skeptical, sceptical +skepticaler, scepticaler +skepticalest, scepticalest +skeptically, sceptically +skepticer, scepticer +skepticest, scepticest +skepticism's, scepticism's +skepticism, scepticism +skepticisms, scepticisms +skepticize, skepticise +skepticizes, skepticises +skeptics, sceptics +skillful, skilful +skillfully, skilfully +skillfulness's, skilfulness's +skillfulness, skilfulness +skulduggery's, skullduggery's +skulduggery, skullduggery +skyer, skyre +skyers, skyres +Slavicize's, Slavicise's +Slavicize, Slavicise +Slavicizes, Slavicises +Slavization's, Slavisation's +Slavization, Slavisation +Slavizations, Slavisations +Slavize's, Slavise's +Slavize, Slavise +Slavizes, Slavises +Slavonicize's, Slavonicise's +Slavonicize, Slavonicise +Slavonicized's, Slavonicised's +Slavonicized, Slavonicised +Slavonicizes, Slavonicises +Slavonicizing's, Slavonicising's +Slavonicizing, Slavonicising +Slavonize's, Slavonise's +Slavonize, Slavonise +Slavonized's, Slavonised's +Slavonized, Slavonised +Slavonizes, Slavonises +Slavonizing's, Slavonising's +Slavonizing, Slavonising +sle, slae +slenderize, slenderise +slenderized, slenderised +slenderizes, slenderises +slenderizing, slenderising +slier, slyer +sliest, slyest +sloganize, sloganise +sloganized, sloganised +sloganizes, sloganises +sloganizing, sloganising +sloganizings, sloganisings +sluggardize, sluggardise +sluggardized, sluggardised +sluggardizes, sluggardises +sluggardizing, sluggardising +slumberous, slumbrous +slyly, slily +smidge's, smidgin's +smidge, smidgin +smidges, smidgins +smolder's, smoulder's +smolder, smoulder +smoldered, smouldered +smoldering, smouldering +smolders, smoulders +smoothie's, smoothy's +smoothie, smoothy +sniveled, snivelled +sniveler's, sniveller's +sniveler, sniveller +snivelers, snivellers +sniveling, snivelling +snivelings, snivellings +snobsniveling, snobsnivelling +snorkeled, snorkelled +snorkeling, snorkelling +snowplow's, snowplough's +snowplow, snowplough +snowplows, snowploughs +snowshed, snowshoed +snuffcolored, snuffcoloured +soberize, soberise +soberized, soberised +soberizes, soberises +soberizing, soberising +sobriquet's, soubriquet's +sobriquet, soubriquet +sobriquets, soubriquets +socialization's, socialisation's +socialization, socialisation +socializations, socialisations +socialize, socialise +socialized, socialised +socializer's, socialiser's +socializer, socialiser +socializes, socialises +socializing, socialising +sockdologizing, sockdologising +Socratize's, Socratise's +Socratize, Socratise +Socratized's, Socratised's +Socratized, Socratised +Socratizes, Socratises +Socratizing's, Socratising's +Socratizing, Socratising +sodomize, sodomise +sodomized, sodomised +sodomizes, sodomises +sodomizing, sodomising +softy's, softie's +softy, softie +sol's, so's +sol, so +solarization's, solarisation's +solarization, solarisation +solarizations, solarisations +solarize, solarise +solarized, solarised +solarizes, solarises +solarizing, solarising +soldierize, soldierise +soldierizes, soldierises +solecize, solecise +solecized, solecised +solecizes, solecises +solecizing, solecising +solemnization's, solemnisation's +solemnization, solemnisation +solemnizations, solemnisations +solemnize, solemnise +solemnized, solemnised +solemnizer's, solemniser's +solemnizer, solemniser +solemnizers, solemnisers +solemnizes, solemnises +solemnizing, solemnising +soliloquization, soliloquisation +soliloquize, soliloquise +soliloquized, soliloquised +soliloquizer's, soliloquiser's +soliloquizer, soliloquiser +soliloquizers, soliloquisers +soliloquizes, soliloquises +soliloquizing's, soliloquising's +soliloquizing, soliloquising +soliloquizingly, soliloquisingly +soliloquizings, soliloquisings +solmization's, solmisation's +solmization, solmisation +solmizations, solmisations +solonization, solonisation +solonizations, solonisations +sols, sos +solubilization's, solubilisation's +solubilization, solubilisation +solubilizations, solubilisations +solubilize, solubilise +solubilized, solubilised +solubilizes, solubilises +solubilizing, solubilising +solutize, solutise +solutizer's, solutiser's +solutizer, solutiser +solutizers, solutisers +solutizes, solutises +somber, sombre +somberer, sombrer +somberest, sombrest +somberish, sombreish +somberly, sombrely +somberness's, sombreness's +somberness, sombreness +sombernesses, sombrenesses +somesthesia, somaesthesia +somesthesis, somaesthesis +somniloquize, somniloquise +somniloquized, somniloquised +somniloquizes, somniloquises +somniloquizing, somniloquising +sonantized's, sonantised's +sonantized, sonantised +sonantizeds, sonantiseds +sonnetization's, sonnetisation's +sonnetization, sonnetisation +sonnetize, sonnetise +sonnetized, sonnetised +sonnetizes, sonnetises +sonnetizing, sonnetising +sorbitization, sorbitisation +sorbitizations, sorbitisations +sorbitize, sorbitise +sorbitized, sorbitised +sorbitizes, sorbitises +sorbitizing, sorbitising +sord, sourd +sordine, sourdine +sordines, sourdines +sororize, sororise +sororized, sororised +sororizes, sororises +sororizing, sororising +sory, soury +souffled, soufflaed +soulter, soultre +southernize, southernise +southernized, southernised +southernizes, southernises +southernizing, southernising +Sovietization's, Sovietisation's +sovietization's, sovietisation's +Sovietization, Sovietisation +sovietization, sovietisation +sovietizations, sovietisations +Sovietize, Sovietise +sovietize, sovietise +Sovietized, Sovietised +sovietized, sovietised +sovietizes, sovietises +Sovietizing, Sovietising +sovietizing, sovietising +spacey, spacy +spanemia, spanaemia +spanemic, spanaemic +Spaniardization's, Spaniardisation's +Spaniardization, Spaniardisation +Spaniardizations, Spaniardisations +Spaniardize's, Spaniardise's +Spaniardize, Spaniardise +Spaniardizes, Spaniardises +spaniolize, spaniolise +spaniolized, spaniolised +spaniolizes, spaniolises +spaniolizing, spaniolising +Spanishize's, Spanishise's +Spanishize, Spanishise +Spanishizes, Spanishises +spanopnea, spanopnoea +sparers, sparres +Spartanize's, Spartanise's +Spartanize, Spartanise +Spartanizes, Spartanises +spatialization's, spatialisation's +spatialization, spatialisation +spatializations, spatialisations +spatialize, spatialise +spatializes, spatialises +specialization's, specialisation's +specialization, specialisation +specializations, specialisations +specialize, specialise +specialized, specialised +specializer's, specialiser's +specializer, specialiser +specializers, specialisers +specializes, specialises +specializing, specialising +specialties, specialities +specialty's, speciality's +specialty, speciality +specificize, specificise +specificizes, specificises +specimenize, specimenise +specimenizes, specimenises +specter's, spectre's +specter, spectre +spectered, spectred +specterlike's, spectrelike's +specterlike, spectrelike +specterlikes, spectrelikes +specters, spectres +spectrocolorimetry's, spectrocolourimetry's +spectrocolorimetry, spectrocolourimetry +speer's, spere's +speer, spere +spelean, spelaean +speleological, spelaeological +speleothem, spelaeothem +speleothems, spelaeothems +spermatorrhea, spermatorrhoea +spermatorrheas, spermatorrhoeas +speronares, speronaroes +sphenethmoid, sphenoethmoid +sphenethmoidal, sphenoethmoidal +spherocrystal, sphaerocrystal +spheroidization, spheroidisation +spheroidizations, spheroidisations +spheroidize, spheroidise +spheroidized, spheroidised +spheroidizes, spheroidises +spheroidizing, spheroidising +spherosome, sphaerosome +spick's, spik's +spick, spik +spicks, spiks +Spiers's, Spires's +Spiers, Spires +spilled, spilt +spinule, spinulae +spiraled, spiralled +spiraling, spiralling +spiralization's, spiralisation's +spiralization, spiralisation +spiralizations, spiralisations +spiralize, spiralise +spiralizes, spiralises +spirea's, spiraea's +spirea, spiraea +spireas, spiraeas +spiritize, spiritise +spiritizes, spiritises +spiritualization's, spiritualisation's +spiritualization, spiritualisation +spiritualizations, spiritualisations +spiritualize, spiritualise +spiritualized, spiritualised +spiritualizer's, spiritualiser's +spiritualizer, spiritualiser +spiritualizers, spiritualisers +spiritualizes, spiritualises +spiritualizing, spiritualising +spirochetal, spirochaetal +spirochete's, spirochaete's +spirochete, spirochaete +spirochetes, spirochaetes +spirochetoses, spirochaetoses +spirochetosis's, spirochaetosis's +spirochetosis, spirochaetosis +spirochetotic, spirochaetotic +splanchnocele, splanchnocoele +splendor's, splendour's +splendor, splendour +splendorproof, splendourproof +splendors, splendours +splenectomized, splenectomised +splenization, splenisation +splenizations, splenisations +spoiled, spoilt +sponge_cake's, spongecake's +sponge_cake, spongecake +sponge_cakes, spongecakes +spumoni's, spumone's +spumoni, spumone +spumonis, spumones +spyer, spyre +squame, squamae +squamule, squamulae +Squier's, Squire's +Squier, Squire +squirreled, squirrelled +squirreling, squirrelling +stabilizable, stabilisable +stabilization's, stabilisation's +stabilization, stabilisation +stabilizations, stabilisations +stabilizator, stabilisator +stabilizators, stabilisators +stabilize, stabilise +stabilized, stabilised +stabilizer's, stabiliser's +stabilizer, stabiliser +stabilizers, stabilisers +stabilizes, stabilises +stabilizing, stabilising +stagy, stagey +stallionize, stallionise +stallionizes, stallionises +stalwartize, stalwartise +stalwartizes, stalwartises +stammelcolor, stammelcolour +standardizable's, standardisable's +standardizable, standardisable +standardizables, standardisables +standardization's, standardisation's +standardization, standardisation +standardizations, standardisations +standardize, standardise +standardized, standardised +standardizer's, standardiser's +standardizer, standardiser +standardizers, standardisers +standardizes, standardises +standardizing, standardising +stanzes, stanzoes +stapedectomized, stapedectomised +staphyledema, staphyloedema +statisticize, statisticise +statisticizes, statisticises +stearrhea, stearrhoea +steatorrhea, steatorrhoea +steatorrheas, steatorrhoeas +stele, stelae +stenciled, stencilled +stenciler's, stenciller's +stenciler, stenciller +stencilers, stencillers +stenciling, stencilling +stencilize, stencilise +stenopeic, stenopaeic +stentor, stentour +stentors, stentours +stercoremia, stercoraemia +stere, stree +sterilizabilities, sterilisabilities +sterilizability's, sterilisability's +sterilizability, sterilisability +sterilizable's, sterilisable's +sterilizable, sterilisable +sterilizabler, sterilisabler +sterilizables, sterilisables +sterilizablest, sterilisablest +sterilization's, sterilisation's +sterilization, sterilisation +sterilizations, sterilisations +sterilize, sterilise +sterilized, sterilised +sterilizer's, steriliser's +sterilizer, steriliser +sterilizers, sterilisers +sterilizes, sterilises +sterilizing, sterilising +stert, stret +sties, styes +stigmatization's, stigmatisation's +stigmatization, stigmatisation +stigmatizations, stigmatisations +stigmatize, stigmatise +stigmatized, stigmatised +stigmatizer's, stigmatiser's +stigmatizer, stigmatiser +stigmatizers, stigmatisers +stigmatizes, stigmatises +stigmatizing, stigmatising +stilbestrol's, stilboestrol's +stilbestrol, stilboestrol +stilbestrols, stilboestrols +stimuli, stimuluses +stipule, stipulae +stockinette's, stockinet's +stockinette, stockinet +stockinettes, stockinets +stogie's, stogy's +stogie, stogy +stomatodeum, stomatodaeum +stomodea, stomodaea +stomodeal, stomodaeal +stomodeum's, stomodaeum's +stomodeum, stomodaeum +stomodeums, stomodaeums +stony, stoney +storier, stourier +stour, stoor +stower, stowre +stowers, stowres +straitjacket's, straightjacket's +straitjacket, straightjacket +straitjacketed, straightjacketed +straitjacketing, straightjacketing +straitjackets, straightjackets +strata, stratums +strobile, strobilae +strobilization's, strobilisation's +strobilization, strobilisation +strobilizations, strobilisations +structuralization's, structuralisation's +structuralization, structuralisation +structuralizations, structuralisations +structuralize, structuralise +structuralizes, structuralises +strychninization's, strychninisation's +strychninization, strychninisation +strychninizations, strychninisations +strychninize, strychninise +strychninizes, strychninises +stumor, stumour +sty's, stye's +sty, stye +stylization's, stylisation's +stylization, stylisation +stylizations, stylisations +stylize, stylise +stylized, stylised +stylizer's, styliser's +stylizer, styliser +stylizers, stylisers +stylizes, stylises +stylizing, stylising +stylopized, stylopised +stymie's, stymy's +stymie, stymy +stymied, stymyed +subarmor's, subarmour's +subarmor, subarmour +subarmors, subarmours +subcaliber, subcalibre +subcategorizing, subcategorising +subcenter, subcentre +subduer, subdure +suberate, subaerate +suberization's, suberisation's +suberization, suberisation +suberizations, suberisations +suberize, suberise +suberized, suberised +suberizes, suberises +suberizing, suberising +subesophageal, suboesophageal +subetheric, subaetheric +subflavor's, subflavour's +subflavor, subflavour +subflavors, subflavours +subitize, subitise +subitized, subitised +subitizes, subitises +subitizing, subitising +subjectivization's, subjectivisation's +subjectivization, subjectivisation +subjectivizations, subjectivisations +subjectivize, subjectivise +subjectivized, subjectivised +subjectivizes, subjectivises +subjectivizing, subjectivising +sublimize, sublimise +sublimized, sublimised +sublimizes, sublimises +sublimizing, sublimising +subminiaturization's, subminiaturisation's +subminiaturization, subminiaturisation +subminiaturize, subminiaturise +subminiaturized, subminiaturised +subminiaturizes, subminiaturises +subminiaturizing, subminiaturising +subpoena's, subpena's +subpoena, subpena +subpoenaed, subpenaed +subpoenaing, subpenaing +subpoenas, subpenas +subpulverizer's, subpulveriser's +subpulverizer, subpulveriser +subpulverizers, subpulverisers +subsidizable's, subsidisable's +subsidizable, subsidisable +subsidizables, subsidisables +subsidization's, subsidisation's +subsidization, subsidisation +subsidizations, subsidisations +subsidize, subsidise +subsidized, subsidised +subsidizer's, subsidiser's +subsidizer, subsidiser +subsidizers, subsidisers +subsidizes, subsidises +subsidizing, subsidising +subspecialize's, subspecialise's +subspecialize, subspecialise +subspecializes, subspecialises +subspecialties, subspecialities +subspecialty's, subspeciality's +subspecialty, subspeciality +substandardize, substandardise +substandardizes, substandardises +substantialize, substantialise +substantialized, substantialised +substantializes, substantialises +substantializing, substantialising +substantivize, substantivise +substantivized, substantivised +substantivizes, substantivises +substantivizing, substantivising +substerilization, substerilisation +subterraneanize, subterraneanise +subterraneanizes, subterraneanises +subtilization's, subtilisation's +subtilization, subtilisation +subtilizations, subtilisations +subtilize, subtilise +subtilized, subtilised +subtilizer, subtiliser +subtilizers, subtilisers +subtilizes, subtilises +subtilizing, subtilising +subtotaled, subtotalled +subtotaling, subtotalling +suburbanization's, suburbanisation's +suburbanization, suburbanisation +suburbanizations, suburbanisations +suburbanize, suburbanise +suburbanized, suburbanised +suburbanizes, suburbanises +suburbanizing, suburbanising +subvitalization's, subvitalisation's +subvitalization, subvitalisation +subvitalized's, subvitalised's +subvitalized, subvitalised +subvitalizedder, subvitalisedder +subvitalizeddest, subvitaliseddest +subvitalizeds, subvitaliseds +succor's, succour's +succor, succour +succorable's, succourable's +succorable, succourable +succorables, succourables +succored, succoured +succorer's, succourer's +succorer, succourer +succorers, succourers +succorful, succourful +succoring, succouring +succorless, succourless +succorlesses, succourlesses +succorrhea, succorrhoea +succors, succours +succube, succubae +suers, sures +suggestionize, suggestionise +suggestionizes, suggestionises +sulcalize, sulcalise +sulcalized, sulcalised +sulcalizes, sulcalises +sulcalizing, sulcalising +sulfate's, sulphate's +sulfate, sulphate +sulfates, sulphates +sulfatize, sulfatise +sulfatizes, sulfatises +sulfide's, sulphide's +sulfide, sulphide +sulfides, sulphides +sulfur's, sulphur's +sulfur, sulphur +sulfured, sulphured +sulfuric, sulphuric +sulfuring, sulphuring +sulfurous, sulphurous +sulfurs, sulphurs +sulphurisation's, sulphurization's +sulphurisation, sulphurization +sulphurisations, sulphurizations +sulphurise, sulphurize +sulphurised, sulphurized +sulphurises, sulphurizes +sulphurising, sulphurizing +sultanize, sultanise +sultanizes, sultanises +sumac's, sumach's +sumac, sumach +sumacs, sumaches +summarizable, summarisable +summarization's, summarisation's +summarization, summarisation +summarizations, summarisations +summarize, summarise +summarized, summarised +summarizer's, summariser's +summarizer, summariser +summarizers, summarisers +summarizes, summarises +summarizing, summarising +summerize, summerise +summerizes, summerises +superacknowledgment's, superacknowledgement's +superacknowledgment, superacknowledgement +superacknowledgments, superacknowledgements +supercanonization's, supercanonisation's +supercanonization, supercanonisation +supercanonizations, supercanonisations +supercarbonization's, supercarbonisation's +supercarbonization, supercarbonisation +supercarbonizations, supercarbonisations +supercarbonize, supercarbonise +supercarbonizes, supercarbonises +supercivilization's, supercivilisation's +supercivilization, supercivilisation +supercivilizations, supercivilisations +supercivilized's, supercivilised's +supercivilized, supercivilised +supercivilizeds, superciviliseds +superemphasize, superemphasise +superemphasizes, superemphasises +superfetation, superfoetation +superfetations, superfoetations +superficialize, superficialise +superficialized, superficialised +superficializes, superficialises +superficializing, superficialising +superhumanize, superhumanise +superhumanized, superhumanised +superhumanizes, superhumanises +superhumanizing, superhumanising +supernaturalize, supernaturalise +supernaturalized, supernaturalised +supernaturalizes, supernaturalises +supernaturalizing, supernaturalising +superorganization's, superorganisation's +superorganization, superorganisation +superorganizations, superorganisations +superorganize, superorganise +superorganizes, superorganises +supersensitization's, supersensitisation's +supersensitization, supersensitisation +supersensitizations, supersensitisations +supersensitize, supersensitise +supersensitized, supersensitised +supersensitizing, supersensitising +superspecialize, superspecialise +superspecializes, superspecialises +supersubtilized's, supersubtilised's +supersubtilized, supersubtilised +supersubtilizeds, supersubtiliseds +supersulphurize, supersulphurise +supersulphurizes, supersulphurises +surgerize, surgerise +surgerizes, surgerises +surprizal, surprisal +sursize, sursise +surveil, surveille +swab's, swob's +swab, swob +swabbed, swobbed +swabbing, swobbing +swabs, swobs +sweetbrier's, sweetbriar's +sweetbrier, sweetbriar +sweetbriers, sweetbriars +swiveled, swivelled +swiveling, swivelling +sycophantize, sycophantise +sycophantized, sycophantised +sycophantizes, sycophantises +sycophantizing, sycophantising +syllabize, syllabise +syllabized, syllabised +syllabizes, syllabises +syllabizing, syllabising +syllogization, syllogisation +syllogizations, syllogisations +syllogize, syllogise +syllogized, syllogised +syllogizer, syllogiser +syllogizers, syllogisers +syllogizes, syllogises +syllogizing, syllogising +sylvan, silvan +sylvanize, sylvanise +sylvanizes, sylvanises +sylviine, sylviinae +symboled, symbolled +symboling, symbolling +symbolization's, symbolisation's +symbolization, symbolisation +symbolizations, symbolisations +symbolize, symbolise +symbolized, symbolised +symbolizer's, symboliser's +symbolizer, symboliser +symbolizers, symbolisers +symbolizes, symbolises +symbolizing, symbolising +symmetrically, symmetricly +symmetricalness, symmetricness +symmetricalnesses, symmetricnesses +symmetrization's, symmetrisation's +symmetrization, symmetrisation +symmetrizations, symmetrisations +symmetrize, symmetrise +symmetrized, symmetrised +symmetrizes, symmetrises +symmetrizing, symmetrising +sympathize, sympathise +sympathized, sympathised +sympathizer's, sympathiser's +sympathizer, sympathiser +sympathizers, sympathisers +sympathizes, sympathises +sympathizing's, sympathising's +sympathizing, sympathising +sympathizinglier, sympathisinglier +sympathizingliest, sympathisingliest +sympathizingly, sympathisingly +sympathizings, sympathisings +symphonization's, symphonisation's +symphonization, symphonisation +symphonize, symphonise +symphonized, symphonised +symphonizing, symphonising +symptomatize, symptomatise +symptomatized, symptomatised +symptomatizes, symptomatises +symptomatizing, symptomatising +symptomize, symptomise +symptomizes, symptomises +synagogue's, synagog's +synagogue, synagog +synagogues, synagogs +synalepha, synaloepha +synalephas, synaloephas +synalephe, synaloephe +sync's, synch's +sync, synch +synced, synched +synchronizable's, synchronisable's +synchronizable, synchronisable +synchronizables, synchronisables +synchronization's, synchronisation's +synchronization, synchronisation +synchronizations, synchronisations +synchronize, synchronise +synchronized, synchronised +synchronizer's, synchroniser's +synchronizer, synchroniser +synchronizers, synchronisers +synchronizes, synchronises +synchronizing, synchronising +syncing, synching +syncretize, syncretise +syncretized, syncretised +syncretizes, syncretises +syncretizing, syncretising +syncs, synches +syndicalize, syndicalise +syndicalizes, syndicalises +synecious, synoecious +synecologies, synoecologies +synecology, synoecology +synereses, synaereses +syneresis's, synaeresis's +syneresis, synaeresis +synergize, synergise +synergized, synergised +synergizes, synergises +synergizing, synergising +synesthesia's, synaesthesia's +synesthesia, synaesthesia +synesthesias, synaesthesias +synesthetic, synaesthetic +synestheticer, synaestheticer +synestheticest, synaestheticest +synetic, synoetic +synoecize, synoecise +synoecized, synoecised +synoecizes, synoecises +synoecizing, synoecising +synonymize, synonymise +synonymized, synonymised +synonymizes, synonymises +synonymizing, synonymising +synopsize, synopsise +synopsized, synopsised +synopsizes, synopsises +synopsizing, synopsising +synthesise, synthetize +synthesised, synthetized +synthesises, synthetizes +synthesising, synthetizing +synthesization's, synthesisation's +synthesization, synthesisation +synthesizations, synthesisations +synthesizer's, synthesiser's +synthesizer, synthesiser +synthesizers, synthesisers +synthetization, synthetisation +synthetizer's, synthetiser's +synthetizer, synthetiser +synthetizers, synthetisers +syntonization's, syntonisation's +syntonization, syntonisation +syntonize, syntonise +syntonized, syntonised +syntonizes, syntonises +syntonizing, syntonising +syphilization's, syphilisation's +syphilization, syphilisation +syphilizations, syphilisations +syphilize, syphilise +syphilized, syphilised +syphilizing, syphilising +Syrianize's, Syrianise's +Syrianize, Syrianise +Syrianizes, Syrianises +syringocele, syringocoele +syrup's, sirup's +syrup, sirup +syrups, sirups +systematization's, systematisation's +systematization, systematisation +systematizations, systematisations +systematize, systematise +systematized, systematised +systematizer's, systematiser's +systematizer, systematiser +systematizers, systematisers +systematizes, systematises +systematizing, systematising +systemizable's, systemisable's +systemizable, systemisable +systemizabler, systemisabler +systemizables, systemisables +systemizablest, systemisablest +systemization's, systemisation's +systemization, systemisation +systemizations, systemisations +systemize, systemise +systemized, systemised +systemizer's, systemiser's +systemizer, systemiser +systemizers, systemisers +systemizes, systemises +systemizing, systemising +taboo's, tabu's +taboo, tabu +tabooed, tabued +tabooing, tabuing +taboos, tabus +tabored, taboured +taborer's, tabourer's +taborer, tabourer +taborers, tabourers +taboret's, tabouret's +taboret, tabouret +taborets, tabourets +taborin, tabourin +taborine, tabourine +taboring, tabouring +taborins, tabourins +tabularization's, tabularisation's +tabularization, tabularisation +tabularizations, tabularisations +tabularize, tabularise +tabularized, tabularised +tabularizes, tabularises +tabularizing, tabularising +tabule, tabulae +tachypnea, tachypnoea +tachypneas, tachypnoeas +tachypneic, tachypnoeic +taffetized, taffetised +tailorization's, tailorisation's +tailorization, tailorisation +tailorizations, tailorisations +tailorize, tailorise +tailorizes, tailorises +Talmudization's, Talmudisation's +Talmudization, Talmudisation +Talmudizations, Talmudisations +Talmudize's, Talmudise's +Talmudize, Talmudise +Talmudizes, Talmudises +tamable, tameable +tambura's, tamboura's +tambura, tamboura +tamburas, tambouras +Tammanyize's, Tammanyise's +Tammanyize, Tammanyise +Tammanyizes, Tammanyises +tanalized, tanalised +tandemize, tandemise +tandemizes, tandemises +tantalization's, tantalisation's +tantalization, tantalisation +tantalizations, tantalisations +tantalize, tantalise +tantalized, tantalised +tantalizer's, tantaliser's +tantalizer, tantaliser +tantalizers, tantalisers +tantalizes, tantalises +tantalizing, tantalising +tantalizinglier, tantalisinglier +tantalizinglies, tantalisinglies +tantalizingliest, tantalisingliest +tantalizingly, tantalisingly +tantalizingness, tantalisingness +tantalizingnesses, tantalisingnesses +tantalizings, tantalisings +tariffize, tariffise +tariffizes, tariffises +tartarization's, tartarisation's +tartarization, tartarisation +tartarizations, tartarisations +tartarize, tartarise +tartarized, tartarised +tartarizes, tartarises +tartarizing, tartarising +tasseled, tasselled +tasseling, tasselling +tassels, tassells +tautologize, tautologise +tautologized, tautologised +tautologizes, tautologises +tautologizing, tautologising +tavernize, tavernise +tavernizes, tavernises +taxidermize, taxidermise +taxidermized, taxidermised +taxidermizes, taxidermises +taxidermizing, taxidermising +Taylorize's, Taylorise's +Taylorize, Taylorise +Taylorizes, Taylorises +te, tae +teaseler's, teaseller's +teaseler, teaseller +teaselers, teasellers +Tebilize's, Tebilise's +Tebilize, Tebilise +Tebilized's, Tebilised's +Tebilized, Tebilised +Tebilizes, Tebilises +Tebilizing's, Tebilising's +Tebilizing, Tebilising +technicalization, technicalisation +technicalize, technicalise +technicalizes, technicalises +technicize, technicise +technicized, technicised +technicizes, technicises +technicizing, technicising +technicolor, technicolour +technicolored, technicoloured +technologize, technologise +teepee's, tipi's +teepee, tipi +teepees, tipis +teer, teaer +teers, teres +teetotaled, teetotalled +teetotaler's, teetotaller's +teetotaler, teetotaller +teetotalers, teetotallers +teetotaling, teetotalling +tegu, taegu +tele, telae +telepathize, telepathise +telepathized, telepathised +telepathizes, telepathises +telepathizing, telepathising +telesthesia's, telaesthesia's +telesthesia, telaesthesia +telesthesias, telaesthesias +telesthetic, telaesthetic +telestheticer, telaestheticer +telestheticest, telaestheticest +tellurize, tellurise +tellurized, tellurised +tellurizes, tellurises +tellurizing, tellurising +tels, taels +templize, templise +templizes, templises +temporalize, temporalise +temporalized, temporalised +temporalizes, temporalises +temporalizing, temporalising +temporization's, temporisation's +temporization, temporisation +temporizations, temporisations +temporize, temporise +temporized, temporised +temporizer's, temporiser's +temporizer, temporiser +temporizers, temporisers +temporizes, temporises +temporizing's, temporising's +temporizing, temporising +temporizinglier, temporisinglier +temporizingliest, temporisingliest +temporizingly, temporisingly +temporizings, temporisings +tempos, tempi +tenderization's, tenderisation's +tenderization, tenderisation +tenderizations, tenderisations +tenderize, tenderise +tenderized, tenderised +tenderizer's, tenderiser's +tenderizer, tenderiser +tenderizers, tenderisers +tenderizes, tenderises +tenderizing, tenderising +tendinitis's, tendonitis's +tendinitis, tendonitis +tendinitises, tendonitises +tendriled, tendrilled +tenementization's, tenementisation's +tenementization, tenementisation +tenementizations, tenementisations +tenementize, tenementise +tenementizes, tenementises +tenia's, taenia's +tenia, taenia +teniacidal, taeniacidal +teniacide's, taeniacide's +teniacide, taeniacide +teniacides, taeniacides +teniae, taeniae +teniafuge's, taeniafuge's +teniafuge, taeniafuge +teniafuges, taeniafuges +tenias, taenias +teniases, taeniases +teniasis's, taeniasis's +teniasis, taeniasis +tenioid, taenioid +tenthmeter, tenthmetre +terf, tref +terma, trema +termatic, trematic +terminalization's, terminalisation's +terminalization, terminalisation +terminalizations, terminalisations +terminalized's, terminalised's +terminalized, terminalised +terminalizeds, terminaliseds +ternize, ternise +ternizes, ternises +terre, terrae +terrestrialize, terrestrialise +terrestrializes, terrestrialises +territorialization's, territorialisation's +territorialization, territorialisation +territorializations, territorialisations +territorialize, territorialise +territorialized, territorialised +territorializes, territorialises +territorializing, territorialising +terrorization's, terrorisation's +terrorization, terrorisation +terrorizations, terrorisations +terrorize, terrorise +terrorized, terrorised +terrorizer's, terroriser's +terrorizer, terroriser +terrorizers, terrorisers +terrorizes, terrorises +terrorizing, terrorising +terts, trets +tes, taes +teste, testae +testimonialization's, testimonialisation's +testimonialization, testimonialisation +testimonializations, testimonialisations +testimonialize, testimonialise +testimonialized, testimonialised +testimonializer, testimonialiser +testimonializers, testimonialisers +testimonializes, testimonialises +testimonializing, testimonialising +tetanization's, tetanisation's +tetanization, tetanisation +tetanizations, tetanisations +tetanize, tetanise +tetanized, tetanised +tetanizes, tetanises +tetanizing, tetanising +tetrachlorethylene, tetrachloroethylene +tetrachlorethylenes, tetrachloroethylenes +Teutonization's, Teutonisation's +Teutonization, Teutonisation +Teutonize, Teutonise +teutonize, teutonise +Teutonized, Teutonised +Teutonizes, Teutonises +Teutonizing, Teutonising +texturize, texturise +texturized, texturised +texturizes, texturises +texturizing, texturising +thalamocele, thalamocoele +thalassemia, thalassaemia +thalassemias, thalassaemias +thalassemic, thalassaemic +theater's, theatre's +theater, theatre +theatergoer's, theatregoer's +theatergoer, theatregoer +theatergoers, theatregoers +theatergoing's, theatregoing's +theatergoing, theatregoing +theatergoings, theatregoings +theaterless, theatreless +theaterlesses, theatrelesses +theaterlike's, theatrelike's +theaterlike, theatrelike +theaterlikes, theatrelikes +theaters, theatres +theatricalization's, theatricalisation's +theatricalization, theatricalisation +theatricalizations, theatricalisations +theatricalize, theatricalise +theatricalized, theatricalised +theatricalizes, theatricalises +theatricalizing, theatricalising +theatricize, theatricise +theatricized, theatricised +theatricizes, theatricises +theatricizing, theatricising +theologization's, theologisation's +theologization, theologisation +theologizations, theologisations +theologize, theologise +theologized, theologised +theologizer's, theologiser's +theologizer, theologiser +theologizers, theologisers +theologizes, theologises +theologizing, theologising +Theone's, Theonoe's +Theone, Theonoe +theorization's, theorisation's +theorization, theorisation +theorizations, theorisations +theorize, theorise +theorized, theorised +theorizer's, theoriser's +theorizer, theoriser +theorizers, theorisers +theorizes, theorises +theorizing, theorising +theosophize, theosophise +theosophized, theosophised +theosophizes, theosophises +theosophizing, theosophising +therap, threap +thereness, threeness +therenesses, threenesses +thermalization, thermalisation +thermalizations, thermalisations +thermalize, thermalise +thermalized, thermalised +thermalizes, thermalises +thermalizing, thermalising +therme, thermae +thermesthesia's, thermaesthesia's +thermesthesia, thermaesthesia +thermoanesthesia's, thermoanaesthesia's +thermoanesthesia, thermoanaesthesia +thermoanesthesias, thermoanaesthesias +thermometerize, thermometerise +thermometerizes, thermometerises +thermopolymerization's, thermopolymerisation's +thermopolymerization, thermopolymerisation +thermopolymerizations, thermopolymerisations +thermosiphon's, thermosyphon's +thermosiphon, thermosyphon +thermosiphons, thermosyphons +thesmothete, thesmothetae +thiamine's, thiamin's +thiamine, thiamin +thiamines, thiamins +thralldom's, thraldom's +thralldom, thraldom +thralldoms, thraldoms +thronize, thronise +thronizes, thronises +through, thru +thruway's, throughway's +thruway, throughway +thruways, throughways +thymectomize, thymectomise +thyroidectomized, thyroidectomised +thyroidization's, thyroidisation's +thyroidization, thyroidisation +thyroidizations, thyroidisations +tidbit's, titbit's +tidbit, titbit +tidbits, titbits +Tillford's, Tillfourd's +Tillford, Tillfourd +Timonize's, Timonise's +Timonize, Timonise +Timonized's, Timonised's +Timonized, Timonised +Timonizes, Timonises +Timonizing's, Timonising's +Timonizing, Timonising +Timor's, Timour's +Timor, Timour +tinseled, tinselled +tinselier, tinsellier +tinseliest, tinselliest +tinseling, tinselling +tiro's, tyreo's +tiro, tyreo +tiros, tyreos +titer's, titre's +titer, titre +titers, titres +titivate, tittivate +titivated, tittivated +titivates, tittivates +titivating, tittivating +titivation's, tittivation's +titivation, tittivation +titivations, tittivations +tittuped, tittupped +tittuping, tittupping +tittupy, tittuppy +toffee's, toffy's +toffee, toffy +toffees, toffies +togged, toged +togging, toging +tonicize, tonicise +tonicizes, tonicises +topesthesia, topaesthesia +topi, topi +toret, touret +tormentor's, tormenter's +tormentor, tormenter +tormentors, tormenters +torporize, torporise +torporizes, torporises +Toryize's, Toryise's +Toryize, Toryise +Toryizes, Toryises +totaled, totalled +totaler's, totaller's +totaler, totaller +totalers, totallers +totaling, totalling +totalitarianize, totalitarianise +totalization's, totalisation's +totalization, totalisation +totalizations, totalisations +totalizator's, totalisator's +totalizator, totalisator +totalizators, totalisators +totalize, totalise +totalized, totalised +totalizer's, totaliser's +totalizer, totaliser +totalizers, totalisers +totalizes, totalises +totalizing, totalising +totemization's, totemisation's +totemization, totemisation +totemizations, totemisations +tourize, tourise +tourizes, tourises +toweled, towelled +toweling's, towelling's +toweling, towelling +towelings, towellings +toxanemia, toxanaemia +toxemia's, toxaemia's +toxemia, toxaemia +toxemias, toxaemias +toxemic, toxaemic +toxicemia, toxicaemia +toxicohemia, toxicohaemia +toxihemia, toxihaemia +toxinemia, toxinaemia +trabeate, trabeatae +trabecule, trabeculae +tractorization's, tractorisation's +tractorization, tractorisation +tractorizations, tractorisations +tractorize, tractorise +tractorizes, tractorises +traditionalize, traditionalise +traditionalized, traditionalised +traditionalizes, traditionalises +traditionize, traditionise +traditionizes, traditionises +tragicize, tragicise +tragicizes, tragicises +tragicolored, tragicoloured +traitorize, traitorise +traitorizes, traitorises +trammeled, trammelled +trammeler's, trammeller's +trammeler, trammeller +trammelers, trammellers +trammeling, trammelling +tranquilities, tranquillities +tranquility's, tranquillity's +tranquility, tranquillity +tranquilization's, tranquilisation's +tranquilization, tranquilisation +tranquilizations, tranquilisations +tranquilizingly, tranquilisingly +tranquillization's, tranquillisation's +tranquillization, tranquillisation +tranquillizations, tranquillisations +tranquillize, tranquillise +tranquillized, tranquillised +tranquillizer's, tranquilliser's +tranquillizer, tranquilliser +tranquillizers, tranquillisers +tranquillizes, tranquillises +tranquillizing, tranquillising +tranquillizingly, tranquillisingly +transcendentalization's, transcendentalisation's +transcendentalization, transcendentalisation +transcendentalize, transcendentalise +transcendentalized, transcendentalised +transcendentalizes, transcendentalises +transcendentalizing, transcendentalising +transcolor, transcolour +transcoloration's, transcolouration's +transcoloration, transcolouration +transcolorations, transcolourations +transcolorrer, transcolourer +transcolorrest, transcolourest +transgender, transgendered +transistorization's, transistorisation's +transistorization, transistorisation +transistorizations, transistorisations +transistorize, transistorise +transistorized, transistorised +transistorizes, transistorises +transistorizing, transistorising +transparentize, transparentise +transparentizes, transparentises +traumatization's, traumatisation's +traumatization, traumatisation +traumatizations, traumatisations +traumatize, traumatise +traumatized, traumatised +traumatizes, traumatises +traumatizing, traumatising +traveled, travelled +traveler's, traveller's +traveler, traveller +travelers, travellers +traveling's, travelling's +traveling, travelling +travelings, travellings +travelogue's, travelog's +travelogue, travelog +travelogues, travelogs +trialed, trialled +trialing, trialling +trialization, trialisation +triangularization, triangularisation +triangularizations, triangularisations +triangularize, triangularise +triangularized, triangularised +triangularizes, triangularises +triangularizing, triangularising +trichinization's, trichinisation's +trichinization, trichinisation +trichinizations, trichinisations +trichinize, trichinise +trichinized, trichinised +trichinizes, trichinises +trichinizing, trichinising +trichlorethylene, trichloroethylene +trichlorethylenes, trichloroethylenes +trichotomize, trichotomise +trichotomized, trichotomised +trichotomizes, trichotomises +trichotomizing, trichotomising +tricolor's, tricolour's +tricolor, tricolour +tricolored, tricoloured +tricolors, tricolours +triecious, trioecious +trieciously, trioeciously +triene, triaene +trifluoride, trifluouride +trillionize, trillionise +trillionizes, trillionises +trimerization's, trimerisation's +trimerization, trimerisation +trimerizations, trimerisations +tripylean, tripylaean +trivialization's, trivialisation's +trivialization, trivialisation +trivializations, trivialisations +trivialize, trivialise +trivialized, trivialised +trivializes, trivialises +trivializing, trivialising +trolley's, trolly's +trolley, trolly +trolleyed, trollied +trolleying, trollying +trolleys, trollies +tropeolin's, tropaeolin's +tropeolin, tropaeolin +tropicalization's, tropicalisation's +tropicalization, tropicalisation +tropicalizations, tropicalisations +tropicalize, tropicalise +tropicalized, tropicalised +tropicalizes, tropicalises +tropicalizing, tropicalising +troweled, trowelled +troweler's, troweller's +troweler, troweller +trowelers, trowellers +troweling, trowelling +Trubenize's, Trubenise's +Trubenize, Trubenise +Trubenized's, Trubenised's +Trubenized, Trubenised +Trubenizes, Trubenises +Trubenizing's, Trubenising's +Trubenizing, Trubenising +trypsinize's, trypsinise's +trypsinize, trypsinise +trypsinizes, trypsinises +tsarinas, tzarinas +tsarism, tzarism +tsarisms, tzarisms +tsoris, tsouris +tubercularization's, tubercularisation's +tubercularization, tubercularisation +tubercularize, tubercularise +tubercularized, tubercularised +tubercularizing, tubercularising +tuberculinization's, tuberculinisation's +tuberculinization, tuberculinisation +tuberculinizations, tuberculinisations +tuberculinize, tuberculinise +tuberculinized, tuberculinised +tuberculinizes, tuberculinises +tuberculinizing, tuberculinising +tuberculization, tuberculisation +tuberculizations, tuberculisations +tuberculize, tuberculise +tuberculized, tuberculised +tuberculizes, tuberculises +tuberculizing, tuberculising +tuberization's, tuberisation's +tuberization, tuberisation +tuberizations, tuberisations +tuberize, tuberise +tuberizes, tuberises +tubulization's, tubulisation's +tubulization, tubulisation +tubulizations, tubulisations +tularemia, tularaemia +tularemias, tularaemias +tularemic, tularaemic +tumbrel's, tumbril's +tumbrel, tumbril +tumbrels, tumbrils +tumor's, tumour's +tumor, tumour +tumored, tumoured +tumors, tumours +tunneled, tunnelled +tunneler's, tunneller's +tunneler, tunneller +tunnelers, tunnellers +tunneling, tunnelling +tunnelings, tunnellings +turdine, turdinae +Turkicize's, Turkicise's +Turkicize, Turkicise +Turkicized's, Turkicised's +Turkicized, Turkicised +Turkicizes, Turkicises +Turkicizing's, Turkicising's +Turkicizing, Turkicising +Turkize's, Turkise's +Turkize, Turkise +Turkizes, Turkises +Tuscanize's, Tuscanise's +Tuscanize, Tuscanise +Tuscanizes, Tuscanises +tutele, tutelae +tutorization's, tutorisation's +tutorization, tutorisation +tutorizations, tutorisations +tutorize, tutorise +tutorized, tutorised +tutorizes, tutorises +tutorizing, tutorising +twier, twire +twiers, twires +tyke's, tike's +tyke, tike +tykes, tikes +Tylerize's, Tylerise's +Tylerize, Tylerise +Tylerizes, Tylerises +typhemia, typhaemia +typhemia, typhoemia +typhlenteritis, typhloenteritis +typhoemia, typhoaemia +tyrannize, tyrannise +tyrannized, tyrannised +tyrannizer's, tyranniser's +tyrannizer, tyranniser +tyrannizers, tyrannisers +tyrannizes, tyrannises +tyrannizing's, tyrannising's +tyrannizing, tyrannising +tyrannizinglier, tyrannisinglier +tyrannizingliest, tyrannisingliest +tyrannizingly, tyrannisingly +tyrannizings, tyrannisings +tzar's, tsar's +tzar, tsar +tzardom's, tsardom's +tzardom, tsardom +tzardoms, tsardoms +tzarina's, tsarina's +tzarina, tsarina +tzarism's, tsarism's +tzarist, tsarist +tzars, tsars +ukulele's, ukelele's +ukulele, ukelele +ukuleles, ukeleles +ultracentralizer's, ultracentraliser's +ultracentralizer, ultracentraliser +ultracentralizers, ultracentralisers +ultrahonorable's, ultrahonourable's +ultrahonorable, ultrahonourable +ultrahonorables, ultrahonourables +ultraspecialization's, ultraspecialisation's +ultraspecialization, ultraspecialisation +ultraspecializations, ultraspecialisations +ultrastandardization's, ultrastandardisation's +ultrastandardization, ultrastandardisation +ultrastandardizations, ultrastandardisations +unacclimatized, unacclimatised +unagonize, unagonise +unalcoholized's, unalcoholised's +unalcoholized, unalcoholised +unalcoholizedder, unalcoholisedder +unalcoholizeddest, unalcoholiseddest +unalcoholizeds, unalcoholiseds +unalphabetized, unalphabetised +unamortization's, unamortisation's +unamortization, unamortisation +unamortizations, unamortisations +unamortized, unamortised +unanalyzable, unanalysable +unanalyzed, unanalysed +unanatomizable, unanatomisable +unanatomized, unanatomised +unanemic, unanaemic +unanimalized's, unanimalised's +unanimalized, unanimalised +unanimalizeds, unanimaliseds +unantagonizable's, unantagonisable's +unantagonizable, unantagonisable +unantagonizabler, unantagonisabler +unantagonizables, unantagonisables +unantagonizablest, unantagonisablest +unantagonized, unantagonised +unantagonizedder, unantagonisedder +unantagonizeddest, unantagoniseddest +unantagonizing, unantagonising +unantagonizinger, unantagonisinger +unantagonizingest, unantagonisingest +unapologizing's, unapologising's +unapologizing, unapologising +unapostatized's, unapostatised's +unapostatized, unapostatised +unapostatizeds, unapostatiseds +unappetizing, unappetising +unappetizinger, unappetisinger +unappetizingest, unappetisingest +unappetizinglier, unappetisinglier +unappetizingliest, unappetisingliest +unappetizingly, unappetisingly +unapprized, unapprised +unarbored, unarboured +unarmored, unarmoured +unarmoredder, unarmouredder +unarmoreddest, unarmoureddest +unauthorize, unauthorise +unauthorized, unauthorised +unauthorizedder, unauthorisedder +unauthorizeddest, unauthoriseddest +unauthorizedly, unauthorisedly +unauthorizedness, unauthorisedness +unauthorizes, unauthorises +unbaptize, unbaptise +unbaptized, unbaptised +unbaptizes, unbaptises +unbaptizing, unbaptising +unbarbarize, unbarbarise +unbarbarized, unbarbarised +unbarbarizing, unbarbarising +unbarricaded, unbarricadoed +unbastardized, unbastardised +unbastardizedder, unbastardisedder +unbastardizeddest, unbastardiseddest +unbeknownst, unbeknown +unbrutalize, unbrutalise +unbrutalized, unbrutalised +unbrutalizes, unbrutalises +unbrutalizing, unbrutalising +unbrutize, unbrutise +unbrutized, unbrutised +unbrutizes, unbrutises +unbrutizing, unbrutising +uncanceled, uncancelled +uncanceledder, uncancelledder +uncanceleddest, uncancelleddest +uncandor, uncandour +uncanonization's, uncanonisation's +uncanonization, uncanonisation +uncanonize, uncanonise +uncanonized, uncanonised +uncanonizes, uncanonises +uncanonizing, uncanonising +uncantonized's, uncantonised's +uncantonized, uncantonised +uncantonizeds, uncantoniseds +uncapitalized, uncapitalised +uncapitalizedder, uncapitalisedder +uncapitalizeddest, uncapitaliseddest +uncaramelized, uncaramelised +uncatechized's, uncatechised's +uncatechized, uncatechised +uncatechizedness, uncatechisedness +uncatechizeds, uncatechiseds +uncategorized, uncategorised +uncategorizedder, uncategorisedder +uncategorizeddest, uncategoriseddest +uncatholicize, uncatholicise +uncatholicized, uncatholicised +uncatholicizes, uncatholicises +uncatholicizing, uncatholicising +uncauterized's, uncauterised's +uncauterized, uncauterised +uncauterizeds, uncauteriseds +uncelestialized's, uncelestialised's +uncelestialized, uncelestialised +uncelestializeds, uncelestialiseds +uncenter, uncentre +uncentralized, uncentralised +uncharacterized, uncharacterised +uncharacterizedder, uncharacterisedder +uncharacterizeddest, uncharacteriseddest +unchastizable, unchastisable +unchastized, unchastised +unchloridized's, unchloridised's +unchloridized, unchloridised +unchloridizeds, unchloridiseds +unchristianize, unchristianise +unchristianized, unchristianised +unchristianizes, unchristianises +unchristianizing, unchristianising +uncircularized's, uncircularised's +uncircularized, uncircularised +uncircularizedder, uncircularisedder +uncircularizeddest, uncirculariseddest +uncircularizeds, uncirculariseds +uncivilizable's, uncivilisable's +uncivilizable, uncivilisable +uncivilizabler, uncivilisabler +uncivilizables, uncivilisables +uncivilizablest, uncivilisablest +uncivilize, uncivilise +uncivilized, uncivilised +uncivilizedly, uncivilisedly +uncivilizedness, uncivilisedness +uncivilizes, uncivilises +unclericalize, unclericalise +unclericalizes, unclericalises +uncognizable, uncognisable +uncolonize, uncolonise +uncolonized, uncolonised +uncolonizes, uncolonises +uncolonizing, uncolonising +uncolorable's, uncolourable's +uncolorable, uncolourable +uncolorabler, uncolourabler +uncolorables, uncolourables +uncolorablest, uncolourablest +uncolorablier, uncolourablier +uncolorablies, uncolourablies +uncolorabliest, uncolourabliest +uncolorably, uncolourably +uncolored, uncoloured +uncoloredder, uncolouredder +uncoloreddest, uncoloureddest +uncoloredlier, uncolouredlier +uncoloredliest, uncolouredliest +uncoloredly, uncolouredly +uncoloredness's, uncolouredness's +uncoloredness, uncolouredness +uncolorednesses, uncolourednesses +uncoloreds, uncoloureds +unconcerted, unconcreted +unconventionalize, unconventionalise +unconventionalizes, unconventionalises +uncriticizable's, uncriticisable's +uncriticizable, uncriticisable +uncriticizabler, uncriticisabler +uncriticizables, uncriticisables +uncriticizablest, uncriticisablest +uncriticizably, uncriticisably +uncriticized, uncriticised +uncriticizing, uncriticising +uncriticizingly, uncriticisingly +uncrystallizabilities, uncrystallisabilities +uncrystallizability's, uncrystallisability's +uncrystallizability, uncrystallisability +uncrystallizable's, uncrystallisable's +uncrystallizable, uncrystallisable +uncrystallizabler, uncrystallisabler +uncrystallizables, uncrystallisables +uncrystallizablest, uncrystallisablest +uncrystallized, uncrystallised +uncurricularized's, uncurricularised's +uncurricularized, uncurricularised +uncurricularizeds, uncurriculariseds +undefense's, undefence's +undefense, undefence +undefenses, undefences +undemagnetizable's, undemagnetisable's +undemagnetizable, undemagnetisable +undemagnetizables, undemagnetisables +undemocratization's, undemocratisation's +undemocratization, undemocratisation +undemocratize, undemocratise +undemocratized, undemocratised +undemocratizes, undemocratises +undemocratizing, undemocratising +undenominationalize, undenominationalise +undenominationalizes, undenominationalises +undercapitalization's, undercapitalisation's +undercapitalization, undercapitalisation +undercapitalizations, undercapitalisations +undercapitalize, undercapitalise +undercapitalized, undercapitalised +undercapitalizes, undercapitalises +undercapitalizing, undercapitalising +undercolor's, undercolour's +undercolor, undercolour +undercolored, undercoloured +undercoloring, undercolouring +undercolorings, undercolourings +undercolors, undercolours +underemphasize, underemphasise +underemphasized, underemphasised +underemphasizes, underemphasises +underemphasizing, underemphasising +undergoer, undergore +underlaborer's, underlabourer's +underlaborer, underlabourer +underlaborers, underlabourers +underorganization's, underorganisation's +underorganization, underorganisation +underorganizations, underorganisations +underoxidize, underoxidise +underoxidized, underoxidised +underoxidizes, underoxidises +underoxidizing, underoxidising +underprize, underprise +underprized, underprised +underprizes, underprises +underprizing, underprising +underrealize, underrealise +underrealized, underrealised +underrealizes, underrealises +underrealizing, underrealising +undersavior's, undersaviour's +undersavior, undersaviour +undersaviors, undersaviours +undersized, undersize +underutilization's, underutilisation's +underutilization, underutilisation +underutilizations, underutilisations +underutilize, underutilise +underutilized, underutilised +underutilizes, underutilises +underutilizing, underutilising +undervitalized's, undervitalised's +undervitalized, undervitalised +undervitalizeds, undervitaliseds +undialyzed's, undialysed's +undialyzed, undialysed +undialyzeds, undialyseds +undiphthongize, undiphthongise +undiphthongizes, undiphthongises +undiscolored's, undiscoloured's +undiscolored, undiscoloured +undiscoloredder, undiscolouredder +undiscoloreddest, undiscoloureddest +undiscoloreds, undiscoloureds +undishonored, undishonoured +undisorganized, undisorganised +undramatizable's, undramatisable's +undramatizable, undramatisable +undramatizabler, undramatisabler +undramatizables, undramatisables +undramatizablest, undramatisablest +undramatized's, undramatised's +undramatized, undramatised +undramatizeds, undramatiseds +undreamed, undreamt +undualize, undualise +undualizes, undualises +uneconomizing, uneconomising +unenamored's, unenamoured's +unenamored, unenamoured +unenamoredder, unenamouredder +unenamoreddest, unenamoureddest +unenamoreds, unenamoureds +unendeavored, unendeavoured +unenergized's, unenergised's +unenergized, unenergised +unenergizeds, unenergiseds +unepitomized, unepitomised +unepitomizedder, unepitomisedder +unepitomizeddest, unepitomiseddest +unequaled, unequalled +unequaledder, unequalledder +unequaleddest, unequalleddest +unequalize, unequalise +unequalized, unequalised +unequalizes, unequalises +unequalizing, unequalising +uneulogized's, uneulogised's +uneulogized, uneulogised +uneulogizedder, uneulogisedder +uneulogizeddest, uneulogiseddest +uneulogizeds, uneulogiseds +unevangelized's, unevangelised's +unevangelized, unevangelised +unevangelizedder, unevangelisedder +unevangelizeddest, unevangeliseddest +unevangelizeds, unevangeliseds +unfamiliarized, unfamiliarised +unfamiliarizedder, unfamiliarisedder +unfamiliarizeddest, unfamiliariseddest +unfavorable's, unfavourable's +unfavorable, unfavourable +unfavorableness's, unfavourableness's +unfavorableness, unfavourableness +unfavorablenesses, unfavourablenesses +unfavorabler, unfavourabler +unfavorables, unfavourables +unfavorablest, unfavourablest +unfavorablier, unfavourablier +unfavorabliest, unfavourabliest +unfavorably, unfavourably +unfavored's, unfavoured's +unfavored, unfavoured +unfavoredder, unfavouredder +unfavoreddest, unfavoureddest +unfavoring's, unfavouring's +unfavoring, unfavouring +unfavoringer, unfavouringer +unfavoringest, unfavouringest +unfavorings, unfavourings +unfavorite's, unfavourite's +unfavorite, unfavourite +unfavoriter, unfavouriter +unfavorites, unfavourites +unfavoritest, unfavouritest +unfeminize, unfeminise +unfeminized, unfeminised +unfeminizing, unfeminising +unfertilizable's, unfertilisable's +unfertilizable, unfertilisable +unfertilizabler, unfertilisabler +unfertilizables, unfertilisables +unfertilizablest, unfertilisablest +unfertilized, unfertilised +unfertilizedder, unfertilisedder +unfertilizeddest, unfertiliseddest +unfertilizing, unfertilising +unfeudalize, unfeudalise +unfeudalized, unfeudalised +unfeudalizes, unfeudalises +unfeudalizing, unfeudalising +unflavored, unflavoured +unflavoredder, unflavouredder +unflavoreddest, unflavoureddest +unflavorous, unflavourous +unfocused, unfocussed +unformalized, unformalised +unformalizedder, unformalisedder +unformalizeddest, unformaliseddest +unfossilized's, unfossilised's +unfossilized, unfossilised +unfossilizedder, unfossilisedder +unfossilizeddest, unfossiliseddest +unfossilizeds, unfossiliseds +unfraternized, unfraternised +unfraternizing's, unfraternising's +unfraternizing, unfraternising +unfraternizings, unfraternisings +ungalvanized's, ungalvanised's +ungalvanized, ungalvanised +ungalvanizeds, ungalvaniseds +ungelatinizable's, ungelatinisable's +ungelatinizable, ungelatinisable +ungelatinizables, ungelatinisables +ungelatinized's, ungelatinised's +ungelatinized, ungelatinised +ungelatinizeds, ungelatiniseds +ungeneralized, ungeneralised +ungeneralizedder, ungeneralisedder +ungeneralizeddest, ungeneraliseddest +ungeneralizing, ungeneralising +ungentilize, ungentilise +ungentilizes, ungentilises +ungentlemanize, ungentlemanise +ungentlemanizes, ungentlemanises +unglamorous, unglamourous +unglamorously, unglamourously +ungospelized's, ungospelised's +ungospelized, ungospelised +ungospelizeds, ungospeliseds +ungraphitized's, ungraphitised's +ungraphitized, ungraphitised +ungraphitizeds, ungraphitiseds +unharbor's, unharbour's +unharbor, unharbour +unharbored, unharboured +unharmonize, unharmonise +unharmonized, unharmonised +unharmonizes, unharmonises +unharmonizing, unharmonising +unheroize, unheroise +unheroizes, unheroises +unhonorable's, unhonourable's +unhonorable, unhonourable +unhonorables, unhonourables +unhonorablies, unhonourablies +unhonorably, unhonourably +unhonored, unhonoured +unhonoredder, unhonouredder +unhonoreddest, unhonoureddest +unhouseled, unhouselled +unhumanize, unhumanise +unhumanized, unhumanised +unhumanizes, unhumanises +unhumanizing, unhumanising +unhumored, unhumoured +unhumoredder, unhumouredder +unhumoreddest, unhumoureddest +unhumorous, unhumourous +unhumorously, unhumourously +unhydrolyzed's, unhydrolysed's +unhydrolyzed, unhydrolysed +unhydrolyzeds, unhydrolyseds +unhypnotizable's, unhypnotisable's +unhypnotizable, unhypnotisable +unhypnotizabler, unhypnotisabler +unhypnotizables, unhypnotisables +unhypnotizablest, unhypnotisablest +unhypnotize, unhypnotise +unhypnotized, unhypnotised +unhypnotizes, unhypnotises +unhypnotizing, unhypnotising +unicolor, unicolour +unicolorate, unicolourate +unicolored, unicoloured +unicolorous, unicolourous +unidealized, unidealised +unidealizedder, unidealisedder +unidealizeddest, unidealiseddest +unidolized's, unidolised's +unidolized, unidolised +unidolizedder, unidolisedder +unidolizeddest, unidoliseddest +unidolizeds, unidoliseds +uniformization's, uniformisation's +uniformization, uniformisation +uniformizations, uniformisations +uniformize, uniformise +uniformized, uniformised +uniformizes, uniformises +uniformizing, uniformising +unilateralization's, unilateralisation's +unilateralization, unilateralisation +unilateralizations, unilateralisations +unilateralize, unilateralise +unilateralizes, unilateralises +unimmortalize, unimmortalise +unimmortalized, unimmortalised +unimmortalizes, unimmortalises +unimmunized, unimmunised +unindividualize, unindividualise +unindividualized, unindividualised +unindividualizes, unindividualises +unindustrialized's, unindustrialised's +unindustrialized, unindustrialised +unindustrializeds, unindustrialiseds +uninitializable, uninitialisable +uninitialized, uninitialised +unionization's, unionisation's +unionization, unionisation +unionizations, unionisations +unionize, unionise +unionized, unionised +unionizer, unioniser +unionizers, unionisers +unionizes, unionises +unionizing, unionising +unitalicized, unitalicised +Unitarianize's, Unitarianise's +Unitarianize, Unitarianise +Unitarianizes, Unitarianises +unitemized, unitemised +unitization's, unitisation's +unitization, unitisation +unitizations, unitisations +unitize, unitise +unitized, unitised +unitizes, unitises +unitizing, unitising +universalization's, universalisation's +universalization, universalisation +universalizations, universalisations +universalize, universalise +universalized, universalised +universalizer's, universaliser's +universalizer, universaliser +universalizers, universalisers +universalizes, universalises +universalizing, universalising +unjeopardized, unjeopardised +unjournalized, unjournalised +unkenneled, unkennelled +unkenneling, unkennelling +unlabeled, unlabelled +unlabeledder, unlabelledder +unlabeleddest, unlabelleddest +unlabialize, unlabialise +unlabialized, unlabialised +unlabializes, unlabialises +unlabializing, unlabialising +unlaborable's, unlabourable's +unlaborable, unlabourable +unlaborables, unlabourables +unlabored's, unlaboured's +unlabored, unlaboured +unlaboredder, unlabouredder +unlaboreddest, unlaboureddest +unlaboring's, unlabouring's +unlaboring, unlabouring +unlaboringer, unlabouringer +unlaboringest, unlabouringest +unlaborings, unlabourings +unlegalized, unlegalised +unlegalizedder, unlegalisedder +unlegalizeddest, unlegaliseddest +unleveled, unlevelled +unleveling, unlevelling +unliberalized, unliberalised +unliberalizedder, unliberalisedder +unliberalizeddest, unliberaliseddest +unlionized, unlionised +unliteralized, unliteralised +unlocalizable's, unlocalisable's +unlocalizable, unlocalisable +unlocalizabler, unlocalisabler +unlocalizables, unlocalisables +unlocalizablest, unlocalisablest +unlocalize, unlocalise +unlocalized, unlocalised +unlocalizes, unlocalises +unlocalizing, unlocalising +unmacadamized, unmacadamised +unmagnetized's, unmagnetised's +unmagnetized, unmagnetised +unmagnetizedder, unmagnetisedder +unmagnetizeddest, unmagnetiseddest +unmagnetizeds, unmagnetiseds +unmaterialized, unmaterialised +unmechanize, unmechanise +unmechanized, unmechanised +unmechanizes, unmechanises +unmechanizing, unmechanising +unmediatized's, unmediatised's +unmediatized, unmediatised +unmediatizeds, unmediatiseds +unmedieval, unmediaeval +unmelodized, unmelodised +unmemorialized's, unmemorialised's +unmemorialized, unmemorialised +unmemorializedder, unmemorialisedder +unmemorializeddest, unmemorialiseddest +unmemorializeds, unmemorialiseds +unmemorized, unmemorised +unmercerized's, unmercerised's +unmercerized, unmercerised +unmercerizeds, unmerceriseds +unmesmerize, unmesmerise +unmesmerized, unmesmerised +unmesmerizedder, unmesmerisedder +unmesmerizeddest, unmesmeriseddest +unmesmerizes, unmesmerises +unmetallised's, unmetallized's +unmetallised, unmetallized +unmetalliseds, unmetallizeds +unmethodized's, unmethodised's +unmethodized, unmethodised +unmethodizedder, unmethodisedder +unmethodizeddest, unmethodiseddest +unmethodizeds, unmethodiseds +unmethodizing's, unmethodising's +unmethodizing, unmethodising +unmethodizinger, unmethodisinger +unmethodizingest, unmethodisingest +unmethodizings, unmethodisings +unmilitarized, unmilitarised +unmineralized's, unmineralised's +unmineralized, unmineralised +unmineralizedder, unmineralisedder +unmineralizeddest, unmineraliseddest +unmineralizeds, unmineraliseds +unminimized, unminimised +unminimizedder, unminimisedder +unminimizeddest, unminimiseddest +unminimizing, unminimising +unmissionized's, unmissionised's +unmissionized, unmissionised +unmissionizeds, unmissioniseds +unmiter, unmitre +unmiters, unmitres +unmobilized's, unmobilised's +unmobilized, unmobilised +unmobilizedder, unmobilisedder +unmobilizeddest, unmobiliseddest +unmobilizeds, unmobiliseds +unmodernize, unmodernise +unmodernized, unmodernised +unmodernizedder, unmodernisedder +unmodernizeddest, unmoderniseddest +unmodernizes, unmodernises +unmonopolize, unmonopolise +unmonopolized, unmonopolised +unmonopolizedder, unmonopolisedder +unmonopolizeddest, unmonopoliseddest +unmonopolizes, unmonopolises +unmonopolizing, unmonopolising +unmonopolizinger, unmonopolisinger +unmonopolizingest, unmonopolisingest +unmonopolizings, unmonopolisings +unmoralize, unmoralise +unmoralized, unmoralised +unmoralizes, unmoralises +unmoralizing, unmoralising +unmoralizinger, unmoralisinger +unmoralizingest, unmoralisingest +unmoralizings, unmoralisings +unmotorized, unmotorised +unmotorizedder, unmotorisedder +unmotorizeddest, unmotoriseddest +unmunicipalized's, unmunicipalised's +unmunicipalized, unmunicipalised +unmunicipalizedder, unmunicipalisedder +unmunicipalizeddest, unmunicipaliseddest +unmunicipalizeds, unmunicipaliseds +unmutualized's, unmutualised's +unmutualized, unmutualised +unmutualizedder, unmutualisedder +unmutualizeddest, unmutualiseddest +unmutualizeds, unmutualiseds +unmysticize, unmysticise +unmysticized, unmysticised +unmysticizes, unmysticises +unmysticizing, unmysticising +unnationalized, unnationalised +unnationalizedder, unnationalisedder +unnationalizeddest, unnationaliseddest +unnaturalizable's, unnaturalisable's +unnaturalizable, unnaturalisable +unnaturalizables, unnaturalisables +unnaturalize, unnaturalise +unnaturalized, unnaturalised +unnaturalizes, unnaturalises +unnaturalizing, unnaturalising +unneighbored, unneighboured +unneighborlier, unneighbourlier +unneighborliest, unneighbourliest +unneighborlike's, unneighbourlike's +unneighborlike, unneighbourlike +unneighborlikes, unneighbourlikes +unneighborliness's, unneighbourliness's +unneighborliness, unneighbourliness +unneighborlinesses, unneighbourlinesses +unneighborly, unneighbourly +unneutralize, unneutralise +unneutralized, unneutralised +unneutralizing, unneutralising +unnitrogenized's, unnitrogenised's +unnitrogenized, unnitrogenised +unnitrogenizedder, unnitrogenisedder +unnitrogenizeddest, unnitrogeniseddest +unnitrogenizeds, unnitrogeniseds +unnoncolorables, unnoncolourables +unnoncolorablies, unnoncolourablies +unnoncolorably, unnoncolourably +unnormalize, unnormalise +unnormalized, unnormalised +unnormalizedder, unnormalisedder +unnormalizeddest, unnormaliseddest +unnormalizes, unnormalises +unnormalizing, unnormalising +unnormalizinger, unnormalisinger +unnormalizingest, unnormalisingest +unoptimize, unoptimise +unoptimized, unoptimised +unoptimizes, unoptimises +unoptimizing, unoptimising +unorganizable's, unorganisable's +unorganizable, unorganisable +unorganizabler, unorganisabler +unorganizables, unorganisables +unorganizablest, unorganisablest +unorganize, unorganise +unorganized, unorganised +unorganizedly, unorganisedly +unorganizedness, unorganisedness +unoxidizable's, unoxidisable's +unoxidizable, unoxidisable +unoxidizabler, unoxidisabler +unoxidizables, unoxidisables +unoxidizablest, unoxidisablest +unoxidized, unoxidised +unoxidizedder, unoxidisedder +unoxidizeddest, unoxidiseddest +unoxygenized's, unoxygenised's +unoxygenized, unoxygenised +unoxygenizeds, unoxygeniseds +unpaganize, unpaganise +unpaganizes, unpaganises +unpalisaded, unpalisadoed +unpanegyrized, unpanegyrised +unparagonized's, unparagonised's +unparagonized, unparagonised +unparagonizeds, unparagoniseds +unparalleled, unparallelled +unparalyzed's, unparalysed's +unparalyzed, unparalysed +unparalyzedder, unparalysedder +unparalyzeddest, unparalyseddest +unparalyzeds, unparalyseds +unparameterized, unparameterised +unparametrized, unparametrised +unparceled, unparcelled +unparceledder, unparcelledder +unparceleddest, unparcelleddest +unparenthesized, unparenthesised +unparticularized's, unparticularised's +unparticularized, unparticularised +unparticularizedder, unparticularisedder +unparticularizeddest, unparticulariseddest +unparticularizeds, unparticulariseds +unparticularizing's, unparticularising's +unparticularizing, unparticularising +unparticularizinger, unparticularisinger +unparticularizingest, unparticularisingest +unparticularizings, unparticularisings +unpartizan, unpartisan +unpasteurized, unpasteurised +unpatronizable's, unpatronisable's +unpatronizable, unpatronisable +unpatronizabler, unpatronisabler +unpatronizables, unpatronisables +unpatronizablest, unpatronisablest +unpatronized, unpatronised +unpatronizing's, unpatronising's +unpatronizing, unpatronising +unpauperized's, unpauperised's +unpauperized, unpauperised +unpauperizeds, unpauperiseds +unpenalized, unpenalised +unpenalizedder, unpenalisedder +unpenalizeddest, unpenaliseddest +unperceptively, unpreceptively +unpersonalized, unpersonalised +unpersonalizing, unpersonalising +unphilosophize, unphilosophise +unphilosophized, unphilosophised +unphilosophizes, unphilosophises +unphosphatized's, unphosphatised's +unphosphatized, unphosphatised +unphosphatizedder, unphosphatisedder +unphosphatizeddest, unphosphatiseddest +unphosphatizeds, unphosphatiseds +unpictorialize, unpictorialise +unpictorialized, unpictorialised +unpictorializing, unpictorialising +unplagiarized's, unplagiarised's +unplagiarized, unplagiarised +unplagiarizedder, unplagiarisedder +unplagiarizeddest, unplagiariseddest +unplagiarizeds, unplagiariseds +unpluralized, unpluralised +unpoeticized's, unpoeticised's +unpoeticized, unpoeticised +unpoeticizedder, unpoeticisedder +unpoeticizeddest, unpoeticiseddest +unpoeticizeds, unpoeticiseds +unpoetize, unpoetise +unpoetized, unpoetised +unpoetizes, unpoetises +unpolarizable's, unpolarisable's +unpolarizable, unpolarisable +unpolarizables, unpolarisables +unpolarized's, unpolarised's +unpolarized, unpolarised +unpolarizedder, unpolarisedder +unpolarizeddest, unpolariseddest +unpolarizeds, unpolariseds +unpolymerized's, unpolymerised's +unpolymerized, unpolymerised +unpolymerizedder, unpolymerisedder +unpolymerizeddest, unpolymeriseddest +unpolymerizeds, unpolymeriseds +unpopularize, unpopularise +unpopularized, unpopularised +unpopularizes, unpopularises +unpracticed, unpractised +unpracticedder, unpractisedder +unpracticeddest, unpractiseddest +unpressurized, unpressurised +unprotestantize, unprotestantise +unprotestantized, unprotestantised +unprotestantizes, unprotestantises +unprotestantizing, unprotestantising +unpublicized, unpublicised +unpulverize, unpulverise +unpulverized, unpulverised +unpulverizedder, unpulverisedder +unpulverizeddest, unpulveriseddest +unpulverizes, unpulverises +unquantized, unquantised +unradicalize, unradicalise +unradicalizes, unradicalises +unrancored's, unrancoured's +unrancored, unrancoured +unrancoredder, unrancouredder +unrancoreddest, unrancoureddest +unrancoreds, unrancoureds +unrancorous, unrancourous +unrationalized, unrationalised +unrationalizing, unrationalising +unraveled, unravelled +unraveler's, unraveller's +unraveler, unraveller +unravelers, unravellers +unraveling, unravelling +unrealizable's, unrealisable's +unrealizable, unrealisable +unrealizables, unrealisables +unrealize, unrealise +unrealized, unrealised +unrealizes, unrealises +unrealizing, unrealising +unrealizings, unrealisings +unrecognizable, unrecognisable +unrecognizabler, unrecognisabler +unrecognizablest, unrecognisablest +unrecognizably, unrecognisably +unrecognized, unrecognised +unrecognizing, unrecognising +unrecognizingly, unrecognisingly +unreconnoitered's, unreconnoitred's +unreconnoitered, unreconnoitred +unreconnoiteredder, unreconnoitredder +unreconnoitereddest, unreconnoitreddest +unreconnoitereds, unreconnoitreds +unregularized, unregularised +unreorganized, unreorganised +unreorganizedder, unreorganisedder +unreorganizeddest, unreorganiseddest +unrevelationize, unrevelationise +unrevelationizes, unrevelationises +unrivaled, unrivalled +unrivaledder, unrivalledder +unrivaleddest, unrivalleddest +unromanized, unromanised +unromanticized's, unromanticised's +unromanticized, unromanticised +unromanticizedder, unromanticisedder +unromanticizeddest, unromanticiseddest +unromanticizeds, unromanticiseds +unroyalized's, unroyalised's +unroyalized, unroyalised +unroyalizeds, unroyaliseds +unrumored, unrumoured +unrumoredder, unrumouredder +unrumoreddest, unrumoureddest +unsabered, unsabred +unsaberedder, unsabredder +unsabereddest, unsabreddest +unsatirizable, unsatirisable +unsatirize, unsatirise +unsatirized, unsatirised +unsatirizedder, unsatirisedder +unsatirizeddest, unsatiriseddest +unsatirizes, unsatirises +unsavored, unsavoured +unsavoredder, unsavouredder +unsavoreddest, unsavoureddest +unsavoredly, unsavouredly +unsavoredness, unsavouredness +unsavorier, unsavourier +unsavories, unsavouries +unsavoriest, unsavouriest +unsavorilier, unsavourilier +unsavorilies, unsavourilies +unsavoriliest, unsavouriliest +unsavorily, unsavourily +unsavoriness's, unsavouriness's +unsavoriness, unsavouriness +unsavorinesses, unsavourinesses +unsavory's, unsavoury's +unsavory, unsavoury +unscandalize, unscandalise +unscandalized, unscandalised +unscandalizedder, unscandalisedder +unscandalizeddest, unscandaliseddest +unscandalizes, unscandalises +unscepter's, unsceptre's +unscepter, unsceptre +unsceptered, unsceptred +unscepteredder, unsceptredder +unsceptereddest, unsceptreddest +unscepters, unsceptres +unschematized's, unschematised's +unschematized, unschematised +unschematizedder, unschematisedder +unschematizeddest, unschematiseddest +unschematizeds, unschematiseds +unscored, unscoured +unscoring, unscouring +unscrutinized, unscrutinised +unscrutinizedder, unscrutinisedder +unscrutinizeddest, unscrutiniseddest +unscrutinizing, unscrutinising +unscrutinizinger, unscrutinisinger +unscrutinizingest, unscrutinisingest +unscrutinizinglier, unscrutinisinglier +unscrutinizingliest, unscrutinisingliest +unscrutinizingly, unscrutinisingly +unsectarianize, unsectarianise +unsectarianizes, unsectarianises +unsectionalized, unsectionalised +unsecularize, unsecularise +unsecularized, unsecularised +unsecularizedder, unsecularisedder +unsecularizeddest, unseculariseddest +unsecularizes, unsecularises +unsensitize, unsensitise +unsensitized, unsensitised +unsensitizes, unsensitises +unsensitizing, unsensitising +unsensualize, unsensualise +unsensualized, unsensualised +unsensualizes, unsensualises +unsensualizing, unsensualising +unsentimentalize, unsentimentalise +unsentimentalized, unsentimentalised +unsentimentalizes, unsentimentalises +unsepulcher, unsepulchre +unsepulchered, unsepulchred +unsepulchers, unsepulchres +unserialized, unserialised +unshakable, unshakeable +unshed, unshoed +unsignalized's, unsignalised's +unsignalized, unsignalised +unsignalizedder, unsignalisedder +unsignalizeddest, unsignaliseddest +unsignalizeds, unsignaliseds +unsiphon's, unsyphon's +unsiphon, unsyphon +unsiphons, unsyphons +unsocialized, unsocialised +unsocializedder, unsocialisedder +unsocializeddest, unsocialiseddest +unsocializing, unsocialising +unsolemnize, unsolemnise +unsolemnized, unsolemnised +unsolemnizedder, unsolemnisedder +unsolemnizeddest, unsolemniseddest +unsolemnizes, unsolemnises +unsomber, unsombre +unsomberly, unsombrely +unsomberness's, unsombreness's +unsomberness, unsombreness +unspecialized, unspecialised +unspecializedder, unspecialisedder +unspecializeddest, unspecialiseddest +unspecializing, unspecialising +unspecializinger, unspecialisinger +unspecializingest, unspecialisingest +unspecterlike's, unspectrelike's +unspecterlike, unspectrelike +unspecterlikes, unspectrelikes +unspiritualize, unspiritualise +unspiritualized, unspiritualised +unspiritualizes, unspiritualises +unspiritualizing, unspiritualising +unsplendorous, unsplendourous +unsplendorously, unsplendourously +unspoiled, unspoilt +unstabilized, unstabilised +unstabilizing, unstabilising +unstandardizable, unstandardisable +unstandardized, unstandardised +unstandardizedder, unstandardisedder +unstandardizeddest, unstandardiseddest +unsterilized, unsterilised +unstigmatized's, unstigmatised's +unstigmatized, unstigmatised +unstigmatizedder, unstigmatisedder +unstigmatizeddest, unstigmatiseddest +unstigmatizeds, unstigmatiseds +unstoicize, unstoicise +unstoicizes, unstoicises +unsubsidized, unsubsidised +unsubstantialize, unsubstantialise +unsubstantialized, unsubstantialised +unsubstantializes, unsubstantialises +unsubstantializing, unsubstantialising +unsuccorable's, unsuccourable's +unsuccorable, unsuccourable +unsuccorables, unsuccourables +unsuccored, unsuccoured +unsulphurized's, unsulphurised's +unsulphurized, unsulphurised +unsulphurizeds, unsulphuriseds +unsummarizable, unsummarisable +unsummarized, unsummarised +unsummarizedder, unsummarisedder +unsummarizeddest, unsummariseddest +unsupernaturalize, unsupernaturalise +unsupernaturalized, unsupernaturalised +unsupernaturalizes, unsupernaturalises +unsymbolized, unsymbolised +unsymbolizedder, unsymbolisedder +unsymbolizeddest, unsymboliseddest +unsymmetrized's, unsymmetrised's +unsymmetrized, unsymmetrised +unsymmetrizeds, unsymmetriseds +unsympathizabilities, unsympathisabilities +unsympathizability's, unsympathisability's +unsympathizability, unsympathisability +unsympathizable's, unsympathisable's +unsympathizable, unsympathisable +unsympathizables, unsympathisables +unsympathized, unsympathised +unsympathizedder, unsympathisedder +unsympathizeddest, unsympathiseddest +unsympathizing's, unsympathising's +unsympathizing, unsympathising +unsympathizinger, unsympathisinger +unsympathizingest, unsympathisingest +unsympathizinglier, unsympathisinglier +unsympathizingliest, unsympathisingliest +unsympathizingly, unsympathisingly +unsympathizings, unsympathisings +unsynchronized, unsynchronised +unsynchronizedder, unsynchronisedder +unsynchronizeddest, unsynchroniseddest +unsynthesized, unsynthesised +unsynthesizedder, unsynthesisedder +unsynthesizeddest, unsynthesiseddest +unsystematized, unsystematised +unsystematizedder, unsystematisedder +unsystematizeddest, unsystematiseddest +unsystematizedly, unsystematisedly +unsystematizing, unsystematising +unsystematizinger, unsystematisinger +unsystematizingest, unsystematisingest +unsystemizable's, unsystemisable's +unsystemizable, unsystemisable +unsystemizables, unsystemisables +untantalized, untantalised +untantalizedder, untantalisedder +untantalizeddest, untantaliseddest +untantalizing's, untantalising's +untantalizing, untantalising +untantalizinger, untantalisinger +untantalizingest, untantalisingest +untantalizings, untantalisings +untartarized's, untartarised's +untartarized, untartarised +untartarizeds, untartariseds +untechnicalize, untechnicalise +untechnicalizes, untechnicalises +untemporizing's, untemporising's +untemporizing, untemporising +untemporizings, untemporisings +unterrorized, unterrorised +untheorizable's, untheorisable's +untheorizable, untheorisable +untheorizables, untheorisables +untrammeled, untrammelled +untrammeledder, untrammelledder +untrammeleddest, untrammelleddest +untranquilized, untranquilised +untranquillize, untranquillise +untranquillized, untranquillised +untyrannized, untyrannised +unutilizable's, unutilisable's +unutilizable, unutilisable +unutilizables, unutilisables +unutilized, unutilised +unvaporized's, unvaporised's +unvaporized, unvaporised +unvaporizeds, unvaporiseds +unvectorizable, unvectorisable +unverbalized, unverbalised +unvictimized, unvictimised +unvisualized, unvisualised +unvisualizedder, unvisualisedder +unvisualizeddest, unvisualiseddest +unvitalized's, unvitalised's +unvitalized, unvitalised +unvitalizeds, unvitaliseds +unvitriolized's, unvitriolised's +unvitriolized, unvitriolised +unvitriolizeds, unvitrioliseds +unvocalized's, unvocalised's +unvocalized, unvocalised +unvocalizedder, unvocalisedder +unvocalizeddest, unvocaliseddest +unvocalizeds, unvocaliseds +unvolatilize, unvolatilise +unvolatilized, unvolatilised +unvolatilizedder, unvolatilisedder +unvolatilizeddest, unvolatiliseddest +unvolatilizes, unvolatilises +unvulcanized's, unvulcanised's +unvulcanized, unvulcanised +unvulcanizedder, unvulcanisedder +unvulcanizeddest, unvulcaniseddest +unvulcanizeds, unvulcaniseds +unvulgarize, unvulgarise +unvulgarized, unvulgarised +unvulgarizes, unvulgarises +unvulgarizing, unvulgarising +unwesternized's, unwesternised's +unwesternized, unwesternised +unwesternizeds, unwesterniseds +unwomanize, unwomanise +unwomanized, unwomanised +unwomanizes, unwomanises +updraft's, updraught's +updraft, updraught +updrafts, updraughts +uralitization, uralitisation +uralitizations, uralitisations +uralitize, uralitise +uralitized, uralitised +uralitizes, uralitises +uralitizing, uralitising +uratemia, urataemia +urbanization's, urbanisation's +urbanization, urbanisation +urbanizations, urbanisations +urbanize, urbanise +urbanized, urbanised +urbanizes, urbanises +urbanizing, urbanising +uredema, uroedema +uremia's, uraemia's +uremia, uraemia +uremias, uraemias +uremic, uraemic +urethrorrhea, urethrorrhoea +uricemia, uricaemia +uricemic, uricaemic +urinemia, urinaemia +urinemic, urinaemic +urohematin, urohaematin +urophein, urophaein +usability's, useability's +usability, useability +usable, useable +utilitarianize, utilitarianise +utilitarianized, utilitarianised +utilitarianizes, utilitarianises +utilitarianizing, utilitarianising +utilizabilities, utilisabilities +utilizability, utilisability +utilizable's, utilisable's +utilizable, utilisable +utilizables, utilisables +utilization's, utilisation's +utilization, utilisation +utilizations, utilisations +utilize, utilise +utilized, utilised +utilizer's, utiliser's +utilizer, utiliser +utilizers, utilisers +utilizes, utilises +utilizing, utilising +Utopianize's, Utopianise's +Utopianize, Utopianise +utopianize, utopianise +utopianized, utopianised +utopianizer's, utopianiser's +utopianizer, utopianiser +utopianizers, utopianisers +Utopianizes, Utopianises +utopianizes, utopianises +utopianizing, utopianising +vaagmer, vaagmaer +vaccinization's, vaccinisation's +vaccinization, vaccinisation +vaccinizations, vaccinisations +vacuolization's, vacuolisation's +vacuolization, vacuolisation +vacuolizations, vacuolisations +vacuumize, vacuumise +vacuumized, vacuumised +vacuumizes, vacuumises +vacuumizing, vacuumising +vagabondize, vagabondise +vagabondized, vagabondised +vagabondizer, vagabondiser +vagabondizers, vagabondisers +vagabondizes, vagabondises +vagabondizing, vagabondising +vaginule, vaginulae +vagrantize, vagrantise +vagrantizes, vagrantises +valor's, valour's +valor, valour +valorization's, valorisation's +valorization, valorisation +valorizations, valorisations +valorize, valorise +valorized, valorised +valorizes, valorises +valorizing, valorising +valorousness, valourousness +valors, valours +valvule, valvulae +vampirize, vampirise +vampirized, vampirised +vampirizes, vampirises +vampirizing, vampirising +vandalization's, vandalisation's +vandalization, vandalisation +vandalizations, vandalisations +vandalize, vandalise +vandalized, vandalised +vandalizes, vandalises +vandalizing, vandalising +vapor's, vapour's +vapor, vapour +vaporabilities, vapourabilities +vaporability's, vapourability's +vaporability, vapourability +vaporable's, vapourable's +vaporable, vapourable +vaporables, vapourables +vapored, vapoured +vaporer's, vapourer's +vaporer, vapourer +vaporers, vapourers +vaporescent, vapourescent +vaporier, vapourier +vaporiest, vapouriest +vaporific, vapourific +vaporimeter's, vapourimeter's +vaporimeter, vapourimeter +vaporing's, vapouring's +vaporing, vapouring +vaporingly, vapouringly +vaporings, vapourings +vaporish, vapourish +vaporisher, vapourisher +vaporishest, vapourishest +vaporishness's, vapourishness's +vaporishness, vapourishness +vaporishnesses, vapourishnesses +vaporizable's, vaporisable's +vaporizable, vaporisable +vaporizabler, vaporisabler +vaporizables, vaporisables +vaporizablest, vaporisablest +vaporization's, vaporisation's +vaporization, vaporisation +vaporizations, vaporisations +vaporize, vaporise +vaporized, vaporised +vaporizer's, vaporiser's +vaporizer, vaporiser +vaporizers, vaporisers +vaporizes, vaporises +vaporizing, vaporising +vaporless, vapourless +vaporlesses, vapourlesses +vaporlike's, vapourlike's +vaporlike, vapourlike +vaporlikes, vapourlikes +vaporose, vapourose +vaporously, vapourously +vapors, vapours +vaporware, vapourware +vapory, vapoury +varicolored's, varicoloured's +varicolored, varicoloured +varicoloredder, varicolouredder +varicoloreddest, varicoloureddest +varicoloreds, varicoloureds +varicolorous, varicolourous +vascularization's, vascularisation's +vascularization, vascularisation +vascularizations, vascularisations +vascularize, vascularise +vascularized, vascularised +vascularizes, vascularises +vascularizing, vascularising +vasectomize, vasectomise +vasectomized, vasectomised +vasectomizing, vasectomising +vassalization, vassalisation +vassalize, vassalise +vassalized, vassalised +vassalizes, vassalises +vassalizing, vassalising +Vaticanization's, Vaticanisation's +Vaticanization, Vaticanisation +Vaticanizations, Vaticanisations +Vaticanize's, Vaticanise's +Vaticanize, Vaticanise +Vaticanizes, Vaticanises +vavasor, vavasour +vavasors, vavasours +Ve's, Voe's +Ve, Voe +vectorizable, vectorisable +vectorization's, vectorisation's +vectorization, vectorisation +vectorizations, vectorisations +vectorize, vectorise +vectorized, vectorised +vectorizer, vectoriser +vectorizered, vectorisered +vectorizering, vectorisering +vectorizers, vectorisers +vectorizes, vectorises +vectorizing, vectorising +veery, verey +vegetablize, vegetablise +vegetablizes, vegetablises +velarization's, velarisation's +velarization, velarisation +velarizations, velarisations +velarize, velarise +velarized, velarised +velarizes, velarises +velarizing, velarising +veld's, veldt's +veld, veldt +velds, veldts +venalization's, venalisation's +venalization, venalisation +venalizations, venalisations +venalize, venalise +venalizes, venalises +vendor's, vender's +vendor, vender +vendors, venders +venomization's, venomisation's +venomization, venomisation +venomizations, venomisations +venomize, venomise +venomizes, venomises +venter, ventre +venters, ventres +ventriloquize, ventriloquise +ventriloquized, ventriloquised +ventriloquizes, ventriloquises +ventriloquizing, ventriloquising +venule, venulae +veranda's, verandah's +veranda, verandah +verandas, verandahs +verbalization's, verbalisation's +verbalization, verbalisation +verbalizations, verbalisations +verbalize, verbalise +verbalized, verbalised +verbalizer's, verbaliser's +verbalizer, verbaliser +verbalizers, verbalisers +verbalizes, verbalises +verbalizing, verbalising +vermeiled, vermeilled +vermeiles, vermeilles +vermeiling, vermeilling +vermilion's, vermillion's +vermilion, vermillion +vermilionize, vermilionise +vermilionizes, vermilionises +vernacularization's, vernacularisation's +vernacularization, vernacularisation +vernacularizations, vernacularisations +vernacularize, vernacularise +vernacularized, vernacularised +vernacularizes, vernacularises +vernacularizing, vernacularising +vernalization's, vernalisation's +vernalization, vernalisation +vernalizations, vernalisations +vernalize, vernalise +vernalized, vernalised +vernalizes, vernalises +vernalizing, vernalising +versicolor, versicolour +versicolorate, versicolourate +versicolored, versicoloured +versicolorous, versicolourous +versionize, versionise +versionizes, versionises +vesicule, vesiculae +vestryize, vestryise +vestryizes, vestryises +veter's, vetoer's +veter, vetoer +veteranize, veteranise +veteranizes, veteranises +vialed, vialled +vialing, vialling +victimizable's, victimisable's +victimizable, victimisable +victimizables, victimisables +victimization's, victimisation's +victimization, victimisation +victimizations, victimisations +victimize, victimise +victimized, victimised +victimizer's, victimiser's +victimizer, victimiser +victimizers, victimisers +victimizes, victimises +victimizing, victimising +Victorianize's, Victorianise's +Victorianize, Victorianise +Victorianizes, Victorianises +victualage's, victuallage's +victualage, victuallage +victualages, victuallages +victualed, victualled +victualer's, victualler's +victualer, victualler +victualers, victuallers +victualess, victualless +victualing, victualling +videodisc's, videodisk's +videodisc, videodisk +videodiscs, videodisks +vier, vire +viers, vires +Vietnamization's, Vietnamisation's +Vietnamization, Vietnamisation +Vietnamize, Vietnamise +Vietnamized, Vietnamised +Vietnamizes, Vietnamises +Vietnamizing, Vietnamising +vigor's, vigour's +vigor, vigour +vigorless, vigourless +vigors, vigours +villagization, villagisation +villagizations, villagisations +viremia, viraemia +viremias, viraemias +viremic, viraemic +virilization, virilisation +virilizations, virilisations +virilized, virilised +virilizing, virilising +virtualization, virtualisation +virtualize, virtualise +virtualizes, virtualises +virtuosos, virtuosoes +visionize, visionise +visionizes, visionises +visor's, vizor's +visor, vizor +visors, vizors +visualizable, visualisable +visualization's, visualisation's +visualization, visualisation +visualizations, visualisations +visualize, visualise +visualized, visualised +visualizer's, visualiser's +visualizer, visualiser +visualizers, visualisers +visualizes, visualises +visualizing, visualising +vitalization's, vitalisation's +vitalization, vitalisation +vitalizations, vitalisations +vitalize, vitalise +vitalized, vitalised +vitalizer's, vitaliser's +vitalizer, vitaliser +vitalizers, vitalisers +vitalizes, vitalises +vitalizing's, vitalising's +vitalizing, vitalising +vitalizingly, vitalisingly +vitalizings, vitalisings +vitaminization, vitaminisation +vitaminize, vitaminise +vitaminized, vitaminised +vitaminizes, vitaminises +vitaminizing, vitaminising +vitriolizable's, vitriolisable's +vitriolizable, vitriolisable +vitriolizables, vitriolisables +vitriolization's, vitriolisation's +vitriolization, vitriolisation +vitriolizations, vitriolisations +vitriolize, vitriolise +vitriolized, vitriolised +vitriolizer, vitrioliser +vitriolizers, vitriolisers +vitriolizes, vitriolises +vitriolizing, vitriolising +vivandier, vivandire +viver, vivre +viverrine, viverrinae +vivers, vivres +vizard, visard +vizards, visards +vizied, visied +vizies, visies +vocalization's, vocalisation's +vocalization, vocalisation +vocalizations, vocalisations +vocalize, vocalise +vocalized, vocalised +vocalizer's, vocaliser's +vocalizer, vocaliser +vocalizers, vocalisers +vocalizes, vocalises +vocalizing, vocalising +vocationalization's, vocationalisation's +vocationalization, vocationalisation +vocationalizations, vocationalisations +vocationalize, vocationalise +vocationalizes, vocationalises +volatilizable's, volatilisable's +volatilizable, volatilisable +volatilizabler, volatilisabler +volatilizables, volatilisables +volatilizablest, volatilisablest +volatilization's, volatilisation's +volatilization, volatilisation +volatilizations, volatilisations +volatilize, volatilise +volatilized, volatilised +volatilizer's, volatiliser's +volatilizer, volatiliser +volatilizers, volatilisers +volatilizes, volatilises +volatilizing, volatilising +volcanism's, vulcanism's +volcanism, vulcanism +volcanisms, vulcanisms +volcanization, volcanisation +volcanizations, volcanisations +volcanize, volcanise +volcanized, volcanised +volcanizes, volcanises +volcanizing, volcanising +voltize, voltise +voltizes, voltises +vowelization's, vowelisation's +vowelization, vowelisation +vowelizations, vowelisations +vowelize, vowelise +vowelized, vowelised +vowelizes, vowelises +vowelizing, vowelising +vulcanizable's, vulcanisable's +vulcanizable, vulcanisable +vulcanizabler, vulcanisabler +vulcanizables, vulcanisables +vulcanizablest, vulcanisablest +vulcanizate's, vulcanisate's +vulcanizate, vulcanisate +vulcanizates, vulcanisates +vulcanization's, vulcanisation's +vulcanization, vulcanisation +vulcanizations, vulcanisations +vulcanize, vulcanise +vulcanized, vulcanised +vulcanizer's, vulcaniser's +vulcanizer, vulcaniser +vulcanizers, vulcanisers +vulcanizes, vulcanises +vulcanizing, vulcanising +vulgarization's, vulgarisation's +vulgarization, vulgarisation +vulgarizations, vulgarisations +vulgarize, vulgarise +vulgarized, vulgarised +vulgarizer's, vulgariser's +vulgarizer, vulgariser +vulgarizers, vulgarisers +vulgarizes, vulgarises +vulgarizing, vulgarising +wackes, wackoes +wackier, whackier +wackiest, whackiest +wacky, whacky +Wagnerize's, Wagnerise's +Wagnerize, Wagnerise +Wagnerizes, Wagnerises +wagon's, waggon's +wagon, waggon +wagoned, waggoned +wagoneer, waggoneer +wagoner's, waggoner's +wagoner, waggoner +wagoners, waggoners +wagonette's, waggonette's +wagonette, waggonette +wagonettes, waggonettes +wagoning, waggoning +wagons, waggons +wainscoted, wainscotted +wainscoting's, wainscotting's +wainscoting, wainscotting +wainscotings, wainscottings +wallah, walla +wallahs, wallas +wantonize, wantonise +wantonized, wantonised +wantonizes, wantonises +wantonizing, wantonising +warer, warre +Warford's, Warfourd's +Warford, Warfourd +warrantize, warrantise +waterbed's, water_bed's +waterbed, water_bed +waterbeds, water_beds +watercolor's, watercolour's +watercolor, watercolour +watercolored, watercoloured +watercoloring, watercolouring +watercolorist's, watercolourist's +watercolorist, watercolourist +watercolorists, watercolourists +watercolors, watercolours +weaseled, weaselled +weaseling, weaselling +weatherize, weatherise +weatherized, weatherised +weatherizes, weatherises +weatherizing, weatherising +weeviled, weevilled +weftwize, weftwise +weize, weise +weized, weised +weizes, weises +weizing, weising +welsh, welch +welshed, welched +welshes, welches +welshing, welching +wer, waer +werewolf's, werwolf's +werewolf, werwolf +werewolves, werwolves +westernization's, westernisation's +westernization, westernisation +westernizations, westernisations +westernize, westernise +westernized, westernised +westernizes, westernises +westernizing, westernising +whimsies, whimseys +whimsy's, whimsey's +whimsy, whimsey +whir's, whirr's +whir, whirr +whirs, whirrs +Whitmanize's, Whitmanise's +Whitmanize, Whitmanise +Whitmanizes, Whitmanises +whiz's, whizz's +whiz, whizz +whizz's, wiz's +whizz, wiz +whizzes, wizzes +whodunit's, whodunnit's +whodunit, whodunnit +whodunits, whodunnits +wigeon's, widgeon's +wigeon, widgeon +willful, wilful +willfuler, wilfuler +willfulest, wilfulest +willfullier, wilfullier +willfulliest, wilfulliest +willfully, wilfully +willfulness's, wilfulness's +willfulness, wilfulness +willy, willie +winterization's, winterisation's +winterization, winterisation +winterizations, winterisations +winterize, winterise +winterized, winterised +winterizes, winterises +winterizing, winterising +wintrier, winterier +wintriest, winteriest +wintry, wintery +wisteria's, wistaria's +wisteria, wistaria +wisterias, wistarias +wizen, wisen +womanization's, womanisation's +womanization, womanisation +womanizations, womanisations +womanize, womanise +womanized, womanised +womanizer's, womaniser's +womanizer, womaniser +womanizers, womanisers +womanizes, womanises +womanizing, womanising +woodcockize, woodcockise +woodcockizes, woodcockises +woolen's, woollen's +woolen, woollen +woolenner, woollenner +woolennest, woollennest +woolens, woollens +woollenisation's, woollenization's +woollenisation, woollenization +woollenisations, woollenizations +woollenise, woollenize +woollenises, woollenizes +wornil, wournil +worshiped, worshipped +worshiper's, worshipper's +worshiper, worshipper +worshipers, worshippers +worshiping, worshipping +yak's, yack's +yak, yack +yak, yack +yak, yock +yakked, yacked +yakking, yacking +yaks, yacks +yaks, yacks +yeshiva's, yeshivah's +yeshiva, yeshivah +yeshivot, yeshivahs +yock's, yak's +yocks, yaks +yodeled, yodelled +yodeler's, yodeller's +yodeler, yodeller +yodelers, yodellers +yodeling, yodelling +yoghourt's, yogourt's +yoghourt, yogourt +yoghourts, yogourts +yogi's, yogin's +yogi, yogin +yogis, yogins +yuck, yuk +yuk, yuck +yukked, yucked +yukking, yucking +yuks, yucks +zaffer, zaffre +zaffers, zaffres +zea, zoea +zeas, zoeas +zeroize, zeroise +zeroized, zeroised +zeroizes, zeroises +zeroizing, zeroising +zipper's, Zipper's +zipper, Zipper +zippers, Zippers +zoea's, zoaea's +zoea, zoaea +zoea, zooea +zoeae, zooeae +zoeal, zooeal +zoeas, zooeas +zoecia, zooecia +zoecium, zooecium +zombie's, zombi's +zombie, zombi +zombies, zombis +zonesthesia, zonaesthesia +zonule, zonulae +zooglea, zoogloea +zoogleae, zoogloeae +zoogleal, zoogloeal +zoogleas, zoogloeas +zygenid, zygaenid diff --git a/test/rootfs/opt/solr/server/solr/default/conf/synonyms_und.txt b/test/rootfs/opt/solr/server/solr/default/conf/synonyms_und.txt new file mode 100644 index 00000000..91689ff9 --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/conf/synonyms_und.txt @@ -0,0 +1 @@ +drupal, durpal diff --git a/test/rootfs/opt/solr/server/solr/default/core.properties b/test/rootfs/opt/solr/server/solr/default/core.properties new file mode 100644 index 00000000..8c68b5bf --- /dev/null +++ b/test/rootfs/opt/solr/server/solr/default/core.properties @@ -0,0 +1,3 @@ +name=default +config=solrconfig.xml +dataDir=data diff --git a/test/rootfs/usr/local/share/custom/install.sh b/test/rootfs/usr/local/share/custom/install.sh new file mode 100755 index 00000000..ba4e9df4 --- /dev/null +++ b/test/rootfs/usr/local/share/custom/install.sh @@ -0,0 +1,108 @@ +#!/command/with-contenv bash +# shellcheck shell=bash +set -e + +# shellcheck disable=SC1091 +source /etc/islandora/utilities.sh + +readonly SITE="default" + +# Only care about derivatives for now. +# As Fedora is slow as beans. +readonly QUEUES=( + islandora-connector-fits + islandora-connector-homarus + islandora-connector-houdini + islandora-connector-ocr +) + +function jolokia { + local type="${1}" + local queue="${2}" + local action="${3}" + local url="http://${DRUPAL_DEFAULT_BROKER_HOST}:8161/api/jolokia/${type}/org.apache.activemq:type=Broker,brokerName=localhost,destinationType=Queue,destinationName=${queue}" + if [ "$action" != "" ]; then + url="${url}/$action" + fi + curl -u "admin:password" "${url}" + printf "\n" +} + +function wait_for_dequeue { + local queue_size=-1 + local continue_waiting=1 + while [ "${continue_waiting}" -ne 0 ]; do + continue_waiting=0 + for queue in "${QUEUES[@]}"; do + queue_size=$(jolokia "read" "${queue}" | jq .value.QueueSize) &>/dev/null || exit $? + if [ "${queue_size}" -ne 0 ]; then + continue_waiting=1 + fi + done + sleep 3 + done +} + +function configure { + # Starter site post install steps. + drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" cache:rebuild + drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" user:role:add fedoraadmin admin + drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" pm:uninstall pgsql sqlite + drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" cache:rebuild + + # Import Default content, includes content normally included via migrate import. + # So that the links between the default content and the tags work correctly (linked by UUID rather than ID). + composer -d /var/www/drupal config minimum-stability dev + composer -d /var/www/drupal config repositories.repo-name path ./web/modules/custom/sample_core + composer -d /var/www/drupal require 'islandora/sample_core:*' + + # Ingest sample content. + drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" pm:enable sample_content -y + drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" cron || true + drush --root=/var/www/drupal --uri="${DRUPAL_DRUSH_URI}" cache:rebuild + + # Add check to wait for queue's to empty. + wait_for_dequeue & + + # Add check to wait for solr index to complete. + drush search-api:index & + + wait +} + +function install { + wait_for_service default db + create_database "${SITE}" + install_site "${SITE}" + wait_for_service default broker + wait_for_service default fcrepo + wait_for_service default fits + wait_for_service default solr + wait_for_service default triplestore + create_blazegraph_namespace_with_default_properties "${SITE}" + configure +} + +function mysql_count_query { + cat <<- EOF +SELECT COUNT(DISTINCT table_name) +FROM information_schema.columns +WHERE table_schema = '${DRUPAL_DEFAULT_DB_NAME}'; +EOF +} + +# Check the number of tables to determine if it has already been installed. +function installed { + local count + count=$(execute-sql-file.sh <(mysql_count_query) -- -N 2>/dev/null) || exit $? + [[ $count -ne 0 ]] +} + +function main() { + if installed; then + echo "Already Installed" + else + install + fi +} +main diff --git a/test/rootfs/var/www/drupal/assets/patches/default_settings.txt b/test/rootfs/var/www/drupal/assets/patches/default_settings.txt new file mode 100644 index 00000000..a8e576ca --- /dev/null +++ b/test/rootfs/var/www/drupal/assets/patches/default_settings.txt @@ -0,0 +1,84 @@ +/** + * Section appended onto drupal/core default.settings.php via "drupal-scaffold" in composer.json. + */ + +// Let Drush use all the memory available. +if (PHP_SAPI === 'cli') { + ini_set('memory_limit', '-1'); +} + +// Required when running Drupal behind a reverse proxy. +$settings['reverse_proxy'] = TRUE; +$settings['reverse_proxy_addresses'] = array($_SERVER['REMOTE_ADDR']); +$settings['reverse_proxy_trusted_headers'] = \Symfony\Component\HttpFoundation\Request::HEADER_X_FORWARDED_ALL; + +/** + * Private file path: + * + * A local file system path where private files will be stored. This directory + * must be absolute, outside of the Drupal installation directory and not + * accessible over the web. + * + * Note: Caches need to be cleared when this value is changed to make the + * private:// stream wrapper available to the system. + * + * See https://www.drupal.org/documentation/modules/file for more information + * about securing private files. + */ +$settings['file_private_path'] = '/var/www/drupal/private/'; + +// Shared configuration, config_split is used for any site specific differences. +$settings['config_sync_directory'] = '/var/www/drupal/config/sync'; + +// Content sync module. +global $content_directories; +$content_directories['sync'] = '/var/www/drupal/content/sync'; + +// Container environment variable path. +$path = "/var/run/s6/container_environment/"; + +// Some configurations are derived from environment variables. +$config['islandora.settings']['broker_url'] = file_get_contents($path . 'DRUPAL_DEFAULT_BROKER_URL'); +$config['islandora.settings']['broker_user'] = file_exists($path . 'DRUPAL_DEFAULT_BROKER_USER') ? file_get_contents($path . 'DRUPAL_DEFAULT_BROKER_USER') : NULL; +$config['islandora.settings']['broker_password'] = file_exists($path . 'DRUPAL_DEFAULT_BROKER_PASSWORD') ? file_get_contents($path . 'DRUPAL_DEFAULT_BROKER_PASSWORD') : NULL; +$config['islandora_iiif.settings']['iiif_server'] = file_get_contents($path . 'DRUPAL_DEFAULT_CANTALOUPE_URL'); +$config['matomo.settings']['url_http'] = file_get_contents($path . 'DRUPAL_DEFAULT_MATOMO_URL'); +$config['matomo.settings']['url_https'] = file_get_contents($path . 'DRUPAL_DEFAULT_MATOMO_URL'); +$config['openseadragon.settings']['iiif_server'] = file_get_contents($path . 'DRUPAL_DEFAULT_CANTALOUPE_URL'); +$config['search_api.server.default_solr_server']['backend_config']['connector_config']['host'] = file_get_contents($path . 'DRUPAL_DEFAULT_SOLR_HOST'); +$config['search_api.server.default_solr_server']['backend_config']['connector_config']['port'] = file_get_contents($path . 'DRUPAL_DEFAULT_SOLR_PORT'); +$config['search_api.server.default_solr_server']['backend_config']['connector_config']['core'] = file_get_contents($path . 'DRUPAL_DEFAULT_SOLR_CORE'); + +// Others are hardcoded. +$config['key.key.islandora_rsa_key']['key_provider_settings']['file_location'] = '/opt/keys/jwt/private.key'; + +// Some settings are derived from environment variables. +$settings['hash_salt'] = file_get_contents($path . 'DRUPAL_DEFAULT_SALT'); +$settings['trusted_host_patterns'] = [ + 0 => file_get_contents($path . 'DRUPAL_DEFAULT_SITE_URL'), +]; + +// Database settings are also derived from environment variables. +$databases['default']['default'] = [ + 'database' => file_get_contents($path . 'DRUPAL_DEFAULT_DB_NAME'), + 'username' => file_get_contents($path . 'DRUPAL_DEFAULT_DB_USER'), + 'password' => file_get_contents($path . 'DRUPAL_DEFAULT_DB_PASSWORD'), + 'host' => file_get_contents($path . 'DB_MYSQL_HOST'), + 'port' => file_get_contents($path . 'DB_MYSQL_PORT'), + 'prefix' => '', + 'driver' => 'mysql', + 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql', +]; + +// Flysystem +$settings['flysystem']['fedora']['driver'] = 'fedora'; +$settings['flysystem']['fedora']['config']['root'] = file_get_contents($path . 'DRUPAL_DEFAULT_FCREPO_URL'); + +// Change the php_storage settings in your setting.php. It is recommend that +// this directory be outside out of the docroot. +$settings['php_storage']['twig']['directory'] = $settings['file_private_path'] . '/php'; +$settings['php_storage']['twig']['secret'] = $settings['hash_salt']; + +/** + * End Section. + */ diff --git a/test/rootfs/var/www/drupal/web/modules/custom/README.md b/test/rootfs/var/www/drupal/web/modules/custom/README.md new file mode 100644 index 00000000..676497fd --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/README.md @@ -0,0 +1,11 @@ +# Custom Modules + +We need two separate modules as islandora requires all the taxonomy terms to be +present to function correctly, having just the direct dependencies is not +enough. + +`sample_core` is installed first, followed by `sample_content`. + +We include the `taxonomy_terms` that are normally ingested via the `migrate-api` +using this module as we need a consistent `uuid` for each to properly link the +default content to them as `id` changes on every re-install. \ No newline at end of file diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample.jpg b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample.jpg new file mode 100644 index 0000000000000000000000000000000000000000..1d0253b61f05a8f64d7bdab39b79314e2a6a2219 GIT binary patch literal 358020 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 *ZN3i(9kH#Qz^C(02ACHj2wDW z+A&!&n$GNgPi^SHkSGx;PvyY`Pbsu47uVc1MseDB>q(-ub}jhoQtf#i`ZMtvCr~{( zOygh{3@fO5VognMI?$+aTj$FtZp^OWaNRS~)EyBM)S%dh$ksopI%S+yfq~t6b*WXF zuuB*u^ov1V?5i!uB=#?0Y6*r!JF-D#75qfw2SAT`=uBT$F})~_p>)aeS$Ge+G`?Y0 z`Hc~*XTM;sJbu_nGuV~_6LkUI=yh-8ta!=1=C^q`T1g3nH~3&3%QV z(R%l<_2N8_3%`!Wn#2XNA@REnr}80n6U(n4=3y_XE?0_uyHv_>6Ri*U;H-PDu;=z+ zlwcYjcUiB>IMMc;*R&dkfYXXKGqtIW$}a%#0H950puC^=QRY)Z6qj*_VHd9|=(@0t zPjo78;n7PjehmInlqOzQ-Y*XQDh2FgGB2K?2QV;sBO1`ss$zXkmN3iiTCdjyHPV%< zG-!j_7V#JL<8^mzc(gKuY$>k42fIIAQ`vq2)Cp zg_(GTWombQV;78-;NhPRS>x2j=;|Uk9893I^2D6f>}$Q*t7usUwGcuAG1*M1d|y%8~lVlf_a);2)t-N z!xo$!Dq3jQo?hnIO-gh9+%)|xWs&X?Xt3jJ%G9Otr%~vu4du0C-i>Z^)qA-vEc_Y$ zG(%%jOGRA4PD-)IqSpq0-vd3Svh)l7!-$se&eT|KBYq6qvChv}ghtM4R1-i-vlc9sLCJBVDX3_QN9q|ePdp*{ zZ5q9~r&4>`8=DfGu{h7d|NkWN!LXA#^_VG zOSR2(6)i8CeDIp#J=jn>xkt&V@}aT(anFQeO5n7b0f5^UhM>Y7Dy>+5p?$e##s@lNV z>Z{9P-__TN>Oq*5u69M^*o`3fK+iP)^;quEX>uT0kyjVf;~46@GTU**oD99cDwF~B z6MmN){&k4~@+x*^)d5HELbBi zCZ?l&5?zyY2SMQAJ7~a;q$~BHPn+aJRB*Wr{xj3%n4Fx*c}xC=hK5VT|Dvl<^AGoX z?4VkvXx!0UeidOEl`p$YA;y+}%)~bUF1b3QVyF3ML#L<5()zqkV37jm)G2>jI%5L? z+_)Jw$5V|FKCeId3KBFxGgNJSr?Nj+<4}SmDDnb1v?l`Uz>OL^R1#e9N>IizRDVU& z7)Ln-*F(V#AeM^ge^K_9AziK7v?5*?tQkZnyw+i8Do3o=l&&{Ltd-8YKZ-!V2Z`0c=bdvU{qq%6OEky<>XAxE^Pvq&w>E3SSL6Z$R-D08sR zrZbXzBx_*2^Pk@w?Nq4hU-C)zXzwEOQG?RL9agM@_*7gR$gq|B=heQoRWz-5%f3LO z%)gEGyS6ep66TEl>Dbf+k)(QlRb|I?zow6yfV^jHq>L{or^2Goz|Y_I7D+i(z*6>thrVw1gqnw)YC@{p==>8-OJpXZ1vHOyLJ|IA^lEy zBKyYQgDVDAO$V!H78fsmcAos-0_5c6bg#PK8_r2ZQ<0`&i4p@)udaAWp8Z^b zBh7dZgizuH&%}ueKbw%$fyFHjXji4Esz6sh_QEAYwNAc`rif?l>GU(es`sQgC1B9# zTsMu9yR24oJ(dW*|9OcQhT81@e;Ci1lDhOfpi}HEcDON-9*GBzm|DB$T5y~=E9*j? zt82&)&#Wsm5V@Z|xyz7C@@3pdtY*WLAOvwvJZRtfmz+njA4u5uIotDA!#A(Bdr4`5 z%yzVUo3BI{(&eRWG-mi8n%hi{$zQRmH@3|G@9rzdg?ivOKAtX{>_I&hP$+tm@qM@p zN6lq~Px;6Rz$#;y@9A&dh*|UAg;k~+!0?$4sL&~sKW6Nw5ZPkf_68cFo#^m_f*rn1WQWKW-(IGl8Jl9d^8d=zDHaI>Xp#$^nb@V#zrCg z)t4T=A}(fw04IH?^%0lt`r}Aijf%_^tIfpM`F#{3;+|Hg zWO|-4!*x}msjkOZMnr(-xilKWgp>*Wy1D=&Ou!=^*?ah z^A}>1o;jFd_ZjZsg0la^AbM>55iA4y;ZUZ@B7@Pt0pmE*Vyxe#>#v-q_2(9zx(0NS zx|LBZFM*6E^?t~DFkT}2mF$WIu-u;YI?t{mE`U4`aJ~_78(fm#$L= zfdQ!FaAN=q+j#wx>l$OOOmgf+I4BoZD_m9?#G=pVd{(%<<2^V)!`GWQxI+?-3W9Nq zQ{}NL3~T5-KeCs4bNUvi-mOrETY}E;yQUS?m{?pwX%Jr8irE|iHqCRI$(fXt(^_@e zh1ni-i0g=^4>a)XtG(J(gG9k>a&M@A&i_6VLcVj2=|knJA*qj-kp0j z@LK8lN}8Z=c4m&sOheyteK9{(vAP@Z=fwqeS}h05CuQ98@&UI8S)TJIc+jLJvq0kdzTpWa?pN6ep! zv#9+}7cF2XUL$JD>1f*cd22Lu!pP;4(!+>hv{GX1rZUPKqxOy|Mpe45q}gb7K#ud} zJ;xkr_g2hVyM;l4q$9iXs%$IdYEtWGAqrL(!hh2RHC3nOnRR{ahf{DVyVJN*&kWGqV) z1}xSTNXa0=i{}*SQz-vt>PznXFI&}u9TW!|Divtc3RPQ; z9ksdsJIV`KCP?dfJLQ@bpj)_a6{N9i?ZjG-Yd^_GIX!G!KEh;p2PW-X3ZPx{f+nwg zc!4~Q+_SEm=0#+ao~-TA=E|3c?YY*J zSZ~CRzn}V|2g)bMOy_0jsJ`0WOh%MH4T)Ie;cURKRol`<^DD#iACJ_(1Tt0+{87Od zp(zGN3aa%6LGmw^aGxmuEh6#%h&ij}VO>z?TlRjW2~p(H zPD#^U`jfUXu!|)NSPl7>-0kVPWFtffo!&vTuD;f{3G7fP$reFM9;OXl>@ELz1c{DY zzP$Vt78b8w6UX0mQ<0W`xpYqB$ismxsaQGutC&Y(JgQ4qZPRwnmtBA<#ROAvlu`}K z%_$JywGnaBZ{>&AnH|xs23ffpb{;O9k2uBSZ;D>{yM6f)i1QqiwJarc(j=;DHNv~_ zWl(S>#)i#Oix1vBsC&)BR5<lIg&WD3tT4QSj36tv1k-PWabwW@M|_{QU>`T-?_3Ud#IpMm)&_?9pnu6YIdMTO z&!bND-sbtUu(HJ_iCMxEt2o-li12rxj6R>i;8*a z_?CKz1%>rb8ZC)ZIG8$JJwCmPT*&^pzg3x1(Ii5X3@S{_lkJ=$rYq*D7xyWt7}ot} zwE6AS!O_O~q8^Gi^M2|y`r$~1^Y-H1DY9S9hkj;gq;+gb?28`oVu!-qEzpR$4KMZ7 znMsu{+9eExbNx_yzPKn5P+qq%^=uf%Sr;xh{tl2F5ICzLD!3#|(~y38-IoRLeO0jB z-!f0X62yhAH<_tG<>*%RGTo9I0&4Wtvu za^fPO40A=3zGk_X0A`)YXj{J5#8jzA5N`agvF$SksN!W+%vYw8T+*|@KQ!JwnEk2M z){N=O(b){^LlsdJdfX9YzT1`rFWSNr_qz3+?UMANXWK6*Q>W<5p?*A~$N|^4u}h4v zJD=N%{brf*7_S7FIXtK&5xm#~009#JVUR8(B{+gG+DwHo=ERQ`y;+2bC$R1k?lY1> zl=Rz9yhYxy*rURk@f&0OA$5>N+94Ix-Ja9IBleR95{DyW9f$AjM$0?b&=)Uca^)>| zez$~_vyCmH;C!To+s3E$^lnGt#%$V>7d32!4Y1VA?8qR#8Pssi!6I?(CrhkyXoR=& z=yh=RxOHK1gGFY|zz4WAsV?ukQ0|bgkMDGG4`=A~>BFTiqc;!;0k9vusK2< zu>*k(H3u46&kaH!fLe0%aUXyRS;B|XVi;g|ZBA#FFG|-KH+*KL4lycIE@eo00WYT> z$QWQ+0h?>KFAffe=OR>rwfnWhMW&6!SpF8#U(*P{^ZCx&cC=k4tnU{KXobl+ks86v z?P2$ge;QTna8<2VgLIW`0lOPOo|^6wT2l|IHOTJ5s;WNs;WSYev8%sK4h;eJNC7cJ zt3FY)fnZ2vefAfQ_kYV-49GhmH!UCqWhGyYg=;;tUS3#F%CuGxF`=_%TLamsp`O=i z74{RITj>;2mu-sn?Q#3{S6Vun$~$5Azu^!o%2}-uuWySTGqk6?g_CDHwhg$YGIj-*r$ap?V+`p` zQe1KR>ilX^+7~74B&4i~r6ha8N)YFv5I4r;yVt;?+C6Z>_i~8-3NhN{ux_{a&pJn=z(^@6JHCSnt)MY+=0N zv{-{85@W#cqEh0~jV8g#6O!_pv)JWiV*g=$f*d_=ZPQ3z6y2IkyOj=YE{Wx)XfYXV zoar%I+0NbA9(EzB$62V&Sp8X+&t2-&3oa0ajMLK?+Vtt`YcxnabnvXc zL9HqWP#<&ac{qyr1c?%#AAHSJ@!mBX+`i7^P9v6V)4i#2nn&qtb6ogjfq@O0yY^5C zKqVe9=LULU!o2ncs!ClPM8G>fv?@J6hGBzLZ={Ex!so3nNDL}!h z{cyJ?yFr_ITQS}Gj>`)gV^PH8IF<|p*Y-OJQCnIzleOcuH{yn(!gM;9P85>cfpV+W zwHQa6@;i|SCgAunM?MF?+39_)eyodd0XG^s%TB!i(L+F!sDv+i-tT*MVmi08$8+Dx zG>n*Uk$gbI{Kd0d)2tp83UfI+3N!LF{dB}hKu@wPiW(uIm7l-B9Ser9Y)U#g%z_lp zNwU?HITjG*P41R9!+v*%w2+bKGyUERk!)0vcQc(CslS0}s_3$?9p^TUI!B@*^jsdh z$_ti;xC`j}*l{kf82!>+hM)V1#!6DgHi)e1hzz^7>^_Nww&5QQb;V^8@0SE^`XE2h zwa;cYtR^$k=lpS5f6S57aK<=mBNP$SkcAV4`W2)O+KOYa zYKPHyFRD}z{hof77y7Eze&SpuWh22uf|w#Me~{lmT6f4TZ;`i+uk4l{sSAcicBVH_ zl?uiad(g?o!HA<&X<(~0IS$<$b!Fs z_tMGuNvVeZ35(ZzFM2e?deS(_zvG@`yBjQAL)>Q2pCntCCtls()T^9Atkc!_1_&*(*Tt-CDW%qDQLdnJ=mRbroq75LjZSM6X4X z>ZDLV%GZzKO0I4+A-@msfvA5T2^K}T>i9fDL|d_3gu$k_*Kv@W*05cJf0(kNJv(k^ zK%cufoI}fqUAAeys)Ur*O--&!ub_9ttBp3@IlTV=+~?{Jath&p$Q+vZvMD3((ug-W z6^VxmVVGND%xglkzuyx)gM>xSLVr-lSzbL{hLeIG14_j-p|aRQ;4r zK+Q~Fr2F4G8eO?*FMB8mDKYv!7M3g`CEmACj3RLRU&nfn)TER8F~BvDP4wK*lwMEM z4gQ@gTbppP{?x9?Q@{oes};NGg8DQ4rO`T3{`4BroAi8=w(ucX;$kOm#c3QVd zHD0l=z+Lhdq@-gM>0FC;i2$$oSxR3xRYl5}e85!@Br#V*kB#HM82C%Dag)wAtRCfm zAE0!Sq5fmiyE9KaiK$bJp0EVfNEnV_ShlU|QU)R#h6{w3RqA5q}rrW?6le)dD$pE`&ir%)Ufba2y47 z+ZfX~zMN5QyxHANGrJzATq5j<2vVnPXB#Gc?<<09G3zQSim0!DVd@btAgMYeZu+@_ zJRZXyfUpybn*$0kWpRKJH&Cut6B9J#W^DdORpUTA`U{hEEQ(hAC+YiE{o&)^rfeni z(pCYm+RRstcTa#xBoo}ZvTqX6)F?`3`2h|P?afkhYK3U~4Er0MeJ!n|;tGzPrqivG z=$*-q%*1?OLzroR5)~fXO1sr>7`BxNjt&b`J9|s$ct!QUek-q1IL;+q~+z zG52LI9{kMVGe@Z`^bc>FoJlL4#`)(&OOsE}#wR?=z+z=olmCK~1>V?eya+IE&k}Yz zGk$5MY1jX^66h94DzDF4l*MF#tYhd zJ`+-;-|(4|lQG-}iacu2s_P|nHou9{pQDF^V4ZJR_h(eX=D}K~YB!E)Xi}m_{OSfd z%Mz(nEaj;oorD_y4-fiA2~Oqx)QY2RwCO>?s$wX5vd#3GX8`EBRwq9O(CrJW6#vDY z=S$Wv(t2iiJKO%t8B$7%>I_;Ecq;9`j&EywGxb-Mh1lw~X``dzwc>T#T860>4iK|^ zOAV+`uo25ao$C5Lp2@B^Mpe-8XA6Z4O<^G{R()K4;9#2biMi)z3DKYR{k zUr2RtRKWBkA@1B@0lDEWX#60q&|fawAb=Eup@11_WFEQLd=~b97`V*(*$?UqE5|dX zz^0K@%D90YUM4^z_-1?xYkAYmGKE4y($G#=MlQ4K58uZ4r=G|`u^62}t}~THslouI z)X5YC^B-^Ms{N0rJTprqB+iE_2e*d0)-j>>-P&+NUya-9! zkDJ`%>4<_PpnN}iKJ0O^dnIQm#G*T^=f%c z*$eJj4UWFj&@}*{0=w}smqQjnKzZ7^W3S>K6#>v%u_B8xUib_*qz=kaJ=>IfiKpy) zqd#1))T#U%FwGjNy{^CCAS7+gup=FJqqz`G23+I;vF@nyI5YydxVvtRglM6C*=^Sw zny**!tt#yNcrweo$%#KQd)?E5I?}*KKC{C=yxJh)`Lc_g1I7h;ZzvRV*nLL!4%MD} z>_|R+jvNmP6G9i62}Et@Oh_KAe(@2v3Mxeo9aoqA?elSp*1>7*SDZGg-Wf9ep;M2{ zbSF~Q6j%DdbnCET%xUdFa40|6l74zZQlLULerd#QxhVJ-L|5^Vi$$QB3&df4R``7o z4+n#p=sj{wn09X9jTY`hpIOEh0i^FOUnRk8-*VfEXbF2mhKT`wm!TK@xJ=JOoY^bT zZGmHlJ0+o~7=Cc1^9Efwpr5k?foSqhP4~)g?2B&2E5RLHr^8K)2#F=z?nXbuJgHUN z{KoF2U-O^Kmdt2^h;dll=Re*;OaP~vKKn~?zk#MWsTHO78VdI0i#+o43VU8vLEbVJ zY)Owxw3O2fM-oIj+N2fITpqTHeaq)a#xjyd#HdSEy)%g<#34uLPm5Erh2Ao`L2Kcc zkcw2pzQ)jsAgi|}Gu1Y8E};#pT3AdoUR!^Oc%0BeeB5t*M&{$PJ*V<7CYkZGv;_gW z0bs+ebF2~Q3w3_g)cTQX4=^=({)0;Gknc};91i&$M#)*D5qaYHenUuMeJw*JI^TL^ z&Zr%Dd7+f0PK3!Mbqn5e^|;TCTh=uL#khO#4(sYNOIGb^)x7R(vt5NZa?n0U(J!P; zm1mt1NzaOKo5ilB@=HGc1)6762TfbBpa~{~QEKzeiDgQ#qfG2VQ7Ep?*TB-+g#R!o zPxz{lFC~d8OMzNs7HDrW@Ef+5)Uncxa5_$Ax){bh7)P16C za4w-hYBc=#y*QZ*BGy#t>qFz}OjO0%#r|yRvy`lTt9vQ;qR8qBbdu!ja@n z@GK?ShS!Ox8h&NKGBIUR0qg%}8p{Li|HR#j&#r_4nBj*Kwh%7wJzMjjy$MjEK5LaBD!vXmryf39ZKhO>ps&30Vwq(4y zI4*R1(O2vrEN+`|l_?ul^VxNc4O*4YSSajBI^MEySbsW0{0p2lC7Jk#CIhO(3@;f) zU`Z0@XVaWhFX=AcKi%;YSr74+>JJI1WNPlx1YGRF2X}o%#=b;*np z)uQL=Cei(e(WCneR&wrtXKdrgSHeN83myKI_M3Q2w6ERoLt?czUZ*P%ZO51 zp8fI4*_EK95sNj=EB)v7yT=DAOVe!>4pG(&ZCjN4C;Z!?3tl6gZ(b>FWq-En45BXp~#ObG51Jh^ttPI%gyXM(Ut*?6HCU;#lUxG-R%<| zdNo19AXnGAobQoa>aC^{%B%ihQNsKme`<%0rluV3A#YgM0*A1p!Z}C5#^TF%F@um? z`cvbQGNL;lr~SH#dq~XNq}NdTl1*sev5LXf72!Af%%4 zkoF;LeO_5_jUI<|3t6x=u!({fbcZOI{9IK{(5GBl28ok2Eg<1h>3?}wi{XK=eGdaS z(4uFOVf|^UDr=lUbyCJ%hReeG!pS355sjZ^k3T-Lt~`{@!2CRQ)K=FQ;9HhCQdF8R zZ6*t~rzICKOOiL?V~DKFmpyHhxH%pkccqq+;;4LisOeP@_xaWPCONM-t5lbIkJpw8 zE?J|h51fes|AgLdu~njtH!i|(#?4c=xC5=Ew$u#YppuNASa8<;Um7#joV6vJSZb-_ za0UqV*KdXlR9tm9`vPJx-e&U+p34BSDf=n+zUU4YK29A{?to zQrz{RH=)J6E-k#7>w%)QEjfl@wxXA-?wGVy(Jkp`~_6R2obfFn7~G>$jW=*wLg#q`zA%DBcx|EiuFu~q- zSXbcmn!;)vcu9(=4|AV=ZCz!d9^A1d{X+2}dIRukoh$yiaC4H12Mxq2Yj|-yf3`?K zl~sFNLVn!y=W+4?D_E)Pe&s(5sHx3vr6SqqL}UPwFIC4otj6AYd!bKq0gz&q+I*ea zHMsAWim7X*0256Q>Tw}dYu@RxR&!jIY|$|O!$upXGpgc048%VoS6?Y{@Xo*3I7tgw zMX=`B%VBJ~obmlOiKC{eTQC(u3Y$>Jiz`89Cn^|`LCyhS>Ku2njq1$n+9fpBP-^= zB{9r!h!eH@&#{wPQruDbF-krfB?Fm8!CS#)3+zNNH7D z_dD5h>fu{zQpCDXAe#Waq5>591tjuek7l!mrm&4n=0^h^mLs%AF5@ z6x~Q)0zFz{XzVUpW(rVs3~hKeylN!vo5VW)_mOhgn_2odtQc)$LiIGc)V&|YfwmM< zkFz$C(GP@qcQ2#UX=FsWvMjejn#G70VUfTu>gjPZKm*oU#Y|Q90tet7Hy@Key<*^e z7rR~W%I4XT{^WX>#nASg#7Jk&iN;bzN{o*O3jvx1sh#{supAr1^ z93{o$eyoD47=yVxk?$3DxeWLuxSwBS-}!puv#CEf<}AkV-1g}ER@hdsjkZqjHae;c z6EO5FgOiye2QP12*Nu^>5<|en)#Am;ly=`9-yBh*lN;ycqh@eGwLu%ZgM&o|$ry+*~xkBN&asx4Xf0<+Kog}+Rw6gUX zoLAuNXELzGi*>L1+M^-ncw}RZNc-7L;>hD^v7^np7c8WzlxmMCZB6U_*|N;|VNW_r z!0!#Oo&yUt4VJ^d#mKQ8`HDS0$P*5LURwiRTX2h@-zTi&)0MXHfmQi^!R*b6ut}+j zmqcO>4Vs^RW>W_(BUIQH11-vbk#V8iTi~Gq66ZwkFT_3Ix|Z=q(JF1Ys`2_vK3U$! z{(8+$bW@(_GPd*ot6OEQzu)?8DsdXS!x{}U(_?E)UdJ!EV8=!%RO~sFL-Y3gHrL|> zjMw%FS6}0K)z$_w#+b$+s;o**;m6Nw71)z#;z3d33h-h~c7aup-ZI8F_^bB5y2FOe zJ8PaI8totlCYZufX$;fW8$_brCPS}QLC2Eq63M@?K7*kWw!~Ol1xY0OQJxG+^1<$i`)OLSjb){hgRp>TwO4r^^b!9eO{Z$xQ zSLbTZm26gJoj*5k9ZzuVr{mrEiEItFHT|A15=Fb3uw$Y|_8AVR(iO&(d{*!3vl%*H z&$+CY=@Fc94=KsnZWJHrev8aargQXshCQ15BI>iVC@BFyVZzn8qZc&CpXrUDJNhXX z2_buIwFhne80(K&;$tFcDH&DVF;S#t8uC3EqgO@*T8jOBc09iIV1CcGwl)(#znYdq zyk=hH*@S@7m@X75ICF&l>Ef z|9wuB*nqo^36%P_iyF%O#!s6etY(rXD$w*pm4^!d=3+KZasoj@fIiR6vj4>JP>h3a zDzm&1BdtUQ++SD{1Mn^9FT;dtY72|kOfnwWThV?^v5ihTrz*3rg!T- zN+NTXf4pR0xDVr|<>|Z$s_W$@3tO!Bl3Y@qjTwM(WtJSI(Q??_m`sLR+_EC;Uu4!x zXNftr#;>`uVyvsvPtg-oc$7B)44uuj#u*%ix1J|xPBa9vcB!8?Rkv+Dexr<;iPxf+ zfcRtcR#J?KJ%YSrW9(H9lfUuu!zU4FqDciZre_0-@da@Vzi3BH(!yrJ*xoc-KzVxn z+ID&It9gHJvyTL+qe2J%iNU)0F3~CyE8aL#5ICHD+f9Hbl;AMyx#E8L``X+K+Fy_u zryz3 zJg7uvO}Hqy|IN+87-r+t#_(#Ba){L^4*6yUxpTDf3KFg9FzQNQ{eI!%xi8zuOY z`hOIigSgqRF7j(Ul&!z*HBM z=oyHPP^xOv;p=lh)gd*xu>OWGZIJH_0bNOsJa_Q{2ch-!lwJae9_RpE9E9R?ChR%p zo2&4;EjMz@;(4_in(ZZE?@=C}?`a8kN=YU?8f43N{|;4N|Bm`n61-`mXOKLUhg1dv z4Pxcd5)aeehMU5fu4sM4+Vc@8v@PUv=y6(Ob!VE(4DZ|8V-f-0R*IoHcMg zc}3%5LiKo@`}0NoQ_2Xq2++DDKcV_3eZ$rQaBTeD4E~&;@YWXQGQNx)zXq8OOA%JF z{>2*3fSWsI`os8FkeOalhj|Aw*LqFkxR0_>C^+s@|Slg8=YfC*k+LKaX!|ZW(c>a5>5~bBZqJvwP)zceU*`5 zgZqrqsRJdI-V5w6MMfiIpKgidOC*vLo^URVsQ|S{NtbOB`3JC9tL1wSECQbnf=8(C z;7=?}uq2cS-)S@qd*>;3y*^t%$~$=m3}+|t_`L9Mo4VzRK=Zp+HC6G~n726J#^O8c z3FE)-$Y%Z(1)~x8|6z>?sE$*=E9BkIyfEFQ`8*&Advr5R(4D*mz89`}%m#C@unYvg zxkWxzaDH*=A1o2Vzg8^iTqm9ox_2Qkl={g{gj$#gn)S$26drNWoRE|omuQd;Xw@Of za;Ow46VDN(X1h9%f*-QHe6gWI<|{$p3PgE5O|(nV1oAd09Q&ID$KH)@4ZFAx?66!p{)$dCP-S=s zOkDtJ-y$YL9*+BT5Y31k$2f~SMyt&RTF6R5&7B(Rok*BD8FVZ^KYEjh^&QZ|BQ`?AnKph=T`TkmXxtdT>t3kc01_j9Oelb{!SP$D8y*!XjwQP)BpLe6?CNf z%*;mFI73lu9lP6%yC9pbKMI1!qn$UHt^L7Bcaz}cimy*QkxD9@k)TI)WX{}PmMc56 zZt(;pOy?zX5;dISKM#xE*sLjH$FvEfQpBc;zaP;UP1J3u@%N8*eLBlx;+oTcm_(9f zC_Wjfw%o%La%M*FU0q_P|FgJdvBEw{A=3%tho&Xzwf=FEH2-x-MV6cc4oLuRdi;%c z47B@`W|%idbGiyD?_$nNNEa9Y zi(4@*l}!qiVm~#kRCJE~R)%-(=LYbXBB$=*A_=qSoZ7b5^Z^%oqbmbbNO^vpJXX~koP9^jvG;8)D({9-R}BlW zq+q`31Hswr6C-Hv6LUjb9$kYGshJ?&?&*(jGYfK8>j16;S!)3-(2)Ao~OzK4{rb8+`?`&!4K04voX! zi*|vO6{x^0#B8^djup@NSKzi4jIHga7SUa5(X|`s05{(BkF>W;nXMw zAzAx={J3=E`3G%<(l~3ro#yc!&i$wR{AympuUE0g)n1@yT|cyt?_a4uAMay8aW2!0 zxXJ1Op-Z@#mAG!>g885)?&Xd@QB7U5Imtz{hYV_ioHxtA3OAQXQZ1I4PO_gbHdt1E^w$}M!obnzwB8X6VDt~MHU4GV^sQDnlWP} ziH!eBHX+?nWwGp&6#m~reoquQ^=9wcm*hTU{QTtgk~?&sh)1+?lPLkKqPxv~Fl*cl7!U}FE- z`wr|L7Aj0!s<);aQEWJgwlUXzWs3|HEQ4D=mCSsnIx6KE3y+n`Q&83`g92 zPc~y~k6;}aR0OpfV-WmZnO5<#88RNaFB_OehU)!*2s=&H%x6L7a7ufVUvEHXxp;yv zist!NjKZS_uUK35r$&X->TsW(=^<}DdVeKrpt$)@P_L%$a{u-FJ^_CRi_bBvNm zqaCIM4mxGctKqmhoO-eyx3v)gwW8{O&a|DqZ*O0?`vz~^L$FQc{n7( zNK}j?yHGqi9iN*0#{4aa-3-0UnsZnkf-VCsr7sFt+unSXSHjwUm3DB$zWd=oj>aCx zrzy}%YssCxTu;pbq{#K^D9R;3Ud)Y7?fMJ6dey<1%D+ZcRgASr4tGbJx;ikwh2-e% zvyTeh&8MIsF6FRGedw_w-U1!v-f8n&HRr5{u5j^xYfh=+#x4T+hH(yG@HY8m(X_C*_gnGeAR@sJd`4h^0Hio4cjE(Z;a9H--oB9wtwodAuRd3tTS)t|h z!KBOl;G2=VGx5(A^yNYv)@N-q#LN(eQ~T==W8-kYtC>=8e&I^>opu%l*iNAONnfAZ zL+YH~M>z;c{yCngbMj^cY57X__xWFZMs%A%9v#p2IWqnCHXnhqcTrB=rUD1W^jq4P zj4GX{!^LIful0C4z5amRI^W3yE4*`x&I^wXpY`vfWPkULdDu7*;ttm!SOu~2sBO-{^)F;d%IW8 zVy4jZ%N(^2-HUiS=q({WX?Lb@UBWFSy3IGp%_Q(e zEXsj?r*L|}BgAx+E7*_TXlGJVivPV=TjL|v{GNat`wIF9rd?FIo4?YuWA`ERvFwzbJkqYHwP0cYw`ydo_bcN31Vy z)30PS;1Dotgmkp?G~IHD=!NP+AguxSye!3pyC%ql2xB&K<=*v9NCICi=1#-`IH?@@ z+E)b%g4UeV{r7nneh@Y|EaS1K-B_G`19WY=%(VgK+8Q~Ed)8eqp)(`6wX?mu3Ba&6 zbzB$tjY@ry7SkJ&q6Kf4OEQb3Qw4b9@QNU;04-B?GIf+E7t&&d&B&x!VM{jbFA(ZbV%t-lDb;VwT|%br;R+`9LwibSW`d*=2= zN^Z$1RYpiL#wcpiG!U(x90XG+s&RXU=K-PW-}(+gPh9teNEd^N}}LbI;&8j8noM+au?TQ`tDh|VCx9(Wd#iN zXg-3QACrW7@VGE6tq($Hvyxhz9Md1mQY3GPE`1jFk?ME=$%t#hfXl+Ko7qm`@0#Gj z!tn%;@N$IrN002mtT6*>Z>Bef*(v-PGdiL^wJq*53g;~m7jL2~r2f=?t@2Y5YkqLc z#_fN7p#!kQW@wT?&xHxVPZS>%$Oen-wU;h>r9 zW{1s1)Q3G;LVR7hFwMB9*lP-Owg+m=CC`~ zHY<5|%&<<2SZ=hdx~seSk>mOKW-Z1bORy~S&{VL@)0N#8u6P)ci|$yT9J6IIyoE`9f$#;szw)Q)eQHaUwJ zj(a!1MZlh?-#XGK`aM@gpsO6s2Dn&cnmTV0Bgb-t859a%8e_>t?nh6Ju5q9+BUJx} zq;W(~M*U6E3=%DClK-y@c=3>B{hj9wBxd*b7!EmgfY+w}zyLFfJ^kVhB`GK$PiY;v z4tB(Ql5t^fRLSew$C={{rAfD)rrm-~`M=oJtq^{M4HeV-1Y{PMgolB4)=saNj*4%e z2gt3~3nRxa`bkNPM{+Do#(zri9LQzZ`$ns2_p)n#><=~~yC!KWnsl;z_a|1xwU=)Q zlSd8!twz5Krgl}*#_pR$4j$bb&IF(>RS#09&N;Wn&{PPj&Wh?^7T5~xz3)4Sg~38- zWR0S@x|V+4@Qo3BktzFeNtkEKSW1gwFa-S^n|P&mXEd_2=l{d3d>Y>%IG@W7a6{uqw*?;u#y0?JSqBPwx#`v@)zYe!c`P&u+(H68s+a^Ih7PBq9sksI% zChM?=FD-`#skd*(EHJR4A~5D;p4hTBGhgF+<`^U6r4g_kUQWRF0|@usI*Z5nV;!6; zuMF3%q}Dr0XY65-Y_g1aJN)S6*epO7dYDUH<9DYq;x|7fHN5un^}xAl*sjInwdA)* zU2(4#1%8{fJ%HeK<{mlKm*I`gC39oesg2k#+(s)YlN->WFRZbn1^ifolvTUMEfEwf-oX*ZN4 zDnpz+D%3>dKd2&BmrT7!o~cGhOO5@Mx&~ZO9-Oru$ejlzvAH14sNcW+VDRadXOKY> zkAof)tj9feXHD|uHUk+=_-af1z~uDAaUJw2ht->OYpyD_ zk_*u&6w#cKA-9*83D}D6-v!UdFIf4Lqrn;k4+g!qT?CQ61^C>N72?)K?g8IlZ_ntT zEQU3B7xr10xO}pa!Dum2f6juz4_r(RN@-G?ERl0k{A_6$L`y<1BxFuQBp4+!Yf>Hw zE8kBNM*Vz-W&C|9p~Jw?IpVBHB|$PMdYVe$@bsj=+7#^;Kacd-@tS%!%=c3M?Bob8 zP$w3&pS$+6Xim3H%%m*Qq>uR}McUFChSmX-0oeWh=!UU8Hw?H}&K|9s%|xQ?#64<_ z9bH8pfSAAMGa$u8n8rFO^Vg4=N0lnfl z(drND*R!hPe=tC@@~UqqX6NB`=eZLpYk2nqiL5RV$Z?$jUIRG^am>WVrVAvpbIVqz zQNsjOD6~nx?mB;~M7}JLAh*xT;c`?nP!&TDR=JH;b1RU=faX{URJGIoG{j4h^J;Uy ze=@mbWtkxvt~c1Zdet^mz3BoizBT4?-%jrT_R)U!c26rKe|p;$AC}pq6Tiy0Ogv|! zvf&wz{16@fG&X%pi$|>U3^J!i+o`_+fS;Co`2=pW^(%-SYcK`vWcMWWbElM5d&1(5 zD(E~}IBcjLQ|eBiyh05L-22L`Ha>1FN=-g&7_O9ubnMYM+wQ*Kb zXFiFRYzgT%z@wQp=U_CO$tenw1h@Ja9?MN?+r3|HhA z7)csH)4!w(qf4I_(tseqV{vx;TOzMvvc3Od(QDf~owQ({D4M!<+%Kh%|9+xgxwH=R zZ`TQZn)t$0Wb0!p|7QM9238M11s)BdKxw)@zl)k zI0^-{fzHRCL1S2`3+=(>EDLU2DWfun6?_O}rns!YSc)Pf%)V69NAX9H{Q56V= zM?&IH;6)Y%AFe(4A|70H@d)pxuWOPCX?=%NJ$U4$W2tDOQIZVm`PzdwZd=O6TAT0v zJ2UIbT(fBtN26Z=X2?@)^y-g5=euPfqp^(H5clvnUIXcqx4cT-B|9z82M2P(9uw>( zWZM_8K~9o0Ndto_`pVB<&k8x>8n66;9ao0%SFo|iIO{AX!jy4y0|xH-_IgO=VvomC-HqEJr@sPxn)df5 zbtd_tUGWJRj7i*gQPGc|rVKAvwA*nhf>&Az%e9`>m# z44FDS62(lD6rLNI+jtSu_`bBNNQjdC&1d^;n`Cpd#INfaC4k1kA0o+Jc8|_=hc2by z5VF;-|AW&Yo>^an!su1Y%VFm?U&T)|3hTft0pH z9~p46-7Gqs;08@6mo@Ch%&MP!^J2Pl4HE%3?HImQ)pSN<;BlEch0d=B#}-LNGI zc!f5JR}p5beeqlGg(!y3^c#_q&=h6HMc{N{45bZv+oJFvmIeaYYKGhMj5yzjE0GT) z_G&+AjQqysU;iuQiA1+~5YUMGbo|o4`9bfjQkq^`)l&3e`PGvaI3%bQcKy}IRP1+Yh$gOQcgWOre$pVvWh zWcNFg>iU{NyL>K>P>hXy=_f?9EENhS2OlxQ>>Z;$@C|_DuTr+dqk1hhWUL@Ig{|^7 zLj<9v!u^MPea?Qv)6D3e9L!2*wv^PYX`T`t-R4E&NKDT1@cvb;>HO|pwhqy9O`daZ z;v;`9tz9@{egqB;RIZ+^t9<=&xZ`pub-lXR$Z{PPI-DC}%)fc|BnJ&EH9CT3_b*yiKl+zKx zc|hu0@CHCOXUS-z4SwtD@M@TspxZ(YJvC3eAd7evz2E~ne{yXdSyX- zS`GGMiGWA6`A55p*~l(0_02^x{fD)TW(6X;cWUd_jfi{;8oWj%?MBG!UC)VL1X}-X zB(*uRLYQ8Z!eTh_l1G7MPlEJfi))9JDVDXsLnc5n7yqJvB#ph7cNDFEN8j^Fu&B9>{1N31wwQAJKmwCxQ+LmIb-jdP}nUhTW1Bmmy@fQQTzu?=MOP*@1$txvN~={JZXKG4+Jt__WvTv`)Utfgv_3wv~XP^UkUEB3V-vi!Kx~;aVCF|2K^lF|C?`xVV&1L z+_FtrItE^GUvhDWChKA@S_2U&{%a(@$w5O78Xglj^gUya!S4)xe^_kov;Iur@m~gv zfbo{(ALC0v9A4Im<*=?Ic=klVm}B!Lzd-H=!wJbS#3??wuZ83jQC(#h=k_cF+4D3J zGs*~mzf@aNCq3GE;(Z$`q+B{tr}?zZ59K^_KnvpX61FlZJyp@GYLj}E6)NPd3VR^w ztJnh(hI-dmNN1k|r5&ML%I%&;f$1(DU?4KV%Dnp{52}XDx5vlW7o@^@$AW^hCFBtK zFnVCAgK{NH36)mDJn==|VG2T8#) zNoZtFRl7>hPq^fht+OvQPH92*HGf2aUxE2HJ=U6Vc^1ZQkh0#tov>S0czzY4{p3Nn zoSYm3j#sdh+!FA$6!RZ}f24VJ;=CWq&(YAp=KE-;Ot61$CXo{JE*kvKxXK8~y*~)O z2 zsBXN|j{ELKA0>?*&F*>r${WghK4dW%ihH8nn2q9XD&qON(ez95JExU(K2YzvAsf0B zg+KTz61SvULY2jO$vHvfYrEFuyz`iFGSf_NDk`e1GrDZ+F3)S-8 z!2h4T-3#Tk=9fr!YV-3j8}k7>9f>sNb%TZmp5te6Qz!SY?s?l=dWd{_GF+`;nh0wt z4s8~Iki#2VyEqH^J+%M_47CHux(E2YWI8`Teh%PPh1b!h4Z2F6Tv!L%PtQx{ZUutq z&Q?ZQeACf|6K1n{__@bT7|G(R>7Y2t>*Of)BPrFHD-bK%$0-jZgl+x0*=GAv@*ftO zt=8OSkCIeRRTn4j^Gvr6P6THGDB1Gyi0d`5=E~IZE~flil4d0`Gwkdhek>x!*cEs_}ix{qRUE>+}oz7QGlq?0;Cf?@P3W&SRx^ z2`|ky!KwdYeJ+6q3N_6Bx^g(KaN?FX^nb4rkT`+DD#CG9^R`6kx-0R&%&US~=zdS@ zDEk?hZI^pT%57~yrK#`A`wrw&@pcG(Y{5_j5^H7gJ21V;FUyyYlwHn@pi!sr+ITa9 z_4pDk$y%BjteU0?7$~TXzQ-5+{2OOV2Pa6-&f={}^Sx)`_}(dZ83RC2sE`;_u$OTn zO@11oZOAHp921R%78hZ6*qAzFV|~ynH}lU3YCWo{4Km+?3mkcq>qxyX?YIBuCQv~R z)$M~rgk@C1USNKd+H*oOR*_bqg|C0f?=uh-f8wtWVaIOI?mv=`gq5}2z#hS`6juuH zLe8cF^OaPyPY)GkEk{*#Qa{FJKt@r`0Sp+pA~PAMjXha6FTHa{d>?bUFZ#b&z_>Kz5s*1JM^dO_QXO=od4slIT$JMHq_j^`W)u(^LxJrmJkB26*va+WE zmso#z&7H-AbN@c7&dJi|aDA_L&LQ`Gd&HZ5@vY>nxywVG{`q!b(yXeOqd;s(SDq%u z<>t+`hwXtkEPqM{J|e2*nu4>A65Otl;lYXWmF#&uApym1^ z!|I54{B=d9%BJ)*io>IcOLP#7s$r}PjUPVmJ8 ze2Cb6mF}ll-Q4XuPk6GjS9PC$wI|iQ-C3M%~y-pp;Hep&A++LV46{bw(+pEp#^0@b3Z$ z+(;$v?1nY^G4WOzv*|Wuw|Ql?YvQUdoTkwe4Kh{G++0$`^IEIB=y-M{r*B5Cjvrwt-9+y2AKw!vbuQj7TazVl(YOcB4lZob%# z&E#~*;P}Kov^kC+a?}|v_v0vDcnTH>iGFW!Z8p3agnP~BVmdt#gb~*5p1H>A$zs@} z(pvu_RipYV8}lo;V-|(zDc%Z6>YcOg(6AE=na0|_{2X&oS8rn~1QqDROfVluSYf)R z2R}q!%^0|Yt%NR2k$>AX6+OW2@O&PNho_pZy zavgZfi!N3V0$4F&j#cvUX8<7{dOex&J|$Ax*eN1WpvZq%r7wPoNbxn7Uc9*Ov=&QaaRWp{*^8w+k4&a!H&yi$tLgT`7*^&tuK z1qbo_p((2k5I#pkq3#ND;E-u_xmSufouHI99WB4WUwyPHqb)zLqx0Ee>{=w`JA>H_ zeQ@RfO-F~#HaOxn{Vbg(m0n90n}*>{ueWH8X}MqUT@yu-r4}yG0ot?^^!q##>$pqn z|2=44=;GIWw3Sb!s5({UOrcI1YIyB3@n*Qf&Oe4V0%w5=rsR2LJye$AS}GH967}blKSJK@6615arfkNNZ%E31M{ORD4;=oZ zp%$MQGhq2v-X}o?PbD^}NTG>o9Fe0e}mVJR`xd zX(?EM>z;PIB4fmjIkJCKIXS({0g*$@S2CXJhIdlbL3|#U4ASNcZq3%_Dw733<;!|M zV`^~*zD*pnnGF|JU9?rqxo{I<-PfufN8lSIfV4eVw(e<7o@owysl6VPQ2L4a#7vds zl?ks4{$-BXUFm9bJu7hluapuehU}?j+=5u;XG}XI`5B)WIFn48{iNJ}{`ggYNQ`h# zAWcg8M|>CmFKU`P?Hw3KWO1zf_)P)60e3)a9wRdM%MW*+&pIpJ&_iO~AtcTS$aFlV zJ4lKBwB}?GN52J|s4$R!Vs9wxw2&04g3-oWwHLZw!6C^}O*c{bMb!#sxqoi{!^*lZ zl8V(mHOsouFqc*D+r%jM%``6Us3GYTMWGlnAYo#R6Smts(EKmF6tq}MuYea@Sm#04 z1SXAM0Vl(CbNz*fgAl<08&pXx#8w7(0Q36HLQNXuO^M(V21pACDjep!`F~oa{;y=+ zJba-x0*tdSW`@k@G@1Wy7H4APck8>^b_%r!Lh#b)|i>U}2uioax^WlvjtZokUJZ0ne)t|rim6@9lXiWMf z|F}g2JR5Qw*UqJx{RDlR&9q`5zVxkKA)_mgSuy#gRn@BgOYg7U=mU zE1{dkU##9T<*Yul4(AxKViO5*KxH=Mhv6e$`_B(?y_g4%?Ou^er zOHdT}SU^rCGXVr3$CAf=-}~VBHu8+3u#8L4y8JFpaL1=f$7}zO<-Zq^0aQ;D$SPrw z5P#M2RhOpQ_ZK=I;LFPizkhb09VZ!k?{@xjT`aT`6#ysvf-e3>KJiqqU6L-p)ftQD zjH7TrT2jOntq)`0ICrlt#|8GIMhgV(SI=t;L?YE`AHZsM6=F6C;~*6IHHHMK&vRHJ zUCwzpjs{IjPp~JGG*$!(KE42vGr6CSA*##in5;#Bw$n^B#%=watIxnrkn+Hx^e-lz zM)I%`VrEPg<~z$ixz#m)6z8g|W0-F
jsH_%BUAGp&|Lb%cy^mgI+mT#oXh#xys+ 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�i6mm>;qyX3+Se#R7 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 z%0A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Ž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⪼_!sU6Um}u<3W0>*?s2n&i>Eg)Yg`G`p40+ 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

3TeeDKgzEaO*TfH8`^Bugb>l45Q@N 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�|v?Ag4*UJF^S70^FnL2!HnuO{nRVr5MoHJRE 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�L0cv2V5j@H2 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

UsO`&mFxLs20^09&K>Bfso>T@1`E<7AR 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 literal 0 HcmV?d00001 diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_audio.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_audio.yml new file mode 100644 index 00000000..87320a38 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_audio.yml @@ -0,0 +1,30 @@ +_meta: + version: '1.0' + entity_type: file + uuid: 71aef23b-86cc-4826-9ea4-becaf4a0c6d6 + default_langcode: en +default: + uid: + - + target_id: 1 + filename: + - + value: sample.mp3 + uri: + - + value: 'fedora://2022-11/sample.mp3' + filemime: + - + value: audio/mpeg + filesize: + - + value: 764176 + status: + - + value: true + created: + - + value: 1668787348 + sha1: + - + value: dae94d2ae419b398c977f27f4190680715ae10c3 diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_document.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_document.yml new file mode 100644 index 00000000..3ab4c5a9 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_document.yml @@ -0,0 +1,30 @@ +_meta: + version: '1.0' + entity_type: file + uuid: cb22c7d7-0d0b-45a9-b716-71c499bc3fd5 + default_langcode: en +default: + uid: + - + target_id: 1 + filename: + - + value: sample.pdf + uri: + - + value: 'fedora://2022-11/sample.pdf' + filemime: + - + value: application/pdf + filesize: + - + value: 3028 + status: + - + value: true + created: + - + value: 1668785846 + sha1: + - + value: bfd009f500c057195ffde66fae64f92fa5f59b72 diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_image.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_image.yml new file mode 100644 index 00000000..83dc96f4 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_image.yml @@ -0,0 +1,30 @@ +_meta: + version: '1.0' + entity_type: file + uuid: 8acb9ed6-5430-40a8-8110-075da7f405b2 + default_langcode: en +default: + uid: + - + target_id: 1 + filename: + - + value: sample.jpg + uri: + - + value: 'fedora://2022-11/sample.jpg' + filemime: + - + value: image/jpeg + filesize: + - + value: 358020 + status: + - + value: true + created: + - + value: 1668006708 + sha1: + - + value: c234bb8e6526adf16352365bc05520a1d2763a69 diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_video.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_video.yml new file mode 100644 index 00000000..15bf785b --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/file/sample_video.yml @@ -0,0 +1,30 @@ +_meta: + version: '1.0' + entity_type: file + uuid: b77150f6-950c-4be3-b7e6-f501335a60de + default_langcode: en +default: + uid: + - + target_id: 1 + filename: + - + value: sample.mp4 + uri: + - + value: 'fedora://2022-11/sample.mp4' + filemime: + - + value: video/mp4 + filesize: + - + value: 273100 + status: + - + value: true + created: + - + value: 1668002700 + sha1: + - + value: 55508bc98a00f615dbe9bd4c84a253ba4238b021 diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_audio.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_audio.yml new file mode 100644 index 00000000..63f102e9 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_audio.yml @@ -0,0 +1,52 @@ +_meta: + version: '1.0' + entity_type: media + uuid: d63d1e91-29c0-4af7-93e5-05d65614655b + bundle: audio + default_langcode: en + depends: + 71aef23b-86cc-4826-9ea4-becaf4a0c6d6: file + c18ab21b-2713-4120-9de4-9fd0d8ec1b0b: node + 3397d872-5a18-4e04-bf0a-f1e5ba69f6d0: taxonomy_term +default: + revision_user: + - + target_id: 1 + status: + - + value: true + uid: + - + target_id: 1 + name: + - + value: 'Sample Audio' + created: + - + value: 1668787341 + revision_translation_affected: + - + value: true + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + field_file_size: + - + value: 764176 + field_media_audio_file: + - + entity: 71aef23b-86cc-4826-9ea4-becaf4a0c6d6 + display: true + description: '' + field_media_of: + - + entity: c18ab21b-2713-4120-9de4-9fd0d8ec1b0b + field_media_use: + - + entity: 3397d872-5a18-4e04-bf0a-f1e5ba69f6d0 + field_mime_type: + - + value: audio/mpeg diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_document.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_document.yml new file mode 100644 index 00000000..09ab880c --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_document.yml @@ -0,0 +1,56 @@ +_meta: + version: '1.0' + entity_type: media + uuid: fa518f3c-4f31-4ca3-94af-31648d68bc37 + bundle: document + default_langcode: en + depends: + cb22c7d7-0d0b-45a9-b716-71c499bc3fd5: file + 955c361d-1f45-48f9-812d-fe699a6de60f: node + 3397d872-5a18-4e04-bf0a-f1e5ba69f6d0: taxonomy_term +default: + revision_user: + - + target_id: 1 + status: + - + value: true + uid: + - + target_id: 1 + name: + - + value: 'Sample Document' + created: + - + value: 1668785814 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + field_file_size: + - + value: 3028 + field_media_document: + - + entity: cb22c7d7-0d0b-45a9-b716-71c499bc3fd5 + display: true + description: '' + field_media_of: + - + entity: 955c361d-1f45-48f9-812d-fe699a6de60f + field_media_use: + - + entity: 3397d872-5a18-4e04-bf0a-f1e5ba69f6d0 + field_mime_type: + - + value: application/pdf diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_image.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_image.yml new file mode 100644 index 00000000..9a4eeb74 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_image.yml @@ -0,0 +1,61 @@ +_meta: + version: '1.0' + entity_type: media + uuid: 047959ca-2ff2-4664-91bb-6541cae44f31 + bundle: image + default_langcode: en + depends: + 8acb9ed6-5430-40a8-8110-075da7f405b2: file + 34fafe07-661c-44c7-8c34-27179a23d759: node + 3397d872-5a18-4e04-bf0a-f1e5ba69f6d0: taxonomy_term + c6a604f2-f612-463d-b82e-35b032f87728: taxonomy_term +default: + revision_user: + - + target_id: 1 + status: + - + value: true + uid: + - + target_id: 1 + name: + - + value: 'Sample Image' + created: + - + value: 1668006692 + revision_translation_affected: + - + value: true + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + field_file_size: + - + value: 358020 + field_height: + - + value: 1374 + field_media_image: + - + entity: 8acb9ed6-5430-40a8-8110-075da7f405b2 + alt: 'Sample Image' + title: '' + width: 1483 + height: 1374 + field_media_of: + - + entity: 34fafe07-661c-44c7-8c34-27179a23d759 + field_media_use: + - + entity: 3397d872-5a18-4e04-bf0a-f1e5ba69f6d0 + field_mime_type: + - + value: image/jpeg + field_width: + - + value: 1483 diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_video.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_video.yml new file mode 100644 index 00000000..c6c2dc07 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/media/sample_video.yml @@ -0,0 +1,54 @@ +_meta: + version: '1.0' + entity_type: media + uuid: c6c791fd-9771-4071-aa35-c70aada1811f + bundle: video + default_langcode: en + depends: + 4c1d613d-36b9-40a6-99a2-488ad9330c2a: node + 3397d872-5a18-4e04-bf0a-f1e5ba69f6d0: taxonomy_term + c6a604f2-f612-463d-b82e-35b032f87728: taxonomy_term + afc418da-8303-45bb-8639-0a9fc158c324: taxonomy_term + b77150f6-950c-4be3-b7e6-f501335a60de: file +default: + revision_user: + - + target_id: 1 + status: + - + value: true + uid: + - + target_id: 1 + name: + - + value: 'Sample Video' + created: + - + value: 1668002691 + revision_translation_affected: + - + value: true + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + field_file_size: + - + value: 236780 + field_media_of: + - + entity: 4c1d613d-36b9-40a6-99a2-488ad9330c2a + field_media_use: + - + entity: 3397d872-5a18-4e04-bf0a-f1e5ba69f6d0 + field_media_video_file: + - + entity: b77150f6-950c-4be3-b7e6-f501335a60de + display: true + description: '' + field_mime_type: + - + value: video/mp4 diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_audio.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_audio.yml new file mode 100644 index 00000000..e52f8db2 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_audio.yml @@ -0,0 +1,49 @@ +_meta: + version: '1.0' + entity_type: node + uuid: c18ab21b-2713-4120-9de4-9fd0d8ec1b0b + bundle: islandora_object + default_langcode: en + depends: + 60c1d566-4693-412e-b184-9a208459f1d9: taxonomy_term + bd9d194c-2de7-43de-8f5e-df50d8ed2a99: taxonomy_term +default: + revision_uid: + - + target_id: 1 + status: + - + value: true + uid: + - + target_id: 1 + title: + - + value: 'Sample Audio' + created: + - + value: 1668787139 + promote: + - + value: true + sticky: + - + value: false + revision_translation_affected: + - + value: true + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + field_extent: + - + value: '1 item' + field_model: + - + entity: 60c1d566-4693-412e-b184-9a208459f1d9 + field_resource_type: + - + entity: bd9d194c-2de7-43de-8f5e-df50d8ed2a99 diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_document.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_document.yml new file mode 100644 index 00000000..fa7f62b7 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_document.yml @@ -0,0 +1,53 @@ +_meta: + version: '1.0' + entity_type: node + uuid: 955c361d-1f45-48f9-812d-fe699a6de60f + bundle: islandora_object + default_langcode: en + depends: + 6a6061d1-58ab-4a7f-9968-9836d48d72f8: taxonomy_term + a66edb41-4736-4bc8-8da3-9f801ef0ab0f: taxonomy_term + 23038c93-e6e1-41f8-b1de-663bd529f6bd: taxonomy_term +default: + revision_uid: + - + target_id: 1 + status: + - + value: true + uid: + - + target_id: 1 + title: + - + value: 'Sample Document' + created: + - + value: 1668785776 + promote: + - + value: true + sticky: + - + value: false + revision_translation_affected: + - + value: true + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + field_display_hints: + - + entity: 6a6061d1-58ab-4a7f-9968-9836d48d72f8 + field_extent: + - + value: '1 item' + field_model: + - + entity: a66edb41-4736-4bc8-8da3-9f801ef0ab0f + field_resource_type: + - + entity: 23038c93-e6e1-41f8-b1de-663bd529f6bd diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_image.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_image.yml new file mode 100644 index 00000000..8045e3d6 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_image.yml @@ -0,0 +1,53 @@ +_meta: + version: '1.0' + entity_type: node + uuid: 34fafe07-661c-44c7-8c34-27179a23d759 + bundle: islandora_object + default_langcode: en + depends: + 16e30a08-9867-4894-8e5a-867c07d69409: taxonomy_term + ec911234-5830-41ea-b73d-307b370a5f2a: taxonomy_term + 06f1735c-b84e-4ffa-bef6-da06e0ccecb1: taxonomy_term +default: + revision_uid: + - + target_id: 1 + status: + - + value: true + uid: + - + target_id: 1 + title: + - + value: 'Sample Image' + created: + - + value: 1668006672 + promote: + - + value: true + sticky: + - + value: false + revision_translation_affected: + - + value: true + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + field_display_hints: + - + entity: 16e30a08-9867-4894-8e5a-867c07d69409 + field_extent: + - + value: '1 item' + field_model: + - + entity: ec911234-5830-41ea-b73d-307b370a5f2a + field_resource_type: + - + entity: 06f1735c-b84e-4ffa-bef6-da06e0ccecb1 diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_video.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_video.yml new file mode 100644 index 00000000..b6650ddb --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/content/node/sample_video.yml @@ -0,0 +1,49 @@ +_meta: + version: '1.0' + entity_type: node + uuid: 4c1d613d-36b9-40a6-99a2-488ad9330c2a + bundle: islandora_object + default_langcode: en + depends: + 25d9e1ec-0034-4adf-9a47-d93b36f9d63e: taxonomy_term + 06f1735c-b84e-4ffa-bef6-da06e0ccecb1: taxonomy_term +default: + revision_uid: + - + target_id: 1 + status: + - + value: true + uid: + - + target_id: 1 + title: + - + value: 'Sample Video' + created: + - + value: 1668001671 + promote: + - + value: true + sticky: + - + value: false + revision_translation_affected: + - + value: true + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + field_extent: + - + value: '1 item' + field_model: + - + entity: 25d9e1ec-0034-4adf-9a47-d93b36f9d63e + field_resource_type: + - + entity: 06f1735c-b84e-4ffa-bef6-da06e0ccecb1 diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_content/sample_content.info.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/sample_content.info.yml new file mode 100644 index 00000000..3010e6da --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_content/sample_content.info.yml @@ -0,0 +1,10 @@ +# This .info.yml files provides the basic information about our module to Drupal +# More: https://www.drupal.org/node/2000204 +name: Sample Content +description: "Sample content for testing" +type: module +package: Custom +version: 1.0 +core_version_requirement: ^8 || ^9 +dependencies: + - drupal:sample_core \ No newline at end of file diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/composer.json b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/composer.json new file mode 100644 index 00000000..e208bae4 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/composer.json @@ -0,0 +1,27 @@ +{ + "name": "islandora/sample_core", + "description": "Required sample content for testing", + "type": "drupal-custom-module", + "keywords": ["Drupal", "Islandora"], + "homepage": "https://github.com/Islandora-Devops/isle-buildkit", + "support": { + "issues": "https://github.com/Islandora/documentation/issues" + }, + "repositories": [ + { + "type": "composer", + "url": "https://packages.drupal.org/8" + } + ], + "require": { + "drupal/default_content": "^2.0@alpha" + }, + "license": "GPL-2.0-or-later", + "authors": [ + { + "name": "Islandora Foundation", + "email": "community@islandora.ca", + "role": "Owner" + } + ] +} \ No newline at end of file diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_display.openseadragon.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_display.openseadragon.yml new file mode 100644 index 00000000..a4c1e0de --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_display.openseadragon.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 16e30a08-9867-4894-8e5a-867c07d69409 + bundle: islandora_display + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Open Seadragon' + description: + - + value: 'Display using the Open Seadragon viewer' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://openseadragon.github.io' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_display.pdfjs.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_display.pdfjs.yml new file mode 100644 index 00000000..91f52ff2 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_display.pdfjs.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 6a6061d1-58ab-4a7f-9968-9836d48d72f8 + bundle: islandora_display + default_langcode: en +default: + status: + - + value: true + name: + - + value: PDFjs + description: + - + value: 'Display using the PDF.js viewer' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://mozilla.github.io/pdf.js' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.fits_file.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.fits_file.yml new file mode 100644 index 00000000..42ebd53f --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.fits_file.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 4238f4fd-0127-4027-b52b-990dab8eaad1 + bundle: islandora_media_use + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'FITS File' + description: + - + value: 'Technical Metadata associated with an original media file' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'https://projects.iq.harvard.edu/fits' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.intermediate_file.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.intermediate_file.yml new file mode 100644 index 00000000..c8c15c4e --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.intermediate_file.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: e3581d39-d3ea-4dd2-967f-c1140f486c19 + bundle: islandora_media_use + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Intermediate File' + description: + - + value: 'High quality representation of the Object, appropriate for generating derivatives or other additional processing' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://pcdm.org/use#IntermediateFile' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.original_file.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.original_file.yml new file mode 100644 index 00000000..ae59345e --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.original_file.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 3397d872-5a18-4e04-bf0a-f1e5ba69f6d0 + bundle: islandora_media_use + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Original File' + description: + - + value: 'The original creation format of a file' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://pcdm.org/use#OriginalFile' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.preservation_master_file.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.preservation_master_file.yml new file mode 100644 index 00000000..460ee835 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.preservation_master_file.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: c6a604f2-f612-463d-b82e-35b032f87728 + bundle: islandora_media_use + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Preservation Master File' + description: + - + value: 'Best quality representation of the Object appropriate for long-term preservation' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://pcdm.org/use#PreservationMasterFile' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.service_file.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.service_file.yml new file mode 100644 index 00000000..217a3d7a --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.service_file.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: afc418da-8303-45bb-8639-0a9fc158c324 + bundle: islandora_media_use + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Service File' + description: + - + value: 'A medium quality representation of the Object appropriate for serving to users' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://pcdm.org/use#ServiceFile' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.thumbnail_image.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.thumbnail_image.yml new file mode 100644 index 00000000..ed9837d4 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.thumbnail_image.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 87352faf-272b-49f3-a5f5-241c8c9d89dc + bundle: islandora_media_use + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Thumbnail Image' + description: + - + value: 'A low resolution image representation of the Object appropriate for using as an icon' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://pcdm.org/use#ThumbnailImage' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.transcript.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.transcript.yml new file mode 100644 index 00000000..ace34f6d --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_media_use.transcript.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 6ae2b742-32bc-4312-8554-0beb9e41590e + bundle: islandora_media_use + default_langcode: en +default: + status: + - + value: true + name: + - + value: Transcript + description: + - + value: 'A textual representation of the Object appropriate for presenting to users, such as subtitles or transcript of a video. Can be used as a substitute or complement to other files for accessibility purposes' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://pcdm.org/use#Transcript' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.audio.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.audio.yml new file mode 100644 index 00000000..7272ea59 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.audio.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 60c1d566-4693-412e-b184-9a208459f1d9 + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: Audio + description: + - + value: 'A resource primarily intended to be heard. Examples include a music playback file format, an audio compact disc, and recorded speech or sounds' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://purl.org/coar/resource_type/c_18cc' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.binary.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.binary.yml new file mode 100644 index 00000000..a6134d33 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.binary.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 4e7608cd-1d66-489f-b362-92f202ff82aa + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: Binary + description: + - + value: 'A generic binary file for repository items that don''t fall into any other category or cannot be shown in a browser' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://purl.org/coar/resource_type/c_1843' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.collection.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.collection.yml new file mode 100644 index 00000000..4c454f32 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.collection.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 4adbf9a6-08e6-4911-bd36-9cd0ab8e3b59 + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: Collection + description: + - + value: 'A collection is an aggregation of items' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://purl.org/dc/dcmitype/Collection' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.compound_object.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.compound_object.yml new file mode 100644 index 00000000..6202940a --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.compound_object.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 67e21de9-6f01-4649-b98c-13f01499ff5e + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Compound Object' + description: + - + value: 'A special type of collection where the parent item may also have complex metadata' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://vocab.getty.edu/aat/300242735' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.digital_document.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.digital_document.yml new file mode 100644 index 00000000..a0964811 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.digital_document.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: a66edb41-4736-4bc8-8da3-9f801ef0ab0f + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Digital Document' + description: + - + value: 'An electronic file or document.' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'https://schema.org/DigitalDocument' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.image.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.image.yml new file mode 100644 index 00000000..9699bc70 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.image.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: ec911234-5830-41ea-b73d-307b370a5f2a + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: Image + description: + - + value: 'A visual representation other than text, including all types of moving image and still image' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://purl.org/coar/resource_type/c_c513' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.newspaper.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.newspaper.yml new file mode 100644 index 00000000..96b978df --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.newspaper.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 4d551de2-b6d1-46d2-bcd0-ea263d065571 + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: Newspaper + description: + - + value: 'A special type of collection which only has Newspaper Issues for children.' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'https://schema.org/Newspaper' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.page.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.page.yml new file mode 100644 index 00000000..ff25fe05 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.page.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: e64dbae9-4ee5-4dad-aaa5-e4a434787d7a + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: Page + description: + - + value: 'A page in an Electronic Paged Content Object' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://id.loc.gov/ontologies/bibframe/part' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.paged_content.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.paged_content.yml new file mode 100644 index 00000000..ad28c28e --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.paged_content.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: e510cc34-5294-48e1-a81b-e89e79feb060 + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Paged Content' + description: + - + value: 'An Electronic Book, object with pages' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'https://schema.org/Book' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.publication_issue.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.publication_issue.yml new file mode 100644 index 00000000..4988331e --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.publication_issue.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 888ef0d7-e787-47fb-b236-ce94209feeeb + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Publication Issue' + description: + - + value: 'A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'https://schema.org/PublicationIssue' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.video.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.video.yml new file mode 100644 index 00000000..39b77273 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/islandora_models.video.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 25d9e1ec-0034-4adf-9a47-d93b36f9d63e + bundle: islandora_models + default_langcode: en +default: + status: + - + value: true + name: + - + value: Video + description: + - + value: 'A recording of visual images, usually in motion and with sound accompaniment' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://purl.org/coar/resource_type/c_12ce' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.collection.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.collection.yml new file mode 100644 index 00000000..17aa16a5 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.collection.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: aecf7357-df20-4ce9-a1fa-5ae509995159 + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: Collection + description: + - + value: 'An aggregation of resources' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/ontology/bibo/Collection' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.dataset.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.dataset.yml new file mode 100644 index 00000000..2c80073e --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.dataset.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 23b05143-0e63-4f35-b98d-50b1b742a633 + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: Dataset + description: + - + value: 'Data encoded in a defined structure' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/dc/dcmitype/Dataset' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.extracted_text.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.extracted_text.yml new file mode 100644 index 00000000..1370f765 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.extracted_text.yml @@ -0,0 +1,47 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: eb1c24fc-a405-4cd5-acfa-9d361a450c21 + bundle: islandora_media_use + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Extracted Text' + description: + - + value: 'A textual representation of the Object appropriate for fulltext indexing, such as a plaintext version of a document, or OCR text' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_external_uri: + - + uri: 'http://pcdm.org/use#ExtractedText' + title: '' + options: { } diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.image.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.image.yml new file mode 100644 index 00000000..a1693671 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.image.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: dd1732a5-d66d-498f-8860-bbc6fd63b195 + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: Image + description: + - + value: 'A visual representation other than text' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/dc/dcmitype/Image' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.interactive_resource.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.interactive_resource.yml new file mode 100644 index 00000000..feb885e0 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.interactive_resource.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: a5d6a09b-fe24-497b-8159-aeafcce30529 + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Interactive Resource' + description: + - + value: 'A resource requiring interaction from the user to be understood, executed, or experienced' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/dc/dcmitype/InteractiveResource' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.moving_image.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.moving_image.yml new file mode 100644 index 00000000..97350121 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.moving_image.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 06f1735c-b84e-4ffa-bef6-da06e0ccecb1 + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Moving Image' + description: + - + value: 'A series of visual representations imparting an impression of motion when shown in succession' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/dc/dcmitype/MovingImage' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.physical_object.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.physical_object.yml new file mode 100644 index 00000000..bd63fde2 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.physical_object.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 7337f3ea-69b6-4308-a444-7c0fb7e7f822 + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Physical Object' + description: + - + value: 'An inanimate, three-dimensional object or substance' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/dc/dcmitype/PhysicalObject' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.service.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.service.yml new file mode 100644 index 00000000..b77e9d03 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.service.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: bbbe265d-5069-438e-b5ec-ea48ad8940b7 + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: Service + description: + - + value: 'A system that provides one or more functions' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/dc/dcmitype/Service' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.software.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.software.yml new file mode 100644 index 00000000..db46b7b2 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.software.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: f775b786-54f1-4a59-ac6f-bb4f9d98b96b + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: Software + description: + - + value: 'A computer program in source or compiled form' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/dc/dcmitype/Software' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.sound.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.sound.yml new file mode 100644 index 00000000..53c05ad3 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.sound.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: bd9d194c-2de7-43de-8f5e-df50d8ed2a99 + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: Sound + description: + - + value: 'A resource primarily intended to be heard' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/dc/dcmitype/Sound' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.still_image.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.still_image.yml new file mode 100644 index 00000000..a9838d03 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.still_image.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 1b9a9398-7742-4815-a1eb-5126f3b28dd4 + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: 'Still Image' + description: + - + value: 'A static visual representation' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/dc/dcmitype/StillImage' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.text.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.text.yml new file mode 100644 index 00000000..dca20421 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/content/taxonomy_term/resource_types.text.yml @@ -0,0 +1,48 @@ +_meta: + version: '1.0' + entity_type: taxonomy_term + uuid: 23038c93-e6e1-41f8-b1de-663bd529f6bd + bundle: resource_types + default_langcode: en +default: + status: + - + value: true + name: + - + value: Text + description: + - + value: 'A resource consisting primarily of words for reading' + format: '' + weight: + - + value: 0 + parent: + - + target_id: 0 + revision_translation_affected: + - + value: true + path: + - + alias: '' + langcode: en + content_translation_source: + - + value: und + content_translation_outdated: + - + value: false + content_translation_uid: + - + target_id: 1 + content_translation_created: + - + value: 1667998710 + field_authority_link: + - + uri: 'http://purl.org/dc/dcmitype/Text' + title: '' + options: { } + source: '' diff --git a/test/rootfs/var/www/drupal/web/modules/custom/sample_core/sample_core.info.yml b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/sample_core.info.yml new file mode 100644 index 00000000..ace97aa0 --- /dev/null +++ b/test/rootfs/var/www/drupal/web/modules/custom/sample_core/sample_core.info.yml @@ -0,0 +1,10 @@ +# This .info.yml files provides the basic information about our module to Drupal +# More: https://www.drupal.org/node/2000204 +name: Sample Core +description: "Required sample content for testing" +type: module +package: Custom +version: 1.0 +core_version_requirement: ^8 || ^9 +dependencies: + - drupal:default_content \ No newline at end of file diff --git a/test/tests/IntegrationTests/.env b/test/tests/IntegrationTests/.env new file mode 100644 index 00000000..73c6276d --- /dev/null +++ b/test/tests/IntegrationTests/.env @@ -0,0 +1,3 @@ +# Required for traefik on OSX (inconsistent behavior). +DOCKER_CLIENT_TIMEOUT=120 +COMPOSE_HTTP_TIMEOUT=120 \ No newline at end of file diff --git a/test/tests/IntegrationTests/build.gradle.kts b/test/tests/IntegrationTests/build.gradle.kts new file mode 100644 index 00000000..5eb3c09b --- /dev/null +++ b/test/tests/IntegrationTests/build.gradle.kts @@ -0,0 +1,13 @@ +import java.time.Duration.ofMinutes + +val cleanup by tasks.registering(Exec::class) { + commandLine("docker", "compose", "down" , "-v") + workingDir(projectDir) +} + +tasks.register("test") { + timeout.convention(ofMinutes(10)) + commandLine("docker","compose", "up", "--abort-on-container-exit", "--exit-code-from", "test") + workingDir(projectDir) + finalizedBy(cleanup) +} diff --git a/test/tests/IntegrationTests/docker-compose.yml b/test/tests/IntegrationTests/docker-compose.yml new file mode 100644 index 00000000..f2c76fd8 --- /dev/null +++ b/test/tests/IntegrationTests/docker-compose.yml @@ -0,0 +1,95 @@ +# file: docker-compose.yml +# +# Tests the following: +# - Site starts. +# - Derivatives get created. +# - Content is index in Solr. +# - Content is index in Fedora. +# - Matomo is installed? +--- +version: "3.8" + +# Common to all services +x-common: &common + restart: "no" + +volumes: + drupal-solr-config: {} + +services: + alpaca: + <<: *common + image: ${ALPACA_IMAGE:-local/alpaca:latest} + environment: + # Increase the throughput of consumption from the queue. + ALPACA_ACTIVEMQ_CONNECTIONS: 100 + ALPACA_ACTIVEMQ_CONSUMERS: 10 + crayfits: + <<: *common + image: ${CRAYFITS_IMAGE:-local/crayfits:latest} + fits: + <<: *common + image: ${FITS_IMAGE:-local/fits:latest} + homarus: + <<: *common + image: ${HOMARUS_IMAGE:-local/homarus:latest} + houdini: + <<: *common + image: ${HOUDINI_IMAGE:-local/houdini:latest} + hypercube: + <<: *common + image: ${HYPERCUBE_IMAGE:-local/hypercube:latest} + mariadb: + <<: *common + image: ${MARIADB_IMAGE:-local/mariadb:latest} + milliner: + <<: *common + image: ${MILLINER_IMAGE:-local/milliner:latest} + activemq: + <<: *common + image: ${ACTIVEMQ_IMAGE:-local/activemq:latest} + blazegraph: + <<: *common + image: ${BLAZEGRAPH_IMAGE:-local/blazegraph:latest} + cantaloupe: + <<: *common + image: ${CANTALOUPE_IMAGE:-local/cantaloupe:latest} + test: + <<: *common + image: ${TEST_IMAGE:-local/test:latest} + environment: + # Keep this in sync with "islandora.drupal.properties" in the helm chart. + DRUPAL_DEFAULT_BROKER_URL: "tcp://activemq:61613" + DRUPAL_DEFAULT_CANTALOUPE_URL: "http://test/cantaloupe/iiif/2" + DRUPAL_DEFAULT_CONFIGDIR: "/var/www/drupal/config/sync" + DRUPAL_DEFAULT_FCREPO_HOST: "fcrepo" + DRUPAL_DEFAULT_FCREPO_PORT: 8080 + DRUPAL_DEFAULT_FCREPO_URL: "http://fcrepo:8080/fcrepo/rest/" + DRUPAL_DEFAULT_INSTALL_EXISTING_CONFIG: "true" + DRUPAL_DEFAULT_MATOMO_URL: "http://test/matomo/" + DRUPAL_DEFAULT_NAME: "Islandora Digital Collections" + DRUPAL_DEFAULT_PROFILE: "minimal" + DRUPAL_DEFAULT_SITE_URL: "test" + DRUPAL_DEFAULT_SOLR_CORE: "default" + DRUPAL_DRUSH_URI: "http://test" # Used by docker/drupal/rootfs/usr/local/share/custom/install.sh + DRUPAL_ENABLE_HTTPS: false + volumes: + - drupal-solr-config:/opt/solr/server/solr/default:ro + - ./service:/etc/services.d/test + fcrepo: + <<: *common + image: ${FCREPO6_IMAGE:-local/fcrepo6:latest} + environment: + FCREPO_ALLOW_EXTERNAL_DEFAULT: "http://default/" + FCREPO_ALLOW_EXTERNAL_DRUPAL: "http://test/" + depends_on: + - activemq + solr: + <<: *common + image: ${SOLR_IMAGE:-local/solr:latest} + volumes: + - type: volume + source: drupal-solr-config + target: /opt/solr/server/solr/default + volume: + nocopy: true diff --git a/test/tests/IntegrationTests/service/finish b/test/tests/IntegrationTests/service/finish new file mode 100755 index 00000000..9538eecb --- /dev/null +++ b/test/tests/IntegrationTests/service/finish @@ -0,0 +1,4 @@ +#!/command/with-contenv bash +set -e + +source /usr/local/share/s6/finish \ No newline at end of file diff --git a/test/tests/IntegrationTests/service/run b/test/tests/IntegrationTests/service/run new file mode 100755 index 00000000..b38461e9 --- /dev/null +++ b/test/tests/IntegrationTests/service/run @@ -0,0 +1,51 @@ +#!/command/with-contenv bash + +set -euo pipefail + +# Wait for Install to complete (Derivatives and indexing should be done by this point). +while ! test -d /run/s6/services/install; do sleep 1; done +s6-svwait -D /run/s6/services/install + +function node_count() { + local count="${1}" + test `drush sql-query 'select count(*) from node;'` -eq "${count}" +} + +function media_use_count() { + local name="${1}" + local count="${2}" + TID=$(drush sql-query "select tid from taxonomy_term_field_data where name = '${name}';") + test `drush sql-query "select count(*) from media__field_media_use where field_media_use_target_id = $TID;"` -eq "${count}" +} + +function solr_document_count() { + local count="${1}" + test `curl -sL 'solr:8983/solr/default/select?q=*:*&rows=0' | jq '.response.numFound'` -eq "${count}" +} + +# Tests +echo "Perform Tests" + +echo "Confirm default Nodes were created." +node_count 4 + +echo "Confirm default Media was created." +media_use_count "Original File" 4 + +echo "Confirm FITS exists for each media item" +media_use_count "FITS File" 4 + +echo "Confirm Thumbnails were created." +media_use_count "Thumbnail Image" 3 # Audio does not produce a thumbnail. + +echo "Confirm Service Files were created." +media_use_count "Service File" 2 # One for Image and One for Audio. + +echo "Confirm Extract Text was created." +media_use_count "Extracted Text" 1 + +echo "Confirm Solr documents were created." +solr_document_count 4 + +echo "Confirm Files stored into Fedora." +solr_document_count 4 diff --git a/test/tests/ServiceStartsWithDefaults/build.gradle.kts b/test/tests/ServiceStartsWithDefaults/build.gradle.kts new file mode 100644 index 00000000..5e972e0e --- /dev/null +++ b/test/tests/ServiceStartsWithDefaults/build.gradle.kts @@ -0,0 +1,4 @@ +import tasks.tests.ServiceStartsWithDefaultsTest +tasks.register("test") { + waitForMessage.set("NOTICE: ready to handle connections") +} diff --git a/tls.yml b/tls.yml new file mode 100644 index 00000000..54084e6f --- /dev/null +++ b/tls.yml @@ -0,0 +1,6 @@ +tls: + stores: + default: + defaultCertificate: + certFile: /etc/ssl/traefik/cert.pem + keyFile: /etc/ssl/traefik/privkey.pem diff --git a/tomcat/Dockerfile b/tomcat/Dockerfile index 0a3b0245..488d44b6 100644 --- a/tomcat/Dockerfile +++ b/tomcat/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1 ARG repository=local ARG tag=latest -ARG alpine=3.15.0 +ARG alpine=3.16.2 FROM --platform=$BUILDPLATFORM ${repository}/java:${tag} AS download ARG TOMCAT_VERSION="9.0.58" diff --git a/tomcat/rootfs/etc/services.d/tomcat/finish b/tomcat/rootfs/etc/services.d/tomcat/finish old mode 100644 new mode 100755 diff --git a/tomcat/rootfs/etc/services.d/tomcat/run b/tomcat/rootfs/etc/services.d/tomcat/run old mode 100644 new mode 100755 index 3145cc78..9ba2ad55 --- a/tomcat/rootfs/etc/services.d/tomcat/run +++ b/tomcat/rootfs/etc/services.d/tomcat/run @@ -1,3 +1,3 @@ #!/usr/bin/env bash set -e -exec with-contenv s6-setuidgid tomcat /opt/tomcat/bin/catalina.sh run +exec with-contenv s6-setuidgid tomcat /opt/tomcat/bin/catalina.sh run \ No newline at end of file diff --git a/tomcat/rootfs/opt/tomcat/bin/setenv.sh b/tomcat/rootfs/opt/tomcat/bin/setenv.sh index 7220009f..e5703b9d 100755 --- a/tomcat/rootfs/opt/tomcat/bin/setenv.sh +++ b/tomcat/rootfs/opt/tomcat/bin/setenv.sh @@ -1,3 +1,3 @@ -#!/usr/bin/with-contenv bash +#!/command/with-contenv bash export JAVA_OPTS="${TOMCAT_JAVA_OPTS}" export CATALINA_OPTS="${TOMCAT_CATALINA_OPTS}"

Cpx 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 `@&nA#;4Oz%Ui;nd!oFF|U;1TB{!?g$G}vMm`8} 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 _^|xx>Zp*O8{xS8#-g4t&TkvPxU(NhER|mZ1 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%0A??F(?_JV&UJ9?? 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