File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 31
31
" src/helpers.php"
32
32
],
33
33
"exclude-from-classmap" : [
34
- " src/**Test.php" ,
35
- " src/Test**"
34
+ " src/**Test.php"
36
35
]
37
36
},
38
37
"require" : {
39
38
"php" : " ^7.4 || ^8.0" ,
39
+ "ext-intl" : " *" ,
40
40
"ext-json" : " *" ,
41
41
"bakame/intl-formatter" : " ~0.3.0" ,
42
42
"illuminate/config" : " ^8.0 || ^9.0" ,
43
- "illuminate/support" : " ^8.0 || ^9.0" ,
44
- "moneyphp/money" : " ^3.0 || ^4.0" ,
45
- "ext-intl" : " *"
43
+ "illuminate/support" : " ^8.0 || ^9.0"
46
44
},
47
45
"require-dev" : {
48
46
"friendsofphp/php-cs-fixer" : " ^3.8" ,
47
+ "moneyphp/money" : " ^3.0 || ^4.0" ,
49
48
"nunomaduro/larastan" : " ^1.0.0 || ^2.1" ,
50
49
"orchestra/testbench" : " ^6.6.0 || ^7.5" ,
51
50
"phpstan/phpstan" : " ^1.7" ,
54
53
"phpstan/phpstan-strict-rules" : " ^1.2" ,
55
54
"phpunit/phpunit" : " ^9.5"
56
55
},
56
+ "suggest" : {
57
+ "moneyphp/money" : " To format currency based on the Money library"
58
+ },
57
59
"scripts" : {
58
60
"phpcs:fix" : " php-cs-fixer fix -vvv --using-cache=no --allow-risky=yes --ansi" ,
59
61
"phpcs" : " php-cs-fixer fix -vvv --diff --dry-run --allow-risky=yes --ansi" ,
You can’t perform that action at this time.
0 commit comments