Skip to content

Commit

Permalink
added search_api dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Nov 16, 2023
1 parent 497d566 commit 62569cf
Showing 1 changed file with 41 additions and 40 deletions.
81 changes: 41 additions & 40 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,47 +41,48 @@
"require-dev": {
"citation-style-language/locales": "^1.0",
"citation-style-language/styles-distribution": "^1.0",
"drupal/admin_toolbar": "^3.4",
"drupal/allowed_formats": "^2.0",
"drupal/auto_entitylabel": "^3.0",
"drupal/components": "^3.0",
"drupal/config_pages": "^2.15",
"drupal/config_pages_overrides": "^2.0",
"drupal/default_content": "^2.0@alpha",
"drupal/element_class_formatter": "^2.0",
"drupal/externalauth": "^2.0",
"drupal/field_formatter_class": "^1.6",
"drupal/field_group": "^3.4",
"drupal/flat_taxonomy": "^2.0",
"drupal/hook_event_dispatcher": "^4.0",
"drupal/layout_builder_restrictions": "^2.19",
"drupal/layout_library": "^1.0@beta",
"drupal/mathjax": "^4.0",
"drupal/menu_block": "^1.10",
"drupal/name": "^1.0@RC",
"drupal/admin_toolbar": ">=3.4",
"drupal/allowed_formats": ">=2.0",
"drupal/auto_entitylabel": ">=3.0",
"drupal/components": ">=3.0",
"drupal/config_pages": ">=2.15",
"drupal/config_pages_overrides": ">=2.0",
"drupal/default_content": ">=2.0@alpha",
"drupal/element_class_formatter": ">=2.0",
"drupal/externalauth": ">=2.0",
"drupal/field_formatter_class": ">=1.6",
"drupal/field_group": ">=3.4",
"drupal/flat_taxonomy": ">=2.0",
"drupal/hook_event_dispatcher": ">=4.0",
"drupal/layout_builder_restrictions": ">=2.19",
"drupal/layout_library": ">=1.0@beta",
"drupal/mathjax": ">=4.0",
"drupal/menu_block": ">=1.10",
"drupal/name": ">=1.0@RC",
"drupal/next": ">=1.6",
"drupal/paragraphs": "^1.15",
"drupal/pathauto": "^1.11",
"drupal/pdb": "^1.0",
"drupal/rabbit_hole": "^1.0@beta",
"drupal/redirect": "^1.8",
"drupal/scheduler": "^2.0",
"drupal/shs": "^2.0@RC",
"drupal/smart_date": "^4.0",
"drupal/smart_trim": "^2.1",
"drupal/taxonomy_menu": "^3.6",
"drupal/ui_patterns": "^1.7",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/views_block_filter_block": "^2.0",
"drupal/views_custom_cache_tag": "^1.3",
"drupal/views_infinite_scroll": "^2.0",
"drupal/views_taxonomy_term_name_depth": "^7.2",
"drupal/xmlsitemap": "^1.4",
"seboettg/citeproc-php": "^2.4",
"su-sws/react_paragraphs": "^8.2",
"su-sws/stanford_fields": "^8.2",
"su-sws/stanford_media": "^9.0 || ^10.0",
"su-sws/stanford_migrate": "^8.4"
"drupal/paragraphs": ">=1.15",
"drupal/pathauto": ">=1.11",
"drupal/pdb": ">=1.0",
"drupal/rabbit_hole": ">=1.0@beta",
"drupal/redirect": ">=1.8",
"drupal/scheduler": ">=2.0",
"drupal/search_api": ">=1.30",
"drupal/shs": ">=2.0@RC",
"drupal/smart_date": ">=4.0",
"drupal/smart_trim": ">=2.1",
"drupal/taxonomy_menu": ">=3.6",
"drupal/ui_patterns": ">=1.7",
"drupal/ultimate_cron": ">=2.0@alpha",
"drupal/views_block_filter_block": ">=2.0",
"drupal/views_custom_cache_tag": ">=1.3",
"drupal/views_infinite_scroll": ">=2.0",
"drupal/views_taxonomy_term_name_depth": ">=7.2",
"drupal/xmlsitemap": ">=1.4",
"seboettg/citeproc-php": ">=2.4",
"su-sws/react_paragraphs": ">=8.2",
"su-sws/stanford_fields": ">=8.2",
"su-sws/stanford_media": ">=9.0 || >=10.0",
"su-sws/stanford_migrate": ">=8.4"
},
"replace": {
"drupal/response_code_condition": "1.1.0"
Expand Down

0 comments on commit 62569cf

Please sign in to comment.