You are on page 1of 1
Troubleshooting This is alist of common pitas on using Composer, and how to avoid them. General 1. When facing any kind of problems using Composer, be sure to work with the latest version See sel-update for details 2. Before asking anyone, run |composer diagnose] to check for common problems. Ifit all checks out, proceed to the next steps 3. Make sure you have no problems with your setup by running the installers checks via curl -s5 https://aetconposer.org/installer | php -- --check 4. Try clearing Composers cache by running |conpaser elear-cache 5. Ensure youre installing vendors straight from your |conposer.jron via rm -rf vendor && composer update -v| when ‘troubleshooting, excluding any possible interferences with existing vendor installations or composer.lock entties. Package not found 1 Double-check you don’t have typos in your “composer. json or repository branches and tag names. 2. Be sure to set the right minimum-stabilty. To get started or be sure this is No issue, Set_minimum-stability to "dev" 3. Packages not coming from Packagist should always be defined in the root package (tho package depending on all venders).

You might also like