Logo
  • PHP
    • HipHop / HHVM
    • Modern PHP
    • PHPStorm
    • LAMP
    • Laravel
    • Composer
    • PDO
  • JavaScript
    • node.js
    • AngularJS
  • CSS
    • SASS
    • “CSS4” (CSS level 4)
  • HTML
  • Git
  • LAMP
  • Vagrant
  • UI / UX
  • Architecture of …
  • Off-Topic
With ♥ from Berlin
December 31, 2013
Chris
Composer, PHP
Comments Off on Composer problems ? Try full reset !

Composer problems ? Try full reset !

PreviousNext
composer

Some small Composer commands that might solve your problems: I’ve taken them directly from Jordi Boggiano‘s (Composer co-creator) “In Depth Composer” talk at laracon 2013, so they should definitly do the job.

Update Composer itself

composer self-update

Run a diagnostic

composer diagnose

Update your dependencies (note: The -v is the verbose parameter which shows additional info)

composer update -v

If still problems: reinstall the dependencies. Remove the vendor folder (manually) or via rm command (if you are in the project folder, sure) on linux before:

rm -rf vendor/
composer update -v

 

If it’s still not working, Jordi Boggiano recommends you to send a full bug report (containg full debug output, make it with -vvv) to the Composer crew.

 

composerPHPproblemstroubleshooting
Share this

How to setup a config-free WordPress, PHP and MySQL (for local development) in Windows 7 / 8 in under 3 minutes

If you need to setup WordPress for local development and don’t have time and nerve to go through the installation

php

Slides from International PHP Conference 2014

Have fun :)   [slideshare id=35391362&doc=codereviewsfranksonsipc2014se-140602104917-phpapp02]     [slideshare id=35383348&doc=ipc14se-planningfortheunplannable-140602073028-phpapp02]   [pdf]http://ilia.ws/files/ipc2014_bottlenecks.pdf[/pdf]   The talk Code Coverage: Covered in Depth

organizing css

Jonathan Snook – CSS is a Mess – How to organize CSS in big projects (54min video talk)

php

PHP.net hacked, but most things are fine again

Between 22nd and 24th October 2013 php.net served JavaScript malware (that was built to use security holes in the usually

Meet the developers behind Ableton (14min video)

An excellent short documentation about the developers behind Ableton, the legendary creators of Ableton Live and Push. Without doubt, Live

The architecture of StackOverflow

One of the most interesting talks these weeks, and a rare insight into one of the most active pages on

digitalocean coupon

DigitalOcean VPS coupon codes for december 2013 and early 2014

Some (working!) coupon codes for DigitalOcean, the low-cost VPS server/hosting provider of the year. They are for NEW customers, but

increase-your-pagespeed-score

Increase your PageSpeed score (10min video with Matt Gaunt)

Compact and clever information for dramatic speed increases. Definitly worth watching.

bash-command-line-tutorial

Best introduction to unix command line / bash ever (by André Augusto Costa Santos)

vagrant

How to copy Vagrant boxes (or duplicate them)

Copy vagrant box & compress it Making a real 1:1 copy of a Vagrant box is really easy ! Simply

1/4

Categories

Search

modern-php
Creator of Slim framework and “PHP – The right way” writes book: “Modern PHP”, available 2015
bitdeli git github stats
Get visitor stats for your GitHub repo with BitDeli
MINI2, an extremely simple barebone PHP application on top of Slim
ubuntu-14.04-lts
First view: Ubuntu 14.04 LTS brings PHP 5.5 and Apache 2.4
hack-php
Wow! Facebook devs have rewritten and fixed PHP, releasing it as new language called “Hack” today
Meet the developers behind Ableton (14min video)
How Snapchat wants to earn money (by establishing vertical videos)
sass
[german video] Modernizing and minimalizing frontend markup code at AutoScout24
php
PHP 5.6.0 RC1 is available
O’Reilly’s Learning JavaScript Design Patterns by Addy Osmani for free
This is an experimental advertisement
How to get a single table out of a massive MySQL .sql database backup file (mysql dump splitter)
Frontend Ops Conf 2014 – Paul Irish: Delivering The Goods In Under 1000ms (40min video)
Soundcloud’s “VP of Engineering” about using SSDs
The New Era of JavaScript (28min conference talk, Jack Franklin, 2013)

Tags

apache bash centos composer conference coupon CSS debian fonts framework git GitHub hack HHVM HipHop HTML HTML5 IDE JavaScript JS LAMP laravel linux mod_rewrite MVC MySQL Nginx optimization PHP PHP 5.5 PHP 5.6 phpmyadmin PHPStorm security server SSD Ubuntu UI UX vagrant video virtual machine voucher VPS wordpress
Side-Project: Wordle-Solver:
www.wordle-helper.info

Pages

  • Privacy Policy