Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog/update-php-packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: update

Update PHP packages: vimeo/psalm, php-stubs/woocommerce-stubs, yoast/phpunit-polyfills, cweagans/composer-patches
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"woocommerce/woocommerce-sniffs": "1.0.0",
"woocommerce/action-scheduler": "3.8.2",
"kalessil/production-dependencies-guard": "dev-master",
"vimeo/psalm": "4.13.1",
"vimeo/psalm": "4.30.0",
"php-stubs/wordpress-stubs": "5.9.6",
"php-stubs/woocommerce-stubs": "6.8.0",
"php-stubs/woocommerce-stubs": "10.0.2",
"rregeer/phpunit-coverage-check": "0.3.1",
"yoast/phpunit-polyfills": "1.1.0",
"cweagans/composer-patches": "1.7.1",
"yoast/phpunit-polyfills": "4.0.0",
"cweagans/composer-patches": "1.7.3",
"automattic/jetpack-changelogger": "3.3.2",
"spatie/phpunit-watcher": "1.23.6",
"woocommerce/qit-cli": "0.4.0",
Expand Down Expand Up @@ -68,7 +68,8 @@
"installer-disable": true,
"production-dependencies-guard": [
"check-lock-file",
"check-abandoned"
"check-abandoned",
"white-list:woocommerce/subscriptions-core"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To avoid this error during the process of composer install. I think that's OK given that automattic/woocommerce-subscriptions-core is in the archive mode, and we will soon phase it out from WooPayments.

Error: Dependencies guard has found violations in require-dependencies (source: lock-file):
 - woocommerce/subscriptions-core (via manifest): abandoned

In Guard.php line 91:
                                                                               
  Dependencies guard has found violations in require-dependencies (source: lo  
  ck-file):                                                                    
   - woocommerce/subscriptions-core (via manifest): abandoned            

],
"composer-exit-on-patch-failure": true,
"patches": {
Expand Down
Loading
Loading