Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドラインなどでsymfony2.1.6を2.1.7にアップグレードする簡単な方法はありますか?私はcomposer.jsonを使用しています
ダウンロードcomposer.pharしてsymfonyフォルダーで実行します
composer.phar
php composer.phar update
エラーが発生した場合は、最初にベンダーを削除してから再試行してください。 rm - R vendor/*
rm - R vendor/*