-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 674 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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.4.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"
}