![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/inventory.corals.io/vendor/laravel-validation-rules/credit-card/ |
{ "name": "laravel-validation-rules/credit-card", "description": "Validate credit card number, expiration date, cvc", "type": "library", "keywords": [ "laravel", "validation", "credit card", "validator" ], "require": { "php": "7.*|8.*", "illuminate/validation": "^5.5|^6.0|^7.0|^8.0|^9.0", "illuminate/translation": "^5.5|^6.0|^7.0|^8.0|^9.0", "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.5", "phpunit/phpunit": "6.2.*|^8.5.8|^9.3.3", "orchestra/testbench": "^3.5|^4.0|^5.0" }, "autoload": { "psr-4": { "LVR\\CreditCard\\": "src/" } }, "autoload-dev": { "psr-4": { "LVR\\CreditCard\\Tests\\": "tests/" } }, "scripts": { "cs-fix": "php-cs-fixer fix .", "test": "phpunit --colors=always" }, "license": "Apache-2.0", "authors": [ { "name": "Darius Matulionis", "email": "[email protected]" } ], "config": { "preferred-install": "dist", "sort-packages": true } }