PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hicri   Laravel Phone Validation   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Phone Validation
Laravel service to validate phone numbers
Author: By
Last change:
Date: 1 year ago
Size: 1,009 bytes
 

Contents

Class file image Download
{ "name": "slvler/phone-validation", "license": "MIT", "description": "Phone Validation API for app.abstractapi.com", "type": "package", "authors": [ { "name": "slvler", "email": "slvler@proton.me" } ], "autoload": { "psr-4": { "slvler\\PhoneValidation\\": "src/" } }, "autoload-dev": { "psr-4": { "slvler\\PhoneValidation\\Tests\\": "tests/" } }, "require": {}, "require-dev": { "orchestra/testbench": "^6.18.0", "phpunit/phpunit": "^9.5", "guzzlehttp/guzzle": "^7.0.1" }, "scripts": { "test": "vendor/bin/phpunit tests" }, "extra": { "laravel": { "providers": [ "slvler\\PhoneValidation\\PhoneValidationServiceProvider" ], "aliases": { "PhoneValidation": "slvler\\PhoneValidation\\Facades\\PhoneValidation" } } } }