Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8276891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T08:31:13+00:00 2026-06-08T08:31:13+00:00

I just testing new features on symfony 2.1-BETA3. Few hours ago BETA4 has been

  • 0

I just testing new features on symfony 2.1-BETA3. Few hours ago BETA4 has been released but I don’t know how to update BETA3 to BETA4 using composer. In 2.0.x release notes Fabien said:

If you already have a project based on the Symfony Standard Edition 2.0.x, you can easily upgrade to 2.0.15 by getting the new deps and deps.lock files.

Have I replace my composer.lock file? What about my own requires like:

"package": "stof/doctrine-extensions-bundle",
"version": "dev-master",
"source-reference": "36356b158b74cb68f96dc0b657e8732422b9d5dd",
"commit-date": "1341954345"
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T08:31:15+00:00Added an answer on June 8, 2026 at 8:31 am

    Don’t touch composer.lock! Change composer.json. If you are using the standard edition, you probably already have something like

    "symfony/symfony": "2.1.*"
    

    and

    "minimum-stability": "dev"
    

    in there. The later one means, that you allow dev packages to get installed. The first one means, that you want any 2.1.* version. You can change it to

    "symfony/symfony": "2.1.0-BETA4"
    

    if you want, but the original 2.1.* should be suffice right now. Now call

    php composer.phar update
    

    This will update composer.lock too. Now you maybe must call (must say: I’ve forgotten it) call

    php composer.phar install
    

    to install the dependencies from composer.lock.

    In short:

    # To install (maybe even after update)
    $ php composer.phar install
    # To update 
    $ php composer.phar update
    # To add, remove or change dependencies
    # edit composer.json
    $ php composer.phar update
    

    YOu never need to touch composer.lock yourself and you shouldn’t to avoid side effects of composer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've just started messing around with php recently and I was testing my new
I'm new to unit testing and NUit in particular. I'm just typing some examples
I'm just getting going with ASP.NET MVC and I'm also new to unit testing
I am testing out the new database project features of Visual Studio 2010 and
I've been testing out the new functionality of html5 and js to create a
I'm leaning toward using MSTest as unit testing framework for a new project but
I've been reading on the new features of PHP 5.3, and one of the
I'm not sure how long they've been doing it but I just noticed google
I have a project the we've been testing using Jira. We just found the
So i just tested an app that i have been testing on phone devices,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.