Skip to content

Commit

Permalink
feature: upgrade module to prepare d9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ines WALLON authored and wallon-ines committed Mar 20, 2021
1 parent f7c6ef9 commit 1138643
Show file tree
Hide file tree
Showing 9 changed files with 2,996 additions and 2,366 deletions.
21 changes: 13 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bower-asset/blazy": "1.8.2",
"bower-asset/chosen": "1.8.7",
"bower-asset/dropzone": "5.7.0",
"bower-asset/font-awesome" : "5.15.2",
"bower-asset/font-awesome": "5.15.2",
"bower-asset/fontawesome-iconpicker": "1.3.1",
"bower-asset/jquery-simple-color": "1.2.2",
"bower-asset/spectrum": "1.8.0",
Expand All @@ -54,7 +54,7 @@
"drupal/config_split": "1.7.0",
"drupal/content_moderation_notifications": "3.3.0",
"drupal/core-composer-scaffold": "8.9.13",
"drupal/core-recommended": "8.9.13",
"drupal/core-recommended": "9.1.5",
"drupal/crop": "2.1.0",
"drupal/csv_serialization": "2.0.0",
"drupal/ctools": "3.4.0",
Expand All @@ -68,12 +68,12 @@
"drupal/extra_field": "1.3.0",
"drupal/facets": "1.7.0",
"drupal/feeds": "3.0.0-alpha10",
"drupal/field_formatter": "3.0.0-alpha2",
"drupal/field_formatter": "3.x-dev@dev",
"drupal/field_group": "3.1.0",
"drupal/field_permissions": "1.1.0",
"drupal/flag": "4.0.0-beta2",
"drupal/focal_point": "1.5.0",
"drupal/fontawesome": "2.17.0",
"drupal/fontawesome": "2.18.0",
"drupal/fontawesome_menu_icons": "1.9.0",
"drupal/geofield": "1.20.0",
"drupal/honeypot": "2.0.1",
Expand All @@ -87,7 +87,7 @@
"drupal/linked_field": "1.3.0",
"drupal/mailchimp": "1.12.0",
"drupal/mailsystem": "4.3.0",
"drupal/menu_attributes": "1.x-dev#b3168e1e390d5d80c9c984ae8436f8b722e936c2",
"drupal/menu_link_attributes": "1.2",
"drupal/metatag": "1.16.0",
"drupal/migrate_plus": "5.1.0",
"drupal/migrate_source_csv": "3.4.0",
Expand Down Expand Up @@ -127,16 +127,15 @@
"drupal/coder": "^8.3.1",
"drupal/config_inspector": "1.*",
"drupal/console": "1.*",
"drupal/core-dev": "8.9.13",
"drupal/core-dev": "9.1.5",
"drupal/devel": "4.*",
"drupal/devel_a11y": "1.*",
"drupal/devel_kint_extras": "1.0.0",
"drupal/devel_php": "1.*",
"drupal/drupal-extension": "3.*",
"drupal/drupal-extension": "4.*",
"drupal/examples": "3.*",
"drupal/renderviz": "1.*",
"drupal/speedboxes": "1.*",
"drupal/upgrade_status": "3.4",
"mglaman/drupal-check": "^1.1"
},
"minimum-stability": "dev",
Expand Down Expand Up @@ -233,6 +232,12 @@
"drupal/config_ignore": {
"Support for export filtering via Drush": "https://www.drupal.org/files/issues/2020-01-11/support-for-export-2857247-44.patch"
},
"drupal/devel": {
"Brings back the Available Methods & Properties tabs for Kint dumps — Issue #221": "https://raw.githubusercontent.com/politsin/snipets/master/patch/kint.patch"
},
"drupal/field_formatter": {
"Update tests for Drupal 9": "https://www.drupal.org/files/issues/2021-02-21/field_formatter-test_on_drupal9-3160355-10.patch"
},
"drupal/menu_attributes": {
"Compatibility with fontawesome menu icons": "https://www.drupal.org/files/issues/menu_attributes-compatibility_fontawesome_menu_icons-2896652-2.patch"
},
Expand Down
Loading

0 comments on commit 1138643

Please sign in to comment.