Skip to content

Commit

Permalink
Added patch for deprecaion notice (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Sep 13, 2023
1 parent 8466a97 commit 7e4f1e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
composer require wikimedia/composer-merge-plugin
composer config --json extra.merge-plugin.require '["modules/contrib/apigee_edge/composer.json"]'
composer config platform.php ${{ matrix.php-version }}
composer config --json extra.patches."drupal/core" '{ "Support entities that are neither content nor config entities": "https://www.drupal.org/files/issues/2020-12-02/3042467-50.patch"}'
composer config --json extra.patches."drupal/core" '{ "Support entities that are neither content nor config entities": "https://www.drupal.org/files/issues/2020-12-02/3042467-50.patch", "Add a method to access the original property": "https://www.drupal.org/files/issues/2023-07-22/2839195-105.patch"}'
composer update --with-all-dependencies
composer require --dev phpspec/prophecy-phpunit:^2
composer require --dev drupal/classy:^1.0
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
"services": {
"drush.services.yml": "^12"
}
},
"patches": {
"drupal/core": {
"Add a method to access the original property": "https://www.drupal.org/files/issues/2023-07-22/2839195-105.patch"
}
}
}
}

0 comments on commit 7e4f1e2

Please sign in to comment.