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

allow symfony 5, drop symfony 2 and php 5 #46

Merged
merged 1 commit into from
Jan 28, 2020
Merged

Conversation

dbu
Copy link
Contributor

@dbu dbu commented Jan 28, 2020

No description provided.

@dbu dbu force-pushed the update-dependencies branch from c7f49dc to 823f2b2 Compare January 28, 2020 09:58
@@ -1,28 +1,37 @@
language: php

php:
- 5.6
- 7.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7.0 (and 7.1) are not supported by php anymore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, but some people are stuck on outdated infrastructure. as long as its not creating problems, i would prefer to allow older versions.

@Tobion
Copy link
Contributor

Tobion commented Jan 28, 2020

Why is there a composer.lock file in a library? Shouldn't that be excluded?

@dbu
Copy link
Contributor Author

dbu commented Jan 28, 2020

afaik @ChristianRiesen wanted that in the commit because there is a system to build a .phar from this code. with the .lock file, we avoid people ending up with a .phar that uses versions of the dependencies that have not been tested. (then again, there are so few tests that i don't know if its worth it)

@dbu
Copy link
Contributor Author

dbu commented Jan 28, 2020

created #48 about the composer.lock file and #47 for minimum version

@Tobion Tobion merged commit d0237ba into master Jan 28, 2020
@dbu dbu deleted the update-dependencies branch January 28, 2020 10:45
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.

2 participants