Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
cursbackend
/
vendor
/
mpociot
/
vat-calculator
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
composer.json
| Size :
1.41
KB
Copy
{ "name": "mpociot/vat-calculator", "description": "EU VAT calculation, the way it should be.", "keywords": ["VAT", "Tax", "EU MOSS", "VAT ID", "Tax calculation", "VAT calculation", "Cashier"], "license": "MIT", "authors": [ { "name": "Marcel Pociot", "email": "m.pociot@gmail.com" }, { "name": "Dries Vints", "homepage": "https://driesvints.com" } ], "require": { "php": ">=5.5.9", "ext-json": "*", "ext-soap": "*" }, "require-dev": { "illuminate/contracts": "~5.5|^6.0|^7.0|^8.0", "mockery/mockery": "^1.3.3", "orchestra/testbench": "~3.5|^4.0|^5.0|^6.0", "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.5" }, "autoload": { "classmap": [ "src/controllers/Controller.php" ], "psr-0": { "Mpociot\\VatCalculator": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests" } }, "extra": { "laravel": { "providers": [ "Mpociot\\VatCalculator\\VatCalculatorServiceProvider" ], "aliases": { "VatCalculator": "Mpociot\\VatCalculator\\Facades\\VatCalculator" } } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }
Back