Skip to content

Commit

Permalink
chore: update druxt, remove composer-drupal-lenient
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianGilbert committed Feb 10, 2023
1 parent f3ca133 commit 158228d
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 82 deletions.
19 changes: 3 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"url": "https://packages.drupal.org/8",
"exclude": [
"drupal/anonymous_redirect",
"drupal/druxt",
"drupal/entity_display_mode",
"drupal/field_tools",
"drupal/m4032404",
Expand All @@ -28,10 +27,6 @@
"type": "git",
"url": "https://git.drupalcode.org/issue/anonymous_redirect-3286076.git"
},
"drupal/druxt": {
"type": "git",
"url": "https://git.drupalcode.org/issue/druxt-3287092.git"
},
"drupal/entity_display_mode": {
"type": "git",
"url": "https://git.drupalcode.org/issue/entity_display_mode-3287230.git"
Expand Down Expand Up @@ -83,7 +78,7 @@
"drupal/core-recommended": "10.0.3",
"drupal/decoupled_router": "^2.0",
"drupal/diff": "^1.1.0",
"drupal/druxt": "dev-feature/3287092-drupal-10",
"drupal/druxt": "^1.2",
"drupal/dynamic_entity_reference": "^4.0@alpha",
"drupal/eca": "1.1.x-dev@dev",
"drupal/entity_browser": "^2.9.0",
Expand Down Expand Up @@ -143,8 +138,7 @@
"drupal/upgrade_status": "^4.0@alpha",
"drupal/username_enumeration_prevention": "^1.3",
"drupal/viewfield": "^3.0",
"drupal/wpf": "^1.0",
"mglaman/composer-drupal-lenient": "^1.0"
"drupal/wpf": "^1.0"
},
"require-dev": {
"drupal/core-dev": "10.0.3",
Expand All @@ -167,8 +161,7 @@
"drupal/core-project-message": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"sllh/composer-lint": true,
"phpstan/extension-installer": true,
"mglaman/composer-drupal-lenient": true
"phpstan/extension-installer": true
}
},
"scripts": {
Expand Down Expand Up @@ -271,9 +264,6 @@
"drupal/gin_toolbar": {
"https://www.drupal.org/project/gin_toolbar/issues/3217393": "https://git.drupalcode.org/project/gin_toolbar/-/merge_requests/9.diff"
},
"drupal/jsonapi_views": {
"https://www.drupal.org/project/jsonapi_views/issues/3288151#comment-14909455": "https://www.drupal.org/files/issues/2023-02-07/jsonapi_views-3288151-9.patch"
},
"drupal/layout_paragraphs": {
"https://www.drupal.org/project/layout_paragraphs/issues/3259729": "https://git.drupalcode.org/project/layout_paragraphs/-/merge_requests/60.diff",
"https://www.drupal.org/project/layout_paragraphs/issues/3265794": "https://git.drupalcode.org/project/layout_paragraphs/-/merge_requests/84.diff"
Expand All @@ -295,9 +285,6 @@
"drupal/wpf": {
"https://www.drupal.org/project/wpf/issues/3338291": "https://git.drupalcode.org/project/wpf/-/merge_requests/2.diff"
}
},
"drupal-lenient": {
"allowed-list": ["drupal/jsonapi_views"]
}
}
}
100 changes: 34 additions & 66 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 158228d

Please sign in to comment.