You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
Hey, you're depending on WP_Model, which has at least 1 bug you should be aware of.
anthonybudd/WP_Model#10
You can fix that by using the pull_request fork version instead.
You'd need to change composer.json for that. Specifically:
"repositories": [ { "type": "vcs", "url": "http://github.com/simnom/WP_Model" } ],to take the forked repo, and then under require:
"anthonybudd/wp_model": "dev-master",Gl.
EDIT: This goes for your tfd-image repository as well.