Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add PHP@5.6 Support #2

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
lkaybob merged 4 commits into master from dev/php-5.6-support
May 22, 2018
Merged

Add PHP@5.6 Support #2

lkaybob merged 4 commits into master from dev/php-5.6-support
May 22, 2018

Conversation

@lkaybob
Copy link
Owner

@lkaybob lkaybob commented May 22, 2018

  • Removed class constant visibility syntax, which is availaible form PHP@7.1. See the link
  • Updated composer.json & .travis.yml. Deleted composer.lock

lkaybob added 4 commits May 22, 2018 21:28
* 'Already in use' issue found during PHP@5.6 Test
* Changed GuzzleHttp's Client instant usage to GuzzleHttp\Client
* Removed PHP@7.2's syntax (ex. Class constant's visibility)
* Updated to test PHP@5.6 in .travis.yml
* Updated composer.json. Changed PHP version constraint from ^5.6 to >= 5.6
* Deleted composer.lock (Maybe affected some collisions)
* Removed PHP@7.2's syntax
Copy link

Codecov Report

Merging #2 into master will increase coverage by 0.12%.
The diff coverage is 100%.

Impacted file tree graph

@@ Coverage Diff @@
## master #2 +/- ##
============================================
+ Coverage 93.71% 93.84% +0.12% 
 Complexity 62 62 
============================================
 Files 8 8 
 Lines 191 195 +4 
============================================
+ Hits 179 183 +4 
 Misses 12 12
Impacted Files Coverage Δ Complexity Δ
src/Base.php 100% <100%> (ø) 9 <1> (ø) ⬇️
src/Recipient.php 92.3% <100%> (ø) 4 <3> (ø) ⬇️
src/Credentials.php 100% <100%> (ø) 9 <6> (ø) ⬇️
src/Notification.php 100% <100%> (ø) 2 <1> (ø) ⬇️
src/Client.php 91.3% <100%> (+0.19%) 15 <2> (ø) ⬇️
src/Config.php 80% <0%> (+0.68%) 9% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a19d53...5756ec6. Read the comment docs.

@lkaybob lkaybob merged commit 5828756 into master May 22, 2018
@lkaybob lkaybob deleted the dev/php-5.6-support branch May 22, 2018 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /