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

[WIP; do not merge] Make project installable and testable #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 1, 2017

  1. Bring composer.lock inline with composer.json

    You can't just do `composer update` here - that'll try and bring Symfony all the way up to 2.8, which this package isn't ready for!
    Given that, I ran `composer update --prefer-lowest`.  The intention is to update the lock file further in future with newer versions, but this works for now.
    
    I did temporarily lock doctrine/common on its original version to avoid that being downgraded for no reason.
    I added the following to composer.json before running the update, but didn't need to leave it in, since this version-lock is already in the lock file:
    "doctrine/common": "2.3.x-dev#bb0aebb"
    Sam Partington committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    768d12f View commit details
    Browse the repository at this point in the history
  2. Some fixes to tests

    Sam Partington committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    1b53192 View commit details
    Browse the repository at this point in the history