From 3084f5820c2d2e2a70802c584b9982911a4e2bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Tue, 29 Sep 2020 07:33:12 +0200 Subject: [PATCH] Add a note about the fork and summarize differences --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4479ea1..2a9d519 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/composer.json b/composer.json index aba8888..f93921b 100644 --- a/composer.json +++ b/composer.json @@ -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": [