PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alun   Laravel Numeral   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Numeral
Perform operations and format number values
Author: By
Last change:
Date: 3 months ago
Size: 802 bytes
 

Contents

Class file image Download
{ "name": "garanaw/laravel-numeral", "description": "The missing Numeral class from Laravel", "type": "library", "require": { "php": ">=8.2|^8.3" }, "require-dev": { "pestphp/pest": "^2.34", "orchestra/testbench": "^9.0" }, "authors": [ { "name": "alun", "email": "garanaw@gmail.com" } ], "autoload": { "psr-4": { "Garanaw\\LaravelNumeral\\": "src/" }, "files": [ "src/helpers.php" ] }, "autoload-dev": { "psr-4": { "Garanaw\\LaravelNumeral\\Tests\\": "tests/" } }, "minimum-stability": "stable", "config": { "allow-plugins": { "pestphp/pest-plugin": true } } }