31 lines
674 B
JSON
31 lines
674 B
JSON
{
|
|
"name": "jomweb/ringgit",
|
|
"description": "Malaysia Ringgit implementation on top of Money PHP",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Mior Muhammad Zaki",
|
|
"email": "crynobone@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Duit\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0 <8.3.0",
|
|
"moneyphp/money": "^4.0"
|
|
},
|
|
"require-dev": {
|
|
"laravel/pint": "^1.1",
|
|
"phpstan/phpstan": "^1.10.5",
|
|
"phpunit/phpunit": "^9.6"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|