Skip to content

Commit

Permalink
Add a note about the fork and summarize differences
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed Sep 29, 2020
1 parent 75ab589 commit 3084f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VatCalculator
[![Software License](https://img.shields.io/github/license/spaze/vat-calculator)](LICENSE.md)
[![PHP Tests](https://github.com/spaze/vat-calculator/workflows/PHP%20Tests/badge.svg)](https://github.com/spaze/vat-calculator/actions?query=workflow%3A%22PHP+Tests%22)

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be. This is a fork of [mpociot/vat-calculator](https://github.com/mpociot/vat-calculator) without Laravel/Cashier support.
Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be. This is a "modernized" fork of [mpociot/vat-calculator](https://github.com/mpociot/vat-calculator) without Laravel/Cashier support, with some new features, that requires PHP 7.3+.

```php
// Easy to use!
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaze/vat-calculator",
"description": "EU VAT calculation, the way it should be.",
"description": "EU VAT calculation, the way it should be. Standalone & modernized fork of mpociot/vat-calculator, with some new features.",
"keywords": ["VAT","Tax","EU MOSS", "VAT ID", "tax calculation", "vat calculation"],
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 3084f58

Please sign in to comment.