Skip to content

[WIP] Test lowest versions of vendor packages #141

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

Merged
merged 2 commits into from
Dec 20, 2014
Merged

Conversation

wouterj
Copy link
Contributor

@wouterj wouterj commented Dec 19, 2014

  • Added tests for the lowest versions allowed by the composer.json
  • Updated the version constraints so that they only allow truly supported versions
  • Bumped the PHP version up to 5.3.3, as you can never proof that you support 5.3.0 (it is no longer supported by Travis). It didn't make sense too, since Symfony Console is requiring 5.3.3.
  • Added tests for PHP 5.6

@wouterj wouterj changed the title Test lowest versions of vendor packages [WIP] Test lowest versions of vendor packages Dec 19, 2014
In 2.0.4, the lowest version available on Packagist, there was no valid
autoloading set up. This means that version isn't really usable.
@wouterj
Copy link
Contributor Author

wouterj commented Dec 20, 2014

Haha, I had to update to symfony/console 2.0.5, because 2.0.4 didn't configure the Composer autoloader (so resulting in "Class not found" errors).

@wouterj
Copy link
Contributor Author

wouterj commented Dec 20, 2014

All tests pass now. Can this please be merged, followed by a new minor release with this included in 1.1.x and 1.2.x?

dbu added a commit that referenced this pull request Dec 20, 2014
[WIP] Test lowest versions of vendor packages
@dbu dbu merged commit 305ab0a into phpcr:1.1 Dec 20, 2014
@lsmith77 lsmith77 removed the unknown label Dec 20, 2014
@dbu
Copy link
Member

dbu commented Dec 20, 2014

thanks a lot, great work!

tagged 1.1.2 and created #142 for master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants