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
Omar Reiss edited this page Feb 10, 2015
·
3 revisions
When you try to download WordPress SEO by clicking on the "Download ZIP" button, this won't actually work. The Download ZIP button doesn't include dependencies and as we require a few packages, you won't be able to test like that.
The only way of testing the development version is by using composer. If you have composer installed, you can simply run:
composer selfupdate
composer install
This installs all the dependencies and now you should be good to go!
For more information about our composer setup, please read our composer docs.