Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed out of sync code examples in getting-started.rst #759

Merged
merged 3 commits into from Aug 25, 2013
Merged

Fixed out of sync code examples in getting-started.rst #759

merged 3 commits into from Aug 25, 2013

Commits on Aug 17, 2013

  1. Update getting-started.rst

    The inline cli-config.php, bootstrap.php examples were out of sync with Doctrine 2.4.x — I referenced https://github.com/doctrine/doctrine2-orm-tutorial/ for correct examples
    mfdj committed Aug 17, 2013
    Copy the full SHA
    3405659 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c89258a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2013

  1. Updated require version and my earlier errors dissolved

    As stated, the tutorial was written for 2.4.x, but the composer.json settings proffered would install 2.3.4, which has a different enough API that basic parts of the tutorial code would fail.
    mfdj committed Aug 18, 2013
    Copy the full SHA
    29366bb View commit details
    Browse the repository at this point in the history