Skip to content

Commit

Permalink
Fix wp CLI error (#2857)
Browse files Browse the repository at this point in the history
* Updating LifterLMS CLI version with the fix.

* Changelog.
  • Loading branch information
brianhogg authored Feb 5, 2025
1 parent 4673500 commit 9927b12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changelogs/fix_wp-cli-error.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
significance: patch
type: fixed
attributions:
- "@jv-mtrz"
entry: Fixed PHP >= 8.3 warning when using WP CLI.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"composer/installers": "~1.9.0",
"deliciousbrains/wp-background-processing": "1.0.2",
"lifterlms/lifterlms-blocks": "2.5.9",
"lifterlms/lifterlms-cli": "0.0.4",
"lifterlms/lifterlms-cli": "0.0.5",
"lifterlms/lifterlms-helper": "3.5.4",
"lifterlms/lifterlms-rest": "1.0.2",
"woocommerce/action-scheduler": "3.5.4"
Expand Down

0 comments on commit 9927b12

Please sign in to comment.