Skip to content

Commit 0eca2de

Browse files
committed
Added patch for file link in workflow and downgraded phpstan
1 parent 120af66 commit 0eca2de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
composer config --json extra.merge-plugin.require '["modules/contrib/apigee_api_catalog/composer.json"]'
8686
composer config platform.php ${{ matrix.php-version }}
8787
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"}'
88+
composer config --json extra.patches."drupal/file_link" '{ "Drupal 11 Support added": "https://www.drupal.org/files/issues/2025-02-27/drupal11_support-3430560.patch"}'
8889
composer update --with-all-dependencies
8990
composer require --dev phpspec/prophecy-phpunit:^2
9091

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"mglaman/drupal-check": "^1.5",
1818
"phpmd/phpmd": "^2.15.0",
1919
"phpmetrics/phpmetrics": "^2.8",
20-
"phpstan/phpstan": "^2.1.6"
20+
"phpstan/phpstan": "^1.12"
2121
},
2222
"config": {
2323
"sort-packages": true

0 commit comments

Comments
 (0)