Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Rename String class due to 'String' being a reserved word in PHP7 #2

Merged
merged 2 commits into from
Jan 26, 2016
Merged

Rename String class due to 'String' being a reserved word in PHP7 #2

merged 2 commits into from
Jan 26, 2016

Conversation

tenitski
Copy link
Contributor

Right now library uses String class which is a reserved word in PHP7.
Changed name of the class to PlainString

@dominics
Copy link
Contributor

Can you please add the other versions of PHP to the .travis.yml? Something like:

php:
  - 5.4
  - 5.5
  - 5.6
  - 7
  - hhvm

@dominics
Copy link
Contributor

LGTM, we should probably tag it with a major version bump due to the BC break.

@tenitski
Copy link
Contributor Author

Yeah, so current version is 0.0.2, shall we make it 0.1.0?

@dominics
Copy link
Contributor

Nah, a major version bump, not minor. 1.0.0

tenitski pushed a commit that referenced this pull request Jan 26, 2016
Rename String class due to 'String' being a reserved word in PHP7
@tenitski tenitski merged commit 257efda into vend:master Jan 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants