driesvints / vat-calculator

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.
MIT License
1.2k stars 88 forks source link

Laravel 6 compatability - Carbon v2 #87

Closed scottybo closed 3 years ago

scottybo commented 5 years ago

Laravel 6 is deprecating Carbon v1:

Carbon 1.x is no longer supported since it is nearing its maintenance end of life. Please upgrade your application to Carbon 2.0.

This package currently uses Carbon 1.2. Are there any plans to take this to Carbon 2.x?

arctic-ice-cool commented 5 years ago

Does this not work with Laravel 6?

scottybo commented 5 years ago

Not with the current dependency setup

ghost commented 4 years ago

This these need to be update to their latest versions:

"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8"
driesvints commented 3 years ago

I don't see any usages of Carbon in the package atm. Maybe it got removed by now?