Skip to content

Commit 81539e2

Browse files
committed
remove direct deps on drupal/entity_browser, drupal/pathauto & drupal/feeds
1 parent 85c03f4 commit 81539e2

4 files changed

Lines changed: 7 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Removed
9+
- remove direct dependenceis on drupal/entity_browser
10+
- remove direct dependenceis on drupal/pathauto
11+
- remove direct dependenceis on drupal/feeds
812

913
## [1.3.0] - 2025-11-07
1014
### Added

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ RUN COMPOSER_MEMORY_LIMIT=-1 composer require "vaites/php-apache-tika:^1.2"
1717
# Install drupal/paragraphs as required by entity_to_text_paragraphs
1818
RUN COMPOSER_MEMORY_LIMIT=-1 composer config minimum-stability dev
1919
RUN COMPOSER_MEMORY_LIMIT=-1 composer require "drupal/paragraphs:^1.14"
20-
RUN COMPOSER_MEMORY_LIMIT=-1 composer require --dev "drupal/entity_browser"
21-
RUN COMPOSER_MEMORY_LIMIT=-1 composer require --dev "drupal/feeds"
22-
RUN COMPOSER_MEMORY_LIMIT=-1 composer require --dev "drupal/pathauto"
2320

2421
# Register the Drupal and DrupalPractice Standard with PHPCS.
2522
#RUN ./vendor/bin/phpcs --config-set installed_paths \

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@
3333
"require-dev": {
3434
"drupal/coder": "^8.3.1",
3535
"drupal/paragraphs": "^1.14",
36-
"vaites/php-apache-tika": "^1",
37-
"drupal/feeds": "^3.0",
38-
"drupal/pathauto": "^1.13",
39-
"drupal/entity_browser": "^2.12"
36+
"vaites/php-apache-tika": "^1"
4037
},
4138
"config": {
4239
"allow-plugins": {
43-
"dealerdirect/phpcodesniffer-composer-installer": true
40+
"dealerdirect/phpcodesniffer-composer-installer": true,
41+
"drupal/core-composer-scaffold": true
4442
}
4543
}
4644
}

drupalci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ build:
1313
commands:
1414
- cd ${SOURCE_DIR}
1515
- sudo composer require "ezyang/htmlpurifier:^4.14" "drupal/paragraphs:^1.14" "vaites/php-apache-tika:^1.2" --no-scripts
16-
- sudo composer require --dev "drupal/entity_browser" --no-scripts
1716
run_tests.standard:
1817
types: 'Simpletest,PHPUnit-Unit,PHPUnit-Kernel,PHPUnit-Functional'
1918
run_tests.js:

0 commit comments

Comments
 (0)