Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
carlHandy committed Jul 20, 2024
1 parent 6316552 commit 29cb730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Update Composer dependencies
run: |
composer update --no-interaction --no-progress
composer require woocommerce/woocommerce:^8.0 --no-interaction --no-progress
composer require woocommerce/woocommerce:^7.0 --no-interaction --no-progress
- name: Install dependencies
run: composer install --no-interaction --no-progress
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"require": {
"phpseclib/phpseclib": "~3.0",
"woocommerce/woocommerce": "^8.0"
"woocommerce/woocommerce": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^11.2"
Expand Down

0 comments on commit 29cb730

Please sign in to comment.