Skip to content

Commit e48ea76

Browse files
author
David Ferlay
authored
Merge pull request #245 from skilld-labs/remove_unused_packages
Remove unused packages + webflo/finder
2 parents 1a95cb5 + b33fcf6 commit e48ea76

File tree

3 files changed

+1
-19
lines changed

3 files changed

+1
-19
lines changed

composer.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,14 @@
1313
{
1414
"type": "composer",
1515
"url": "https://packages.drupal.org/8"
16-
},
17-
{
18-
"type": "package",
19-
"package": {
20-
"name": "ckeditor/panelbutton",
21-
"version": "4.10.1",
22-
"type": "drupal-library",
23-
"dist": {
24-
"url": "https://download.ckeditor.com/panelbutton/releases/panelbutton_4.10.1.zip",
25-
"type": "zip"
26-
}
27-
}
2816
}
2917
],
3018
"require": {
3119
"php": ">=7.0.8",
32-
"ckeditor/panelbutton": "^4.10",
3320
"cweagans/composer-patches": "^1.6.5",
3421
"drupal-composer/drupal-scaffold": "^2.5",
3522
"drupal/better_normalizers": "^1.0@beta",
3623
"drupal/block_content_permissions": "^1.8",
37-
"drupal/components": "^1",
3824
"drupal/config_installer": "^1",
3925
"drupal/core-recommended": "^8.8.0",
4026
"drupal/default_content": "^1",
@@ -46,13 +32,11 @@
4632
"drupal/menu_admin_per_menu": "^1.0",
4733
"drupal/menu_link_attributes": "^1.0",
4834
"drupal/page_manager": "^4.0@beta",
49-
"drupal/panelbutton": "^1",
5035
"drupal/panels_everywhere": "^4.0@beta",
5136
"drupal/paragraphs": "^1.9",
5237
"drupal/pathauto": "^1.6",
5338
"drupal/rabbit_hole": "^1.0@beta",
5439
"drupal/redirect": "^1.4",
55-
"drupal/styleguide": "^1",
5640
"drupal/svg_image": "^1.10",
5741
"drupal/swiftmailer": "^1",
5842
"drupal/telephone_validation": "^2.2",
@@ -61,7 +45,6 @@
6145
"drupal/views_bulk_edit": "^2.3",
6246
"drupal/webform": "^5.4",
6347
"drush/drush": "^10.1.0",
64-
"webflo/drupal-finder": "^1.1",
6548
"zaporylie/composer-drupal-optimizations": "^1.0"
6649
},
6750
"require-dev": {

scripts/makefile/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phpcsexec = docker run --rm \
66
skilldlabs/docker-phpcs-drupal ${1} -s --colors \
77
--standard=Drupal,DrupalPractice \
88
--extensions=php,module,inc,install,profile,theme,yml,txt,md,js \
9-
--ignore=*.css,libraries/*,dist/*,styleguide/*,README.md,README.txt,node_modules/*,work/themes/**.js,work/themes/**.md \
9+
--ignore=*.css,libraries/*,dist/*,README.md,README.txt,node_modules/*,work/themes/**.js,work/themes/**.md \
1010
.
1111

1212
## Validate codebase with phpcs sniffers to make sure it conforms https://www.drupal.org/docs/develop/standards

web/profiles/sdd_core/sdd_core.info.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ dependencies:
8181
# Contrib modules
8282
- views_bulk_edit
8383
- views_bulk_operations
84-
# - components
8584
# Custom modules
8685
# - sdd_default_content
8786

0 commit comments

Comments
 (0)