Skip to content

Commit

Permalink
Merge pull request #187 from openeuropa/EWPP-3494
Browse files Browse the repository at this point in the history
EWPP-3494: Remove restriction for symfony/validator.
  • Loading branch information
brummbar authored Jul 26, 2023
2 parents 3a8e2a3 + ed3b79f commit b4513d9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ services:
- NODE_MAX_SESSION=5

pipeline:
composer-ignore-patch:
group: warmup
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
volumes:
- /cache:/cache
commands:
# Drop Drupal patch that is needed only for 9.x.
- "composer config --merge --json \"extra.patches-ignore.openeuropa/open_vocabularies\" '{\"drupal/core\": {\"Entity display entities are incorrectly unserialized @see https://www.drupal.org/project/drupal/issues/3171333\": \"https://www.drupal.org/files/issues/2020-09-17/3171333-6.patch\"}}' --ansi --no-interaction --no-plugins --no-scripts"
when:
matrix:
CORE_VERSION: "10.0"

composer-install:
group: prepare
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"drupal/facets": "^2.0",
"drupal/multivalue_form_element": "^1.0@beta",
"drupal/search_api": "^1.27",
"symfony/options-resolver": "^4.4.30 || ^5 || ^6",
"symfony/validator": "~v4.4.48 || ~v6.2.5"
"symfony/options-resolver": "^4.4.30 || ^5 || ^6"
},
"require-dev": {
"composer/installers": "^1.11",
Expand Down

0 comments on commit b4513d9

Please sign in to comment.