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

Added support for PHP 8 and composer 2 #13

Merged

Conversation

IgorKorytin
Copy link
Contributor

@IgorKorytin IgorKorytin commented Dec 17, 2020

Description

Added

  • Support PHP 8.x

Changed

  • Composer 2.x is supported now
  • Package fzaninotto/faker replaced with fakerphp/faker version ^1.12

Fixes # (issue)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I wrote unit tests for my code (if tests is required for my changes)
  • I have made changes in CHANGELOG.md file

@codecov-io
Copy link

codecov-io commented Dec 17, 2020

Codecov Report

Merging #13 (cfa13f8) into master (5566a5c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              master       #13   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       123       123           
===========================================
  Files             23        23           
  Lines            378       386    +8     
===========================================
+ Hits             378       386    +8     
Flag Coverage Δ Complexity Δ
php 100.00% <ø> (ø) 0.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
src/Receipts/Item.php 100.00% <0.00%> (ø) 9.00% <0.00%> (ø%)
src/Receipts/Receipt.php 100.00% <0.00%> (ø) 12.00% <0.00%> (ø%)
src/Requests/AbstractRequestBuilder.php 100.00% <0.00%> (ø) 7.00% <0.00%> (ø%)
src/Frameworks/Laravel/ServiceProvider.php 100.00% <0.00%> (ø) 4.00% <0.00%> (ø%)
...equests/Payments/Cards/CardsAuthRequestBuilder.php 100.00% <0.00%> (ø) 4.00% <0.00%> (ø%)
...equests/Payments/PaymentsConfirmRequestBuilder.php 100.00% <0.00%> (ø) 7.00% <0.00%> (ø%)
...uests/Payments/Tokens/TokensAuthRequestBuilder.php 100.00% <0.00%> (ø) 3.00% <0.00%> (ø%)

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 5566a5c...cfa13f8. Read the comment docs.

@IgorKorytin IgorKorytin force-pushed the update-composer-and-php-version branch 2 times, most recently from 43b8c0e to 936c055 Compare December 17, 2020 08:43
@IgorKorytin IgorKorytin force-pushed the update-composer-and-php-version branch 3 times, most recently from 5d6fe8e to da0e55a Compare December 24, 2020 10:32
@IgorKorytin
Copy link
Contributor Author

CRR @tarampampam

@IgorKorytin IgorKorytin force-pushed the update-composer-and-php-version branch from da0e55a to afda3f9 Compare December 24, 2020 11:13
@IgorKorytin IgorKorytin force-pushed the update-composer-and-php-version branch from afda3f9 to 23cd28f Compare December 24, 2020 11:15
Makefile Outdated Show resolved Hide resolved
@tarampampam tarampampam merged commit 06774a7 into avto-dev:master Dec 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants