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

Port #209 to 1.x as suggested in #221 #226

Merged
merged 4 commits into from
Mar 5, 2020
Merged

Conversation

mikey179
Copy link
Member

@mikey179 mikey179 commented Mar 3, 2020

This ports the namespace change introduced with #209 to the 1.x series, as suggested in #221. This allows users to upgrade to 1.7 and adjust the used namespace.

This doesn't contain the name changes for the classes and interfaces yet. I'll introduce those in a separate PR once this gets approved and merged.

This ports the namespace change introduced with #209 to the 1.x
series, as suggested in #221. This allows users to upgrade to 1.7
and adjust the used namespace.
@mikey179 mikey179 requested a review from a team March 3, 2020 13:56
Comment on lines -14 to -20
include:
- php: 5.5
dist: precise
- php: 5.4
dist: precise
- php: 5.3
dist: precise
Copy link
Member

Choose a reason for hiding this comment

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

If we're dropping 5.3 - 5.5 support in this PR for the 1.7.x series, then we should bump the composer.json as well.

"php": ">=5.3.0"

Copy link
Member Author

Choose a reason for hiding this comment

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

You are right, just adjusted that. Anybody still running these PHP versions has larger problems than upgrading to the next version of vfsStream, I guess, so it should be safe to drop support for those.

------------------

* Namespace changed from `org\bovigo\vfs` to `bovigo\vfs`
- The old namespace still works, but has been deprecated. It will be removed in version 2.
Copy link
Member

Choose a reason for hiding this comment

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

Document the bump to 5.6 as a PHP minimum version

Copy link
Member Author

Choose a reason for hiding this comment

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

Point added.

@mikey179 mikey179 merged commit a76d213 into v1.x Mar 5, 2020
@mikey179 mikey179 deleted the merge_namespace_to_1.x branch March 5, 2020 09:02
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